r47857 - in /desktop/jessie-backports/glib2.0/debian: changelog rules
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Thu Apr 7 14:42:26 UTC 2016
Author: laney
Date: Thu Apr 7 14:42:26 2016
New Revision: 47857
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47857
Log:
debian/rules: Don't pass --no-ddebs - jessie's debhelper doesn't
understand this.
Modified:
desktop/jessie-backports/glib2.0/debian/changelog
desktop/jessie-backports/glib2.0/debian/rules
Modified: desktop/jessie-backports/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/jessie-backports/glib2.0/debian/changelog?rev=47857&op=diff
==============================================================================
--- desktop/jessie-backports/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/jessie-backports/glib2.0/debian/changelog [utf-8] Thu Apr 7 14:42:26 2016
@@ -2,6 +2,8 @@
* Rebuild for jessie-backports.
* debian/control{,.in}: Update Vcs-* for jessie-backports.
+ * debian/rules: Don't pass --no-ddebs - jessie's debhelper doesn't
+ understand this.
-- Iain Lane <laney at debian.org> Thu, 07 Apr 2016 15:39:57 +0100
Modified: desktop/jessie-backports/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/jessie-backports/glib2.0/debian/rules?rev=47857&op=diff
==============================================================================
--- desktop/jessie-backports/glib2.0/debian/rules [utf-8] (original)
+++ desktop/jessie-backports/glib2.0/debian/rules [utf-8] Thu Apr 7 14:42:26 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 --no-ddebs
+DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act
# Don't put the symbols in the -dbg package
DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
More information about the pkg-gnome-commits
mailing list