r51112 - in /desktop/unstable/pango1.0/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 22 15:43:46 UTC 2016


Author: biebl
Date: Thu Sep 22 15:43:46 2016
New Revision: 51112

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51112
Log:
Drop libpango1.0-0-dbg and switch to automatic dbgsym packages.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/control
    desktop/unstable/pango1.0/debian/control.in
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=51112&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog	[utf-8] Thu Sep 22 15:43:46 2016
@@ -1,6 +1,7 @@
 pango1.0 (1.40.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop libpango1.0-0-dbg and switch to automatic dbgsym packages.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 22 Sep 2016 17:22:03 +0200
 

Modified: desktop/unstable/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control?rev=51112&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/control	[utf-8] Thu Sep 22 15:43:46 2016
@@ -212,29 +212,6 @@
  This package contains the header files and some files needed for development
  with Pango.
 
-Package: libpango1.0-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libpango-1.0-0 (= ${binary:Version}) | libpangocairo-1.0-0 (= ${binary:Version}) | libpangoft2-1.0-0 (= ${binary:Version}) | libpangoxft-1.0-0 (= ${binary:Version}),
-         ${misc:Depends}
-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
- needed. however, most of the work on Pango-1.0 was done using the GTK+
- widget toolkit as a test platform. Pango forms the core of text and
- font handling for GTK+-2.0.
- .
- Pango is designed to be modular; the core Pango layout can be used with
- four different font backends:
-  - Core X windowing system fonts
-  - Client-side fonts on X using the Xft library
-  - Direct rendering of scalable fonts using the FreeType library
-  - Native fonts on Microsoft backends
- .
- This package contains the debugging symbols. Most people will not need this
- package.
-
 Package: libpango1.0-doc
 Section: doc
 Architecture: all

Modified: desktop/unstable/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control.in?rev=51112&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/control.in	[utf-8] Thu Sep 22 15:43:46 2016
@@ -212,29 +212,6 @@
  This package contains the header files and some files needed for development
  with Pango.
 
-Package: libpango1.0- at SONAME@-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: 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}),
-         ${misc:Depends}
-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
- needed. however, most of the work on Pango-1.0 was done using the GTK+
- widget toolkit as a test platform. Pango forms the core of text and
- font handling for GTK+-2.0.
- .
- Pango is designed to be modular; the core Pango layout can be used with
- four different font backends:
-  - Core X windowing system fonts
-  - Client-side fonts on X using the Xft library
-  - Direct rendering of scalable fonts using the FreeType library
-  - Native fonts on Microsoft backends
- .
- This package contains the debugging symbols. Most people will not need this
- package.
-
 Package: libpango1.0-doc
 Section: doc
 Architecture: all

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=51112&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules	[utf-8] Thu Sep 22 15:43:46 2016
@@ -34,7 +34,6 @@
 SHARED_PKG := libpango-$(APIVER)-$(SONAME)
 UDEB_PKG := libpango$(APIVER)-udeb
 DEV_PKG := libpango$(APIVER)-dev
-DEBUG_PKG := libpango$(APIVER)-$(SONAME)-dbg
 DOC_PKG := libpango$(APIVER)-doc
 
 DEB_CONFIGURE_EXTRA_FLAGS = \
@@ -57,7 +56,6 @@
 export VERBOSE=1
 
 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_ALL += -V --add-udeb=$(UDEB_PKG) -- -c4
 




More information about the pkg-gnome-commits mailing list