[Pkg-cli-libs-commits] [SCM] taglib-sharp branch, master, updated. debian/2.0.3.4+dfsg-1-5-g560415f
Chow Loong Jin
hyperair at gmail.com
Sat Jan 30 17:02:27 UTC 2010
The following commit has been merged in the master branch:
commit 560415f62d284a146a855930de9847eb75b9b1d4
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Sun Jan 31 01:01:50 2010 +0800
Use dh_makeclilibs -V
* debian/rules:
+ Use dh_makeclilibs -V -- upstream maps 2.0.3.0-$version to
$version's taglib-sharp.dll. As a result, stuff linked against
$next_version's taglib-sharp.dll will look for $next_version, and will
not be able to find $version's dll. Hence, packages linked against
$version should depend on taglib-sharp >= $version.
diff --git a/debian/changelog b/debian/changelog
index 29672de..43f1838 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+taglib-sharp (2.0.3.4+dfsg-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ + Use dh_makeclilibs -V -- upstream maps 2.0.3.0-$version to
+ $version's taglib-sharp.dll. As a result, stuff linked against
+ $next_version's taglib-sharp.dll will look for $next_version, and will
+ not be able to find $version's dll. Hence, packages linked against
+ $version should depend on taglib-sharp >= $version.
+
+ -- Chow Loong Jin <hyperair at ubuntu.com> Sun, 31 Jan 2010 01:00:34 +0800
+
taglib-sharp (2.0.3.4+dfsg-1) unstable; urgency=low
* New upstream release
diff --git a/debian/rules b/debian/rules
index c40ae3f..68e1d75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,6 @@ PACKAGES = $(shell sed -n 's/^Package: //p' $(DEBIAN_DIR)/control)
include /usr/share/quilt/quilt.make
include /usr/share/cli-common/cli.make
-DEB_API_VERSION = 2.0.3.3
DEB_ABI_VERSION = 2.0
get-orig-source:
@@ -53,7 +52,7 @@ override_dh_auto_install:
cp src/policy.2.0.taglib-sharp.config debian/tmp/usr/lib/cli/taglib-sharp-$(DEB_ABI_VERSION)/
override_dh_makeclilibs:
- dh_makeclilibs -m $(DEB_API_VERSION)
+ dh_makeclilibs -V
%:
dh --with=quilt $@
--
taglib-sharp
More information about the Pkg-cli-libs-commits
mailing list