--- podracer-1.4.orig/podracer +++ podracer-1.4/podracer @@ -44,7 +44,7 @@ # The location of the sample subscription file that will be copied to a user's # directory when running Podracer for the first time -sample=/usr/share/doc/$progname/sample.subscriptions +sample=/usr/share/$progname/sample.subscriptions # A temporary place to store subscriptions. It allows for comments in the # original subscription file. --- podracer-1.4.orig/podracer.conf +++ podracer-1.4/podracer.conf @@ -23,7 +23,7 @@ # The location of the sample subscription file that will be copied to a user's # directory when running Podracer for the first time -#sample=/usr/share/doc/$progname/sample.subscriptions +#sample=/usr/share/$progname/sample.subscriptions # A temporary place to store subscriptions. It allows for comments in the # original subscription file. --- podracer-1.4.orig/debian/rules +++ podracer-1.4/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +build: + dh_testdir + # Nothing to do + touch build + +clean: + dh_testdir + -rm build + -rm podracer.1 + dh_clean + +binary-arch: build +# nothing else to do + +binary-indep: build + dh_clean + dh_installdirs + cp podracer debian/podracer/usr/bin + cp sample.subscriptions debian/podracer/usr/share/podracer + cp podracer.conf debian/podracer/etc + + # Unpack podracer.1.gz so that it can be compressed with + # maximum compression later by dh_compress + zcat podracer.1.gz > podracer.1 + dh_installman podracer.1 + + dh_installdocs CREDITS TODO + dh_installchangelogs ChangeLog + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_makeshlibs + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +checkroot: + dh_testdir + dh_testroot + --- podracer-1.4.orig/debian/podracer.dirs +++ podracer-1.4/debian/podracer.dirs @@ -0,0 +1,4 @@ +usr/bin +usr/share/podracer +usr/share/doc/podracer +etc --- podracer-1.4.orig/debian/control +++ podracer-1.4/debian/control @@ -0,0 +1,16 @@ +Source: podracer +Section: sound +Priority: optional +Maintainer: Hamish Moffatt +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4) + +Package: podracer +Architecture: all +Depends: bittorrent, python, coreutils (>= 7.5-6), curl, screen +Description: podcast aggregator/downloader + Podracer is a podcast aggregator that gets enclosures from your + list of podcast subscriptions and stores them in the location you + specify. It supports BitTorrent as well as http and even ftp distribution + of podcasts. It may be run as a cron job to automatically retrieve + podcasts throughout the day. --- podracer-1.4.orig/debian/changelog +++ podracer-1.4/debian/changelog @@ -0,0 +1,32 @@ +podracer (1.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Do not depend on timeout anymore (closes: #546274, #552308, #550256) + * Depend on recent coreutils for its timeout + + -- RĂ©mi Vanicat Thu, 21 Jan 2010 20:25:40 +0100 + +podracer (1.4-1) unstable; urgency=low + + * New upstream release (closes: #355007) + * Fixed missing escape for some shell metacharacters + (closes: #350699, #333284) + * Follow HTTP redirections when fetching RSS feeds and podcasts + (closes: #353036) + * Ignore blank lines in the subscription file (closes: #349012) + + -- Hamish Moffatt Sat, 4 Mar 2006 00:51:57 +1100 + +podracer (1.3-1) unstable; urgency=low + + * New upstream release + * Use /bin/bash rather than /bin/sh due to bashisms (closes: #328517) + + -- Hamish Moffatt Fri, 16 Sep 2005 09:09:58 +1000 + +podracer (1.2.2-1) unstable; urgency=low + + * First release of podracer package + + -- Hamish Moffatt Sun, 28 Aug 2005 23:45:35 +1000 + --- podracer-1.4.orig/debian/compat +++ podracer-1.4/debian/compat @@ -0,0 +1 @@ +4 --- podracer-1.4.orig/debian/copyright +++ podracer-1.4/debian/copyright @@ -0,0 +1,26 @@ +This is the Debian GNU/Linux package of podracer. +This package was created by Hamish Moffatt on +August 28, 2005 from sources obtained at: + http://podracer.sourceforge.net/download.php +The upstream source has been repacked to .tar.gz format (rather than bz2). + +podracer was written by Lorenzo Taylor . + +Copyright (c) 2005 Lorenzo Taylor + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the +Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.