[Pkg-cli-apps-commits] r5286 - in /packages/muine/trunk/debian: changelog rules
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Sun Jan 31 16:33:38 UTC 2010
Author: directhex
Date: Sun Jan 31 16:33:35 2010
New Revision: 5286
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5286
Log:
make binnmu-safe (and for bonus, trigger rebuild against fixed taglib#)
Modified:
packages/muine/trunk/debian/changelog
packages/muine/trunk/debian/rules
Modified: packages/muine/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/muine/trunk/debian/changelog?rev=5286&op=diff
==============================================================================
--- packages/muine/trunk/debian/changelog (original)
+++ packages/muine/trunk/debian/changelog Sun Jan 31 16:33:35 2010
@@ -1,3 +1,11 @@
+muine (0.8.11-3) UNRELEASED; urgency=low
+
+ * Rebuild against newer taglib-sharp
+ * debian/rules:
+ + Fiddle the dependency information to make Muine binNMU-safe
+
+ -- Jo Shields <directhex at apebox.org> Sun, 31 Jan 2010 16:21:29 +0000
+
muine (0.8.11-2) unstable; urgency=low
* debian/control:
Modified: packages/muine/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/muine/trunk/debian/rules?rev=5286&op=diff
==============================================================================
--- packages/muine/trunk/debian/rules (original)
+++ packages/muine/trunk/debian/rules Sun Jan 31 16:33:35 2010
@@ -14,7 +14,7 @@
VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
override_dh_makeclilibs:
- dh_makeclilibs -V 'muine (= $(DEB_VERSION))'
+ dh_makeclilibs -V 'muine (>= $(VERSION)), muine (<< $(VERSION).)'
# buggy make test
override_dh_auto_test:
More information about the Pkg-cli-apps-commits
mailing list