This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository varscan.
commit 4b47151999fe950387a92979badad43eb3fb2c21 Author: Andreas Tille <[email protected]> Date: Wed Jul 8 05:20:32 2015 +0200 Revert main class setting in build.xml; fix version mangling in d/watch --- debian/build.xml | 2 +- debian/changelog | 5 +++-- debian/watch | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 3d5c356..9a8333e 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -44,7 +44,7 @@ <jar destfile="${dist.dir}/${project.jarfile.name}" basedir="${class.dir}" > <manifest> <attribute name="Built-By" value="Debian-Med team"/> - <attribute name="Main-Class" value="sf.varscan.VarScan"/> + <attribute name="Main-Class" value="net.sf.varscan.VarScan"/> <attribute name="Class-Path" value="${class.path}"/> <attribute name="Specification-Title" value="varscan"/> <attribute name="Specification-Version" value="${project.version}"/> diff --git a/debian/changelog b/debian/changelog index 725c547..54a3cea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -varscan (2.3.9+dfsg-1) UNRELEASED; urgency=medium +varscan (2.3.9+dfsg-1) unstable; urgency=medium * New upstream version * Do not use patches to fix usage any more but fix it using sed in debian/rules * cme fix dpkg-control + * Fix version mangling in d/watch - -- Andreas Tille <[email protected]> Wed, 08 Jul 2015 04:54:26 +0200 + -- Andreas Tille <[email protected]> Wed, 08 Jul 2015 05:18:27 +0200 varscan (2.3.7+dfsg-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index 25ccda6..b994b5c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts=uversionmangle=s/$/+dfsg/ \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ http://sf.net/varscan/VarScan\.v(\d[\d\.]+)\.source\.(?:jar|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/varscan.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
