[SCM] calf/master: Tidy rules file.
js at users.alioth.debian.org
js at users.alioth.debian.org
Mon Mar 7 10:43:06 UTC 2016
The following commit has been merged in the master branch:
commit 6f82bd548f0262cb1c7385e89da516f18e8dd2ad
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Mar 7 10:43:54 2016 +0100
Tidy rules file.
diff --git a/debian/rules b/debian/rules
index f5224a7..fd07287 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,15 +87,15 @@ ifneq "$(filter amd64, $(DEB_HOST_ARCH_CPU))" ""
DEB_CONFIGURE_EXTRA_FLAGS += --enable-sse
endif
-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
+install/$(pkg)::
+ sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
+
# 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