r36849 - in /desktop/experimental/pango1.0/debian: control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Mar 2 18:04:52 UTC 2013


Author: pochu
Date: Sat Mar  2 18:04:51 2013
New Revision: 36849

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36849
Log:
properly strip symbols into the -dbg package

Modified:
    desktop/experimental/pango1.0/debian/control.in
    desktop/experimental/pango1.0/debian/rules

Modified: desktop/experimental/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/control.in?rev=36849&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/control.in [utf-8] Sat Mar  2 18:04:51 2013
@@ -224,7 +224,10 @@
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends},
-         libpango-1.0- at SONAME@ (= ${binary:Version})
+         libpango-1.0- at SONAME@ (= ${binary:Version}) |
+         libpangocairo-1.0- at SONAME@ (= ${binary:Version}) |
+         libpangoft2-1.0- at SONAME@ (= ${binary:Version}) |
+         libpangoxft-1.0- at SONAME@ (= ${binary:Version})
 Description: Pango library and debugging symbols
  Pango is a library for layout and rendering of text, with an emphasis
  on internationalization. Pango can be used anywhere that text layout is

Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=36849&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/rules [utf-8] Sat Mar  2 18:04:51 2013
@@ -63,6 +63,7 @@
 		--disable-debug
 
 DEB_MAKE_CHECK_TARGET = check
+DEB_DH_STRIP_ARGS_DEFAULT = --dbg-package=libpango$(APIVER)-$(SONAME)-dbg
 DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -X$(MODULES_PATH) \
 		-V --add-udeb=$(UDEB_PKG) -- -c4




More information about the pkg-gnome-commits mailing list