diff -Nru notebook-0.2rel/debian/changelog notebook-0.2rel/debian/changelog --- notebook-0.2rel/debian/changelog 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/changelog 2016-08-01 08:38:14.000000000 +0000 @@ -1,3 +1,12 @@ +notebook (0.2rel-3) unstable; urgency=medium + + * QA upload. + * Orphan the package. + * debhelper 9 (Closes: #817600). + * Format 3.0 (quilt). + + -- Adam Borowski Mon, 01 Aug 2016 10:38:14 +0200 + notebook (0.2rel-2.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru notebook-0.2rel/debian/compat notebook-0.2rel/debian/compat --- notebook-0.2rel/debian/compat 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/compat 2016-08-01 08:11:25.000000000 +0000 @@ -1 +1 @@ -4 +9 diff -Nru notebook-0.2rel/debian/control notebook-0.2rel/debian/control --- notebook-0.2rel/debian/control 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/control 2016-08-01 08:22:25.000000000 +0000 @@ -1,14 +1,14 @@ Source: notebook Section: x11 Priority: optional -Maintainer: Gustavo Franco -Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev(>= 2.4.4-2), libglade2-dev(>=1:2.4.0), libgnomeui-dev(>= 2.6.1.1-4), libgconf2-dev(>= 2.6.2), cdbs(>= 0.4.21-0.1) -Standards-Version: 3.7.3 +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.4.4-2), libglade2-dev (>=1:2.4.0), libgnomeui-dev (>= 2.6.1.1-4), libgconf2-dev (>= 2.6.2), cdbs (>= 0.4.21-0.1) +Standards-Version: 3.9.8 Package: notebook-gtk2 Architecture: any -Depends: ${shlibs:Depends} -Description: A GTK+ logbook editor +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GTK+ logbook editor Notebook is designed to store different kinds of information, including: - Regular notes. diff -Nru notebook-0.2rel/debian/copyright notebook-0.2rel/debian/copyright --- notebook-0.2rel/debian/copyright 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/copyright 2016-08-01 08:26:47.000000000 +0000 @@ -23,5 +23,5 @@ On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL-2'. diff -Nru notebook-0.2rel/debian/patches/export_dynamic.patch notebook-0.2rel/debian/patches/export_dynamic.patch --- notebook-0.2rel/debian/patches/export_dynamic.patch 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/patches/export_dynamic.patch 2016-08-01 08:13:40.000000000 +0000 @@ -1,6 +1,8 @@ ---- notebook-0.2rel/src/Makefile.in 2005-03-20 20:46:00.000000000 +0100 -+++ notebook-0.2rel_fixed/src/Makefile.in 2010-04-25 01:31:17.240652084 +0200 -@@ -70,7 +70,7 @@ +Index: notebook-0.2rel/src/Makefile.in +=================================================================== +--- notebook-0.2rel.orig/src/Makefile.in ++++ notebook-0.2rel/src/Makefile.in +@@ -70,7 +70,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ diff -Nru notebook-0.2rel/debian/patches/imp-conv-pointers.patch notebook-0.2rel/debian/patches/imp-conv-pointers.patch --- notebook-0.2rel/debian/patches/imp-conv-pointers.patch 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/patches/imp-conv-pointers.patch 2016-08-01 08:13:40.000000000 +0000 @@ -1,6 +1,7 @@ -diff -urN notebook-0.2rel.orig/src/nb_global.c notebook-0.2rel/src/nb_global.c ---- notebook-0.2rel.orig/src/nb_global.c 2005-03-20 12:46:00.000000000 -0700 -+++ notebook-0.2rel/src/nb_global.c 2005-10-11 20:37:20.000000000 -0600 +Index: notebook-0.2rel/src/nb_global.c +=================================================================== +--- notebook-0.2rel.orig/src/nb_global.c ++++ notebook-0.2rel/src/nb_global.c @@ -23,6 +23,7 @@ #include @@ -9,14 +10,15 @@ #include #include #include -diff -urN notebook-0.2rel.orig/src/ui/nb_ui_interface.c notebook-0.2rel/src/ui/nb_ui_interface.c ---- notebook-0.2rel.orig/src/ui/nb_ui_interface.c 2005-03-20 12:46:01.000000000 -0700 -+++ notebook-0.2rel/src/ui/nb_ui_interface.c 2005-10-11 20:37:20.000000000 -0600 -@@ -25,5 +25,6 @@ +Index: notebook-0.2rel/src/ui/nb_ui_interface.c +=================================================================== +--- notebook-0.2rel.orig/src/ui/nb_ui_interface.c ++++ notebook-0.2rel/src/ui/nb_ui_interface.c +@@ -25,6 +25,7 @@ #include #include #include +#include #include "../nb_global.h" - #include "nb_ui_interface_callbacks.h" \ No newline at end of file + #include "nb_ui_interface_callbacks.h" diff -Nru notebook-0.2rel/debian/patches/series notebook-0.2rel/debian/patches/series --- notebook-0.2rel/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ notebook-0.2rel/debian/patches/series 2016-08-01 08:13:40.000000000 +0000 @@ -0,0 +1,3 @@ +string_fomart_security_fix.patch +imp-conv-pointers.patch +export_dynamic.patch diff -Nru notebook-0.2rel/debian/patches/string_fomart_security_fix.patch notebook-0.2rel/debian/patches/string_fomart_security_fix.patch --- notebook-0.2rel/debian/patches/string_fomart_security_fix.patch 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/patches/string_fomart_security_fix.patch 2016-08-01 08:13:40.000000000 +0000 @@ -1,6 +1,8 @@ ---- notebook-0.2rel/src/ui/nb_ui_interface.c 2005-03-20 20:46:01.000000000 +0100 -+++ notebook-0.2rel_debian_patches/src/ui/nb_ui_interface.c 2011-11-14 13:02:57.801757891 +0100 -@@ -68,7 +69,7 @@ +Index: notebook-0.2rel/src/ui/nb_ui_interface.c +=================================================================== +--- notebook-0.2rel.orig/src/ui/nb_ui_interface.c ++++ notebook-0.2rel/src/ui/nb_ui_interface.c +@@ -68,7 +68,7 @@ nb_ui_dialog_question (gchar * text, gch GtkWidget * dialog; int button; @@ -9,7 +11,7 @@ g_object_set (dialog, "title", title, "allow_grow", TRUE, NULL); button = gtk_dialog_run ((GtkDialog *) dialog); -@@ -85,7 +86,7 @@ +@@ -85,7 +85,7 @@ nb_ui_dialog_error (gchar * text) { GtkWidget *dialog; diff -Nru notebook-0.2rel/debian/rules notebook-0.2rel/debian/rules --- notebook-0.2rel/debian/rules 2016-08-02 01:17:22.000000000 +0000 +++ notebook-0.2rel/debian/rules 2016-08-01 08:38:14.000000000 +0000 @@ -3,8 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_CONFIGURE_EXTRA_FLAGS := --program-suffix=-gtk2 -DEB_INSTALL_MANPAGES_notebook-gtk2 := debian/notebook-gtk2.1 \ No newline at end of file +DEB_INSTALL_MANPAGES_notebook-gtk2 := debian/notebook-gtk2.1 diff -Nru notebook-0.2rel/debian/source/format notebook-0.2rel/debian/source/format --- notebook-0.2rel/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ notebook-0.2rel/debian/source/format 2016-08-01 08:12:35.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)