[SCM] Debian packaging for suitesparse branch, master, updated. debian/1%4.2.1-1-4-g6987870

Sébastien Villemot sebastien at debian.org
Wed May 15 15:30:54 UTC 2013


The following commit has been merged in the master branch:
commit 698787000101b7499528f07d7e0c950162feee6d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed May 15 17:30:09 2013 +0200

    debian/rules: fix get-orig-source rule

diff --git a/debian/changelog b/debian/changelog
index 64b8eb1..372d1df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ suitesparse (1:4.2.1-2) UNRELEASED; urgency=low
     Daniel for your work!
   * d/rules: do not regenerate d/control automatically, this is
     forbidden
+  * d/rules: fix get-orig-source rule
 
  -- Sébastien Villemot <sebastien at debian.org>  Wed, 08 May 2013 18:16:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 4d71ce9..9f44a91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,4 +75,5 @@ clean::
 	rm -f $(INSTALL_FILES)
 
 get-orig-source:
-	uscan --force-download
+	uscan --force-download --rename --destdir .
+.PHONY: get-orig-source

-- 
Debian packaging for suitesparse



More information about the debian-science-commits mailing list