debian/0000755000000000000000000000000012242220753007165 5ustar debian/compat0000644000000000000000000000000212242220753010363 0ustar 8 debian/copyright0000644000000000000000000000237412242220753011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: when Upstream-Contact: Ben Crowell Source: http://www.lightandmatter.com/when/when.html Files: * Copyright: 2003-2012, Ben Crowell License: Artistic or GPL-1+ Comment: From when script: when is free software; you can redistribute it and/or modify it under the terms of the GPL, or, optionally, Perl's license. Files: debian/* Copyright: 2007, 2008, Marcela Tiznado 2010-2013, Salvatore Bonaccorso 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/rules0000755000000000000000000000014612242220753010246 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_auto_test: # Do not run tests for when debian/watch0000644000000000000000000000026412242220753010220 0ustar # Currently there is no possibility to monitor new # upstream versions of 'when' as the new upstream # versions are not released as when-$version.tar.gz # but only as when.tar.gz. debian/NEWS0000644000000000000000000000122012242220753007657 0ustar when (1.1.29-1) unstable; urgency=low when 1.1.29 has now the ability to split the calendar file: INCLUDING FILES If your calendar file gets too large, you may prefer to split it up into smaller chunks -- perhaps one for birthdays, one for Tibetan holidays, etc. An easy way of accomplishing this is to install the program m4, put the line prefilter = m4 -P in your preferences file, and then put lines in your calendar file like this: m4_include(/home/yourname/.when/birthdays) -- Salvatore Bonaccorso Thu, 22 Dec 2011 10:23:07 +0100 debian/control0000644000000000000000000000117612242220753010575 0ustar Source: when Section: misc Priority: extra Maintainer: Salvatore Bonaccorso Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Homepage: http://www.lightandmatter.com/when/when.html Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/when.git Vcs-Git: git://anonscm.debian.org/collab-maint/when.git Package: when Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: m4 Description: tiny personal calendar Minimalistic personal calendar. It runs from the command line, and it uses a plain text file format, which you can edit using your favorite editor. debian/source/0000755000000000000000000000000012242220753010465 5ustar debian/source/format0000644000000000000000000000001412242220753011673 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012242220753010614 5ustar debian/patches/729741-fix-french-translation-for-months-names.patch0000644000000000000000000000151312242220753022170 0ustar Description: Fix french translation for month names Origin: vendor Bug-Debian: http://bugs.debian.org/729741 Forwarded: yes Author: Salvatore Bonaccorso Last-Update: 2013-11-17 --- a/when +++ b/when @@ -882,7 +882,7 @@ # Polish: 'pl'=>"Stycze${n_polish} Luty Marzec Kwiecie${n_polish} Maj Czerwiec Lipiec Sierpie${n_polish} Wrzesie${n_polish} Pa${z_polish}dziernik Listopad Grudzie${n_polish}", # French: - 'fr'=>"Janvier F${e_acute}vrier Mars Avril Mai Jiun Juillet Ao${u_circumflex}t Septembre Octobre Novembre D${e_acute}cembre", + 'fr'=>"Janvier F${e_acute}vrier Mars Avril Mai Juin Juillet Ao${u_circumflex}t Septembre Octobre Novembre D${e_acute}cembre", # Italian: 'it'=>'Gennaio Febbraio Marzo Aprile Maggio Giugno Luglio Agosto Settembre Ottobre Novembre Dicembre', # German: debian/patches/series0000644000000000000000000000006512242220753012032 0ustar 729741-fix-french-translation-for-months-names.patch debian/changelog0000644000000000000000000001141512242220753011041 0ustar when (1.1.31-3) unstable; urgency=low * Bump Standards-Version to 3.9.5 * Add 729741-fix-french-translation-for-months-names.patch patch. Fix translation for month names in french. Thanks to nb for the patch (Closes: #729741) -- Salvatore Bonaccorso Sun, 17 Nov 2013 21:05:54 +0100 when (1.1.31-2) unstable; urgency=low * Upload to unstable -- Salvatore Bonaccorso Sun, 05 May 2013 06:07:29 +0200 when (1.1.31-1) experimental; urgency=low * Imported Upstream version 1.1.31 * Update copyright years for upstream files and debian/* packaging * Use canonical URI (anonscm.debian.org) for Vcs-* fields -- Salvatore Bonaccorso Thu, 28 Mar 2013 08:02:09 +0100 when (1.1.30-1) experimental; urgency=low * Imported Upstream version 1.1.30 * Update debian/copyright information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging. * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Fri, 16 Nov 2012 19:39:21 +0100 when (1.1.29-1) unstable; urgency=low * Imported Upstream version 1.1.29 * Add debian/NEWS file documenting new prefilter function. New upstream version has the ability of spliting the calendar file into smaller calendars. (Closes: #621896) * Add m4 to Recommends * Bump Debhelper compat level to 8. Adjust Build-Depends on debhelper to (>= 8) * Bump Standards-Version to 3.9.2 -- Salvatore Bonaccorso Thu, 22 Dec 2011 10:37:06 +0100 when (1.1.28-1) unstable; urgency=low * New upstream release. -- Salvatore Bonaccorso Tue, 15 Mar 2011 09:41:13 +0100 when (1.1.27-1) unstable; urgency=low * New upstream release. -- Salvatore Bonaccorso Thu, 24 Feb 2011 08:34:21 +0100 when (1.1.26-1) unstable; urgency=low * New upstream release. * debian/copyright: Update copyright years. -- Salvatore Bonaccorso Thu, 03 Feb 2011 15:31:52 +0100 when (1.1.24-1) unstable; urgency=low * New upstream release. * debian/copyright: Refresh copyright years for debian/* packaging. -- Salvatore Bonaccorso Sat, 15 Jan 2011 12:20:35 +0100 when (1.1.23-1) unstable; urgency=low * New upstream release. * Drop fix_517481_typo_in_localization.patch as it was applied upstream. * Refresh debian/copyright. * debian/control: Drop use of ${shlibs:Depends} in Depends field. -- Salvatore Bonaccorso Tue, 14 Dec 2010 08:10:12 +0100 when (1.1.22-1) unstable; urgency=low * New upstream release. * Refresh fix_517481_typo_in_localization.patch patch. -- Salvatore Bonaccorso Thu, 04 Nov 2010 09:46:22 +0100 when (1.1.21-1) unstable; urgency=low * New maintainer (Closes: #599895). - Thanks to Marcela Tiznado (mlt) for the work done so far. * New upstream release (Closes: #583646). - Adds option to not display e.g. periodic items (Closes: #439115). * Bump compat level to 7. Simplify debian/rules to tiny format. * Convert to '3.0 (quilt)' source package format. * debian/control: - Architecture: all as package contains only architecture-independent files (Closes: #451606). - Add Homepage field to source package stanza. - Correct long description of package (Closes: #503271). - Add ${perl:Depends} substitution variable for dh_perl in Depends field. - Bump versioned dependency on debhelper to debhelper (>= 7.0.50) for override targets. - Add Vcs-Browser and Vcs-Git fields to the collab-maint repository. * debian/rules: override target for dh_auto_test to no run the tests. * Don't install README anymore. * Add fix_517481_typo_in_localization.patch to fix a typo in localization for spanish translations. Thanks to Mauro Lizaur for reporting (Closes: #517481). * Bump Standards-Version to 3.9.1. * Add debian/watch only explaining in comments that new upstream version currently cannot be monitored. * debian/copyright: - Update debian/copyright to revision 135 of format-specification in DEP5 for machine readable copyright file. - Update copyright years and add alternate licensing to Artistic license. - Explicit point to the GPL-1 text in common-licenses as by Debian Policy 3.9.1. - Refer to Debian systems in general. -- Salvatore Bonaccorso Tue, 12 Oct 2010 09:28:12 +0200 when (1.1.12-1) unstable; urgency=low * New release -- Marcela Tiznado Mon, 26 May 2008 22:51:36 -0300 when (1.1.0-1) unstable; urgency=low * Initial release (Closes: #428420) -- Marcela Tiznado Mon, 11 Jun 2007 15:27:58 +0000