[med-svn] r22380 - trunk/packages/rostlab/libzerg/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Jul 5 14:12:36 UTC 2016
Author: tille
Date: 2016-07-05 14:12:35 +0000 (Tue, 05 Jul 2016)
New Revision: 22380
Modified:
trunk/packages/rostlab/libzerg/trunk/debian/rules
Log:
Fix *all* arguments
Modified: trunk/packages/rostlab/libzerg/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/libzerg/trunk/debian/rules 2016-07-05 14:11:34 UTC (rev 22379)
+++ trunk/packages/rostlab/libzerg/trunk/debian/rules 2016-07-05 14:12:35 UTC (rev 22380)
@@ -18,10 +18,10 @@
clean:
rm -f Changes
- dh --with autoreconf $@
+ dh $@ --with autoreconf
%:
- dh --with autoreconf $@
+ dh $@ --with autoreconf
override_dh_clean:
dh_clean
More information about the debian-med-commit
mailing list