r21088 - in /packages/unstable/rhythmbox/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Aug 26 17:28:39 UTC 2009


Author: pochu
Date: Wed Aug 26 17:28:39 2009
New Revision: 21088

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21088
Log:
* debian/rules:
  - Don't pass --with-gecko to configure, it's not used anymore.
  - Don't ship librhythmbox-core.so, it's a private library
    to be used by rhythmbox and its plugins.
  - Exclude /usr/lib/mozilla from the shlibs generation too.

Modified:
    packages/unstable/rhythmbox/debian/changelog
    packages/unstable/rhythmbox/debian/rules

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=21088&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Wed Aug 26 17:28:39 2009
@@ -1,13 +1,16 @@
-rhythmbox (0.12.4-1) UNRELEASED; urgency=low
+rhythmbox (0.12.4-1) unstable; urgency=low
 
   * debian/NEWS: mention that the tray icon is now a plugin. Closes:
     #537137, #539612.
   * New upstream release.
   * Standards-Version is 3.8.3, no changes needed.
-  * debian/rules: don't pass --with-gecko to configure, it's not used
-    anymore.
-
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 26 Aug 2009 12:32:52 +0200
+  * debian/rules:
+    - Don't pass --with-gecko to configure, it's not used anymore.
+    - Don't ship librhythmbox-core.so, it's a private library
+      to be used by rhythmbox and its plugins.
+    - Exclude /usr/lib/mozilla from the shlibs generation too.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 26 Aug 2009 18:00:42 +0200
 
 rhythmbox (0.12.3-1) unstable; urgency=low
 

Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=21088&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules [utf-8] Wed Aug 26 17:28:39 2009
@@ -12,10 +12,12 @@
 
 # exclude plugins from shlibs generation
 DEB_DH_MAKESHLIBS_ARGS_rhythmbox += -Xdebian/$(cdbs_curpkg)/usr/lib/rhythmbox
+DEB_DH_MAKESHLIBS_ARGS_rhythmbox += -Xdebian/$(cdbs_curpkg)/usr/lib/mozilla
 
 binary-install/rhythmbox::
 	# kill *.a and *.la files of plugins and the shared lib
 	find debian/rhythmbox -name '*.a' -exec rm -f '{}' ';'
 	find debian/rhythmbox -name '*.la' -exec rm -f '{}' ';'
+	# librhythmbox-core.so is a private library, don't ship the .so symlink
+	rm debian/rhythmbox/usr/lib/librhythmbox-core.so
 	dh_pysupport
-




More information about the pkg-gnome-commits mailing list