[Pgp-tools-commit] r902 - trunk/debian

Guilhem Moulin guilhem at moszumanska.debian.org
Mon Jan 29 10:46:12 UTC 2018


Author: guilhem
Date: 2018-01-29 10:46:12 +0000 (Mon, 29 Jan 2018)
New Revision: 902

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
debian/rules: Remove deprecated dh_autotools-dev_updateconfig and dh_autotools-dev_restoreconfig.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2018-01-29 10:45:59 UTC (rev 901)
+++ trunk/debian/changelog	2018-01-29 10:46:12 UTC (rev 902)
@@ -9,6 +9,8 @@
       the image is too large.
   * debian/control: Bump Standards-Version to 4.1.3
     + Replace "extra" priority to "optional"
+  * debian/rules: Remove deprecated dh_autotools-dev_updateconfig and
+    dh_autotools-dev_restoreconfig.
 
  -- Guilhem Moulin <guilhem at debian.org>  Thu, 10 Aug 2017 11:40:03 -0400
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2018-01-29 10:45:59 UTC (rev 901)
+++ trunk/debian/rules	2018-01-29 10:46:12 UTC (rev 902)
@@ -28,14 +28,13 @@
 build-indep: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	dh_autotools-dev_updateconfig
+	dh_update_autotools_config
 	$(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