Hi all, I've accumulated a collection of scripts to ease the maintenance of the Java packages, and as I wrote a new one for the DH 10 migration I thought it would be a good idea to share them with the team. So I've just created a Git repository on Alioth to store them, feel free to use, update and extend them as you wish:
https://anonscm.debian.org/git/pkg-java/pkg-java-scripts.git Here are the scripts available: * reportwnpp.sh Report a new ITP bug and send a copy to the Debian Java mailing list * setup-packaging-repository.sh Initialize a packaging repository. The script must be run from the package directory and expects an upstream tarball in the parent directory. It creates a new Git repository ready to be pushed to Alioth. * dh10.sh Update the debhelper compatibility level. The script updates debian/control, debian/compat, debian/rules and debian/changelog. The changes are reviewed before being committed to Git. * stdver.sh Update the Standards-Version field in debian/control * gbp-import-orig.sh Import an upstream tarball into the current package. The script automatically resets the state of the working copy and calls gbp import-orig * qbts.sh Query the Bug Tracking System and display the bugs for the current package * svn-tag-release.sh Tag the current package in Subversion * tag-release.sh Tag the current package in Git and push the tags * display-manifest Display the manifest of a jar Emmanuel Bourg