mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
2fa3df32ce
Client: build Patch: jfarrell Updating to add deb package creation. |
||
---|---|---|
.. | ||
changelog | ||
compat | ||
control | ||
copyright | ||
dirs | ||
docs | ||
libthrift0.install | ||
libthrift-dev.install | ||
php5-thrift.dirs | ||
README | ||
rules | ||
substvars | ||
thrift-doc.docs | ||
thrift-doc.install |
some tips on Debian Packaging - Debian New Maintainers' Guide [http://www.debian.org/doc/debian-policy/] - Debian Policy Manual [http://www.debian.org/doc/manuals/maint-guide/] - Machine-readable debian/copyright file [http://dep.debian.net/deps/dep5/] build $ dpkg-buildpackage -d -tc -d do not check build dependencies and conflicts. -tc clean source tree when finished. update changelog $ date -R check packages $ dpkg -c *.deb $ lintian *.deb todo make it perfect!