debian/0000755000000000000000000000000011525542661007175 5ustar debian/note.docs0000644000000000000000000000002611525513601011002 0ustar README UPGRADE mysql/ debian/control0000644000000000000000000000153311525512754010602 0ustar Source: note Section: utils Priority: optional Maintainer: Alexandre De Dommelin Build-Depends-Indep: perl Build-Depends: debhelper (>= 7) Standards-Version: 3.9.1 Homepage: http://www.daemon.de/NOTE Package: note Architecture: all Depends: ${perl:Depends},${misc:Depends} Suggests: libdigest-md5-perl, libdbi-perl, libdbd-mysql-perl, libcrypt-cbc-perl, libcrypt-des-perl, libterm-readline-gnu-perl, libconfig-general-perl Description: small program managing notes from commandline This is a small console program similar to knotes, which allows you to manage notes from commandline. Note can use different database-backends for notes-storage. It ships with a DBI-based mysql-module (which can also be used by others through a DBI-based supported DBMS) and another module, which uses a binary file for storage and a DBM module. debian/copyright0000644000000000000000000000262511525541747011141 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Thomas Linden Source: http://www.daemon.de/NOTE/ Name: note Files: * Copyright: 1999-2010, Thomas Linden License: GPL-2 Files: debian/* Copyright: 2011, Alexandre De Dommelin License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2 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. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000011411525504012010206 0ustar version=3 http://www.daemon.de/idisk/Apps/note/note-((?!latest).*)\.tar\.gz debian/patches/0000755000000000000000000000000011525542333010620 5ustar debian/patches/02-mysql_manpage_spelling.patch0000644000000000000000000000062311525542276016621 0ustar Author: Alexandre De Dommelin Description: Fix spelling --- a/NOTEDB/mysql.pm +++ b/NOTEDB/mysql.pm @@ -382,7 +382,7 @@ # get the next noteid available $next_num = $db->get_nextnum(); - # recount all noteids starting by 1 (usefull after deleting one!) + # recount all noteids starting by 1 (useful after deleting one!) $db->set_recountnums(); # modify a certain note debian/patches/03-dbm_manpage_spelling.patch0000644000000000000000000000061611525536746016226 0ustar Author: Alexandre De Dommelin Description: Fix spelling --- a/NOTEDB/dbm.pm +++ b/NOTEDB/dbm.pm @@ -235,7 +235,7 @@ # get the next noteid available $next_num = $db->get_nextnum(); - # recount all noteids starting by 1 (usefull after deleting one!) + # recount all noteids starting by 1 (useful after deleting one!) $db->set_recountnums(); # modify a certain note debian/patches/series0000644000000000000000000000013511525536725012044 0ustar 01-note_manpage_spelling.patch 02-mysql_manpage_spelling.patch 03-dbm_manpage_spelling.patch debian/patches/01-note_manpage_spelling.patch0000644000000000000000000000263311525536541016421 0ustar Author: Alexandre De Dommelin Description: Fix spelling in manpage --- a/note.pod +++ b/note.pod @@ -316,7 +316,7 @@ You can create a new note by simply pressing B or B. You favorite editor will be started and you can enter your note text. If you are already under a topic then this new note will automatically go to this topic. -note adds an aditional line to the top of the note with the topic. But +note adds an additional line to the top of the note with the topic. But you can of course specify your own topic. Note will tell you which number it has assigned to the newly created note. @@ -393,7 +393,7 @@ You can also dump the contents of your note-database into a ASCII-textfile(I<-D>). You can use this file later to import it into -your note-database(-I). This is usefull, if you want quickly trans- +your note-database(-I). This is useful, if you want quickly trans- fer your notes from one host to another (i.e. you could mail your note-dump form your office to home and import it there for further use). @@ -462,7 +462,7 @@ The text will be formatted using the actually note-color. The hidden formatting will use blue forground and blue background -to hide a string from the terminal, which is usefull for passwords. +to hide a string from the terminal, which is useful for passwords. If you set "FormatText" to I then the formatting can be done this way instead: debian/compat0000644000000000000000000000000211525504012010357 0ustar 7 debian/changelog0000644000000000000000000000747511525521172011056 0ustar note (1.3.7-1) unstable; urgency=low * New upstream release * Bump to Standards-Version 3.9.1 (no changes needed) * Simplified debian/rules file * Various cleanup in debian/ * Added DEP-3 headers to debian/patches/* * Fixed spelling in manpages -- Alexandre De Dommelin Sat, 12 Feb 2011 14:17:24 +0100 note (1.3.6-1) unstable; urgency=low * New upstream release (closes:#557012) * Fixed debian/watch thanks to patch provided by Ignace Mouzannar * Removed TODO file (no longer in upstream) * Added Misc-Depends to debian/control * Bump to Standard-Version from 3.8.1 to 3.8.4 (no changes needed) -- Alexandre De Dommelin Mon, 08 Feb 2010 23:52:10 +0100 note (1.3.3-6) unstable; urgency=low * Fix TimeFormat bug using textDB, see timeformat.dpatch (closes: #495579) * Improve package description * Add debian/watch -- Alexandre De Dommelin Sat, 13 Jun 2009 22:19:47 +0200 note (1.3.3-5) unstable; urgency=low * New maintainer (closes: #495597). * Fix bug in text dbdriver when no text::dbname value (closes: #495578). -- Alexandre De Dommelin Fri, 12 Jun 2009 22:47:48 +0200 note (1.3.3-4) unstable; urgency=low * QA upload * Patch 02bashism: fix bashism in mysql/install.sh (Closes: #530151) * debian/copyright: point to versionend GPL file. * debian/rules: dh_clean -k => dh_prep * Standards-Vesion 3.8.1 (no change) -- Ralf Treinen Thu, 28 May 2009 21:20:09 +0200 note (1.3.3-3) unstable; urgency=low * QA upload. * Setting maintainer to QA group as I orphaned this package -- Nico Golde Mon, 18 Aug 2008 21:31:01 +0200 note (1.3.3-2) unstable; urgency=low * Make Homepage a real control field. * Bump to standards version 3.8.0, no changes needed. * Bump compat level and debhelper dependency to 7. * Fix small errors in copyright to make lintian happy. * Add necessary comments to debian/patches/* files. * Move debhelper calls to binary-indep rules target as this package doesn't build any arch dependent data. -- Nico Golde Tue, 22 Jul 2008 19:13:38 +0200 note (1.3.3-1) unstable; urgency=low * New upstream release - fixed NOTEDB::mysql (and NOTEDB.pm) (Closes: #438175). -- Nico Golde Thu, 30 Aug 2007 15:23:52 +0200 note (1.3.1-5) unstable; urgency=low * Bumped compat level. * Changed maintainer address. * Added one additional space to Homepage tag. -- Nico Golde Sat, 31 Mar 2007 12:56:00 +0200 note (1.3.1-4) unstable; urgency=low * Bumped Standards-Version and fixed Build-Depends on dpatch and dephelper. * Removed some crap from rules. -- Nico Golde Mon, 31 Jul 2006 12:13:45 +0200 note (1.3.1-3) unstable; urgency=low * Fixed insecure tmp-file creation (closes: #337492). -- Nico Golde Sat, 5 Nov 2005 12:33:09 +0100 note (1.3.1-2) unstable; urgency=low * New Maintainer (closes: #329771). * Fixed manpage (closes: #292875). * Made a proper copyright file. * Added homepage tag to control file. * Removed menu file. -- Nico Golde Fri, 7 Oct 2005 15:57:27 +0200 note (1.3.1-1) unstable; urgency=low * new upstream version (closes: #228050) * added perl encryption packages to Suggest: (closes: #304969) * added other optional perl packages to Suggest: * reword copyright file (closes: #302974) -- Radovan GarabĂ­k Fri, 2 Sep 2005 20:30:22 +0200 note (1.1.1-2) unstable; urgency=low * added Build-Depends -- Radovan Garabik Fri, 23 Feb 2001 21:35:53 +0100 note (1.1.1-1) unstable; urgency=low * Initial Release. -- Radovan Garabik Sat, 23 Sep 2000 12:14:24 +0400 debian/source/0000755000000000000000000000000011525506477010502 5ustar debian/source/format0000644000000000000000000000001411525506477011710 0ustar 3.0 (quilt) debian/note.examples0000644000000000000000000000004011525513610011664 0ustar config/noterc bin/stresstest.sh debian/rules0000755000000000000000000000003711525504101010240 0ustar #!/usr/bin/make -f %: dh $@