debian/0000775000000000000000000000000012310032617007163 5ustar debian/watch0000664000000000000000000000010412310032531010202 0ustar version=3 http://pessimization.com/software/wyrd/wyrd-(.*)\.tar\.gz debian/rules0000775000000000000000000000061612310032531010241 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS = --enable-utf8 binary-post-install/wyrd:: -rm $(CURDIR)/debian/wyrd/usr/share/doc/wyrd/README find . -name '*.cm[iox]' -o -name '*.o' | xargs rm -f -rm -f $(CURDIR)/debian/stamp* -rm -f $(CURDIR)/config.status $(CURDIR)/config.log $(CURDIR)/config.cache debian/menu0000664000000000000000000000015312310032531010044 0ustar ?package(wyrd):needs="text" section="Applications/Data Management"\ title="wyrd" command="/usr/bin/wyrd" debian/docs0000664000000000000000000000003712310032531010031 0ustar doc/manual.html doc/manual.pdf debian/doc-base0000664000000000000000000000050612310032531010557 0ustar Document: wyrd Title: Wyrd Usage and Configuration Manual Author: Paul Pelzl Abstract: This manual describes the usage and configuration of wyrd the free text-based scheduler application Section: Apps/Tools Format: HTML Index: /usr/share/doc/wyrd/manual.html Files: /usr/share/doc/wyrd/manual.html debian/copyright0000664000000000000000000000211112310032531011104 0ustar This package was debianized by René van Bevern on Sat, 16 Apr 2005 18:01:00 +0200. It was downloaded from http://pessimization.com/software/wyrd/ Copyright: 2005, 2006 Paul Pelzl or <014u58202@sneakemail.com> License: 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; either version 2 of the License, or (at your option) any later version. 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, 51 Franklin St, 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'. debian/control0000664000000000000000000000176112310032616010572 0ustar Source: wyrd Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Kevin Coyner Build-Depends: debhelper (>= 5.0), autotools-dev, camlp4, cdbs (>=0.4.39), remind (>= 03.00.24), dpatch, libncursesw5-dev Standards-Version: 3.7.3 Homepage: http://pessimization.com/software/wyrd/ Package: wyrd Architecture: any Depends: ${shlibs:Depends}, remind (>= 03.00.24), less Description: text-based calendar application Wyrd acts as an ncurses-based frontend for remind, a scheduler application featuring sophisticated date calculation, moon phases, sunrise/sunset, Hebrew calendar, alarms, multilingual messages, and proper handling of holidays. . Wyrd displays reminders on a browsable time table along with a calendar and lets the user create new timed or untimed reminders. Using the remind backend, it is possible to convert the calendar to PostScript for printing and to synchronize it with Palm handhelds. debian/compat0000664000000000000000000000000212310032531010354 0ustar 5 debian/changelog0000664000000000000000000001566212310032531011042 0ustar wyrd (1.4.4-1ubuntu1) trusty; urgency=medium * Use quilt instead of dpatch (deprecated): + added debian/source/format 3.0 quilt + removed include dpatch.mk from debian/rules * Imported patch from upstream to fix FTBFS with Ocalm 4: 02_fix-ftbfs-ocaml-4.patch (LP: #1281275) * Refreshed 01_editor.dpatch -- Leo Iannacone Sun, 02 Mar 2014 22:41:48 +0100 wyrd (1.4.4-1) unstable; urgency=low * New upstream release that address temporary file vulnerability (CVE-2008-0806). Patch in version 1.4.3b-4 that addresses this vulnerabililty (debian bug 466382) removed. * Updated Homepage address in debian/control, debian/copyright. * Updated watch file. * Add libncursesw5-dev to Build-Depends to permit --enable-utf8 configure flag to be used. Also add DEB_CONFIGURE_EXTRA_FLAGS = --enable-utf8 to debian/rules. Thanks to Jeremy Bobbio. Closes: #446634. -- Kevin Coyner Fri, 22 Feb 2008 16:30:36 -0500 wyrd (1.4.3b-4) unstable; urgency=low * Patch from Nico Golde and the security team. This patch addresses the following issue: CVE-2008-0806: insecure temporary file creation that could lead to symlink attacks and thus data loss. Closes: #466382. * Bumped Standards-Version to 3.7.3. No changes. * Moved Homepage header out of extended description. * Removed unnecessary whitespace in doc-base file. -- Kevin Coyner Thu, 21 Feb 2008 17:57:30 -0500 wyrd (1.4.3b-3) unstable; urgency=low * Fixed debian/watch file. -- Kevin Coyner Sat, 15 Sep 2007 14:08:57 -0400 wyrd (1.4.3b-2) unstable; urgency=low * Add Build-Depends on camlp4, which moved from ocaml-nox's Build-Depends to Recommends. Closes a FTBFS bug. Closes: #441503. Removed Build-Depends on ocaml-nox and ocaml since camlp4 depends on ocaml-nox. -- Kevin Coyner Sat, 15 Sep 2007 13:31:54 -0400 wyrd (1.4.3b-1) unstable; urgency=low * New upstream release. * Support for the environment variable DOT_REMINDERS. Closes: #381959. -- Kevin Coyner Wed, 22 Aug 2007 09:33:10 -0400 wyrd (1.4.2-2) unstable; urgency=low * New e-mail address for maintainer. Changed throughout debian/*. * Update debian/menu from Apps/Tools to Applications/Data Management. * Remove some cruft in patches/01_editor. -- Kevin Coyner Tue, 14 Aug 2007 13:51:28 -0400 wyrd (1.4.2-1) unstable; urgency=low * New upstream release (support rendering UTF-8 reminders, add the untimed_window_width rcfile option). Closes: #431815 * debian/rules - changed use of $(PWD) to preferred $(CURDIR). * debian/README.Debian - added paragraph about checking for new config file options that might be available after some of the new upstream releases. -- Kevin Coyner Thu, 05 Jul 2007 06:55:41 -0400 wyrd (1.4.1-3) unstable; urgency=low * Apply patch from Frank Terbeck that allows the user to set $EDITOR and $VISUAL separately if so desired. Closes: #400576 * Add dpatch as a Build-Depends in debian/control. * Add appropriate dpatch commands to debian/rules. -- Kevin Coyner Mon, 25 Dec 2006 22:18:45 -0500 wyrd (1.4.1-2) unstable; urgency=low * New maintainer. Closes: #388429 * Updated debhelper compatibility level to 5. * Added lines to debian/rules to remove cruft post-build. -- Kevin Coyner Wed, 27 Sep 2006 19:45:33 -0400 wyrd (1.4.1-1) unstable; urgency=low * New upstream release with mostly bugfixes -- René van Bevern Wed, 19 Jul 2006 10:04:51 +0200 wyrd (1.4.0-1) unstable; urgency=low * New upstream release with minor feature enhancements + added "default" color specifier + minimum terminal height is now 23, so that there is place for a status bar (e.g. screen) + "Quick Reminder" command allows users to describe the event using english language * debian/control: + update my E-Mail address + push Standards-Version to 3.7.2 without any changes * debian/rules: delete superfluous /usr/share/doc/wyrd/README -- René van Bevern Tue, 27 Jun 2006 07:01:05 +0200 wyrd (1.3.0-1) unstable; urgency=low * New upstream release * debian/control: add remind (>= 03.00.24) to Build-Depends, the configure script wants to check for the used remind version * Upload sponsored by Norbert Tretkowski -- René van Bevern Mon, 27 Feb 2006 14:23:58 +0100 wyrd (1.2.0-1) unstable; urgency=low * New upstream * debian/control: depend on remind 03.00.24 * Upload sponsored by Norbert Tretkowski -- René van Bevern Sun, 20 Nov 2005 21:24:31 +0100 wyrd (1.1.1-1) unstable; urgency=low * New upstream release * debian/control: drop dependency on bsdmainutils, new release does not use "cal" anymore * Upload sponsored by Norbert Tretkowski -- René van Bevern Thu, 22 Sep 2005 09:32:54 +0200 wyrd (1.1.0-1) unstable; urgency=low * New upstream release * added watch file * debian/copyright: update FSF address * Upload sponsored by Norbert Tretkowski -- René van Bevern Fri, 16 Sep 2005 18:41:59 +0200 wyrd (1.0.0-1) unstable; urgency=low * New upstream version * use CDBS * updated to Debian policy 3.6.2.1 * Upload sponsored by Norbert Tretkowski -- René van Bevern Sun, 26 Jun 2005 18:19:31 +0200 wyrd (0.3.0-3) unstable; urgency=low * Removed my manual page from the source package also -- René van Bevern Wed, 25 May 2005 11:36:48 +0200 wyrd (0.3.0-2) unstable; urgency=low * Closes: #309626: Error when setting the week_starts_monday configuration variable * changed e-mail address in debian/copyright * add homepage to description -- René van Bevern Sat, 21 May 2005 16:26:34 +0200 wyrd (0.3.0-1) unstable; urgency=low * New upstream version * removed Debian manpage, upstream has one now * register new wyrd documentation with doc-base -- René van Bevern Thu, 5 May 2005 08:32:42 +0200 wyrd (0.2.0-1) unstable; urgency=low * New upstream version * Closes: #304942: ITP: wyrd - ncurses-frontend for remind * Update manual page for changed syntax -- Rene van Bevern (RvB) Tue, 26 Apr 2005 20:47:08 +0200 wyrd (0.1.3-2) unstable; urgency=low * use dpatch -- Rene van Bevern (RvB) Mon, 18 Apr 2005 13:00:39 +0200 wyrd (0.1.3-1) unstable; urgency=low * New upstream version * reference to pilot-link in manual page * ocaml-nox in Build-Depends suffices -- Rene van Bevern (RvB) Sun, 17 Apr 2005 11:13:16 +0200 wyrd (0.1.2-1) unstable; urgency=low * Initial Release. -- Rene van Bevern (RvB) Sat, 16 Apr 2005 18:01:00 +0200 debian/README.Debian0000664000000000000000000000154212310032531011221 0ustar wyrd for Debian ----------------- This package will install a config file 'wyrdrc' in the /etc directory. This presumes you are the only user of the machine and that you want to maintain your personal wyrd settings in the system-wide config directory. While this should work, you might want to consider copying /etc/wyrdrc to your home directory, editing it as appropriate, and renaming it to .wyrdrc. Additional info about how to configure your wyrdrc can be found in the man wyrdrc. Note that in some of the new upstream releases, there have been new options added to the config file 'wyrdrc'. If you use a local .wyrdrc file in your $HOME, after an upgrade you may wish to check your file against some of the newer options that may have been installed in the upgraded /etc/wyrdrc file. -- Kevin Coyner Thu, 05 Jul 2007 06:55:41 -0400 debian/source/0000775000000000000000000000000012310032617010463 5ustar debian/source/format0000664000000000000000000000001412310032531011664 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000012310032617010612 5ustar debian/patches/series0000664000000000000000000000005412310032531012021 0ustar 01_editor.dpatch 02_fix-ftbfs-ocaml-4.patch debian/patches/02_fix-ftbfs-ocaml-4.patch0000664000000000000000000000240312310032531015250 0ustar From: Paul Pelzl Subject: fix 'configure' test which incorrectly rejected OCaml 4 . Patch not needed for wyrd >= 1.4.6 . Origin: upstream, http://bazaar.launchpad.net/~pelzlpj/wyrd/wyrd-dev/revision/304 Bug-Ubuntu: https://launchpad.net/bugs/1281275 Bug-Debian: http://bugs.debian.org/735832 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/configure.in +++ b/configure.in @@ -63,7 +63,7 @@ OCAMLMINORVERSION=`echo $OCAMLVERSION | cut -d '.' -f 2` if test $OCAMLMAJORVERSION -lt 3 ; then AC_MSG_ERROR(Wyrd requires OCaml version 3.08 or greater.) -else +elif test $OCAMLMAJORVERSION -eq 3; then if test $OCAMLMINORVERSION -lt 8 ; then AC_MSG_ERROR(Wyrd requires OCaml version 3.08 or greater.) fi --- a/configure +++ b/configure @@ -1724,7 +1724,7 @@ { { echo "$as_me:$LINENO: error: Wyrd requires OCaml version 3.08 or greater." >&5 echo "$as_me: error: Wyrd requires OCaml version 3.08 or greater." >&2;} { (exit 1); exit 1; }; } -else +elif test $OCAMLMAJORVERSION -eq 3; then if test $OCAMLMINORVERSION -lt 8 ; then { { echo "$as_me:$LINENO: error: Wyrd requires OCaml version 3.08 or greater." >&5 echo "$as_me: error: Wyrd requires OCaml version 3.08 or greater." >&2;} debian/patches/01_editor.dpatch0000664000000000000000000000166212310032531013565 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 01_editor_patch.dpatch by Kevin Coyner ## Original diff by Frank Terbeck ## ## DP: editorpatch @DPATCH@ --- wyrdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/wyrdrc +++ b/wyrdrc @@ -5,11 +5,11 @@ # the default reminder file to display set reminders_file="$HOME/.reminders" # command for editing an old appointment, given a line number %line% and filename %file% -set edit_old_command="$EDITOR +%line% %file%" +set edit_old_command="${VISUAL:-$EDITOR} +%line% %file%" # command for editing a new appointment, given a filename %file% -set edit_new_command="$EDITOR +999999 %file%" +set edit_new_command="${VISUAL:-$EDITOR} +999999 %file%" # command for free editing of the reminders file, given a filename %file% -set edit_any_command="$EDITOR %file%" +set edit_any_command="${VISUAL:-$EDITOR} %file%" # templates for creating new appointments debian/patches/00list0000664000000000000000000000001212310032531011634 0ustar 01_editor