diff -Nru grun-0.9.3+git20200303/debian/changelog grun-0.9.3+git20200303/debian/changelog --- grun-0.9.3+git20200303/debian/changelog 2022-05-25 10:01:49.000000000 +0000 +++ grun-0.9.3+git20200303/debian/changelog 2022-11-21 19:55:24.000000000 +0000 @@ -1,3 +1,15 @@ +grun (0.9.3+git20200303-3) unstable; urgency=medium + + * QA upload. + * Run 'wrap-and-sort -a'. + * Bump Standards-Version to 4.6.1. + * Update debian/watch. + * Add 'Rules-Requires-Root: no'. + * Update packaging copyright. + * Update debian/patches/fix-spelling-error. + + -- Francisco Vilmar Cardoso Ruviaro Mon, 21 Nov 2022 19:55:24 +0000 + grun (0.9.3+git20200303-2) unstable; urgency=medium * QA upload. diff -Nru grun-0.9.3+git20200303/debian/control grun-0.9.3+git20200303/debian/control --- grun-0.9.3+git20200303/debian/control 2022-05-25 10:01:49.000000000 +0000 +++ grun-0.9.3+git20200303/debian/control 2022-11-21 19:36:59.000000000 +0000 @@ -2,22 +2,20 @@ Section: x11 Priority: optional Maintainer: Debian QA Group -Build-Depends: - debhelper-compat (= 13), - gettext, - libgtk2.0-dev, -Standards-Version: 4.6.0 +Build-Depends: debhelper-compat (= 13), + gettext, + libgtk2.0-dev +Standards-Version: 4.6.1 +Rules-Requires-Root: no Homepage: https://github.com/lrgc/grun Vcs-Git: https://salsa.debian.org/debian/grun.git Vcs-Browser: https://salsa.debian.org/debian/grun Package: grun Architecture: any -Depends: - ${misc:Depends}, - ${shlibs:Depends}, -Suggests: - xterm | x-terminal-emulator, +Depends: ${misc:Depends}, + ${shlibs:Depends} +Suggests: xterm | x-terminal-emulator Description: GTK+ based Run dialog gRun is a GTK+ based Run dialog that closely resembles the Windows Run dialog, just like xexec. It has a diff -Nru grun-0.9.3+git20200303/debian/copyright grun-0.9.3+git20200303/debian/copyright --- grun-0.9.3+git20200303/debian/copyright 2022-05-25 10:01:49.000000000 +0000 +++ grun-0.9.3+git20200303/debian/copyright 2022-11-21 19:36:59.000000000 +0000 @@ -24,6 +24,7 @@ 2002-2004 Oohara Yuuma 2007-2008 Luis Rodrigo Gallardo Cruz 2015 Paulo Roberto Alves de Oliveira (aka kretcheu) + 2022 Francisco Vilmar Cardoso Ruviaro License: GPL-2+ License: GPL-2+ diff -Nru grun-0.9.3+git20200303/debian/install grun-0.9.3+git20200303/debian/install --- grun-0.9.3+git20200303/debian/install 2022-05-25 10:01:49.000000000 +0000 +++ grun-0.9.3+git20200303/debian/install 2022-11-21 19:36:59.000000000 +0000 @@ -1,3 +1,3 @@ -debian/grun.xpm usr/share/pixmaps/ debian/grun.desktop usr/share/applications/ +debian/grun.xpm usr/share/pixmaps/ grun2.xpm usr/share/pixmaps/ diff -Nru grun-0.9.3+git20200303/debian/patches/fix-spelling-error grun-0.9.3+git20200303/debian/patches/fix-spelling-error --- grun-0.9.3+git20200303/debian/patches/fix-spelling-error 2022-05-25 10:01:49.000000000 +0000 +++ grun-0.9.3+git20200303/debian/patches/fix-spelling-error 2022-11-21 19:53:15.000000000 +0000 @@ -1,11 +1,23 @@ Description: Fix spell of word persistant to persistent Author: Paulo Roberto Alves de Oliveira (aka kretcheu) +Last-update: 2022-11-21 + +Index: grun/grun.c =================================================================== ---- grun-0.9.3.orig/grun.c -+++ grun-0.9.3/grun.c -@@ -1022,7 +1022,7 @@ int main(int argc, char **argv) { +--- grun.orig/grun.c ++++ grun/grun.c +@@ -871,7 +871,7 @@ int main(int argc, char **argv) { + + for (c = ARG_BASE; c < argc; c++) { + if (strcmp(argv[c], "--help") == 0 ) { +- g_print(gettext("gRun launches applications under X\n\nUsage grun [options] [file options]\n\n file options Launch file directly, no dialog boxes\n --persist Dialog persistance\n --preload file Load file as default command\n --notips Disable tooltips\n --version Show version\n --help Show this guide \n\nCopyright Southern Gold Development 1998\n")); ++ g_print(gettext("gRun launches applications under X\n\nUsage grun [options] [file options]\n\n file options Launch file directly, no dialog boxes\n --persist Dialog persistence\n --preload file Load file as default command\n --notips Disable tooltips\n --version Show version\n --help Show this guide \n\nCopyright Southern Gold Development 1998\n")); + exit(0); + } + if (strcmp(argv[c], "--version") == 0) { +@@ -974,7 +974,7 @@ int main(int argc, char **argv) { gtk_box_pack_start_defaults(GTK_BOX (button_box), btn); gtk_signal_connect(GTK_OBJECT (btn), "clicked", (GtkSignalFunc) cancel, (gpointer) gdat); if (persist) { @@ -14,3 +26,107 @@ } else { gtk_tooltips_set_tip(tips, btn, gettext("Cancel launch"), gettext("The Cancel button cancels the launch process and closes gRun")); +Index: grun/ChangeLog +=================================================================== +--- grun.orig/ChangeLog ++++ grun/ChangeLog +@@ -104,7 +104,7 @@ + 8 December 1998 + - Added feature to check if command is GUI or console + see file README section TESTFILE +- - Added dialog persistance. ++ - Added dialog persistence. + - Dropped short command line switches -v -h + + 7 December 1998 +Index: grun/po/de.po +=================================================================== +--- grun.orig/po/de.po ++++ grun/po/de.po +@@ -26,7 +26,7 @@ msgid "" + "Usage grun [options] [file options]\n" + "\n" + " file options Launch file directly, no dialog boxes\n" +-" --persist Dialog persistance\n" ++" --persist Dialog persistence\n" + " --preload file Load file as default command\n" + " --notips Disable tooltips\n" + " --version Show version\n" +Index: grun/po/es.po +=================================================================== +--- grun.orig/po/es.po ++++ grun/po/es.po +@@ -25,7 +25,7 @@ msgid "" + "Usage grun [options] [file options]\n" + "\n" + " file options Launch file directly, no dialog boxes\n" +-" --persist Dialog persistance\n" ++" --persist Dialog persistence\n" + " --preload file Load file as default command\n" + " --notips Disable tooltips\n" + " --version Show version\n" +Index: grun/po/fr.po +=================================================================== +--- grun.orig/po/fr.po ++++ grun/po/fr.po +@@ -26,7 +26,7 @@ msgid "" + "Usage grun [options] [file options]\n" + "\n" + " file options Launch file directly, no dialog boxes\n" +-" --persist Dialog persistance\n" ++" --persist Dialog persistence\n" + " --preload file Load file as default command\n" + " --notips Disable tooltips\n" + " --version Show version\n" +Index: grun/po/grun.pot +=================================================================== +--- grun.orig/po/grun.pot ++++ grun/po/grun.pot +@@ -27,7 +27,7 @@ msgid "" + "Usage grun [options] [file options]\n" + "\n" + " file options Launch file directly, no dialog boxes\n" +-" --persist Dialog persistance\n" ++" --persist Dialog persistence\n" + " --preload file Load file as default command\n" + " --notips Disable tooltips\n" + " --version Show version\n" +Index: grun/po/pt.po +=================================================================== +--- grun.orig/po/pt.po ++++ grun/po/pt.po +@@ -26,7 +26,7 @@ msgid "" + "Usage grun [options] [file options]\n" + "\n" + " file options Launch file directly, no dialog boxes\n" +-" --persist Dialog persistance\n" ++" --persist Dialog persistence\n" + " --preload file Load file as default command\n" + " --notips Disable tooltips\n" + " --version Show version\n" +Index: grun/po/sk.po +=================================================================== +--- grun.orig/po/sk.po ++++ grun/po/sk.po +@@ -29,7 +29,7 @@ msgid "" + "Usage grun [options] [file options]\n" + "\n" + " file options Launch file directly, no dialog boxes\n" +-" --persist Dialog persistance\n" ++" --persist Dialog persistence\n" + " --preload file Load file as default command\n" + " --notips Disable tooltips\n" + " --version Show version\n" +Index: grun/po/sv.po +=================================================================== +--- grun.orig/po/sv.po ++++ grun/po/sv.po +@@ -26,7 +26,7 @@ msgid "" + "Usage grun [options] [file options]\n" + "\n" + " file options Launch file directly, no dialog boxes\n" +-" --persist Dialog persistance\n" ++" --persist Dialog persistence\n" + " --preload file Load file as default command\n" + " --notips Disable tooltips\n" + " --version Show version\n" diff -Nru grun-0.9.3+git20200303/debian/watch grun-0.9.3+git20200303/debian/watch --- grun-0.9.3+git20200303/debian/watch 2022-05-25 10:01:49.000000000 +0000 +++ grun-0.9.3+git20200303/debian/watch 2022-11-21 19:21:43.000000000 +0000 @@ -1,3 +1,3 @@ -version=3 +version=4 opts="uversionmangle=s/_/\./g" \ -https://github.com/lrgc/grun/releases .*/archive/release_?(\d\S+)\.tar\.(?:bz2|gz|xz) +https://github.com/lrgc/grun/tags .*/release_?(\d\S+)\.tar\.(?:bz2|gz|xz)