[SCM] gsequencer/master: added pre-integration-test target

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Fri Nov 24 14:47:01 UTC 2017


The following commit has been merged in the master branch:
commit 587dc95d3eae488b589525f1cbfd4ef831c09e45
Author: Joël Krähemann <jkraehemann at gmail.com>
Date:   Fri Nov 24 15:45:53 2017 +0100

    added pre-integration-test target

diff --git a/debian/rules b/debian/rules
index 2b8f31e..29db3f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,10 @@ get-orig-source:
 	wget --method=GET -O "$(TARBALL_DIR)/$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz.asc" -c "$(DOWNLOAD_MIRROR)/$(DEB_UPSTREAM_MINOR_VERSION)/$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM).tar.gz.sig"
 	ln -s "$(TARBALL_DIR)/$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz.asc" $(EXPORT_DIR)
 
+pre-integration-test:
+	dh_autoreconf
+	dh_auto_configure -- --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) $(archconfflags)
+
 override_dh_auto_configure:
 	dh_auto_configure -- $(archconfflags)
 	$(MAKE) gen-symbols-all

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list