r17384 - in /desktop/unstable/gedit/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Nov 6 12:33:48 UTC 2008


Author: lool
Date: Thu Nov  6 12:33:48 2008
New Revision: 17384

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17384
Log:
Add note that dh_pysupport call should be made package specific or moved
to a different target.

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

Modified: desktop/unstable/gedit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/changelog?rev=17384&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/changelog (original)
+++ desktop/unstable/gedit/debian/changelog Thu Nov  6 12:33:48 2008
@@ -2,6 +2,8 @@
 
   * Replace homepage pseudo-field in description with a real source field in
     control.
+  * Add note that dh_pysupport call should be made package specific or moved
+    to a different target.
 
  -- Loic Minier <lool at dooz.org>  Sun, 03 Aug 2008 18:23:55 +0200
 

Modified: desktop/unstable/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/rules?rev=17384&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/rules (original)
+++ desktop/unstable/gedit/debian/rules Thu Nov  6 12:33:48 2008
@@ -10,6 +10,10 @@
 
 binary-install/gedit::
 	cp debian/gedit.lintian debian/gedit/usr/share/lintian/overrides/gedit
+	# XXX this binary-install/gedit target is specific to gedit but the
+	# call to dh_pysupport acts on all packages; this should be fixed by
+	# either calling dh_pysupport -p in a non-package-specific target (on
+	# all packages) or per-package in per-package-specific targets
 	dh_pysupport /usr/lib/gedit-2/plugins
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list