[Pkg-telepathy-commits] [SCM] telepathy-gabble packaging branch, debian-experimental, updated. debian/0.9.4-1-3-g991ed16

Simon McVittie smcv at debian.org
Tue Feb 23 21:13:02 UTC 2010


The following commit has been merged in the debian-experimental branch:
commit 991ed168a5d693af17163fbe2099571555caa541
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Feb 23 20:59:38 2010 +0000

    New upstream release
    
    * New upstream release
    * Don't install .la files for plugins
    * Standards-Version: 3.8.4 (no changes needed)

diff --git a/debian/changelog b/debian/changelog
index 828f7c4..66d497d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+telepathy-gabble (0.9.6-1) experimental; urgency=low
+
+  * New upstream release
+  * Don't install .la files for plugins
+  * Standards-Version: 3.8.4 (no changes needed)
+
+ -- Simon McVittie <smcv at debian.org>  Tue, 23 Feb 2010 20:46:32 +0000
+
 telepathy-gabble (0.9.4-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 96f3f3f..96ccc4a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: cdbs,
                python,
                xsltproc,
                uuid-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-gabble.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-gabble.git
 Homepage: http://telepathy.freedesktop.org/wiki/
diff --git a/debian/rules b/debian/rules
index 0f4d83c..97f4f5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,13 @@ DEB_AUTO_CLEANUP_RCS            := yes
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-# List any files which are not installed
 include /usr/share/cdbs/1/rules/utils.mk
+
+# List any files which are not installed, except for the useless .la files
 common-binary-post-install-arch:: list-missing
+list-missing: prune-unwanted
+prune-unwanted:
+	rm -f debian/tmp/usr/lib/telepathy/gabble-0/*.la
 
 # cdbs defaults to one subdirectory per source package, which is overkill for us
 DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy"
diff --git a/debian/telepathy-gabble.install b/debian/telepathy-gabble.install
index 05cc441..dd2fc11 100644
--- a/debian/telepathy-gabble.install
+++ b/debian/telepathy-gabble.install
@@ -1,4 +1,5 @@
-debian/tmp/usr/lib/telepathy
+debian/tmp/usr/lib/telepathy/telepathy-gabble
+debian/tmp/usr/lib/telepathy/gabble-0/*.so
 debian/tmp/usr/share/man
 debian/tmp/usr/share/dbus-1
 debian/tmp/usr/share/telepathy

-- 
telepathy-gabble packaging



More information about the Pkg-telepathy-commits mailing list