--- dosage-1.5.7.orig/doc/README +++ dosage-1.5.7/doc/README @@ -252,5 +252,3 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - (A copy of the GNU GPL is included in the file COPYING) --- dosage-1.5.7.orig/debian/control +++ dosage-1.5.7/debian/control @@ -0,0 +1,23 @@ +Source: dosage +Section: net +Priority: optional +Maintainer: Tristan Seligmann +Build-Depends-Indep: python-all-dev, python-central (>= 0.4.11) +Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python (>= 2.3.5-7) +Standards-Version: 3.7.2 +XS-Python-Version: >= 2.3 + +Package: dosage +Architecture: all +Depends: ${python:Depends} +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: powerful webcomic downloader / archiver + Dosage has a modular comic module infrastructure that allows new + webcomics to be easily supported, but does not limit it to supporting + webcomics with simple site layouts. Dosage can retrieve just the latest + strip in a comic, catch-up to the last strip downloaded, or download a + strip for a particular date/index (except if the webcomic's site layout + makes this impossible). + . + Homepage: http://slipgate.za.net/dosage --- dosage-1.5.7.orig/debian/rules +++ dosage-1.5.7/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © Tristan Seligmann + +DEB_PYTHON_SYSTEM = pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- dosage-1.5.7.orig/debian/watch +++ dosage-1.5.7/debian/watch @@ -0,0 +1,4 @@ +version=2 + +http://slipgate.za.net/dosage \ + (?:.*/)?dosage-([\d\.]*).tar.gz --- dosage-1.5.7.orig/debian/changelog +++ dosage-1.5.7/debian/changelog @@ -0,0 +1,72 @@ +dosage (1.5.7-2) unstable; urgency=low + + * Convert to python-central and new Python policy. + * Add lintian source overrides. + * Bump Standards-Version to 3.7.2 (no changes required). + + -- Tristan Seligmann Sat, 17 Jun 2006 04:37:29 +0200 + +dosage (1.5.7-1) unstable; urgency=medium + + * New upstream release. + - Fixes a potentially nasty bug in the SmackJeeves module; catchup would + loop around from the beginning back to the end, thus never ending, and + resulting in excessive hits to the SmackJevees server. + + -- Tristan Seligmann Sun, 2 Apr 2006 04:20:22 +0200 + +dosage (1.5.6-1) unstable; urgency=low + + * The "Christmas break" release. + * New upstream release. + - Fixed QuestionableContent image regex (closes: #330145). + - Fixed PiledHigherAndDeeper module (closes: #330879). + * Changed build-deps to allow building against python2.4. + + -- Tristan Seligmann Tue, 27 Dec 2005 13:05:55 +0200 + +dosage (1.5.5-1) unstable; urgency=low + + * New upstream release. + - Fixed SluggyFreelance image regex (closes: #324638). + + -- Tristan Seligmann Sun, 18 Sep 2005 17:41:58 +0200 + +dosage (1.5.4-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version. + * Remove pointless unversioned build-dep on build-essential. + + -- Tristan Seligmann Sun, 21 Aug 2005 22:31:48 +0200 + +dosage (1.5.3-1) unstable; urgency=low + + * New upstream release. + * Stop autogenerating debian/control with CDBS. + + -- Tristan Seligmann Sun, 19 Jun 2005 20:04:07 +0200 + +dosage (1.5.2-1) unstable; urgency=low + + * New upstream release. + - Removed debugging cruft (closes: #304900). + + -- Tristan Seligmann Mon, 18 Apr 2005 21:17:03 +0200 + +dosage (1.5.1-1) unstable; urgency=low + + * New upstream release. + * setup.py change merged upstream. + * Add debian/watch file. + + -- Tristan Seligmann Fri, 25 Mar 2005 20:59:13 +0200 + +dosage (1.4.0-1) unstable; urgency=low + + * Initial release (closes: #288874). + * Remove version import from setup.py, thus avoiding creation of *.pyc files + while building. + + -- Tristan Seligmann Sun, 9 Jan 2005 23:22:04 +0200 + --- dosage-1.5.7.orig/debian/compat +++ dosage-1.5.7/debian/compat @@ -0,0 +1 @@ +4 --- dosage-1.5.7.orig/debian/dosage.manpages +++ dosage-1.5.7/debian/dosage.manpages @@ -0,0 +1 @@ +doc/mainline.1 --- dosage-1.5.7.orig/debian/copyright +++ dosage-1.5.7/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Tristan Seligmann on +Thu, 6 Jan 2005 18:43:35 +0200. + +Copyright: + +Dosage Copyright (C) 2004 Jonathan Jacobs and Tristan Seligmann + +This program is free software; you can redistribute it and/or modify +it under the terms of version 2 of the GNU General Public License as +published by the Free Software Foundation. + +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. + +Upstream Authors: + +Tristan Seligmann +Jonathan Jacobs + +Upstream Source: + +http://slipgate.za.net/dosage + +License: + +See /usr/share/common-licenses/GPL on your Debian system. --- dosage-1.5.7.orig/debian/source.lintian-overrides +++ dosage-1.5.7/debian/source.lintian-overrides @@ -0,0 +1,5 @@ +# clean target runs pythen setup.py clean, so this must go in Build-Depends +dosage source: build-depends-without-arch-dep python + +# This field is used by the new Python policy / python-central +dosage source: unknown-field-in-dsc python-version --- dosage-1.5.7.orig/debian/dosage.docs +++ dosage-1.5.7/debian/dosage.docs @@ -0,0 +1,2 @@ +doc/changelog +doc/README