r28179 - in /packages/experimental/gedit-plugins/debian: changelog control control.in source/ source/format

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jun 2 17:15:50 UTC 2011


Author: joss
Date: Thu Jun  2 17:15:50 2011
New Revision: 28179

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28179
Log:
* New upstream stable release.
* Update build-dependencies accordingly.
* Update dependencies to use gir modules for Python.
* Switch to 3.0 source format.
* Update standards version.

Added:
    packages/experimental/gedit-plugins/debian/source/
    packages/experimental/gedit-plugins/debian/source/format
Modified:
    packages/experimental/gedit-plugins/debian/changelog
    packages/experimental/gedit-plugins/debian/control
    packages/experimental/gedit-plugins/debian/control.in

Modified: packages/experimental/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/changelog?rev=28179&op=diff
==============================================================================
--- packages/experimental/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/experimental/gedit-plugins/debian/changelog [utf-8] Thu Jun  2 17:15:50 2011
@@ -1,3 +1,14 @@
+gedit-plugins (3.0.3-1) experimental; urgency=low
+
+  [ YunQiang Su ]
+  * New upstream stable release.
+  * Update build-dependencies accordingly.
+  * Update dependencies to use gir modules for Python.
+  * Switch to 3.0 source format.
+  * Update standards version.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 02 Jun 2011 19:15:39 +0200
+
 gedit-plugins (2.30.0-1) unstable; urgency=low
 
   * New upstream stable release:

Modified: packages/experimental/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/control?rev=28179&op=diff
==============================================================================
--- packages/experimental/gedit-plugins/debian/control [utf-8] (original)
+++ packages/experimental/gedit-plugins/debian/control [utf-8] Thu Jun  2 17:15:50 2011
@@ -4,22 +4,18 @@
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
-               debhelper (>= 5),
-               intltool (>= 0.35.0),
-               libglib2.0-dev (>= 2.16.0),
-               libgtk2.0-dev (>= 2.13.0),
-               libgconf2-dev (>= 1.1.11),
-               libgtksourceview2.0-dev (>= 2.9.1),
-               gedit-dev (>= 2.29.3),
-               python-dev (>= 2.3),
-               python-gobject-dev (>= 2.15.4),
-               python-gtk2-dev (>= 2.12.0),
-               python-gtksourceview2 (>= 2.2.0),
-               libgucharmap2-dev (>= 2.23.0),
-               libvte-dev (>= 1:0.19.4),
+               debhelper (>= 7.0.50~),
+               intltool (>= 0.40.0),
                gnome-pkg-tools (>= 0.11),
-               python-support (>= 0.7.1)
-Standards-Version: 3.8.3
+               libglib2.0-dev (>= 2.26.0),
+               libgtk-3-dev (>= 3.0.0),
+               libgtksourceview-3.0-dev (>= 3.0.0),
+               libpeas-dev (>= 0.7.3),
+               gedit-dev (>= 3.0.0),
+               python,
+               python-support (>= 0.7.1),
+               python-dbus (>=0.83.1)
+Standards-Version: 3.9.2
 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
@@ -30,29 +26,32 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         gedit (>= 2.29.3),
-         python-gtk2 (>= 2.12.0),
-         python-gobject (>= 2.15.4),
-         python-gconf,
-         python-glade2,
-         python-vte (>= 1:0.19.4),
-         python-gtksourceview2 (>= 2.2.0)
+         gedit (>=3.0.0),
+         gir1.2-gucharmap-2.90,
+         gir1.2-peas-1.0,
+         gir1.2-vte-2.90,
+         gir1.2-glib-2.0,
+         gir1.2-gtk-3.0,
+         gir1.2-pango-1.0,
+         gir1.2-gtksource-3.0
 Description: set of plugins for gedit
  gedit-plugins contain a set of plugins for gedit, GNOME's text editor.
  .
  The following plugins are included:
