r47238 - in /desktop/experimental/glib2.0/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Jan 14 18:26:59 UTC 2016


Author: laney
Date: Thu Jan 14 18:26:59 2016
New Revision: 47238

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47238
Log:
Don't build automatic dbgsym package for -refdbg

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=47238&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Thu Jan 14 18:26:59 2016
@@ -8,6 +8,7 @@
   * 0001-regex-test-expect-ASSERTION_EXPECTED-for-ab-with-PCR.patch: Fix regex
     tests to assert the right errors as of pcre 8.38. Cherry-pick from
     upstream. (Closes: #808842)
+  * Don't build automatic dbgsym package for -refdbg
 
  -- Iain Lane <laney at debian.org>  Thu, 14 Jan 2016 17:29:33 +0000
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=47238&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules	[utf-8] Thu Jan 14 18:26:59 2016
@@ -52,7 +52,7 @@
 
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V --add-udeb=$(UDEB_PKG) -- -c4
 DEB_DH_MAKESHLIBS_ARGS_$(REFDBG_PKG) = --no-act
-DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act
+DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act --no-ddebs
 # Don't put the symbols in the -dbg package
 DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
 




More information about the pkg-gnome-commits mailing list