mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
b0350dbc40
Client: build process Patch: jfarrell Updates debian packaging to work with ubuntu 14.04 deps |
||
---|---|---|
.. | ||
changelog | ||
compat | ||
control | ||
copyright | ||
dirs | ||
docs | ||
libthrift0.install | ||
libthrift-dev.install | ||
php5-thrift.dirs | ||
README.md | ||
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!