[libcommons-cli-java] 07/31: Imported Debian patch 1.0-10
Tony Mancill
tmancill at moszumanska.debian.org
Mon Jun 22 05:52:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository libcommons-cli-java.
commit 7239a13ffd07515c220a7dbf44c12820c46affbb
Author: Michael Koch <konqueror at gmx.de>
Date: Tue Oct 9 22:02:45 2007 +0200
Imported Debian patch 1.0-10
---
debian/changelog | 6 ++++++
debian/rules | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f090039..1c61cc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcommons-cli-java (1.0-10) unstable; urgency=low
+
+ * Fixed jar name and link to jar. Closes: #446008.
+
+ -- Michael Koch <konqueror at gmx.de> Tue, 09 Oct 2007 22:02:45 +0200
+
libcommons-cli-java (1.0-9) unstable; urgency=low
* Let libcommons-cli-java depend on libcommons-lang-java. Closes: #445508.
diff --git a/debian/rules b/debian/rules
index fe15c8c..4a2d80d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,5 +12,5 @@ DEB_JARS := junit commons-lang
DEB_ANT_BUILD_TARGET := jar
install/libcommons-cli-java::
- install -m 644 -D target/commons-cli-$(DEB_UPSTREAM_VERSION).jar debian/libcommons-cli-java/usr/share/java/libcommons-cli-$(DEB_UPSTREAM_VERSION).jar
- dh_link -plibcommons-cli-java usr/share/java/libcommons-cli-$(DEB_UPSTREAM_VERSION).jar usr/share/java/libcommons-cli.jar
+ install -m 644 -D target/commons-cli-$(DEB_UPSTREAM_VERSION).jar debian/libcommons-cli-java/usr/share/java/commons-cli-$(DEB_UPSTREAM_VERSION).jar
+ dh_link -plibcommons-cli-java usr/share/java/commons-cli-$(DEB_UPSTREAM_VERSION).jar usr/share/java/commons-cli.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git
More information about the pkg-java-commits
mailing list