1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Please use debian/rules get-orig-source to obtain the dfsg compatible sources for
rsyntaxtextarea.
Please use debian/rules get-orig-pom to obtain the pom file.
This package uses a git version control system as described in
http://wiki.debian.org/Java/JavaVcs and the pages linked from there.
Specifically git-build-package is used for version control and patch
management.
Workflow for new upstream:
# download new upstream version
uscan
# import upstream version into git repo
gbp import-orig --pristine-tar ../rsyntaxtextarea_<version>.orig.tar.gz
# switch to patch-queue branch an reapply patches
gbp-pq rebase
# recreated debian/patches and switch back to master
gbp-pq export
git commit
# updated changelog
dch -v <version>-1
# build package (if everything went well)
git-pbuilder
# tag
git tag debian/<version>-1
|