]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use --with properly; don't bother to --list-missing
authorDon Armstrong <don@donarmstrong.com>
Fri, 14 Sep 2012 18:34:18 +0000 (11:34 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 14 Sep 2012 18:34:18 +0000 (11:34 -0700)
debian/rules

index 2370983443fa568598a30ce12f50dc5333f45365..6ff3253583291ce535b82d4bd52f95adf0ce92b2 100755 (executable)
@@ -28,7 +28,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 %:
-       dh $@ --parallel --with-autotools-dev --with-python2 --list-missing
+       dh $@ --parallel --with autotools-dev --with python2
 
 
 override_dh_auto_configure: