[eclipse-gef] 06/10: Add get-orig-source target into d/rules
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Fri May 8 11:24:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a commit to branch master
in repository eclipse-gef.
commit 4e14c7e1e06bf4ee1004498451a0c5f293337393
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Fri May 8 09:55:41 2015 +0200
Add get-orig-source target into d/rules
---
debian/changelog | 1 +
debian/copyright | 13 ++++++++++++-
debian/rules | 7 +++++++
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6feeab5..358d6c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ eclipse-gef (3.7.1-2) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.6.
* Make Vcs-* fields canonic.
* Remove unused Lintian overrides.
+ * Add get-orig-source target into d/rules.
-- Jakub Adam <jakub.adam at ktknet.cz> Mon, 04 May 2015 08:44:52 +0200
diff --git a/debian/copyright b/debian/copyright
index 9582645..8360928 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,16 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Eclipse GEF
+Files-Excluded: org.eclipse.gef.all-feature/*
+ org.eclipse.gef.baseline/*
+ org.eclipse.gef.releng/*
+ org.eclipse.gef.repository/*
+ org.eclipse.gef.target/*
+ org.eclipse.zest.doc.isv/*
+ org.*.examples*
+ org.*.sdk-feature/*
+ org.*.source-feature/*
+ org.*.test*
+ *.gitignore
Files: *
Copyright: 2005-2006, 2009-2011, CHISEL Group, University of Victoria, Victoria, BC
diff --git a/debian/rules b/debian/rules
index 68a81a8..82367b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,10 @@ override_jh_installeclipse:
jh_installeclipse
# Don't install our dummy feature
rm -rf debian/eclipse-gef-doc/usr/share/eclipse/dropins/gef/eclipse/features
+
+VERSION=$(shell dpkg-parsechangelog -S Version | cut -d- -f1)
+get-orig-source:
+ uscan --force-download --download-version $(VERSION) \
+ --rename --destdir=$(CURDIR) \
+ --repack --compression xz \
+ --verbose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-gef.git
More information about the pkg-java-commits
mailing list