r26400 - in /desktop/unstable/evince/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jan 23 20:23:36 UTC 2011


Author: pochu
Date: Sun Jan 23 20:23:04 2011
New Revision: 26400

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26400
Log:
* debian/rules:
  - Don't put evince-gtk's debugging symbols in evince-dbg, as they
    clash with those from evince itself. Closes: #610856.

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/rules

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=26400&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog [utf-8] (original)
+++ desktop/unstable/evince/debian/changelog [utf-8] Sun Jan 23 20:23:04 2011
@@ -1,6 +1,12 @@
 evince (2.30.3-3) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Fix indentation in package description. Closes: #609770.
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/rules:
+    - Don't put evince-gtk's debugging symbols in evince-dbg, as they
+      clash with those from evince itself. Closes: #610856.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 12 Jan 2011 14:56:06 +0100
 

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=26400&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules [utf-8] (original)
+++ desktop/unstable/evince/debian/rules [utf-8] Sun Jan 23 20:23:04 2011
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_BUILDDIR := $(CURDIR)/debian/build/evince
 DEB_BUILDDIR_evince-gtk := $(CURDIR)/debian/build/evince-gtk
@@ -22,6 +22,8 @@
 
 DEB_DH_MAKESHLIBS_ARGS += --exclude=libevince-properties-page.so \
 	-V'libevince2 (>= 2.30.1)'
+
+DEB_DH_STRIP_ARGS_evince-gtk = --dbg-package=
 
 #cdbs should do this, but doesn't (see #424636)
 clean::




More information about the pkg-gnome-commits mailing list