This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository cup.
commit 0647418662844707b7e348c69165981f1a1120cc Author: Markus Koschany <[email protected]> Date: Wed Dec 30 04:14:05 2015 +0100 Use java-cup-0.11a consistently --- debian/changelog | 4 ++-- debian/cup.install | 4 ++-- debian/cup.poms | 2 +- debian/rules | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 757d1d8..b56e79b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,8 @@ cup (0.11a+20060608-5) unstable; urgency=medium * Team upload. * Moved the package to Git. * Switch from cdbs to dh sequencer. - * Rename cup-11a.jar to java-cup-11a.jar which is more consistent with Maven - meta data. + * Rename cup-0.11a.jar to java-cup-0.11a.jar which is more consistent with + Maven meta data. -- Markus Koschany <[email protected]> Wed, 30 Dec 2015 03:16:05 +0100 diff --git a/debian/cup.install b/debian/cup.install index dff25ef..3bc2c7f 100644 --- a/debian/cup.install +++ b/debian/cup.install @@ -1,2 +1,2 @@ -dist/java-cup-11a.jar usr/share/java -debian/bin/cup usr/bin +dist/java-cup-0.11a.jar usr/share/java +debian/bin/cup usr/bin diff --git a/debian/cup.poms b/debian/cup.poms index 6469b5b..48e4b2e 100644 --- a/debian/cup.poms +++ b/debian/cup.poms @@ -1 +1 @@ -debian/pom.xml --usj-name=cup --usj-version=0.11a --artifact=dist/java-cup-11a.jar +debian/pom.xml --usj-name=cup --usj-version=0.11a --artifact=dist/java-cup-0.11a.jar diff --git a/debian/rules b/debian/rules index 60e4a8a..c430f94 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,12 @@ export CLASSPATH=/usr/share/java/cup.jar:/usr/share/java/jflex.jar %: dh $@ --parallel --with maven-repo-helper --buildsystem=ant +override_dh_install: + mv dist/java-cup-11a.jar dist/java-cup-0.11a.jar + dh_install + override_dh_clean: dh_clean mh_clean + $(RM) dist/java-cup-0.11a.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cup.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

