[SCM] soundtouch/master: Rename libsoundtouch0[-dbg] to libsoundtouch1[-dbg].
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Sat Sep 19 05:15:16 UTC 2015
The following commit has been merged in the master branch:
commit 8eb6c0f43eb214752c773b4f1bda1e962d1b70c1
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date: Sat Sep 19 00:05:17 2015 -0400
Rename libsoundtouch0[-dbg] to libsoundtouch1[-dbg].
diff --git a/debian/control b/debian/control
index 42771cd..fd21166 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://www.surina.net/soundtouch/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/soundtouch.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/soundtouch.git
-Package: libsoundtouch0
+Package: libsoundtouch1
Architecture: any
Multi-Arch: same
Pre-Depends:
@@ -30,13 +30,13 @@ Description: Sound stretching library
.
This package contains the SoundTouch shared library.
-Package: libsoundtouch0-dbg
+Package: libsoundtouch1-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends:
- libsoundtouch0 (= ${binary:Version}),
+ libsoundtouch1 (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for the sound stretching library
SoundTouch is a library that can be used to change pitch and time of
@@ -49,7 +49,7 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
- libsoundtouch0 (= ${binary:Version}),
+ libsoundtouch1 (= ${binary:Version}),
${misc:Depends}
Replaces:
libsoundtouch1-dev
diff --git a/debian/doc-base b/debian/doc-base
index 6d80d85..ad1f62d 100644
--- a/debian/doc-base
+++ b/debian/doc-base
@@ -1,4 +1,4 @@
-Document: libsoundtouch0
+Document: libsoundtouch1
Title: SoundTouch Documentation File
Author: Olli Parviainen
Abstract: This manual describes what SoundTouch is
@@ -6,5 +6,5 @@ Abstract: This manual describes what SoundTouch is
Section: Sound
Format: HTML
-Index: /usr/share/doc/libsoundtouch0/README.html
-Files: /usr/share/doc/libsoundtouch0/*.html
+Index: /usr/share/doc/libsoundtouch1/README.html
+Files: /usr/share/doc/libsoundtouch1/*.html
diff --git a/debian/libsoundtouch-dev.links b/debian/libsoundtouch-dev.links
index eee03c8..7fe58cc 100644
--- a/debian/libsoundtouch-dev.links
+++ b/debian/libsoundtouch-dev.links
@@ -1 +1 @@
-usr/share/doc/libsoundtouch0 /usr/share/doc/libsoundtouch-dev
+usr/share/doc/libsoundtouch1 /usr/share/doc/libsoundtouch-dev
diff --git a/debian/libsoundtouch0-dbg.links b/debian/libsoundtouch0-dbg.links
deleted file mode 100644
index 540c5d1..0000000
--- a/debian/libsoundtouch0-dbg.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libsoundtouch0 /usr/share/doc/libsoundtouch0-dbg
diff --git a/debian/libsoundtouch1-dbg.links b/debian/libsoundtouch1-dbg.links
new file mode 100644
index 0000000..8df22a8
--- /dev/null
+++ b/debian/libsoundtouch1-dbg.links
@@ -0,0 +1 @@
+usr/share/doc/libsoundtouch1 /usr/share/doc/libsoundtouch1-dbg
diff --git a/debian/rules b/debian/rules
index d108b4c..a88181a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,17 +7,17 @@ override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
override_dh_installdocs:
- dh_installdocs -plibsoundtouch0 -psoundstretch
+ dh_installdocs -plibsoundtouch1 -psoundstretch
override_dh_installchangelogs:
- dh_installchangelogs -plibsoundtouch0 -psoundstretch
+ dh_installchangelogs -plibsoundtouch1 -psoundstretch
override_dh_strip:
- dh_strip --package=libsoundtouch0 --dbg-package=libsoundtouch0-dbg
+ dh_strip --package=libsoundtouch1 --dbg-package=libsoundtouch1-dbg
dh_strip --package=soundstretch --dbg-package=soundstretch-dbg
override_dh_makeshlibs:
- dh_makeshlibs -plibsoundtouch0 -V 'libsoundtouch0 (>= 1.9.1)'
+ dh_makeshlibs -plibsoundtouch1 -V 'libsoundtouch1 (>= 1.9.1-2~)'
%:
dh $@ --parallel --with autoreconf
--
soundtouch packaging
More information about the pkg-multimedia-commits
mailing list