[med-svn] r17136 - trunk/packages/treeviewx/trunk/debian

Charles Plessy plessy at moszumanska.debian.org
Wed Jun 11 21:28:29 UTC 2014


Author: plessy
Date: 2014-06-11 21:28:29 +0000 (Wed, 11 Jun 2014)
New Revision: 17136

Modified:
   trunk/packages/treeviewx/trunk/debian/changelog
   trunk/packages/treeviewx/trunk/debian/control
   trunk/packages/treeviewx/trunk/debian/rules
Log:
Build with dh_autoreconf.


Modified: trunk/packages/treeviewx/trunk/debian/changelog
===================================================================
--- trunk/packages/treeviewx/trunk/debian/changelog	2014-06-11 21:22:38 UTC (rev 17135)
+++ trunk/packages/treeviewx/trunk/debian/changelog	2014-06-11 21:28:29 UTC (rev 17136)
@@ -2,6 +2,7 @@
 
   * Normalised debian/control and updated VCS URLs with ‘config-model-edit’.
   * Conforms with Policy 3.9.5.
+  * Build with dh_autoreconf. 
 
  -- Charles Plessy <plessy at debian.org>  Sun, 20 Oct 2013 11:25:10 +0900
 

Modified: trunk/packages/treeviewx/trunk/debian/control
===================================================================
--- trunk/packages/treeviewx/trunk/debian/control	2014-06-11 21:22:38 UTC (rev 17135)
+++ trunk/packages/treeviewx/trunk/debian/control	2014-06-11 21:28:29 UTC (rev 17136)
@@ -5,6 +5,7 @@
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                libwxgtk2.8-dev
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/treeviewx/trunk/

Modified: trunk/packages/treeviewx/trunk/debian/rules
===================================================================
--- trunk/packages/treeviewx/trunk/debian/rules	2014-06-11 21:22:38 UTC (rev 17135)
+++ trunk/packages/treeviewx/trunk/debian/rules	2014-06-11 21:28:29 UTC (rev 17136)
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh  $@
+	dh  $@ --with autoreconf
 
 #Installation is simply a matter of copying the files, without extensions
 override_dh_install:




More information about the debian-med-commit mailing list