[SCM] drumgizmo/master: debian/rules: dh_auto_configure parameters wrapped

mfv at users.alioth.debian.org mfv at users.alioth.debian.org
Thu Oct 29 15:42:47 UTC 2015


The following commit has been merged in the master branch:
commit 103335a7a3f0f7ce9752f7b2f017512e20f2364f
Author: Matteo F. Vescovi <mfv at debian.org>
Date:   Thu Oct 29 14:22:50 2015 +0100

    debian/rules: dh_auto_configure parameters wrapped
    
    Gbp-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 2b5c76a..22f6997 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
@@ -17,13 +16,15 @@ FLAGS += -ffast-math
 CFLAGS += $(FLAGS)
 CXXFLAGS += $(FLAGS)
 
-
 %:
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-lv2=yes --enable-cli=yes \
-		--enable-resampler --with-test=no \
+	dh_auto_configure -- \
+		--enable-lv2=yes \
+		--enable-cli=yes \
+		--enable-resampler \
+		--with-test=no \
 		$(CONFFLAGS)
 
 override_dh_auto_test:

-- 
drumgizmo packaging



More information about the pkg-multimedia-commits mailing list