[SCM] Debian packaging for suitesparse branch, master, updated. debian/1%4.2.0-1-5-gf61f337

Sébastien Villemot sebastien at debian.org
Fri May 3 16:42:46 UTC 2013


The following commit has been merged in the master branch:
commit 4c3a6770e8360bd37f8c01cc3f9c0d47c318909a
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri May 3 18:36:09 2013 +0200

    debian/rules: recreate d/control when d/library-sonames.pl is modified

diff --git a/debian/changelog b/debian/changelog
index aaaae90..6db6361 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ suitesparse (1:4.2.1-1) UNRELEASED; urgency=low
 
   * New upstream release (Closes: #706709)
     - debian/library-soname.pl: update soversion numbers
+  * debian/rules: recreate d/control when d/library-sonames.pl is
+    modified
 
  -- Sébastien Villemot <sebastien at debian.org>  Fri, 03 May 2013 18:20:01 +0200
 
diff --git a/debian/rules b/debian/rules
index f07a2f7..b2fddc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ $(foreach lib, $(LIBRARIES), $(eval $(lib) = $(shell perl debian/library-soname.
 INSTALL_FILES = $(foreach lib, $(LIBRARIES), debian/$($(lib)).install)
 
 # This is for debian/control
-%: %.in
+%: %.in debian/library-soname.pl
 	sed "$(foreach lib, $(LIBRARIES), s/@$(lib)@/$($(lib))/g;)" < $< > $@
 
 # Generate rules for debian/lib*.install

-- 
Debian packaging for suitesparse



More information about the debian-science-commits mailing list