[Pkg-telepathy-commits] [SCM] telepathy-qt4 packaging branch, debian, updated. debian/0.3.6-1-14-g7ae70ab

Jonny Lamb jonny at debian.org
Fri Apr 15 11:28:08 UTC 2011


The following commit has been merged in the debian branch:
commit 2140c2bf7419421214c01f3da52056d6a812983e
Author: Jonny Lamb <jonny at debian.org>
Date:   Thu Apr 14 10:55:20 2011 +0100

    Bump package name sonames for new library soname.

diff --git a/debian/changelog b/debian/changelog
index 4d20efc..c9323b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ telepathy-qt4 (0.5.15-1) UNRELEASED; urgency=low
   * New upstream release.
   * debian/rules: Update to use cmake now.
   * debian/control: Add cmake Build-Dep.
+  * Bump package name sonames for new library soname.
 
- -- Jonny Lamb <jonny at debian.org>  Thu, 14 Apr 2011 10:53:46 +0100
+ -- Jonny Lamb <jonny at debian.org>  Thu, 14 Apr 2011 10:55:00 +0100
 
 telepathy-qt4 (0.3.8-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 374c727..c713f1d 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-qt4.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-qt4.git
 Homepage: http://telepathy.freedesktop.org/wiki/
 
-Package: libtelepathy-qt4-0
+Package: libtelepathy-qt4-1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Telepathy framework - Qt 4 library
@@ -40,9 +40,9 @@ Description: Telepathy framework - Qt 4 library
  differences between protocols to provide a unified interface for
  applications.
 
-Package: libtelepathy-qt4-farsight0
+Package: libtelepathy-qt4-farsight1
 Architecture: any
-Depends: libtelepathy-qt4-0 (= ${binary:Version}),
+Depends: libtelepathy-qt4-1 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: Telepathy/Farsight integration - Qt 4 library
@@ -59,8 +59,8 @@ Package: libtelepathy-qt4-dev
 Architecture: any
 Section: libdevel
 Depends: libqt4-dev (>= 4.5.0),
-         libtelepathy-qt4-0 (= ${binary:Version}),
-         libtelepathy-qt4-farsight0 (= ${binary:Version}),
+         libtelepathy-qt4-1 (= ${binary:Version}),
+         libtelepathy-qt4-farsight1 (= ${binary:Version}),
          libtelepathy-farsight-dev,
          pkg-config (>= 0.21),
          ${shlibs:Depends},
@@ -79,9 +79,9 @@ Package: libtelepathy-qt4-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libtelepathy-qt4-0 (= ${binary:Version}),
+Depends: libtelepathy-qt4-1 (= ${binary:Version}),
          ${misc:Depends}
-Suggests: libtelepathy-qt4-farsight0 (= ${binary:Version})
+Suggests: libtelepathy-qt4-farsight1 (= ${binary:Version})
 Description: Qt 4 Telepathy library (debug symbols)
  This package contains support for debugging programs that use telepathy-qt4,
  a Qt-based library for Telepathy components.
diff --git a/debian/libtelepathy-qt4-0.install b/debian/libtelepathy-qt4-0.install
deleted file mode 100644
index 81714a3..0000000
--- a/debian/libtelepathy-qt4-0.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libtelepathy-qt4.so.0*
diff --git a/debian/libtelepathy-qt4-1.install b/debian/libtelepathy-qt4-1.install
new file mode 100644
index 0000000..5dab8c4
--- /dev/null
+++ b/debian/libtelepathy-qt4-1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libtelepathy-qt4.so.1*
diff --git a/debian/libtelepathy-qt4-dev.install b/debian/libtelepathy-qt4-dev.install
index 047ef4e..44210d9 100644
--- a/debian/libtelepathy-qt4-dev.install
+++ b/debian/libtelepathy-qt4-dev.install
@@ -1,4 +1,3 @@
 debian/tmp/usr/lib/*.so
-debian/tmp/usr/lib/*.a
 debian/tmp/usr/include/telepathy-1.0
 debian/tmp/usr/lib/pkgconfig/*.pc
diff --git a/debian/libtelepathy-qt4-farsight0.install b/debian/libtelepathy-qt4-farsight0.install
deleted file mode 100644
index f078874..0000000
--- a/debian/libtelepathy-qt4-farsight0.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libtelepathy-qt4-farsight.so.0*
diff --git a/debian/libtelepathy-qt4-farsight1.install b/debian/libtelepathy-qt4-farsight1.install
new file mode 100644
index 0000000..0f6695e
--- /dev/null
+++ b/debian/libtelepathy-qt4-farsight1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libtelepathy-qt4-farsight.so.1*
diff --git a/debian/libtelepathy-qt4-farsight0.links b/debian/libtelepathy-qt4-farsight1.links
similarity index 100%
rename from debian/libtelepathy-qt4-farsight0.links
rename to debian/libtelepathy-qt4-farsight1.links
diff --git a/debian/rules b/debian/rules
index 0eab2e0..ebaf2ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_DH_MAKESHLIBS_ARGS_libtelepathy-qt4-0 := -V"libtelepathy-qt4-0 (>= 0.5)"
+DEB_DH_MAKESHLIBS_ARGS_libtelepathy-qt4-1 := -V"libtelepathy-qt4-1 (>= 0.5)"
 
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/cmake.mk
@@ -26,8 +26,8 @@ include $(CURDIR)/debian/update-patches.mk
 
 # we're going to symlink many of the doc directories together
 DEB_INSTALL_DOCS_libtelepathy-qt4-dbg := --no-act
-DEB_INSTALL_DOCS_libtelepathy-qt4-farsight0 := --no-act
+DEB_INSTALL_DOCS_libtelepathy-qt4-farsight1 := --no-act
 DEB_INSTALL_DOCS_libtelepathy-qt4-dev := --no-act
 DEB_INSTALL_CHANGELOGS_libtelepathy-qt4-dbg := --no-act
-DEB_INSTALL_CHANGELOGS_libtelepathy-qt4-farsight0 := --no-act
+DEB_INSTALL_CHANGELOGS_libtelepathy-qt4-farsight1 := --no-act
 DEB_INSTALL_CHANGELOGS_libtelepathy-qt4-dev := --no-act

-- 
telepathy-qt4 packaging



More information about the Pkg-telepathy-commits mailing list