mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
20 lines
500 B
Plaintext
Executable File
20 lines
500 B
Plaintext
Executable File
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!
|