[SCM] ORSA packaging branch, master, updated. debian/0.7.0-13-2-g7d730a5
Frank S. Thomas
fst at debian.org
Sun Jun 28 11:09:17 UTC 2009
The following commit has been merged in the master branch:
commit 7d730a5b708e455b0de671f5b87798fbd85d4b9d
Author: Frank S. Thomas <fst at debian.org>
Date: Sun Jun 28 12:19:11 2009 +0200
Update libtool files by running libtoolize -cf.
debian/rules: Update libtool files by running "libtoolize -cf" in the
autoreconf-stamp target.
diff --git a/debian/changelog b/debian/changelog
index affee30..3d9beb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
orsa (0.7.0-14) unstable; urgency=low
+ * debian/rules: Update libtool files by running "libtoolize -cf" in the
+ autoreconf-stamp target.
* Adapted debian/copyright to DEP5.
* Bumped Standards-Version from 3.8.1 to 3.8.2, no changes required.
* Removed debian/watch because the ORSA tarballs are not available on
diff --git a/debian/rules b/debian/rules
index 2c17726..173d1f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ DEB_COMPRESS_EXCLUDE := .php .idx .hhc .hhk .hhp .orsa
post-patches:: autoreconf-stamp
autoreconf-stamp:
+ libtoolize -cf
autoreconf -I macros
touch $@
--
ORSA packaging
More information about the debian-science-commits
mailing list