debian/0000755000000000000000000000000012171060700007160 5ustar debian/copyright0000644000000000000000000000370212171060700011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nodau Upstream-Contact: Lisa Milne Source: http://sandbox.ltmnet.com/nodau Files: * Copyright: 2010-2013, Lisa Milne License: GPL-3+ with OpenSSL exception Comment: The OpenSSL exception was added in commits: . https://github.com/darkrose/nodau/commit/b240b0d9dac081b089206c86275e26adfecaf72d https://github.com/darkrose/nodau/commit/34fb8001a73dbf1dd46733be18e497898f490ca8 . Clarification was requested in: . https://github.com/darkrose/nodau/issues/1 Files: debian/* Copyright: 2010-2013, Salvatore Bonaccorso License: GPL-3+ License: GPL-3+ 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 3 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. . On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-3' file. License: GPL-3+ with OpenSSL exception In addition, as a special exception, the copyright holder (Lisa Milne) gives permission to link the code of this release of nodau with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL". If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. debian/NEWS0000644000000000000000000000113012171060700007652 0ustar nodau (0.3~rc2-1) experimental; urgency=low nodau can be configured via a configuration file. It is located under ~/.config/nodau/nodau.conf. The following config settings are currently in use: SETTING VALUES external_editor name of a text editor executable (vim,nano,etc) force_builtin_editor true or false import_old_db true or false If import_old_db value is true or not set, nodau will import notes from the 0.2.x database to the 0.3.x database. -- Salvatore Bonaccorso Sun, 06 May 2012 09:26:03 +0200 debian/watch0000644000000000000000000000052212171060700010210 0ustar version=3 opts=uversionmangle=s/rc/~rc/ \ http://sandbox.ltmnet.com/allfiles /files/downloads/all/nodau/nodau-(\d[\d\.a-z]+).tar.bz2 # temporary location for tarballs (main server down due to broken hardware) # https://github.com/darkrose/nodau/pull/15#issuecomment-18096405 http://stuff.ltmnet.com/downloads nodau-(\d[\d\.a-z]+).tar.bz2 debian/control0000644000000000000000000000100712171060700010561 0ustar Source: nodau Section: utils Priority: extra Maintainer: Salvatore Bonaccorso Build-Depends: debhelper (>= 9), libncurses5-dev, libsqlite3-dev, libssl-dev Standards-Version: 3.9.4 Homepage: http://sandbox.ltmnet.com/nodau Package: nodau Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: simple console based note taking program Nodau is a simple console based note taking program. It allows you to easily create, edit, and view notes, and search them by name or date. debian/changelog0000644000000000000000000001334712171060700011042 0ustar nodau (0.3.7-1) unstable; urgency=low * Imported Upstream version 0.3.7 + prevent segfault when env is empty. + prevent segfault in config file creation. (Closes: #716624) -- Salvatore Bonaccorso Mon, 15 Jul 2013 22:46:45 +0200 nodau (0.3.6-1) unstable; urgency=low * Imported Upstream version 0.3.6 -- Salvatore Bonaccorso Sun, 23 Jun 2013 08:48:01 +0200 nodau (0.3.5-1) unstable; urgency=low * Imported Upstream version 0.3.5 + Fixes unsafe handling of temporary files when using a external editor (Closes: #708924). * Update copyright years for upstream files -- Salvatore Bonaccorso Mon, 10 Jun 2013 16:35:41 +0200 nodau (0.3.4-1) unstable; urgency=low * Imported Upstream version 0.3.3 and 0.3.4 * Update debian/watch for alternative location of released tarballs * Update copyright years for debian/* packaging files * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Sun, 19 May 2013 11:11:25 +0200 nodau (0.3.1-1) unstable; urgency=low * Imported Upstream version 0.3.1 -- Salvatore Bonaccorso Mon, 15 Oct 2012 19:15:15 +0200 nodau (0.3.0-1) unstable; urgency=low * Upload to unstable * Imported Upstream version 0.3.0 -- Salvatore Bonaccorso Sat, 25 Aug 2012 06:52:50 +0200 nodau (0.3~rc7-1) experimental; urgency=low * Imported Upstream version 0.3~rc7 -- Salvatore Bonaccorso Tue, 24 Jul 2012 22:38:52 +0200 nodau (0.3~rc6-1) unstable; urgency=low * Imported Upstream version 0.3~rc6 * Upload to unstable * Remove patches applied upstream. Remove 0001-changes-to-database-handling-to-try-to-get-rid-of-a-.patch and 0002-another-tweak-in-hunting-segvs.patch patches which where cherry-picked from upstream git repository. -- Salvatore Bonaccorso Thu, 14 Jun 2012 14:01:04 +0200 nodau (0.3~rc5-1) experimental; urgency=low * Imported Upstream version 0.3~rc5 * Add patches from upstream to prevent segfault on db creation. Add patches for upstream commits 7bcf6be and 678da52. -- Salvatore Bonaccorso Fri, 08 Jun 2012 11:26:22 +0200 nodau (0.3~rc4-1) experimental; urgency=low * Imported Upstream version 0.3~rc4 -- Salvatore Bonaccorso Tue, 29 May 2012 22:06:28 +0200 nodau (0.3~rc3-1) unstable; urgency=low * Imported Upstream version 0.3~rc3 * Drop dir_create-with-safe-permissions.patch patch. Patch was applied upstream. -- Salvatore Bonaccorso Tue, 22 May 2012 14:56:46 +0200 nodau (0.3~rc2-3) unstable; urgency=low * Add dir_create-with-safe-permissions.patch. Don't create directories with read, write and execute permissions for user, group and others. -- Salvatore Bonaccorso Fri, 11 May 2012 21:41:26 +0200 nodau (0.3~rc2-2) unstable; urgency=low * Upload to unstable -- Salvatore Bonaccorso Wed, 09 May 2012 21:20:32 +0200 nodau (0.3~rc2-1) experimental; urgency=low * Imported Upstream version 0.3~rc2 * Drop add-support-for-CFLAGS-and-LDFLAGS.patch patch. Patch is included in 0.3rc2 upstream release. * Drop document-configuration-file.patch patch. Patch is included in 0.3rc2 release. * Add debian/NEWS introducing new configuration file -- Salvatore Bonaccorso Sun, 06 May 2012 09:40:25 +0200 nodau (0.3~rc1-2) experimental; urgency=low * Add add-support-for-CFLAGS-and-LDFLAGS.patch patch. Support setting of CFLAGS and LDFLAGS. * Bump Debhelper compat level to 9. Build with hardening flags passed via dpkg-buildflags. Adjust versioned Build-Depends on debhelper to (>= 9). * Add document-configuration-file.patch patch. Cherry-pick two commits from upstream, [f9a71ad] and [46f97c0] to document the configuration file for nodau. -- Salvatore Bonaccorso Sat, 05 May 2012 10:15:25 +0200 nodau (0.3~rc1-1) experimental; urgency=low * Update debian/watch file. Update watch file to correctly handle upstream release candidate versions. * Imported Upstream version 0.3~rc1 * Update debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for upstream files. Update copyright years for debian/* packaging files. Add OpenSSL exception which was clarified upstream. * Add Build-Depends on libssl-dev * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Thu, 03 May 2012 20:34:40 +0200 nodau (0.2.2-1) unstable; urgency=low * New upstream release * Drop fix-ftbfs-with-binutils-gold.patch as it was applied upstream. -- Salvatore Bonaccorso Fri, 20 May 2011 10:00:29 +0200 nodau (0.2.1-2) unstable; urgency=low * Add fix-ftbfs-with-binutils-gold.patch to reorder LIBS in Makefile to fix FTBFS with binutils-gold (LP: #785135) (Closes: #627306). * debian/copyright: Update copyright years for debian/* packaging. * Bump Standards-Version to 3.9.2 (no changes needed). -- Salvatore Bonaccorso Thu, 19 May 2011 15:54:29 +0200 nodau (0.2.1-1) unstable; urgency=low * New upstream release * debian/rules: Adjust PREFIX in override target for dh_auto_install. * Drop debian/nodau.1 manpage as manpage for nodau is now installed by upstream. * debian/nodau.dirs: Add usr/share/man/man1 to the directories to be created during build to be able to install the manpage there. -- Salvatore Bonaccorso Mon, 08 Nov 2010 22:46:01 +0100 nodau (0.2-1) unstable; urgency=low * Initial release (Closes: #602802) -- Salvatore Bonaccorso Mon, 08 Nov 2010 12:18:29 +0100 debian/nodau.docs0000644000000000000000000000000712171060700011135 0ustar README debian/rules0000755000000000000000000000015712171060700010243 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_install -- PREFIX=$(CURDIR)/debian/nodau/usr debian/source/0000755000000000000000000000000012171060700010460 5ustar debian/source/format0000644000000000000000000000001412171060700011666 0ustar 3.0 (quilt) debian/nodau.dirs0000644000000000000000000000003312171060700011145 0ustar usr/bin usr/share/man/man1 debian/compat0000644000000000000000000000000212171060700010356 0ustar 9