r36721 - in /desktop/experimental/pygobject/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Feb 21 22:45:28 UTC 2013


Author: biebl
Date: Thu Feb 21 22:45:27 2013
New Revision: 36721

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36721
Log:
Stop using a doc symlink for the dbg package. The space savings are
negligible and they are prone to cause problems. In case of
python-gobject-dbg, which was converted to a transitional package, the
symlink was mistakenly converted to a real directory which isn't handled
nicely by dpkg. (Closes: #700779)

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/rules

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=36721&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Feb 21 22:45:27 2013
@@ -18,6 +18,13 @@
   [ Josselin Mouette ]
   * Enable again gtk3 on m68k.
   * Add missing dependency python3-gi-cairo → python3-gi. (Closes: #673213)
+
+  [ Michael Biebl ]
+  * Stop using a doc symlink for the dbg package. The space savings are
+    negligible and they are prone to cause problems. In case of
+    python-gobject-dbg, which was converted to a transitional package, the
+    symlink was mistakenly converted to a real directory which isn't handled
+    nicely by dpkg. (Closes: #700779)
 
  -- Martin Pitt <mpitt at debian.org>  Thu, 29 Nov 2012 08:48:42 +0100
 

Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=36721&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules [utf-8] (original)
+++ desktop/experimental/pygobject/debian/rules [utf-8] Thu Feb 21 22:45:27 2013
@@ -70,9 +70,6 @@
 	dh_strip -ppython-gi-cairo --dbg-package=python-gi-dbg
 	dh_strip -ppython3-gi --dbg-package=python3-gi-dbg
 	dh_strip --remaining-packages
-	# keep historic doc symlinking for this package
-	rm -rf debian/python-gi-dbg/usr/share/doc/python-gi-dbg
-	ln -sf python-gi debian/python-gi-dbg/usr/share/doc/python-gi-dbg
 
 override_dh_makeshlibs:
 	dh_makeshlibs -ppython-gi  -V'python-gi (>= 3.4)'




More information about the pkg-gnome-commits mailing list