--- notebook-0.2rel.orig/debian/changelog +++ notebook-0.2rel/debian/changelog @@ -0,0 +1,53 @@ +notebook (0.2rel-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Add export_dynamic.patch and string_fomart_security_fix.patch (both + by Johannes Kulik, thanks!) + * export_dynamic.patch solves unresponsive buttons in the UI + (Closes: #648959) + * string_fomart_security_fix.patch solves a FTBFS when compiled with + -Werror=format-security (Closes: #643447) + * Urgency set to mediuem due to rc bug fixes + + -- Alexander Reichle-Schmehl Sat, 03 Dec 2011 14:35:45 +0100 + +notebook (0.2rel-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove spurious libxml dependency (Closes: 470002). + * Bump Standards-Version to 3.7.3. + * Make lintian happier: + + remove usr/sbin from debian/dirs. + + remove -1 from Depends versions. + + -- Pierre Habouzit Sat, 15 Mar 2008 17:13:40 +0100 + +notebook (0.2rel-2) unstable; urgency=low + + * NMU acked. Thanks Dann. (Closes: #325927) + * debian/control: Standards-Version updated to 3.6.2.1. + + -- Gustavo Franco Fri, 23 Dec 2005 01:33:42 -0200 + +notebook (0.2rel-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add missing include directives to avoid implicit pointer conversions of + the return values from gnome_vfs_get_mime_type() and gnome_about_new(). + Closes: #325927 + + -- dann frazier Tue, 11 Oct 2005 20:37:23 -0600 + +notebook (0.2rel-1) unstable; urgency=low + + * New upstream release. + * debian/control: Maintainer email address changed. + + -- Gustavo Franco Mon, 18 Apr 2005 16:23:36 -0300 + +notebook (0.2-1) unstable; urgency=low + + * Initial Release. (Closes: #261305) + + -- Gustavo Franco Thu, 23 Sep 2004 17:25:21 -0300 + --- notebook-0.2rel.orig/debian/notebook-gtk2.1 +++ notebook-0.2rel/debian/notebook-gtk2.1 @@ -0,0 +1,15 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH NOTEBOOK-GTK2 1 "Aug 15, 2004" +.SH NAME +notebook-gtk2 \- A GTK+ logbook editor +.SH SYNOPSIS +.B notebook-gtk2 +.SH DESCRIPTION +Notebook is designed to store different kinds of information like +personal notes, bookmarks and others. +.SH AUTOR +This manual page was written by Gustavo Franco , +for the Debian project (but may be used by others). --- notebook-0.2rel.orig/debian/rules +++ notebook-0.2rel/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +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 --- notebook-0.2rel.orig/debian/dirs +++ notebook-0.2rel/debian/dirs @@ -0,0 +1 @@ +usr/bin --- notebook-0.2rel.orig/debian/control +++ notebook-0.2rel/debian/control @@ -0,0 +1,19 @@ +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 + +Package: notebook-gtk2 +Architecture: any +Depends: ${shlibs:Depends} +Description: A GTK+ logbook editor + Notebook is designed to store different kinds of information, + including: + - Regular notes. + - Personal notes. + - Bookmarks. + . + You can search and sort through the information stored.It + uses XML and is easy to import/export only part of the data. --- notebook-0.2rel.orig/debian/docs +++ notebook-0.2rel/debian/docs @@ -0,0 +1,3 @@ +README +TODO +AUTHORS --- notebook-0.2rel.orig/debian/compat +++ notebook-0.2rel/debian/compat @@ -0,0 +1 @@ +4 --- notebook-0.2rel.orig/debian/copyright +++ notebook-0.2rel/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Gustavo Franco on +Sat, 24 Jul 2004 17:16:21 -0300. + +It was downloaded from http://www.openbrookes.org/~mathias/notebook/ + +Upstream Author: Mathias André + +Copyright: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- notebook-0.2rel.orig/debian/patches/imp-conv-pointers.patch +++ notebook-0.2rel/debian/patches/imp-conv-pointers.patch @@ -0,0 +1,22 @@ +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 +@@ -23,6 +23,7 @@ + + #include + #include ++#include + #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 @@ + #include + #include + #include ++#include + + #include "../nb_global.h" + #include "nb_ui_interface_callbacks.h" \ No newline at end of file --- notebook-0.2rel.orig/debian/patches/string_fomart_security_fix.patch +++ notebook-0.2rel/debian/patches/string_fomart_security_fix.patch @@ -0,0 +1,20 @@ +--- 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 @@ + GtkWidget * dialog; + int button; + +- dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, text); ++ dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s", text); + g_object_set (dialog, "title", title, "allow_grow", TRUE, NULL); + + button = gtk_dialog_run ((GtkDialog *) dialog); +@@ -85,7 +86,7 @@ + { + GtkWidget *dialog; + +- dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, text); ++ dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", text); + + gtk_dialog_run ((GtkDialog *) dialog); + gtk_widget_destroy (dialog); --- notebook-0.2rel.orig/debian/patches/export_dynamic.patch +++ notebook-0.2rel/debian/patches/export_dynamic.patch @@ -0,0 +1,11 @@ +--- 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 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + INSTOBJEXT = @INSTOBJEXT@ + INTLLIBS = @INTLLIBS@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -export-dynamic + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LTLIBOBJS = @LTLIBOBJS@