r13246 - in /packages/unstable/gedit-plugins/debian: changelog control control.in patches/60_sessionsaver-window-typo-in-deactivate.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Oct 25 09:58:13 UTC 2007


Author: slomo
Date: Thu Oct 25 09:58:13 2007
New Revision: 13246

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13246
Log:
* New upstream release:
  + Fixes FTBFS against gedit >= 2.20.0 (Closes: #447457).
  + debian/control.in:
    - Update build dependencies and dependencies.
  + debian/patches/60_sessionsaver-window-typo-in-deactivate.patch:
    - Dropped, merged upstream.

Removed:
    packages/unstable/gedit-plugins/debian/patches/60_sessionsaver-window-typo-in-deactivate.patch
Modified:
    packages/unstable/gedit-plugins/debian/changelog
    packages/unstable/gedit-plugins/debian/control
    packages/unstable/gedit-plugins/debian/control.in

Modified: packages/unstable/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/changelog?rev=13246&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog (original)
+++ packages/unstable/gedit-plugins/debian/changelog Thu Oct 25 09:58:13 2007
@@ -1,3 +1,14 @@
+gedit-plugins (2.20.0-1) unstable; urgency=low
+
+  * New upstream release:
+    + Fixes FTBFS against gedit >= 2.20.0 (Closes: #447457).
+    + debian/control.in:
+      - Update build dependencies and dependencies.
+    + debian/patches/60_sessionsaver-window-typo-in-deactivate.patch:
+      - Dropped, merged upstream.
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 25 Oct 2007 11:34:23 +0200
+
 gedit-plugins (2.18.0-2) unstable; urgency=low
 
   * New patch, 60_sessionsaver-window-typo-in-deactivate, fixes Python error

Modified: packages/unstable/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control?rev=13246&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control (original)
+++ packages/unstable/gedit-plugins/debian/control Thu Oct 25 09:58:13 2007
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
                libgnomevfs2-dev (>= 1:2.16),
                libbonobo2-dev (>= 2.16),
@@ -13,8 +13,8 @@
                libxml-parser-perl,
                libglib2.0-dev (>= 2.8.0),
                libgtk2.0-dev (>= 2.8.0),
-               libgtksourceview-dev (>= 1.2.0),
-               gedit-dev (>= 2.16.0),
+               libgtksourceview2.0-dev (>= 2.0.0),
+               gedit-dev (>= 2.20.0),
                libglade2-dev (>= 2.4.0),
                libgnomevfs2-dev (>= 2.13.4),
                python-dev (>= 2.4),
@@ -33,16 +33,27 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         gedit (>= 2.16.0),
+         gedit (>= 2.20.0),
          python-gnome2-desktop (>= 2.15.90),
          python-gtk2 (>= 2.9.7),
-         python-gobject,
+         python-gobject (>= 2.11.5),
          python-gnome2,
          python-glade2,
-         python-vte
+         python-vte,
+         python-gtksourceview2 (>= 2.0.0)
 XB-Python-Version: ${python:Versions}
 Description: set of plugins for gedit
  gedit-plugins contain a set of plugins for gedit, GNOME's text editor.
  .
  The following plugins are included:
+  * Bracket Completion: Automatically adds closing brackets.
+  * Show/Hide Tabbar: Add a menu entry to show/hide the tabbar.
+  * Join/Split Lines: Join several lines or split long ones
+  * Character Map: Insert special characters just by clicking on them.
+  * Draw Spaces: Draw Spaces and Tabs
+  * Session Saver: Save and restore your working sessions
+  * Code comment: Comment out or uncomment a selected block of code.
+  * Embedded Terminal: Embed a terminal in the bottom pane.
+  * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
+  * Smart Spaces: Forget you're not using tabulations.
  

Modified: packages/unstable/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control.in?rev=13246&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control.in (original)
+++ packages/unstable/gedit-plugins/debian/control.in Thu Oct 25 09:58:13 2007
@@ -13,8 +13,8 @@
                libxml-parser-perl,
                libglib2.0-dev (>= 2.8.0),
                libgtk2.0-dev (>= 2.8.0),
-               libgtksourceview-dev (>= 1.2.0),
-               gedit-dev (>= 2.16.0),
+               libgtksourceview2.0-dev (>= 2.0.0),
+               gedit-dev (>= 2.20.0),
                libglade2-dev (>= 2.4.0),
                libgnomevfs2-dev (>= 2.13.4),
                python-dev (>= 2.4),
@@ -33,13 +33,14 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         gedit (>= 2.16.0),
+         gedit (>= 2.20.0),
          python-gnome2-desktop (>= 2.15.90),
          python-gtk2 (>= 2.9.7),
-         python-gobject,
+         python-gobject (>= 2.11.5),
          python-gnome2,
          python-glade2,
-         python-vte
+         python-vte,
+         python-gtksourceview2 (>= 2.0.0)
 XB-Python-Version: ${python:Versions}
 Description: set of plugins for gedit
  gedit-plugins contain a set of plugins for gedit, GNOME's text editor.




More information about the pkg-gnome-commits mailing list