r34552 - in /packages/unstable/gedit-plugins/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 22 22:39:25 UTC 2012


Author: biebl
Date: Sun Apr 22 22:39:24 2012
New Revision: 34552

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34552
Log:
Transition to dh_python2.

Modified:
    packages/unstable/gedit-plugins/debian/changelog
    packages/unstable/gedit-plugins/debian/control
    packages/unstable/gedit-plugins/debian/control.in
    packages/unstable/gedit-plugins/debian/rules

Modified: packages/unstable/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/changelog?rev=34552&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/changelog [utf-8] Sun Apr 22 22:39:24 2012
@@ -4,8 +4,9 @@
   * Bump Build-Depends on libglib2.0-dev and libgtk-3-dev for GResource
     support.
   * Bump Standards-Version to 3.9.3.
-
- -- Michael Biebl <biebl at debian.org>  Mon, 23 Apr 2012 00:22:45 +0200
+  * Transition to dh_python2.
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 23 Apr 2012 00:31:32 +0200
 
 gedit-plugins (3.2.1-1) unstable; urgency=low
 

Modified: packages/unstable/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control?rev=34552&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control [utf-8] Sun Apr 22 22:39:24 2012
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 8),
                intltool (>= 0.40.0),
                gnome-pkg-tools (>= 0.11),
@@ -12,14 +12,13 @@
                libgtksourceview-3.0-dev (>= 3.0.0),
                libpeas-dev (>= 1.0.0),
                gedit-dev (>= 3.2.1),
-               python,
-               python-support (>= 0.7.1),
+               python (>= 2.6.6-3~),
                python-dbus (>= 0.83.1)
 Standards-Version: 3.9.3
 Homepage: http://live.gnome.org/Gedit/Plugins
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gedit-plugins
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gedit-plugins
-XS-Python-Version: >= 2.3
+X-Python-Version: >= 2.3
 
 Package: gedit-plugins
 Architecture: any
@@ -55,20 +54,4 @@
   * Character Map: Insert special characters just by clicking on them.
   * Word Completion: Word completion using the completion framework
   * SyncTeX: Synchronize between LaTeX and PDF with gedit and evince.
-  * Multi Edit: Edit document in multiple places at once
-  * Bookmarks: Easy document navigation with bookmarks
-  * Tag list: Provides a method to easily insert commonly used tags/strings into a document without having to type them.
-  * Code comment: Comment out or uncomment a selected block of code.
-  * Text Size: Easily increase and decrease the text size
-  * Commander: Command line interface for advanced editing
-  * Draw Spaces: Draw Spaces and Tabs
-  * Bracket Completion: Automatically adds closing brackets.
-  * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
-  * Session Saver: Save and restore your working sessions
-  * Embedded Terminal: Embed a terminal in the bottom pane.
-  * Smart Spaces: Forget you're not using tabulations.
-  * Join/Split Lines: Join several lines or split long ones
-  * Character Map: Insert special characters just by clicking on them.
-  * Word Completion: Word completion using the completion framework
-  * SyncTeX: Synchronize between LaTeX and PDF with gedit and evince.
  

Modified: packages/unstable/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control.in?rev=34552&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control.in [utf-8] Sun Apr 22 22:39:24 2012
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 8),
                intltool (>= 0.40.0),
                gnome-pkg-tools (>= 0.11),
@@ -12,14 +12,13 @@
                libgtksourceview-3.0-dev (>= 3.0.0),
                libpeas-dev (>= 1.0.0),
                gedit-dev (>= 3.2.1),
-               python,
-               python-support (>= 0.7.1),
+               python (>= 2.6.6-3~),
                python-dbus (>= 0.83.1)
 Standards-Version: 3.9.3
 Homepage: http://live.gnome.org/Gedit/Plugins
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gedit-plugins
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gedit-plugins
-XS-Python-Version: >= 2.3
+X-Python-Version: >= 2.3
 
 Package: gedit-plugins
 Architecture: any

Modified: packages/unstable/gedit-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/rules?rev=34552&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/rules [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/rules [utf-8] Sun Apr 22 22:39:24 2012
@@ -9,6 +9,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python
 
+DEB_PYTHON2_MODULE_PACKAGES := gedit-plugins
+
 clean::
 	plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.desktop.in.in | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/  &\\/'; echo " ")"; \
 		sed \
@@ -17,6 +19,7 @@
 			debian/control.in > debian/control
 
 binary-install/gedit-plugins::
-	dh_pysupport -p$(cdbs_curpkg) /usr/share/gedit/plugins /usr/lib/gedit/plugins
-	find debian/$(cdbs_curpkg) -name \*.la -exec rm -f {} \;
+	dh_python2 -p$(cdbs_curpkg) /usr/lib/gedit/plugins
+	dh_python2 -p$(cdbs_curpkg) /usr/share/gedit/plugins
+	find debian/$(cdbs_curpkg) -name '*.la' -delete
 




More information about the pkg-gnome-commits mailing list