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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 20 22:15:20 UTC 2011


Author: biebl
Date: Sun Nov 20 22:15:15 2011
New Revision: 31700

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31700
Log:
* debian/control.in:
  - Bump Build-Depends on libpeas-dev to (>= 1.0.0).
  - Bump Build-Depends on gedit-dev to (>= 3.2.1).
  - Bump Depends on gedit to (>= 3.2).

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=31700&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/changelog [utf-8] Sun Nov 20 22:15:15 2011
@@ -3,8 +3,12 @@
   * New upstream release.
   * debian/watch:
     - Track .xz tarballs.
-
- -- Michael Biebl <biebl at debian.org>  Sun, 20 Nov 2011 23:07:41 +0100
+  * debian/control.in:
+    - Bump Build-Depends on libpeas-dev to (>= 1.0.0).
+    - Bump Build-Depends on gedit-dev to (>= 3.2.1).
+    - Bump Depends on gedit to (>= 3.2).
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 20 Nov 2011 23:10:55 +0100
 
 gedit-plugins (3.0.6-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=31700&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control [utf-8] Sun Nov 20 22:15:15 2011
@@ -10,8 +10,8 @@
                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),
+               libpeas-dev (>= 1.0.0),
+               gedit-dev (>= 3.2.1),
                python,
                python-support (>= 0.7.1),
                python-dbus (>= 0.83.1)
@@ -26,7 +26,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         gedit (>=3.0.0),
+         gedit (>= 3.2),
          gir1.2-gucharmap-2.90,
          gir1.2-peas-1.0,
          gir1.2-vte-2.90,
@@ -39,19 +39,35 @@
  .
  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
+  * 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.
+  * 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.
-  * Text Size: Easily increase and decrease the text size
+  * 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.
-  * Character Map: Insert special characters just by clicking on them.
-  * Commander: Command line interface for advanced editing
-  * Join/Split Lines: Join several lines or split long ones
-  * Tag list: Provides a method to easily insert commonly used tags/strings into a document without having to type them.
-  * Bookmarks: Easy document navigation with bookmarks
-  * Bracket Completion: Automatically adds closing brackets.
-  * Session Saver: Save and restore your working sessions
-  * Draw Spaces: Draw Spaces and Tabs
-  * Word Completion: Word completion using the completion framework
  

Modified: packages/unstable/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control.in?rev=31700&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control.in [utf-8] Sun Nov 20 22:15:15 2011
@@ -10,8 +10,8 @@
                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),
+               libpeas-dev (>= 1.0.0),
+               gedit-dev (>= 3.2.1),
                python,
                python-support (>= 0.7.1),
                python-dbus (>= 0.83.1)
@@ -26,7 +26,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         gedit (>=3.0.0),
+         gedit (>= 3.2),
          gir1.2-gucharmap-2.90,
          gir1.2-peas-1.0,
          gir1.2-vte-2.90,




More information about the pkg-gnome-commits mailing list