[Pkg-cli-libs-commits] [SCM] taglib-sharp branch, master, updated. debian/2.0.4.0-1-11-gbd1bffb
Chow Loong Jin
hyperair at debian.org
Sun Jul 29 16:01:45 UTC 2012
The following commit has been merged in the master branch:
commit 187b143ea1d36d33deef0ecc24816b890c56709d
Author: Chow Loong Jin <hyperair at debian.org>
Date: Thu Jul 5 00:19:02 2012 +0800
Rename package from taglib2.0 to taglib2.1
diff --git a/debian/control b/debian/control
index 19f1a48..6ee9b24 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/taglib-sharp.git
Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/taglib-sharp.git
-Package: libtaglib2.0-cil
+Package: libtaglib2.1-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: CLI library for accessing audio and video files metadata
@@ -27,7 +27,7 @@ Description: CLI library for accessing audio and video files metadata
Package: libtaglib-cil-dev
Architecture: all
-Depends: libtaglib2.0-cil (= ${binary:Version}), ${misc:Depends}
+Depends: libtaglib2.1-cil (= ${binary:Version}), ${misc:Depends}
Replaces: libtaglib2.0-cil (<< 2.0.3.3+dfsg-2)
Description: CLI library for accessing audio and video files metadata
TagLib# is a CLI library used to read and manipulate metadata
diff --git a/debian/libtaglib2.0-cil.installcligac b/debian/libtaglib2.0-cil.installcligac
deleted file mode 100644
index bd5de77..0000000
--- a/debian/libtaglib2.0-cil.installcligac
+++ /dev/null
@@ -1,2 +0,0 @@
-/usr/lib/cli/taglib-sharp-2.0/taglib-sharp.dll
-/usr/lib/cli/taglib-sharp-2.0/policy.2.0.taglib-sharp.dll
diff --git a/debian/libtaglib2.0-cil.install b/debian/libtaglib2.1-cil.install
similarity index 100%
rename from debian/libtaglib2.0-cil.install
rename to debian/libtaglib2.1-cil.install
diff --git a/debian/libtaglib2.1-cil.installcligac b/debian/libtaglib2.1-cil.installcligac
new file mode 100644
index 0000000..d01c6be
--- /dev/null
+++ b/debian/libtaglib2.1-cil.installcligac
@@ -0,0 +1 @@
+/usr/lib/cli/taglib-sharp-2.1/taglib-sharp.dll
diff --git a/debian/rules b/debian/rules
index ff90ab6..7cd7642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
PACKAGES = $(shell sed -n 's/^Package: //p' $(DEBIAN_DIR)/control)
-DEB_ABI_VERSION = 2.0
+DEB_ABI_VERSION = 2.1
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr MCS=/usr/bin/mono-csc AL=/usr/bin/al2
@@ -24,8 +24,6 @@ override_dh_auto_install:
mkdir -p debian/tmp/usr/lib/cli/taglib-sharp-$(DEB_ABI_VERSION) debian/tmp/usr/share/pkgconfig
cp src/taglib-sharp.dll debian/tmp/usr/lib/cli/taglib-sharp-$(DEB_ABI_VERSION)/
cp src/taglib-sharp.dll.mdb debian/tmp/usr/lib/cli/taglib-sharp-$(DEB_ABI_VERSION)/
- cp src/policy.2.0.taglib-sharp.dll debian/tmp/usr/lib/cli/taglib-sharp-$(DEB_ABI_VERSION)/
- cp src/policy.2.0.taglib-sharp.config debian/tmp/usr/lib/cli/taglib-sharp-$(DEB_ABI_VERSION)/
# The -V is there for a reason. Check the changelog for more info. If you dare
# touch this, prepare for the consequences. Breaking the world is one. Me (or
--
taglib-sharp
More information about the Pkg-cli-libs-commits
mailing list