debian/0000755000000000000000000000000012067134366007176 5ustar debian/control0000644000000000000000000000174512067134357010610 0ustar Source: podget Section: misc Priority: optional Maintainer: Dave Vehrs Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Homepage: http://podget.sourceforge.net Package: podget Architecture: all Depends: bash (>= 3.0), coreutils (>= 8.5), debianutils (>= 4.0), grep (>= 2.0.0), sed (>= 4.0.0), dos2unix (>= 5.3), wget, ${shlibs:Depends}, ${misc:Depends} Description: Podcast aggregrator/downloader optimized for cron Podget is a simple podcast aggregator optimized for running as a scheduled background job (i.e. cron). It features support for downloading podcasts from RSS & XML feeds, for sorting the files into folders & categories, for importing URLs from iTunes PCAST files & OPML lists automatic M3U & ASX playlist creation, and automatic cleanup of old files. It also features automatic UTF-16 conversion for podcasts hosted on MS Windows servers. Run podget once to install the users configuration files to $HOME/.podget, and then customize them there. debian/compat0000644000000000000000000000000212056715023010365 0ustar 9 debian/rules0000755000000000000000000000003512056714027010250 0ustar #!/usr/bin/make -f %: dh $@ debian/rules.old0000755000000000000000000000343211742322255011030 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp dh_testdir dh_testroot dh_installchangelogs Changelog dh_installdocs dh_installexamples dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_python # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb build-arch: build build-indep: build build-stamp: configure-stamp dh_testdir $(MAKE) all touch $@ distclean: clean clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/podget. $(MAKE) prefix=/usr DESTDIR=$(CURDIR)/debian/podget install # Build architecture-independent files here. binary-indep: build install # Build architecture-dependent files here. binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/docs0000644000000000000000000000000711742322255010041 0ustar README debian/source/0000755000000000000000000000000012006031011010446 5ustar debian/source/format0000644000000000000000000000001411742322255011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000171212064175556011135 0ustar This package was debianized by Dave Vehrs on Tue, 18 Dec 2012 16:24:28 -0700. It was downloaded from http://podget.sf.net Upstream Author: Dave Vehrs Copyright: 2005,2006,2007,2008,2009,2010,2011,2012 Dave Vehrs License: 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. On Debian systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-3'. The Debian packaging is Copyright 2012, Dave Vehrs and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/dirs0000644000000000000000000000001011742322255010044 0ustar usr/bin debian/changelog0000644000000000000000000001576112067114241011050 0ustar podget (0.6.9-1) unstable; urgency=low * Updated Debian version number to stay in sync with changes to the source package. -- Dave Vehrs Thu, 27 Dec 2012 12:48:50 -0700 podget (0.6.8-13) unstable; urgency=low * Removed duplicate entries in debian/control file. -- Dave Vehrs Sat, 3 Dec 2012 16:06:45 -0700 podget (0.6.8-12) unstable; urgency=low * Small update to version number string in podget file. -- Dave Vehrs Sat, 2 Dec 2012 11:31:20 -0700 podget (0.6.8-11) unstable; urgency=low * More updates for Debian Package. Restored version 9 for debhelper in debian/compat file. -- Dave Vehrs Sat, 2 Dec 2012 11:14:02 -0700 podget (0.6.8-10) unstable; urgency=low * More updates for Debian Package. -- Dave Vehrs Sat, 2 Dec 2012 11:03:41 -0700 podget (0.6.8-9) unstable; urgency=low * More updates for Debian Package. Updated control file to specify a Homepage for both package types. -- Dave Vehrs Sat, 2 Dec 2012 08:53:10 -0700 podget (0.6.8-8) unstable; urgency=low * More updates for Debian Package. Updated compat file to specify an updated version of debhelper (v7). -- Dave Vehrs Sat, 2 Dec 2012 08:39:11 -0700 podget (0.6.8-7) unstable; urgency=low * More updates for Debian Package. Updated compat file to specify an updated version of debhelper (v9). -- Dave Vehrs Sat, 2 Dec 2012 08:28:30 -0700 podget (0.6.8-6) unstable; urgency=low * More updates for Debian Package. Updated control file to specify an updated version of debhelper. -- Dave Vehrs Sat, 2 Dec 2012 08:12:23 -0700 podget (0.6.8-5) unstable; urgency=low * More updates for Debian Package. Updated Makefile to changed name for upstream changelog and gzipped it. Updated Makefile to remove changelog during the clean step. -- Dave Vehrs Sat, 1 Dec 2012 15:01:11 -0700 podget (0.6.8-4) unstable; urgency=low * More updates for Debian Package. Added instructions to install the upstream changelog to the Makefile. -- Dave Vehrs Sat, 1 Dec 2012 14:27:45 -0700 podget (0.6.8-3) unstable; urgency=low * Further updates for Debian package. Made sure tar.gz and orig.tar.gz had the same md5sum. -- Dave Vehrs Sat, 1 Dec 2012 14:14:07 -0700 podget (0.6.8-2) unstable; urgency=low * Further updates for Debian package. Deleted .pc directory and excluded debian directory from the tar.gz and orig.tar.gz -- Dave Vehrs Sat, 1 Dec 2012 14:05:00 -0700 podget (0.6.8-1) unstable; urgency=low * Updates for Debian Package. -- Dave Vehrs Sat, 1 Dec 2012 13:32:15 -0700 podget (0.6.7-1) unstable; urgency=low * Fixed Bug #3146457 reported on Sourceforge by oaolsen. Fixes urls with ampersands in them. Thanks. * Fixed Bug #3021524 reported on Sourceforge by thebreaker. Fixes running session detection. Thanks. * Fixed podgets verbosity with a patch submitted by Norman Rasmussen. And fixed my email address in the script. Thanks. -- Dave Vehrs Sat, 14 Apr 2012 11:28:55 -0700 podget (0.6.6-1) unstable; urgency=low * Fixed Bug #666149 reported by Elena Grandi via the Debian reporting system. Playlist names were being created with spaces that would break some lines. Added quotes to prevent. -- Dave Vehrs Wed, 4 Apr 2012 15:47:55 -0700 podget (0.6.5-1) unstable; urgency=low * Added version reporting flags (-V or --version), so people can test to see what version they have installed. -- Dave Vehrs Wed, 4 Apr 2012 15:30:00 -0700 podget (0.6.4-1) unstable; urgency=low * Fixed enclosure bug. * Fixed error checking for successful wget run. -- Dave Vehrs Fri, 19 Nov 2011 10:44:00 -0700 podget (0.6.3-1) unstable; urgency=low * Fixed tempfile bug/typo. * Fixed -f and --force to redownload existing files, including fix to wget base options. -- Dave Vehrs Fri, 18 Nov 2011 11:29:02 -0700 podget (0.6.2-1) unstable; urgency=low * Added use of the tempfile command to the playlist sorting per Renalt Sabitov's idea and bug report (via Debian). -- Dave Vehrs Fri, 16 Sep 2011 18:00:19 -0700 podget (0.6.1-1) unstable; urgency=low * Various fixes for Debian Lintain reports. -- Dave Vehrs Wed, 14 Sep 2011 12:56:19 -0700 podget (0.6) unstable; urgency=low * Added date substitutions to the feed category per David Willmore's feature request (#1652606). Thanks. * Reversed order of filename character modifications and format fixing. * Fixed error reports to go to stderr. * Added more custom error/exit codes to simplify debugging. * Added another filename format fix for feeds from LBC Plus per MoonUnit's feature request (#1660764). Thanks. * Fixed playlist sorting to prevent a race condition in some implementations of the sort command as suggested by Cameron Paine. Thanks. * Fixed Indexfile creation for Podcast feeds that have the enclosure URL broken over multiple lines as suggested by Colin Carter. Thanks. * Modified Session file messaging to clearer report when old session files were removed. * Fixed -r (most recent) and -f (force) command line options to override the defaults stored in the user configuration files. Thanks to Jim C. for reporting the bug and providing a potential patch. * Wrapped eval statement on line 422 in quotes to try to fix an OBSD error. * Changed install command --mode flags to -m in the Makefile so that it would be OBSD compatible. * Changed #!/bin/bash to #!/usr/bin/env bash so that its more cross platform compatible. * Moved test for configuration directory to before creation of session file so it has a place to store the session file. * Added Filename Format fix for podcasts hosted on Catradio.cat per Oriol Rius's Bug Report (#1744705). Thanks. * Fixed "Filesystem paths including spaces crash the podget script" (Bug# 1889724) submitted by Anonymous. Thanks. * Fixed "Some filenames cause podget to fail" (Patch#1845815) submitted by Anonymous. Thanks. * Fixed error with playlist loading submitted by Markus. Thanks. * Added a filename format fix as suggested by Rob Sims via the Debian Bug Reporting System (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459949, Bug#459949). Thanks. * Added SCRIPTS directory for user submitted scripts. First script is from Steven Black and allows for easy addition of feeds from within Firefox. Thanks. * Added patch from Steven Black to fix problem handling single apostrophes in filenames. Thanks again. -- Dave Vehrs Sun, 25 Apr 2010 12:28:39 -0700 podget (0.5.8-1) unstable; urgency=low * Initial release -- Dave Vehrs Tue, 23 Jan 2007 13:19:37 -0700 debian/watch0000644000000000000000000000013712056463332010224 0ustar # Format Version version=3 # Update Redirector URL http://sf.net/podget/podget-(.+)\.tar\.gz