]> prime8.dev >> repos - ttyd.git/commit
Add debian/ dir for deb packaging (#48)
authorBoyuan Yang <073plan@gmail.com>
Fri, 31 Mar 2017 07:28:14 +0000 (15:28 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Fri, 31 Mar 2017 07:28:14 +0000 (15:28 +0800)
commitb7a68d0361f8a19f30dfdb20afc5486a89369ff5
treeb7cf32dff06bf7ae13ab167aae80796a06211fc1
parentf95d3debe87601bfff0d3597b0dc4f55f44f81be
Add debian/ dir for deb packaging (#48)

* debian: add debian dir for debian packaging.

These instructions can be used to build semi-official
debian packages.

* d/control: fix typo

* debian: set debhelper compat to v9; add vim-common as xxd alternative
debian/.gitignore [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]