[SCM] librobert-hooke-clojure packaging branch, master, updated. debian/1.1.2-1-14-gf5249bb
Wolodja Wentland
debian at babilen5.org
Mon Apr 22 15:51:43 UTC 2013
The following commit has been merged in the master branch:
commit 5328becf43581ea2e4f52646c75f0dbc083b93e9
Author: Wolodja Wentland <debian at babilen5.org>
Date: Mon Jan 28 12:19:00 2013 +0000
Remove get-orig-source
diff --git a/debian/changelog b/debian/changelog
index 7898a4a..88630b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ robert-hooke (1.3.0-1) UNRELEASED; urgency=low
- override_jh_classpath → debian/pkg.classpath
- override_jh_installlibs → debian/pkg.jlibs
- override_dh_installdocs → debian/pkg.docs
+ - Remove get-orig-source target
-- Wolodja Wentland <debian at babilen5.org> Sun, 27 Jan 2013 13:23:51 +0000
robert-hooke (1.1.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ee2e6b7..87b861b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,6 @@
include /usr/share/javahelper/java-vars.mk
-DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
-DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
-DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
MDWN_DOCS = $(patsubst %.md,%.html,$(wildcard $(CURDIR)/*.md))
PRODUCED_JAR=robert-hooke.jar
@@ -21,9 +18,6 @@ override_jh_clean:
rm -f $(CURDIR)/$(PRODUCED_JAR)
rm -rf $(CURDIR)/doc
-get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
-
%.html:%.md
cat debian/header.html > $@
sed -i'' -e 's/@TITLE@/$(shell head -n 1 $< | sed 's/^#*\s*//')/g' $@
--
librobert-hooke-clojure packaging
More information about the pkg-java-commits
mailing list