r36928 - in /packages/experimental/gedit-plugins/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Fri Mar 8 23:08:20 UTC 2013


Author: jbicha-guest
Date: Fri Mar  8 23:08:19 2013
New Revision: 36928

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36928
Log:
* TODO: Figure out why python-dbus pkgconfig check fails
* Merge with Ubuntu
* New upstream release
* debian/control.in, debian/rules:
  - Use Python 3
* debian/control.in:
  - Bump build-deps on libpeas-dev and gedit-dev
  - Build-depend on python-dbus-dev
  - Use Standards-Version 3.9.4

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

Modified: packages/experimental/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/changelog?rev=36928&op=diff
==============================================================================
--- packages/experimental/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/experimental/gedit-plugins/debian/changelog [utf-8] Fri Mar  8 23:08:19 2013
@@ -1,3 +1,15 @@
+gedit-plugins (3.7.1-1) UNRELEASED; urgency=low
+
+  * TODO: Figure out why python-dbus pkgconfig check fails
+  * Merge with Ubuntu
+  * New upstream release
+  * debian/control.in, debian/rules:
+    - Use Python 3
+  * debian/control.in:
+    - Bump build-deps on libpeas-dev and gedit-dev
+    - Build-depend on python-dbus-dev
+    - Use Standards-Version 3.9.4
+
 gedit-plugins (3.4.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/experimental/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/control?rev=36928&op=diff
==============================================================================
--- packages/experimental/gedit-plugins/debian/control [utf-8] (original)
+++ packages/experimental/gedit-plugins/debian/control [utf-8] Fri Mar  8 23:08:19 2013
@@ -10,22 +10,22 @@
                libglib2.0-dev (>= 2.32.0),
                libgtk-3-dev (>= 3.4.0),
                libgtksourceview-3.0-dev (>= 3.0.0),
-               libpeas-dev (>= 1.0.0),
+               libpeas-dev (>= 1.7.0),
                libvte-2.90-dev,
                gedit-dev (>= 3.2.1),
-               python (>= 2.6.6-3~),
-               python-dbus (>= 0.83.1)
-Standards-Version: 3.9.3
-Homepage: http://live.gnome.org/Gedit/Plugins
+               python3,
+               python3-dbus (>= 0.83.1),
+               python-dbus-dev
+Standards-Version: 3.9.4
+Homepage: https://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
-X-Python-Version: >= 2.3
 
 Package: gedit-plugins
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          gedit (>= ${gnome:Version}),
          gedit (<< ${gnome:NextVersion}),
          gir1.2-gucharmap-2.90,
@@ -40,21 +40,4 @@
  gedit-plugins contain a set of plugins for gedit, GNOME's text editor.
  .
  The following plugins are included:
-  * 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
-  * Dashboard: A Dashboard for new tabs
-  * 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/experimental/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/control.in?rev=36928&op=diff
==============================================================================
--- packages/experimental/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/experimental/gedit-plugins/debian/control.in [utf-8] Fri Mar  8 23:08:19 2013
@@ -10,22 +10,22 @@
                libglib2.0-dev (>= 2.32.0),
                libgtk-3-dev (>= 3.4.0),
                libgtksourceview-3.0-dev (>= 3.0.0),
-               libpeas-dev (>= 1.0.0),
+               libpeas-dev (>= 1.7.0),
                libvte-2.90-dev,
                gedit-dev (>= 3.2.1),
-               python (>= 2.6.6-3~),
-               python-dbus (>= 0.83.1)
-Standards-Version: 3.9.3
-Homepage: http://live.gnome.org/Gedit/Plugins
+               python3,
+               python3-dbus (>= 0.83.1),
+               python-dbus-dev
+Standards-Version: 3.9.4
+Homepage: https://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
-X-Python-Version: >= 2.3
 
 Package: gedit-plugins
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          gedit (>= ${gnome:Version}),
          gedit (<< ${gnome:NextVersion}),
          gir1.2-gucharmap-2.90,

Modified: packages/experimental/gedit-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/rules?rev=36928&op=diff
==============================================================================
--- packages/experimental/gedit-plugins/debian/rules [utf-8] (original)
+++ packages/experimental/gedit-plugins/debian/rules [utf-8] Fri Mar  8 23:08:19 2013
@@ -10,7 +10,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python
 
-DEB_PYTHON2_MODULE_PACKAGES := gedit-plugins
+DEB_PYTHON3_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 " ")"; \
@@ -20,7 +20,7 @@
 			debian/control.in > debian/control
 
 binary-install/gedit-plugins::
-	dh_python2 -p$(cdbs_curpkg) /usr/lib/gedit/plugins
-	dh_python2 -p$(cdbs_curpkg) /usr/share/gedit/plugins
+	dh_python3 -p$(cdbs_curpkg) /usr/lib/gedit/plugins
+	dh_python3 -p$(cdbs_curpkg) /usr/share/gedit/plugins
 	find debian/$(cdbs_curpkg) -name '*.la' -delete
 




More information about the pkg-gnome-commits mailing list