debian/0000755000000000000000000000000011656651320007173 5ustar debian/watch0000644000000000000000000000012111656651117010222 0ustar version=3 http://www.cgarbs.de/whatsnewfm.en.html stuff/whatsnewfm-(.*)\.tar\.gz debian/rules0000755000000000000000000000265211656647362010273 0ustar #!/usr/bin/make -f define checkdir test -f debian/rules endef build: build-indep build-arch build-indep: $(checkdir) pod2man whatsnewfm.pl > $(CURDIR)/whatsnewfm.1 touch build build-arch: clean: $(checkdir) -rm -f `find . -name "*~"` -rm -rf debian/files* core -rm -rf debian/whatsnewfm -rm -f debian/whatsnewfm.substvars debian/whatsnewfm.debhelper.log -rm -f whatsnewfm.1 -rm -f build install: install-indep install-arch install-indep: $(checkdir) install -d $(CURDIR)/debian/whatsnewfm/usr/bin/ install -m 0755 whatsnewfm.pl $(CURDIR)/debian/whatsnewfm/usr/bin/whatsnewfm.pl binary-indep: checkroot build install $(checkdir) dh_testdir dh_testroot dh_installchangelogs HISTORY dh_installdocs README dh_installexamples whatsnewfmrc.sample welcome dh_installman whatsnewfm.1 # dh_installman would copy the manpage in man/pl/man1 as describes # in the dh_installman documentation. Work around this by using # whatsnewfm.1 instead of whatsnewfm.pl.1 and renaming here: mv $(CURDIR)/debian/whatsnewfm/usr/share/man/man1/whatsnewfm.1 $(CURDIR)/debian/whatsnewfm/usr/share/man/man1/whatsnewfm.pl.1 dh_perl dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb install-arch: binary: binary-indep binary-arch binary-indep: build-indep install-indep binary-arch: checkroot: $(checkdir) test root = "`whoami`" .PHONY: binary binary-arch binary-indep clean checkroot debian/control0000644000000000000000000000203211656647362010606 0ustar Source: whatsnewfm Section: mail Priority: optional Maintainer: Christian Garbs Standards-Version: 3.9.2 Build-Depends-Indep: perl, debhelper (>=7) Homepage: http://www.cgarbs.de/whatsnewfm.en.html Package: whatsnewfm Architecture: all Depends: perl, libberkeleydb-perl, exim4 | mail-transport-agent, ${misc:Depends} Recommends: procmail | maildrop Description: utility to filter the daily newsletter from freecode.com whatsnewfm is a utility to filter the daily newsletter from freecode.com, formerly known as freshmeat.net. . The main purpose is to cut the huge newsletter to a smaller size by only showing items that you didn't see before. . The items already seen will be stored in a database. After some time, the items expire and will be shown again the next time they are included in a newsletter. . If you find an item that you consider particularly useful, you can add it to a "hot" list. Items in the hot list are always checked for updates so that you don't miss anything about your favourite programs. debian/changelog0000644000000000000000000001403411656651271011054 0ustar whatsnewfm (0.7.2-1) unstable; urgency=medium [ Christian Garbs ] * New upstream release (closes: #647079) * Update debian/copyright information. * Update debian/control: - update package description - remove article from description synopsis - bump standard version from 3.8.1 to 3.9.2 (no changes) - fix lintian warning debhelper-but-no-misc-depends * Update debian/rules: - remove substvars and debhelper.log in clean target - remove HISTORY file from dh_installdocs as dh_installchangelogs already handles it (explicitly list it at dh_installchangelogs) [ Francois Marier ] * Refer to GPL-2 directly in debian/copyright * Switch to 3.0 (quilt) source package format * Add a watch file -- Christian Garbs Thu, 10 Nov 2011 17:26:07 +1300 whatsnewfm (0.7.1-1) unstable; urgency=low * New upstream release (closes: #531104) -- Christian Garbs Sat, 30 May 2009 22:07:56 +0200 whatsnewfm (0.7.0-2) unstable; urgency=low * Update debian/copyright information again. whatsnewfm.pl clearly states "GPL v2 or later", while the debian/copyright file said "exactly GPL v2". -- Christian Garbs Sun, 29 Mar 2009 11:51:32 +0200 whatsnewfm (0.7.0-1) unstable; urgency=low * build official Debian package (closes: 521133) * Update standards version from 3.8.0 to 3.8.1. - raise debhelper compatibility level to 7 * Link to correct version of GPL in debian/copyright. -- Christian Garbs Sat, 28 Mar 2009 00:17:54 +0100 whatsnewfm (0.7.0-1~2) unstable; urgency=low * really add Homepage field to debian/control -- Christian Garbs Fri, 27 Mar 2009 22:13:29 +0100 whatsnewfm (0.7.0-1~1) unstable; urgency=low * New upstream release * Update standards version from 3.6.2.0 to 3.8.0. - add Homepage field to debian/control - now violating section 10.4 (script-with-language-extension) because upstream ships main script with .pl extension * Fix lintian warning on copyright file. * Fix lintian warning on using the arch target during build (package is arch any). -- Christian Garbs Thu, 26 Mar 2009 22:46:56 +0100 whatsnewfm (0.7.0~beta-2) unstable; urgency=low * New upstream CVS snapshot for further testing. -- Christian Garbs Mon, 23 Mar 2009 23:13:43 +0100 whatsnewfm (0.7.0~beta-1) unstable; urgency=low * New upstream CVS snapshot to support the changed newsletter format. Get this out the door as fast as possible to provide some testing of the necessary 0.7.0 release. -- Christian Garbs Thu, 19 Mar 2009 21:47:09 +0100 whatsnewfm (0.6.6-1) unstable; urgency=low * New upstream release * Add maildrop to Recommends because it is featured as another example in the documentation (closes: #385764). * Declare versioned Build-Depends on debhelper. -- Christian Garbs Wed, 13 Sep 2006 20:55:02 +0200 whatsnewfm (0.6.5-2) unstable; urgency=low * Use debhelper instead of debmake. * Update to standards version 3.6.2.0 (no changes). * Update FSF address. -- Christian Garbs Wed, 1 Feb 2006 22:00:30 +0100 whatsnewfm (0.6.5-1) unstable; urgency=low * New upstream release -- Christian Garbs Tue, 13 Apr 2004 17:07:05 +0200 whatsnewfm (0.6.4-1) unstable; urgency=low * New upstream release * Use exim4 instead of exim as default MTA dependency. -- Christian Garbs Sun, 15 Feb 2004 15:42:35 +0100 whatsnewfm (0.6.3-1) unstable; urgency=low * New upstream release * Updated to standards version 3.6.0 (no changes). -- Christian Garbs Mon, 18 Aug 2003 22:05:04 +0200 whatsnewfm (0.6.2-1) unstable; urgency=low * New upstream release -- Christian Garbs Sun, 27 Apr 2003 11:50:30 +0200 whatsnewfm (0.6.1-1) unstable; urgency=low * New upstream release -- Christian Garbs Sat, 11 Jan 2003 16:37:45 +0100 whatsnewfm (0.6.0-2) unstable; urgency=low * Added upstream to copyright file -- Christian Garbs Sun, 5 Jan 2003 01:40:59 +0100 whatsnewfm (0.6.0-1) unstable; urgency=low * New upstream release * Build-Depend on debmake -- Christian Garbs Sat, 4 Jan 2003 21:56:28 +0100 whatsnewfm (0.5.3-1) unstable; urgency=low * New upstream release -- Christian Garbs Sun, 29 Dec 2002 17:24:49 +0100 whatsnewfm (0.5.2-3) unstable; urgency=low * Updated to standards version 3.5.8. * Provide exim as alternative for virtual package mail-transport. -- Christian Garbs Sat, 21 Dec 2002 17:27:08 +0100 whatsnewfm (0.5.2-2) unstable; urgency=low * Depend on mail-transport-agent and recommend procmail. * Changed Build-Depends to Build-Depends-Indep. -- Christian Garbs Wed, 18 Dec 2002 22:31:13 +0100 whatsnewfm (0.5.2-1) unstable; urgency=low * New upstream release -- Christian Garbs Wed, 4 Dec 2002 10:01:40 +0100 whatsnewfm (0.5.1-1) unstable; urgency=low * New upstream release -- Christian Garbs Tue, 3 Dec 2002 10:13:28 +0100 whatsnewfm (0.5.0-1) unstable; urgency=low * New upstream release -- Christian Garbs Mon, 25 Nov 2002 00:37:36 +0100 whatsnewfm (0.4.11-2) unstable; urgency=low * Added manpage. * Don't depend on a special Perl version. * Build-Depend on Perl (we need pod2man). * Fixed Maintainer: in control file. -- Christian Garbs Sat, 23 Nov 2002 15:59:17 +0100 whatsnewfm (0.4.11-1) unstable; urgency=low * New upstream release -- Christian Garbs Thu, 21 Nov 2002 18:16:35 +0100 whatsnewfm (0.4.11pre1-1) unstable; urgency=low * New upstream release -- Christian Garbs Tue, 19 Nov 2002 23:24:33 +0100 whatsnewfm (0.4.10-1) unstable; urgency=low * Initial release. -- Christian Garbs [Master Mitch] Tue, 10 Sep 2002 12:23:40 +0200 debian/dirs0000644000000000000000000000004111656647362010065 0ustar usr/bin usr/share/doc/whatsnewfm debian/copyright0000644000000000000000000000302611656650434011134 0ustar This package was debianized by Christian Garbs on Tue, 10 Sep 2002 12:23:40 +0200 It was downloaded from http://www.cgarbs.de/whatsnewfm.en.html Copyright (C) 2000-2011 Christian Garbs Joerg Plate Dominik Brettnacher Pedro Melo Cunha Matthew Gabeler-Lee Bernd Rilling Jost Krieger Francois Marier Copyright: 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011656650601010474 5ustar debian/source/format0000644000000000000000000000001411656650601011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211656647362010404 0ustar 7