[SCM] zam-plugins/master: Tune g++ flags.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Oct 14 22:46:53 UTC 2014
The following commit has been merged in the master branch:
commit f952152a1852dd13af8b1380b12109d94f23caff
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Oct 15 00:29:05 2014 +0200
Tune g++ flags.
diff --git a/debian/rules b/debian/rules
index cd33902..c563f37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
dfsg_version = $(upstream_version)~repack0
pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
+noopt = $(if $(filter amd64 i386, $(DEB_HOST_ARCH)), false, true))
%:
dh $@
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list