r11105 - in /packages/unstable/devhelp/debian: changelog control.in devhelp-common.install rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 22 13:06:24 UTC 2007


Author: lool
Date: Tue May 22 13:06:24 2007
New Revision: 11105

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11105
Log:
* Ship Gedit plugin in devhelp-common.
  - Instal .gedit-plugin and *.py files in gedit-common.
  - Build-dep on python-support (0.3).
  - Call dh_pysupport in binary-install/devhelp-common:: on
    usr/lib/gedit-2/plugins/devhelp.
  - Depend on ${python:Depends}.

Modified:
    packages/unstable/devhelp/debian/changelog
    packages/unstable/devhelp/debian/control.in
    packages/unstable/devhelp/debian/devhelp-common.install
    packages/unstable/devhelp/debian/rules

Modified: packages/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/changelog?rev=11105&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/changelog (original)
+++ packages/unstable/devhelp/debian/changelog Tue May 22 13:06:24 2007
@@ -14,8 +14,14 @@
   * Install the scalable SVG icon too; ship the icon in devhelp-common.
   * New patch, 80_desktop-file-all-icon-formats, fixes hardcoding of .png
     format in devhelp's desktop file.
-
- -- Loic Minier <lool at dooz.org>  Tue, 22 May 2007 14:53:31 +0200
+  * Ship Gedit plugin in devhelp-common.
+    - Instal .gedit-plugin and *.py files in gedit-common.
+    - Build-dep on python-support (0.3).
+    - Call dh_pysupport in binary-install/devhelp-common:: on
+      usr/lib/gedit-2/plugins/devhelp.
+    - Depend on ${python:Depends}.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 22 May 2007 15:03:27 +0200
 
 devhelp (0.13-3) unstable; urgency=low
 

Modified: packages/unstable/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/control.in?rev=11105&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/control.in (original)
+++ packages/unstable/devhelp/debian/control.in Tue May 22 13:06:24 2007
@@ -15,7 +15,8 @@
                gnome-pkg-tools,
                dpkg-dev (>= 1.13.19),
                libglib2.0-dev (>= 2.8.0),
-               python-dev
+               python-dev,
+               python-support (>= 0.3)
 Standards-Version: 3.7.2
 
 Package: libdevhelp-1-0
@@ -85,7 +86,7 @@
 Package: devhelp-common
 Section: devel
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Conflicts: devhelp (<< 0.9-5),
            libdevhelp-1-0 (<< 0.9-6)
 Replaces: devhelp (<< 0.9-5),

Modified: packages/unstable/devhelp/debian/devhelp-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/devhelp-common.install?rev=11105&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/devhelp-common.install (original)
+++ packages/unstable/devhelp/debian/devhelp-common.install Tue May 22 13:06:24 2007
@@ -1,3 +1,5 @@
+debian/tmp/usr/lib/gedit-2/plugins/devhelp.gedit-plugin
+debian/tmp/usr/lib/gedit-2/plugins/devhelp/*.py
 debian/tmp/usr/share/devhelp/* usr/share/devhelp/
 debian/tmp/usr/share/locale/* usr/share/locale/
 debian/tmp/usr/share/icons/hicolor usr/share/icons/hicolor/48x48/apps

Modified: packages/unstable/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/rules?rev=11105&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/rules (original)
+++ packages/unstable/devhelp/debian/rules Tue May 22 13:06:24 2007
@@ -20,6 +20,10 @@
 	-rm -f src/dh-marshal.h
 	-rm -f debian/shlibs.local
 
+binary-install/devhelp-common::
+	dh_pysupport -p$(cdbs_curpkg) /usr/lib/gedit-2/plugins/devhelp
+
+# this creates a debian/shlibs.local forcing very strict interdependencies
 binary-post-install/libdevhelp-1-0::
 	dh_makeshlibs -plibdevhelp-1-0 -n \
 		-V "libdevhelp-1-0 (= $(DEB_VERSION))"




More information about the pkg-gnome-commits mailing list