1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
This package uses quilt to manage all modifications to the upstream
source. Changes are stored in the source package as diffs in
debian/patches and applied during the build.
See /usr/share/doc/quilt/README.source for a detailed explanation.
To generate a tarball for a new upstream release, change the variables SVNREV
and VERSION in debian/rules and then run
$ make -f debian/rules get-orig-source
This will generate an upstream tarball in the current directory
It is a good idea to update the translations in debian/translations after
this. Just run
$ make -f debian/rules update-translations
to do so.
|