[Pkg-telepathy-commits] [SCM] telepathy-gabble packaging branch, debian-experimental, updated. debian/0.17.4-1-7707-g093a9e1

Simon McVittie smcv at debian.org
Thu Jun 6 13:56:13 UTC 2013


The following commit has been merged in the debian-experimental branch:
commit ed6c56ff5b233d071894f962fe061a4d0eebc549
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Jun 2 23:50:55 2013 +0100

    Generate debian/shlibs.local based on upstream version, rather than having to update it every time

diff --git a/debian/changelog b/debian/changelog
index e389fc9..ad86311 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+telepathy-gabble (0.17.4-2) UNRELEASED; urgency=low
+
+  * Generate debian/shlibs.local based on upstream version, rather than
+    having to update it every time
+
+ -- Simon McVittie <smcv at debian.org>  Sun, 02 Jun 2013 23:50:08 +0100
+
 telepathy-gabble (0.17.4-1) experimental; urgency=low
 
   * New upstream development release
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..b86b83b
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+debian/shlibs.local
diff --git a/debian/rules b/debian/rules
index 2b28fcd..1bec8b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,4 +43,7 @@ override_dh_makeshlibs:
 	:
 
 override_dh_shlibdeps:
+	sed -e 's!@DEB_VERSION_UPSTREAM@!$(DEB_VERSION_UPSTREAM)!' \
+		< debian/shlibs.local.in \
+		> debian/shlibs.local
 	dh_shlibdeps -Ltelepathy-gabble
diff --git a/debian/shlibs.local b/debian/shlibs.local
deleted file mode 100644
index b80c13e..0000000
--- a/debian/shlibs.local
+++ /dev/null
@@ -1,2 +0,0 @@
-libwocky-telepathy-gabble 0.17.4 telepathy-gabble (= ${binary:Version})
-libgabble-plugins 0.17.4 telepathy-gabble (= ${binary:Version})
diff --git a/debian/shlibs.local.in b/debian/shlibs.local.in
new file mode 100644
index 0000000..2b6da13
--- /dev/null
+++ b/debian/shlibs.local.in
@@ -0,0 +1,2 @@
+libwocky-telepathy-gabble @DEB_VERSION_UPSTREAM@ telepathy-gabble (= ${binary:Version})
+libgabble-plugins @DEB_VERSION_UPSTREAM@ telepathy-gabble (= ${binary:Version})

-- 
telepathy-gabble packaging



More information about the Pkg-telepathy-commits mailing list