thrift-related/thrift-source/thrift-0.22.0/debian
2026-01-09 14:15:36 +08:00
..
changelog Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
compat Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
control Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
copyright Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
dirs Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
docs Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
libthrift0.install Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
libthrift-dev.install Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
php5-thrift.dirs Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
README.md Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
rules Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
substvars Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
thrift-doc.docs Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00
thrift-doc.install Add thrift-0.22.0 source code 2026-01-09 14:15:36 +08:00

Some tips on Debian Packaging

Build using dpkg-buildpackage:

$ dpkg-buildpackage -d -tc
  -d   # do not check build dependencies and conflicts.
  -tc  # clean source tree when finished.

Update changelog:

$ date -R

One can also install devscripts package and run:

$ dch -i

Check packages:

$ dpkg -c *.deb
$ lintian *.deb

TODO

Make it perfect!