+  * Character Map: Insert special characters just by clicking on them.
+  * Commander: Command line interface for advanced editing
+  * Tag list: Provides a method to easily insert commonly used tags/strings into a document without having to type them.
+  * Session Saver: Save and restore your working sessions
+  * Multi Edit: Edit document in multiple places at once
+  * Text Size: Easily increase and decrease the text size
+  * Bookmarks: Easy document navigation with bookmarks
+  * Word Completion: Word completion using the completion framework
+  * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
+  * SyncTeX: Synchronize between LaTeX and PDF with gedit and evince.
+  * Join/Split Lines: Join several lines or split long ones
+  * Smart Spaces: Forget you're not using tabulations.
+  * Embedded Terminal: Embed a terminal in the bottom pane.
+  * Bracket Completion: Automatically adds closing brackets.
   * Code comment: Comment out or uncomment a selected block of code.
-  * Bracket Completion: Automatically adds closing brackets.
-  * Multi Edit: Edit document in multiple places at once
-  * Embedded Terminal: Embed a terminal in the bottom pane.
-  * Character Map: Insert special characters just by clicking on them.
   * Draw Spaces: Draw Spaces and Tabs
-  * Word Completion: Word completion using the completion framework
-  * Smart Spaces: Forget you're not using tabulations.
-  * Join/Split Lines: Join several lines or split long ones
-  * Bookmarks: Easy document navigation with bookmarks
-  * Show/Hide Tabbar: Add a menu entry to show/hide the tabbar.
-  * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
-  * Session Saver: Save and restore your working sessions
-  * Commander: Command line interface for advanced editing
  

Modified: packages/experimental/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/control.in?rev=28179&op=diff
==============================================================================
--- packages/experimental/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/experimental/gedit-plugins/debian/control.in [utf-8] Thu Jun  2 17:15:50 2011
@@ -4,22 +4,18 @@
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
-               debhelper (>= 5),
-               intltool (>= 0.35.0),
-               libglib2.0-dev (>= 2.16.0),
-               libgtk2.0-dev (>= 2.13.0),
-               libgconf2-dev (>= 1.1.11),
-               libgtksourceview2.0-dev (>= 2.9.1),
-               gedit-dev (>= 2.29.3),
-               python-dev (>= 2.3),
-               python-gobject-dev (>= 2.15.4),
-               python-gtk2-dev (>= 2.12.0),
-               python-gtksourceview2 (>= 2.2.0),
-               libgucharmap2-dev (>= 2.23.0),
-               libvte-dev (>= 1:0.19.4),
+               debhelper (>= 7.0.50~),
+               intltool (>= 0.40.0),
                gnome-pkg-tools (>= 0.11),
-               python-support (>= 0.7.1)
-Standards-Version: 3.8.3
+               libglib2.0-dev (>= 2.26.0),
+               libgtk-3-dev (>= 3.0.0),
+               libgtksourceview-3.0-dev (>= 3.0.0),
+               libpeas-dev (>= 0.7.3),
+               gedit-dev (>= 3.0.0),
+               python,
+               python-support (>= 0.7.1),
+               python-dbus (>=0.83.1)
+Standards-Version: 3.9.2
 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
@@ -30,13 +26,14 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         gedit (>= 2.29.3),
-         python-gtk2 (>= 2.12.0),
-         python-gobject (>= 2.15.4),
-         python-gconf,
-         python-glade2,
-         python-vte (>= 1:0.19.4),
-         python-gtksourceview2 (>= 2.2.0)
+         gedit (>=3.0.0),
+         gir1.2-gucharmap-2.90,
+         gir1.2-peas-1.0,
+         gir1.2-vte-2.90,
+         gir1.2-glib-2.0,
+         gir1.2-gtk-3.0,
+         gir1.2-pango-1.0,
+         gir1.2-gtksource-3.0
 Description: set of plugins for gedit
  gedit-plugins contain a set of plugins for gedit, GNOME's text editor.
  .

Added: packages/experimental/gedit-plugins/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gedit-plugins/debian/source/format?rev=28179&op=file
==============================================================================
--- packages/experimental/gedit-plugins/debian/source/format (added)
+++ packages/experimental/gedit-plugins/debian/source/format [utf-8] Thu Jun  2 17:15:50 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list