r23889 - in /packages/unstable/meld/debian: changelog control control.in copyright patches/pythonpath.patch rules

rbalint-guest at users.alioth.debian.org rbalint-guest at users.alioth.debian.org
Mon Apr 19 21:37:54 UTC 2010


Author: rbalint-guest
Date: Mon Apr 19 21:37:54 2010
New Revision: 23889

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23889
Log:
* New upstream release
   - Speed up file comparisons and highlighting, significantly improving
     interactive editing performance (Closes: #309070)
   - Modifier keys not reset when focus change (Closes: #470781)
   - Version control filter updates (Closes: #506386)
   - Warp the text cursor to the start of jumped-to diff chunks
     (Closes: #523571)
   - Add RCS support (Closes: #432928)
   (Closes: #523572, #530496, #562989, #392124)
* Drop pythonpath.patch as it has been integrated upstream
* Update email of the author (Closes: #531632)
* Recommend python-gtksourceview2 (Closes: #544840)

Removed:
    packages/unstable/meld/debian/patches/pythonpath.patch
Modified:
    packages/unstable/meld/debian/changelog
    packages/unstable/meld/debian/control
    packages/unstable/meld/debian/control.in
    packages/unstable/meld/debian/copyright
    packages/unstable/meld/debian/rules

Modified: packages/unstable/meld/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/changelog?rev=23889&op=diff
==============================================================================
--- packages/unstable/meld/debian/changelog [utf-8] (original)
+++ packages/unstable/meld/debian/changelog [utf-8] Mon Apr 19 21:37:54 2010
@@ -1,3 +1,20 @@
+meld (1.3.1-1) unstable; urgency=low
+
+  * New upstream release
+    - Speed up file comparisons and highlighting, significantly improving
+      interactive editing performance (Closes: #309070)
+    - Modifier keys not reset when focus change (Closes: #470781)
+    - Version control filter updates (Closes: #506386)
+    - Warp the text cursor to the start of jumped-to diff chunks
+      (Closes: #523571)
+    - Add RCS support (Closes: #432928)
+    (Closes: #523572, #530496, #562989, #392124)
+  * Drop pythonpath.patch as it has been integrated upstream
+  * Update email of the author (Closes: #531632)
+  * Recommend python-gtksourceview2 (Closes: #544840)
+
+ -- Balint Reczey <balint at balintreczey.hu>  Tue, 13 Apr 2010 14:29:35 +0100
+
 meld (1.3.0-2) unstable; urgency=low
 
   * debian/control.in:

Modified: packages/unstable/meld/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/control?rev=23889&op=diff
==============================================================================
--- packages/unstable/meld/debian/control [utf-8] (original)
+++ packages/unstable/meld/debian/control [utf-8] Mon Apr 19 21:37:54 2010
@@ -9,7 +9,7 @@
                      python-support (>= 0.4.0),
                      intltool,
                      scrollkeeper
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Loic Minier <lool at dooz.org>, Balint Reczey <balint at balintreczey.hu>
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.3
 
@@ -21,7 +21,8 @@
          python-glade2 (>= 2.4)
 Recommends: yelp,
             python-gnome2,
-            python-gconf
+            python-gconf,
+            python-gtksourceview2
 XB-Python-Version: ${python:Versions}
 Description: graphical tool to diff and merge files
  Meld is a tool which allows the user to see the changes in, and merge between,

Modified: packages/unstable/meld/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/control.in?rev=23889&op=diff
==============================================================================
--- packages/unstable/meld/debian/control.in [utf-8] (original)
+++ packages/unstable/meld/debian/control.in [utf-8] Mon Apr 19 21:37:54 2010
@@ -21,7 +21,8 @@
          python-glade2 (>= 2.4)
 Recommends: yelp,
             python-gnome2,
-            python-gconf
+            python-gconf,
+            python-gtksourceview2
 XB-Python-Version: ${python:Versions}
 Description: graphical tool to diff and merge files
  Meld is a tool which allows the user to see the changes in, and merge between,

Modified: packages/unstable/meld/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/copyright?rev=23889&op=diff
==============================================================================
--- packages/unstable/meld/debian/copyright [utf-8] (original)
+++ packages/unstable/meld/debian/copyright [utf-8] Mon Apr 19 21:37:54 2010
@@ -4,7 +4,7 @@
 It was downloaded from:
     <http://ftp.gnome.org/pub/GNOME/sources/meld/>
 
-Copyright (C) 2002 - 2008 Stephen Kennedy <steve9000 at users.sourceforge.net>
+Copyright (C) 2002 - 2008 Stephen Kennedy <steve at gnome.org>
 
 License:
 

Modified: packages/unstable/meld/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/rules?rev=23889&op=diff
==============================================================================
--- packages/unstable/meld/debian/rules [utf-8] (original)
+++ packages/unstable/meld/debian/rules [utf-8] Mon Apr 19 21:37:54 2010
@@ -6,7 +6,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_INSTALL_CHANGELOGS_ALL += changelog
+DEB_INSTALL_CHANGELOGS_ALL += NEWS
+DEB_INSTALL_DOCS_ALL = AUTHORS
 
 DEB_MAKE_INVOKE += prefix=/usr
 DEB_MAKE_BUILD_TARGET := all




More information about the pkg-gnome-commits mailing list