[syrthes/master] debian/rules: Add get-orig-source target

Gilles Filippini gilles.filippini at free.fr
Sat Sep 19 08:36:19 UTC 2009


---
 debian/changelog |    7 ++++---
 debian/rules     |    4 ++++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc48b5f..9e9a0fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,14 @@
 syrthes (3.4.2-dfsg1-2) UNRELEASED; urgency=low
 
   * debian/patches/syrthes_env:
-    + Remove useless patch's part against syrthes.profile file. 
+    + Remove useless patch's part against syrthes.profile file.
   * debian/rules:
     + Fix files' permissions on install.
+    + Add get-orig-source target.
   * debian/syrthes2ensight.1:
-    + Escape minus signs. 
+    + Escape minus signs.
 
- -- Gilles Filippini <gilles.filippini at free.fr>  Fri, 18 Sep 2009 23:31:53 +0200
+ -- Gilles Filippini <gilles.filippini at free.fr>  Sat, 19 Sep 2009 10:33:59 +0200
 
 syrthes (3.4.2-dfsg1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 26f4398..b7fa3a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,3 +113,7 @@ binary-arch: install
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
+
+get-orig-source:
+	chmod a+x $(CURDIR)/debian/orig-tar.sh
+	uscan --force-download --rename
-- 
1.5.6.5




More information about the debian-science-commits mailing list