r48987 - in /desktop/unstable/gedit/debian: gedit.bug-script gedit.install patches/01_gedit-bugreport-location.patch rules script

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Jun 2 22:12:05 UTC 2016


Author: jbicha-guest
Date: Thu Jun  2 22:12:04 2016
New Revision: 48987

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48987
Log:
fix and simplify bug script installation

Added:
    desktop/unstable/gedit/debian/gedit.bug-script
      - copied, changed from r48986, desktop/unstable/gedit/debian/script
Removed:
    desktop/unstable/gedit/debian/script
Modified:
    desktop/unstable/gedit/debian/gedit.install
    desktop/unstable/gedit/debian/patches/01_gedit-bugreport-location.patch
    desktop/unstable/gedit/debian/rules

Copied: desktop/unstable/gedit/debian/gedit.bug-script (from r48986, desktop/unstable/gedit/debian/script)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/gedit.bug-script?rev=48987&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/script	[utf-8] (original)
+++ desktop/unstable/gedit/debian/gedit.bug-script	[utf-8] Thu Jun  2 22:12:04 2016
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-exec /usr/share/gedit/gedit-bugreport >&3
+exec /usr/share/gedit/gedit-bugreport.sh >&3
 

Modified: desktop/unstable/gedit/debian/gedit.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/gedit.install?rev=48987&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/gedit.install	[utf-8] (original)
+++ desktop/unstable/gedit/debian/gedit.install	[utf-8] Thu Jun  2 22:12:04 2016
@@ -1,4 +1,5 @@
 usr/bin/gedit
+/usr/lib/*/gedit/gedit-bugreport.sh /usr/share/gedit/
 usr/lib/*/gedit/girepository-1.0/
 usr/lib/*/gedit/plugins/*.plugin
 usr/lib/*/gedit/plugins/*.so
@@ -7,5 +8,4 @@
 usr/lib/python*
 usr/share/applications/org.gnome.gedit.desktop
 usr/share/dbus-1/
-debian/script /usr/share/bug/gedit/
 usr/share/appdata/org.gnome.gedit.appdata.xml

Modified: desktop/unstable/gedit/debian/patches/01_gedit-bugreport-location.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/patches/01_gedit-bugreport-location.patch?rev=48987&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/patches/01_gedit-bugreport-location.patch	[utf-8] (original)
+++ desktop/unstable/gedit/debian/patches/01_gedit-bugreport-location.patch	[utf-8] Thu Jun  2 22:12:04 2016
@@ -5,7 +5,7 @@
  X-GNOME-Bugzilla-Component=general
  X-GNOME-Bugzilla-Version=@VERSION@
 -X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/gedit/gedit-bugreport.sh
-+X-GNOME-Bugzilla-ExtraInfoScript=@prefix@/share/gedit/gedit-bugreport
++X-GNOME-Bugzilla-ExtraInfoScript=@prefix@/share/gedit/gedit-bugreport.sh
  Actions=new-window;new-document;
  _Keywords=Text;Editor;
  DBusActivatable=true

Modified: desktop/unstable/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/rules?rev=48987&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/rules	[utf-8] (original)
+++ desktop/unstable/gedit/debian/rules	[utf-8] Thu Jun  2 22:12:04 2016
@@ -10,12 +10,6 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc
 
-override_dh_install:
-	dh_install
-	mv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gedit/gedit-bugreport.sh \
-		debian/gedit/usr/share/gedit/gedit-bugreport
-	chmod 755 debian/gedit/usr/share/bug/gedit/script
-
 override_dh_python3:
 	dh_python3 -pgedit
 	dh_python3 -pgedit /usr/lib/*/gedit/plugins




More information about the pkg-gnome-commits mailing list