r29086 - in /desktop/unstable/gedit/debian: changelog script

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 22 21:33:16 UTC 2011


Author: biebl
Date: Fri Jul 22 21:33:16 2011
New Revision: 29086

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29086
Log:
debian/script: Fix path to gedit-bugreport script.

Modified:
    desktop/unstable/gedit/debian/changelog
    desktop/unstable/gedit/debian/script

Modified: desktop/unstable/gedit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/changelog?rev=29086&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/changelog [utf-8] (original)
+++ desktop/unstable/gedit/debian/changelog [utf-8] Fri Jul 22 21:33:16 2011
@@ -1,3 +1,9 @@
+gedit (3.0.6-2) UNRELEASED; urgency=low
+
+  * debian/script: Fix path to gedit-bugreport script.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 22 Jul 2011 23:32:41 +0200
+
 gedit (3.0.6-1) unstable; urgency=low
 
   [ Mirco Bauer ]

Modified: desktop/unstable/gedit/debian/script
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/script?rev=29086&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/script [utf-8] (original)
+++ desktop/unstable/gedit/debian/script [utf-8] Fri Jul 22 21:33:16 2011
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-exec /usr/share/gedit-2/gedit-bugreport >&3
+exec /usr/share/gedit/gedit-bugreport >&3
 




More information about the pkg-gnome-commits mailing list