The following commit has been merged in the master branch:
commit 5328becf43581ea2e4f52646c75f0dbc083b93e9
Author: Wolodja Wentland <[email protected]>
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 <[email protected]>  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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to