[SCM] audiofile/master: Bump SONAME. Move debugging symbols from libaudiofile0-dbg to unversioned libaudiofile-dbg.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Jan 12 09:24:10 UTC 2012
The following commit has been merged in the master branch:
commit 7ee4b7e7f51edebe4d216d878f54647eb8e68193
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Jan 12 10:23:36 2012 +0100
Bump SONAME. Move debugging symbols from libaudiofile0-dbg to unversioned libaudiofile-dbg.
diff --git a/debian/control b/debian/control
index 67d423e..9eebba3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: libaudiofile0 (= ${binary:Version}),
+Depends: libaudiofile1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Conflicts: libaudiofile0 (<= 0.2.3-4)
@@ -31,7 +31,7 @@ Description: Open-source version of SGI's audiofile library (header files)
compile programs using libaudiofile, as well as example programs for
identifying and converting audio files.
-Package: libaudiofile0
+Package: libaudiofile1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -45,12 +45,12 @@ Description: Open-source version of SGI's audiofile library
This package contains the library needed to run executables using
libaudiofile.
-Package: libaudiofile0-dbg
+Package: libaudiofile-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
-Depends: libaudiofile0 (= ${binary:Version}),
+Depends: libaudiofile1 (= ${binary:Version}),
${misc:Depends}
Description: Open-source version of SGI's audiofile library (debug)
The audiofile library allows the processing of audio data to and from audio
diff --git a/debian/libaudiofile0.docs b/debian/libaudiofile1.docs
similarity index 100%
rename from debian/libaudiofile0.docs
rename to debian/libaudiofile1.docs
diff --git a/debian/libaudiofile0.install b/debian/libaudiofile1.install
similarity index 100%
rename from debian/libaudiofile0.install
rename to debian/libaudiofile1.install
diff --git a/debian/rules b/debian/rules
index 05e69c8..641af41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_configure:
dh_auto_configure -- --enable-static=no
override_dh_strip:
- dh_strip -plibaudiofile0 --dbg-package=libaudiofile0-dbg
+ dh_strip -plibaudiofile1 --dbg-package=libaudiofile-dbg
dh_strip --remaining-packages
override_dh_makehslibs:
--
audiofile packaging
More information about the pkg-multimedia-commits
mailing list