[SCM] calf/master: Tidy rules file: reorder variables by roughly order of use.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Feb 22 09:44:15 UTC 2016


The following commit has been merged in the master branch:
commit 6000244e862ff82e947bf7e1325ac282afcf918b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Feb 21 18:19:26 2016 +0100

    Tidy rules file: reorder variables by roughly order of use.

diff --git a/debian/rules b/debian/rules
index 119445e..327e742 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,12 +42,6 @@ deps +=, libtool
 
 CDBS_BUILD_DEPENDS +=, $(deps)
 
-# enable experimental plugins
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-experimental
-
-# Avoid useless linking
-LDFLAGS += -Wl,--as-needed
-
 # extract metadata from images before copyright check
 CDBS_BUILD_DEPENDS +=, libimage-exiftool-perl, libregexp-assemble-perl
 CDBS_BUILD_DEPENDS +=, libipc-system-simple-perl, lcdf-typetools
@@ -88,6 +82,12 @@ DEB_CONFIGURE_EXTRA_FLAGS += --htmldir=$(docdir)/html
 install/$(pkg)::
 	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 
+# enable experimental plugins
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-experimental
+
+# Avoid useless linking
+LDFLAGS += -Wl,--as-needed
+
 # use separately packaged Javascript
 CDBS_BUILD_DEPENDS +=, libjs-jquery, libjs-jquery-colorbox
 CDBS_DEPENDS_$(pkg) = libjs-jquery, libjs-jquery-colorbox

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list