mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
20 lines
500 B
Markdown
20 lines
500 B
Markdown
|
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!
|