r31507 - in /packages/unstable/clutter-1.0/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Nov 18 11:12:26 UTC 2011


Author: bigon
Date: Fri Nov 18 11:12:23 2011
New Revision: 31507

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31507
Log:
debian/rules: Only install debug symbols for the library in -dbg package

Modified:
    packages/unstable/clutter-1.0/debian/changelog
    packages/unstable/clutter-1.0/debian/rules

Modified: packages/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/changelog?rev=31507&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/changelog [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/changelog [utf-8] Fri Nov 18 11:12:23 2011
@@ -1,3 +1,9 @@
+clutter-1.0 (1.8.2-3) UNRELEASED; urgency=low
+
+  * debian/rules: Only install debug symbols for the library in -dbg package
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 18 Nov 2011 12:11:21 +0100
+
 clutter-1.0 (1.8.2-2) unstable; urgency=low
 
   * Add fallback-non-transparent-stages.patch: Fallback to non-transparent

Modified: packages/unstable/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-1.0/debian/rules?rev=31507&op=diff
==============================================================================
--- packages/unstable/clutter-1.0/debian/rules [utf-8] (original)
+++ packages/unstable/clutter-1.0/debian/rules [utf-8] Fri Nov 18 11:12:23 2011
@@ -16,6 +16,7 @@
         --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	--enable-gtk-doc \
 	--enable-introspection=yes
+DEB_DBG_PACKAGE_libclutter-1.0-0 := libclutter-1.0-dbg
 
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))
         DEB_CONFIGURE_EXTRA_FLAGS += --with-flavour=eglx --with-gles=2.0




More information about the pkg-gnome-commits mailing list