r53426 - in /packages/unstable/libgda5/debian: changelog control control.in rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Mon Sep 4 00:35:58 UTC 2017


Author: jordi
Date: Mon Sep  4 00:35:57 2017
New Revision: 53426

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53426
Log:
Drop libgda-5.0-4-dbg in favour of dbgsym and pass the corresponding
--dbgsym-migration arg to dh_strip.

Modified:
    packages/unstable/libgda5/debian/changelog
    packages/unstable/libgda5/debian/control
    packages/unstable/libgda5/debian/control.in
    packages/unstable/libgda5/debian/rules

Modified: packages/unstable/libgda5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/changelog?rev=53426&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/changelog	[utf-8] (original)
+++ packages/unstable/libgda5/debian/changelog	[utf-8] Mon Sep  4 00:35:57 2017
@@ -6,6 +6,8 @@
   [ Jordi Mallach ]
   * Add patches from Adrian Bunk to fix FTBFS issues with new glib,
     by converting files with mixed encoding to UTF-8 (closes: #870741).
+  * Drop libgda-5.0-4-dbg in favour of dbgsym and pass the corresponding
+    --dbgsym-migration arg to dh_strip.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 20 Nov 2016 21:07:10 +0100
 

Modified: packages/unstable/libgda5/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/control?rev=53426&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/control	[utf-8] (original)
+++ packages/unstable/libgda5/debian/control	[utf-8] Mon Sep  4 00:35:57 2017
@@ -97,22 +97,6 @@
  This package contains the header files and libraries needed for
  development.
 
-Package: libgda-5.0-4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libgda-5.0-4 (= ${binary:Version}),
-         ${misc:Depends}
-Description: data abstraction library based on GLib -- debug files
- libgda is a (relatively small) database abstraction/access library
- integrated on the GLib object model. It can be used as a metadata
- extractor, to get information about all database objects in a common
- way, and as an ODBC-like wrapper to access data in different engines
- through an easier API.
- .
- This package contains detached symbols for debug. Most people
- don't need this package.
-
 Package: libgda-5.0-doc
 Section: doc
 Architecture: all

Modified: packages/unstable/libgda5/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/control.in?rev=53426&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/control.in	[utf-8] (original)
+++ packages/unstable/libgda5/debian/control.in	[utf-8] Mon Sep  4 00:35:57 2017
@@ -97,22 +97,6 @@
  This package contains the header files and libraries needed for
  development.
 
-Package: libgda-5.0- at SONAME@-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libgda-5.0- at SONAME@ (= ${binary:Version}),
-         ${misc:Depends}
-Description: data abstraction library based on GLib -- debug files
- libgda is a (relatively small) database abstraction/access library
- integrated on the GLib object model. It can be used as a metadata
- extractor, to get information about all database objects in a common
- way, and as an ODBC-like wrapper to access data in different engines
- through an easier API.
- .
- This package contains detached symbols for debug. Most people
- don't need this package.
-
 Package: libgda-5.0-doc
 Section: doc
 Architecture: all

Modified: packages/unstable/libgda5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/rules?rev=53426&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/rules	[utf-8] (original)
+++ packages/unstable/libgda5/debian/rules	[utf-8] Mon Sep  4 00:35:57 2017
@@ -25,6 +25,8 @@
 DEB_MAKE_CHECK_TARGET = -j1 check
 # If the test suite fails, print the actual errors
 export VERBOSE=1
+
+DEB_DH_STRIP_ARGS_libgda-5.0-4 = --dbgsym-migration='libgda-5.0-4-dbg (<< 5.2.4-4~)'
 
 DEB_CONFIGURE_EXTRA_FLAGS +=	--with-postgres		\
 				--with-mysql		\
@@ -55,7 +57,7 @@
 	dh_python2 -p$(cdbs_curpkg) usr/share/libgda-5.0
 
 common-binary-post-install-arch::
-	set -e; for i in libgda-5.0-common libgda-5.0-bin libgda-5.0-dev libgda-5.0-$(SONAME)-dbg \
+	set -e; for i in libgda-5.0-common libgda-5.0-bin libgda-5.0-dev \
 	  libgda-5.0-mysql libgda-5.0-postgres libgda-5.0-sqlite; \
 	do \
 		rm -rf debian/$$i/usr/share/doc; \




More information about the pkg-gnome-commits mailing list