[med-svn] r18417 - trunk/packages/python-hl7/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Oct 25 17:14:03 UTC 2014


Author: tille
Date: 2014-10-25 17:14:02 +0000 (Sat, 25 Oct 2014)
New Revision: 18417

Modified:
   trunk/packages/python-hl7/trunk/debian/changelog
   trunk/packages/python-hl7/trunk/debian/rules
Log:
debian/rules: fix position of --with option


Modified: trunk/packages/python-hl7/trunk/debian/changelog
===================================================================
--- trunk/packages/python-hl7/trunk/debian/changelog	2014-10-25 17:09:04 UTC (rev 18416)
+++ trunk/packages/python-hl7/trunk/debian/changelog	2014-10-25 17:14:02 UTC (rev 18417)
@@ -7,6 +7,7 @@
   * cme fix dpkg-control
   * cme fix dpkg-copyright
   * Debhelper 9
+  * debian/rules: fix position of --with option
 
  -- Andreas Tille <tille at debian.org>  Fri, 24 Oct 2014 22:26:54 +0200
 

Modified: trunk/packages/python-hl7/trunk/debian/rules
===================================================================
--- trunk/packages/python-hl7/trunk/debian/rules	2014-10-25 17:09:04 UTC (rev 18416)
+++ trunk/packages/python-hl7/trunk/debian/rules	2014-10-25 17:14:02 UTC (rev 18417)
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 
 %:
-	dh --with python2 $@
+	dh $@ --with python2




More information about the debian-med-commit mailing list