debian/0000755000000000000000000000000011523612031007160 5ustar debian/source/0000755000000000000000000000000011523133622010464 5ustar debian/source/format0000644000000000000000000000001411523133622011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003711523133622010244 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000211611523133622011117 0ustar This package was debianized by Oliver Grawert on Wed, 15 Jun 2005 16:28:11 +0200. It was downloaded from http://www.debain.org/software/bibshelf/download.php Copyright Holder: © 2003-2004 Samuel Abels License: This program 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; either version 2 of the License, or (at your option) any later version. This program 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. debian/changelog0000644000000000000000000000451611523612007011043 0ustar bibshelf (1.6.0-0ubuntu1) natty; urgency=low [ Tarun Kumar Mall ] * New upstream release (LP: #713023) * Dropped patch 02-string_h.patch, applied upstream * Dropped patch 03-configure.patch, doesn't seem to be needed (there are no patches touching the build system) * Bumped Standards-Version, no other changes needed. [ Chris Coulson ] * Updated build dependencies (libxml++1.0-dev => libxml++2.6-dev, add intltool and libglademm-2.4-dev) * The upstream tarball has an invalid POTFILES.in, breaking "make check". Add patch to fix this - add debian/patches/02-potfiles_fix.patch -- Tarun Kumar Mall Sat, 05 Feb 2011 09:12:49 +0530 bibshelf (1.4.0-1ubuntu4) lucid; urgency=low * Add Homepage field and update the watch file. -- Alessio Treglia Tue, 23 Mar 2010 17:01:37 +0100 bibshelf (1.4.0-1ubuntu3) lucid; urgency=low * Switch to debian 3.0 (quilt) format. * Switch to debhelper 7. * Group all changes in patches under debian/patches. * Add debian/patches/01-sigc_namespace.patch patch to prevent FTBFS with newer libsigc++. * debian/copyright: Add missing GPL-2 header. * debian/control: - Bump Standards. - Add ${misc:Depends} macro to the Depends field. * Remove manpage, it is dh_make template only. * Remove lintian overrides, unnecessary. * Remove debian/dirs, unnecessary. -- Alessio Treglia Tue, 23 Mar 2010 09:54:35 +0100 bibshelf (1.4.0-1ubuntu2) karmic; urgency=low * No-change rebuild to drop unneeded dep on libkrb53. -- Steve Langasek Wed, 09 Sep 2009 21:18:27 +0000 bibshelf (1.4.0-1ubuntu1) jaunty; urgency=low * Remove duplicate "primary" parameter in src/DialogError.h, make one "secondary". * #include in src/Book.cc, src/DialogBookEditor.cc and src/DiskStorage.cc to get definitions of memset, memcmp etc. -- James Westby Mon, 24 Nov 2008 16:51:42 +0000 bibshelf (1.4.0-1build1) dapper; urgency=low * Rebuild (libsigc++-2.0-0c2 -> libsigc++-2.0-0c2a name change) -- Matthias Klose Fri, 2 Dec 2005 12:56:41 +0000 bibshelf (1.4.0-1) breezy; urgency=low * Initial release -- Oliver Grawert Wed, 15 Jun 2005 16:28:11 +0200 debian/compat0000644000000000000000000000000211523133622010362 0ustar 7 debian/watch0000644000000000000000000000017711523133622010222 0ustar version=3 http://code.google.com/p/bibshelf/downloads/list \ http://bibshelf.googlecode.com/files/bibshelf-([0-9.]*)\.tar\.gz debian/control0000644000000000000000000000137411523610304010571 0ustar Source: bibshelf Section: gnome Priority: optional Maintainer: Oliver Grawert Build-Depends: debhelper (>= 7), autotools-dev, libgtkmm-2.4-dev (>= 2.8), libxml++2.6-dev, libcurl3-dev, docbook-to-man, intltool (>= 0.35.0), libglademm-2.4-dev (>= 2.6) Standards-Version: 3.9.1 Homepage: http://code.google.com/p/bibshelf/ Package: bibshelf Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: book organizer for GNOME helps you to keep track of your book collection. You can fill in such things as the book summary, review, rating and the ISBN. Never forget when it was that you read a book, BibShelf lets you save the date so you do no longer need to waste your brain capacity for storing this information. debian/patches/0000755000000000000000000000000011523611670010617 5ustar debian/patches/02-potfiles_fix.patch0000644000000000000000000000114711523611670014555 0ustar --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,27 @@ # List of source files containing translatable strings. -src/main.c +src/main.cc +src/Book.cc +src/Book.h +src/DialogBookEditor.cc +src/DialogBookEditor.h +src/DialogMain.cc +src/DialogMain.h +src/GtkBookList.h +src/GtkBookList.cc +src/DiskStorage.h +src/DiskStorage.cc +src/Controller.cc +src/Controller.h +src/DialogBookDelete.cc +src/DialogBookDelete.h +src/DialogError.cc +src/DialogError.h +src/DialogAbout.cc +src/DialogAbout.h +src/DialogCalendar.cc +src/DialogCalendar.h +src/NetStorage.cc +src/NetStorage.h +src/DialogBook.cc +src/DialogBook.h debian/patches/series0000644000000000000000000000005611523611526012035 0ustar 01-sigc_namespace.patch 02-potfiles_fix.patch debian/patches/01-sigc_namespace.patch0000644000000000000000000001041511523133622015014 0ustar Author: Alessio Treglia Description: SigC namespace has been deprecated since libsigc++ 2.0. --- src/DialogBook.h | 4 ++-- src/DialogBookDelete.h | 4 ++-- src/DialogBookEditor.h | 4 ++-- src/DialogMain.h | 6 +++--- src/DiskStorage.h | 2 +- src/GtkBookList.h | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) --- bibshelf-1.4.0.orig/src/DialogBook.h +++ bibshelf-1.4.0/src/DialogBook.h @@ -34,9 +34,9 @@ public: virtual ~DialogBook(); /* Emitted when the "Edit" button has been clicked. */ - SigC::Signal2 signal_button_edit_clicked; + sigc::signal2 signal_button_edit_clicked; /* Emitted when the "Close" button has been clicked. */ - SigC::Signal2 signal_button_close_clicked; + sigc::signal2 signal_button_close_clicked; /* Returns a pointer to the book associated with this window. */ Book* get_book(void); --- bibshelf-1.4.0.orig/src/DialogBookDelete.h +++ bibshelf-1.4.0/src/DialogBookDelete.h @@ -36,9 +36,9 @@ public: DialogBookDelete(Book* book, Gtk::Window &parent); /* Emitted whenever the "Cancel" button was clicked. */ - SigC::Signal1 signal_button_cancel_clicked; + sigc::signal1 signal_button_cancel_clicked; /* Emitted whenever the "Delete" button was clicked. */ - SigC::Signal2 signal_button_delete_clicked; + sigc::signal2 signal_button_delete_clicked; protected: void on_signal_response(int response); --- bibshelf-1.4.0.orig/src/DialogBookEditor.h +++ bibshelf-1.4.0/src/DialogBookEditor.h @@ -36,9 +36,9 @@ public: virtual ~DialogBookEditor(); /* Emitted when the "Cancel" button has been clicked. */ - SigC::Signal2 signal_button_cancel_clicked; + sigc::signal2 signal_button_cancel_clicked; /* Emitted when the "Save" button has been clicked. */ - SigC::Signal2 signal_button_save_clicked; + sigc::signal2 signal_button_save_clicked; /* Returns a pointer to the book associated with this window. */ Book* get_book(void); --- bibshelf-1.4.0.orig/src/DialogMain.h +++ bibshelf-1.4.0/src/DialogMain.h @@ -36,11 +36,11 @@ public: ~DialogMain(); /* Triggered whenever the 'Add' button has been clicked. */ - SigC::Signal0 signal_button_add_clicked; + sigc::signal0 signal_button_add_clicked; /* Triggered whenever the 'Delete' button has been clicked. */ - SigC::Signal0 signal_button_delete_clicked; + sigc::signal0 signal_button_delete_clicked; /* Triggered whenever the 'Show Details' button has been clicked. */ - SigC::Signal0 signal_button_details_clicked; + sigc::signal0 signal_button_details_clicked; /* Update the preview informations according to the given book. */ void update_preview(Book* book); --- bibshelf-1.4.0.orig/src/GtkBookList.h +++ bibshelf-1.4.0/src/GtkBookList.h @@ -46,13 +46,13 @@ public: ~GtkBookList(); /* Triggered whenever a book has been selected. */ - SigC::Signal1 signal_book_selected; + sigc::signal1 signal_book_selected; /* Triggered whenever a book has been activated. */ - SigC::Signal1 signal_book_activated; + sigc::signal1 signal_book_activated; /* Triggered whenever a book has been added or removed. */ - SigC::Signal0 signal_changed; + sigc::signal0 signal_changed; /* Triggered whenever the list sorting was changed. */ - SigC::Signal0 signal_sorting_changed; + sigc::signal0 signal_sorting_changed; /* Inserts the given book. */ void insert_book(Book* book); --- bibshelf-1.4.0.orig/src/DiskStorage.h +++ bibshelf-1.4.0/src/DiskStorage.h @@ -51,7 +51,7 @@ public: ~DiskStorage(); // Emitted whenever load_all() loaded a book. - SigC::Signal1 signal_book_loaded; + sigc::signal1 signal_book_loaded; /* Initialize the DiskStorage using the given directory. * If the directory does not yet exist, it will be created.