[Pkg-cli-apps-commits] r5422 - in /packages/cowbell/trunk/debian: changelog control rules
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Sat Apr 7 13:16:53 UTC 2012
Author: laney
Date: Sat Apr 7 13:16:50 2012
New Revision: 5422
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5422
Log:
Apply patch cherry-picked from Ubuntu (Ilya Barygin) by Gregor Herrmann.
Fix "FTBFS: configure: error: 'Taglib C bindings are not installed'": add
multiarch (Closes: #665052)
Modified:
packages/cowbell/trunk/debian/changelog
packages/cowbell/trunk/debian/control
packages/cowbell/trunk/debian/rules
Modified: packages/cowbell/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/cowbell/trunk/debian/changelog?rev=5422&op=diff
==============================================================================
--- packages/cowbell/trunk/debian/changelog (original)
+++ packages/cowbell/trunk/debian/changelog Sat Apr 7 13:16:50 2012
@@ -1,3 +1,11 @@
+cowbell (0.2.7.1-7) UNRELEASED; urgency=low
+
+ * Apply patch cherry-picked from Ubuntu (Ilya Barygin) by Gregor Herrmann.
+ Fix "FTBFS: configure: error: 'Taglib C bindings are not installed'": add
+ multiarch (Closes: #665052)
+
+ -- Iain Lane <laney at debian.org> Sat, 07 Apr 2012 14:14:39 +0100
+
cowbell (0.2.7.1-6) unstable; urgency=low
* No-change rebuild against Mono 2.10.
Modified: packages/cowbell/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/cowbell/trunk/debian/control?rev=5422&op=diff
==============================================================================
--- packages/cowbell/trunk/debian/control (original)
+++ packages/cowbell/trunk/debian/control Sat Apr 7 13:16:50 2012
@@ -16,7 +16,8 @@
intltool,
xsltproc,
docbook-xsl,
- docbook-xml (>= 4.4)
+ docbook-xml (>= 4.4),
+ dpkg-dev (>= 1.16.0)
Standards-Version: 3.8.3
Homepage: http://more-cowbell.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/cowbell/trunk
Modified: packages/cowbell/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/cowbell/trunk/debian/rules?rev=5422&op=diff
==============================================================================
--- packages/cowbell/trunk/debian/rules (original)
+++ packages/cowbell/trunk/debian/rules Sat Apr 7 13:16:50 2012
@@ -6,6 +6,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --disable-static CSC=/usr/bin/mono-csc
DEB_INSTALL_MANPAGES_cowbell += debian/cowbell.1
+export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export MONO_SHARED_DIR=$(CURDIR)
More information about the Pkg-cli-apps-commits
mailing list