[Pgp-tools-commit] r630 - trunk/debian
Guilhem Moulin
guilhem-guest at moszumanska.debian.org
Fri May 23 08:29:24 UTC 2014
Author: guilhem-guest
Date: 2014-05-23 08:29:23 +0000 (Fri, 23 May 2014)
New Revision: 630
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
Update the config files before building the package.
Patch from Breno Leitao. Closes: #748977.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2014-05-18 00:19:55 UTC (rev 629)
+++ trunk/debian/changelog 2014-05-23 08:29:23 UTC (rev 630)
@@ -13,6 +13,9 @@
* springgraph:
+ Avoid 'illegal division by zero' errors when dealing with isolated nodes
and/or degenerated cylinders. (LP: #1267981)
+ * debian.control, debian.rules:
+ + Update the config files before building the package. Patch from Breno
+ Leitao. (Closes: #748977)
[ Aaron Toponce ]
* Add keyart.
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2014-05-18 00:19:55 UTC (rev 629)
+++ trunk/debian/control 2014-05-23 08:29:23 UTC (rev 630)
@@ -5,7 +5,7 @@
Uploaders: Simon Richter <sjr at debian.org>,
Franck Joncourt <franck at debian.org>,
Thijs Kinkhorst <thijs at debian.org>
-Build-Depends: debhelper (>= 7), python, autoconf, automake1.11
+Build-Depends: debhelper (>= 7), python, autoconf, automake1.11, autotools-dev
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.9.5
Homepage: http://pgp-tools.alioth.debian.org/
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2014-05-18 00:19:55 UTC (rev 629)
+++ trunk/debian/rules 2014-05-23 08:29:23 UTC (rev 630)
@@ -30,12 +30,14 @@
build-indep: build-stamp
build-stamp: configure-stamp
dh_testdir
+ dh_autotools-dev_updateconfig
$(MAKE)
touch $@
clean:
dh_testdir
dh_testroot
+ dh_autotools-dev_restoreconfig
$(MAKE) clean
rm -f build-stamp configure-stamp
dh_clean
More information about the Pgp-tools-commit
mailing list