[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian-experimental, updated. debian/0.6.0-1

Emilio Pozuelo Monfort emilio.pozuelo at collabora.co.uk
Tue Aug 16 11:51:44 UTC 2011


The following commit has been merged in the debian-experimental branch:
commit 78d6e4a11625bce7a31825606744f058f0b57217
Author: Emilio Pozuelo Monfort <emilio.pozuelo at collabora.co.uk>
Date:   Tue Aug 16 11:53:27 2011 +0100

    Updated for the new SONAME

diff --git a/debian/changelog b/debian/changelog
index 3b6d1ea..3f47981 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ folks (0.6.0-1) UNRELEASED; urgency=low
   * New upstream stable release.
     + debian/patches/01_add_missing_deps_file.patch:
       - Removed, shipped in the new tarball.
+    + debian/control,
+      debian/rules,
+      debian/libfolks*{24,25}.*:
+      - Updated for the new SONAME and symbols.
   * debian/rules:
     + Don't rebuild sources for now as we don't have vala 0.13 yet.
 
diff --git a/debian/control b/debian/control
index 0d90e4c..554d548 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Homepage: http://telepathy.freedesktop.org/wiki/Folks
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/folks.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/folks.git;a=summary
 
-Package: libfolks24
+Package: libfolks25
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -35,7 +35,7 @@ Description: library to aggregates people into metacontacts
 Package: libfolks-dev
 Section: libdevel
 Architecture: any
-Depends: libfolks24 (= ${binary:Version}),
+Depends: libfolks25 (= ${binary:Version}),
          libglib2.0-dev (>= 2.24),
          libgee-dev,
          ${misc:Depends}
@@ -50,7 +50,7 @@ Package: libfolks-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libfolks24 (= ${binary:Version}),
+Depends: libfolks25 (= ${binary:Version}),
          ${misc:Depends}
 Description: library to aggregates people into metacontact - debugging symbols
  libfolks is a library that aggregates people from multiple sources
@@ -59,7 +59,7 @@ Description: library to aggregates people into metacontact - debugging symbols
  .
  This package contains the debugging symbols for libfolks library.
 
-Package: libfolks-telepathy24
+Package: libfolks-telepathy25
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -73,7 +73,7 @@ Description: Telepathy backend for libfolks
 Package: libfolks-telepathy-dev
 Section: libdevel
 Architecture: any
-Depends: libfolks-telepathy24 (= ${binary:Version}),
+Depends: libfolks-telepathy25 (= ${binary:Version}),
          libfolks-dev (= ${binary:Version}),
          libglib2.0-dev (>= 2.24),
          libtelepathy-glib-dev (>= 0.13.1),
@@ -89,7 +89,7 @@ Package: libfolks-telepathy-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libfolks-telepathy24 (= ${binary:Version}),
+Depends: libfolks-telepathy25 (= ${binary:Version}),
          ${misc:Depends}
 Description: Telepathy backend for libfolks - debugging symbols
  libfolks is a library that aggregates people from multiple sources
diff --git a/debian/libfolks-telepathy24.install b/debian/libfolks-telepathy25.install
similarity index 100%
rename from debian/libfolks-telepathy24.install
rename to debian/libfolks-telepathy25.install
diff --git a/debian/libfolks-telepathy24.symbols b/debian/libfolks-telepathy25.symbols
similarity index 91%
rename from debian/libfolks-telepathy24.symbols
rename to debian/libfolks-telepathy25.symbols
index bf4de86..a9d4c8e 100644
--- a/debian/libfolks-telepathy24.symbols
+++ b/debian/libfolks-telepathy25.symbols
@@ -1,4 +1,4 @@
-libfolks-telepathy.so.24 libfolks-telepathy24 #MINVER#
+libfolks-telepathy.so.25 libfolks-telepathy25 #MINVER#
  tpf_persona_construct at Base 0.5.2
  tpf_persona_get_contact at Base 0.5.2
  tpf_persona_get_is_in_contact_list at Base 0.5.2
diff --git a/debian/libfolks24.install b/debian/libfolks25.install
similarity index 100%
rename from debian/libfolks24.install
rename to debian/libfolks25.install
diff --git a/debian/libfolks24.symbols b/debian/libfolks25.symbols
similarity index 99%
rename from debian/libfolks24.symbols
rename to debian/libfolks25.symbols
index ca527cb..821775b 100644
--- a/debian/libfolks24.symbols
+++ b/debian/libfolks25.symbols
@@ -1,4 +1,4 @@
-libfolks.so.24 libfolks24 #MINVER#
+libfolks.so.25 libfolks25 #MINVER#
  _folks_debug_register_domain at Base 0.5.2
  _folks_persona_store_emit_personas_changed at Base 0.5.2
  _folks_potential_match_inspect_im_addresses at Base 0.5.2
diff --git a/debian/rules b/debian/rules
index 7f3e753..1823e9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,12 +12,12 @@ override_dh_auto_configure:
 	dh_auto_configure
 
 override_dh_strip:
-	dh_strip -plibfolks24 --dbg-package=libfolks-dbg
-	dh_strip -plibfolks-telepathy24 --dbg-package=libfolks-telepathy-dbg
+	dh_strip -plibfolks25 --dbg-package=libfolks-dbg
+	dh_strip -plibfolks-telepathy25 --dbg-package=libfolks-telepathy-dbg
 
 export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
 override_dh_makeshlibs:
-	dh_makeshlibs -plibfolks24 -X/backends/
-	dh_makeshlibs -plibfolks-telepathy24 -X/backends/
+	dh_makeshlibs -plibfolks25 -X/backends/
+	dh_makeshlibs -plibfolks-telepathy25 -X/backends/
 
 override_dh_auto_test:

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list