[xmlgraphics-commons] 08/47: * Non-maintainer upload. * New upstream version * debian/rules now uses DEB_UPSTREAM_VERSION
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 2 23:28:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository xmlgraphics-commons.
commit 719ab75df40dcbb413fdd5f5abbf4e23e778cbcc
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: Fri Sep 19 14:50:08 2008 +0000
* Non-maintainer upload.
* New upstream version
* debian/rules now uses DEB_UPSTREAM_VERSION
---
debian/changelog | 8 ++++++++
debian/rules | 6 ++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 18bdbc1..09ab5fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xmlgraphics-commons (1.3.1-0.1) experimental; urgency=low
+
+ * Non-maintainer upload.
+ * New upstream version
+ * debian/rules now uses DEB_UPSTREAM_VERSION
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr> Fri, 19 Sep 2008 15:52:22 +0200
+
xmlgraphics-commons (1.2.dfsg+dak-1) experimental; urgency=low
[ Michael Koch ]
diff --git a/debian/rules b/debian/rules
index f8df6dc..0a9b95b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\- | sed -e 's/.dfsg.*//')
-
#JAVA_HOME := /usr/lib/jvm/java-gcj
JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun
@@ -14,5 +12,5 @@ DEB_JARS := commons-io #junit ant-junit
DEB_ANT_BUILD_TARGET := all
install/libxmlgraphics-commons-java::
- install -m644 -D build/xmlgraphics-commons-$(VERSION).jar debian/libxmlgraphics-commons-java/usr/share/java/xmlgraphics-commons-$(VERSION).jar
- dh_link -plibxmlgraphics-commons-java usr/share/java/xmlgraphics-commons-$(VERSION).jar usr/share/java/xmlgraphics-commons.jar
+ install -m644 -D build/xmlgraphics-commons-$(DEB_UPSTREAM_VERSION).jar debian/libxmlgraphics-commons-java/usr/share/java/xmlgraphics-commons-$(DEB_UPSTREAM_VERSION).jar
+ dh_link -plibxmlgraphics-commons-java usr/share/java/xmlgraphics-commons-$(DEB_UPSTREAM_VERSION).jar usr/share/java/xmlgraphics-commons.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlgraphics-commons.git
More information about the pkg-java-commits
mailing list