[SCM] phat/master: Strip the SONAME out of the -DEV's runtime name.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 8 09:13:05 UTC 2011


The following commit has been merged in the master branch:
commit 3671f684c35ea031f00f97cdba5ec7b027f6542c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 8 11:12:18 2011 +0200

    Strip the SONAME out of the -DEV's runtime name.

diff --git a/debian/control b/debian/control
index f3af0fe..e286465 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,14 @@ Vcs-Git: git://git.debian.org/git/pkg-multimedia/phat.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/phat.git
 Homepage: http://phat.berlios.de/
 
-Package: libphat0-dev
+Package: libphat-dev
 Section: libdevel
 Architecture: any
 Depends: libphat0 (= ${binary:Version}),
  ${misc:Depends}
+Provides: libphat0-dev
+Replaces: libphat0-dev (<= 0.4.1-2)
+Breaks: libphat0-dev (<= 0.4.1-2)
 Description: Development files (headers) for libphat
  phat is a collection of gtk widgets geared towards audio apps
  Audio applications demand a set of special widgets of its own
diff --git a/debian/libphat0-dev.install b/debian/libphat-dev.install
similarity index 100%
rename from debian/libphat0-dev.install
rename to debian/libphat-dev.install
diff --git a/debian/libphat-tools.install b/debian/libphat-tools.install
index 6eab6e1..8ca7101 100644
--- a/debian/libphat-tools.install
+++ b/debian/libphat-tools.install
@@ -1,3 +1,3 @@
 usr/bin/*
-usr/share/gtk-doc/* usr/share/libphat0-dev/
+usr/share/gtk-doc/* usr/share/libphat-dev/
 usr/share/phat
diff --git a/debian/libphat-tools.links b/debian/libphat-tools.links
index 15f5b5b..7ec98f7 100644
--- a/debian/libphat-tools.links
+++ b/debian/libphat-tools.links
@@ -3,5 +3,5 @@ usr/share/man/man1/phat.1 usr/share/man/man1/phatsliderbutton.1
 usr/share/man/man1/phat.1 usr/share/man/man1/phatkeyboard.1
 usr/share/man/man1/phat.1 usr/share/man/man1/phatpad.1
 usr/share/man/man1/phat.1 usr/share/man/man1/phatknob.1
-usr/share/libphat0-dev/html/phat/phat.devhelp usr/share/gtk-doc/html/phat/phat.devhelp
-usr/share/libphat0-dev/html/phat/phat.devhelp2 usr/share/gtk-doc/html/phat/phat.devhelp2
+usr/share/libphat-dev/html/phat/phat.devhelp usr/share/gtk-doc/html/phat/phat.devhelp
+usr/share/libphat-dev/html/phat/phat.devhelp2 usr/share/gtk-doc/html/phat/phat.devhelp2

-- 
phat packaging



More information about the pkg-multimedia-commits mailing list