debian/0000775000000000000000000000000011743626704007202 5ustar debian/compat0000664000000000000000000000000211254501707010370 0ustar 7 debian/control0000664000000000000000000000165011743623741010605 0ustar Source: sinntp Section: news Priority: optional Maintainer: Piotr Lewandowski Uploaders: Python Applications Packaging Team Build-Depends: debhelper (>= 7.0.50~), python-all, python-support (>= 0.5.3) Standards-Version: 3.9.3 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/sinntp/trunk/ Vcs-Svn: svn://svn.debian.org/python-apps/packages/sinntp/trunk/ Homepage: http://sinntp.googlecode.com/ Package: sinntp Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: tiny non-interactive NNTP client sinntp is a tiny NNTP client originally designed to work in non-interactive mode. Following commands are supported: - nntp-push: sending articles to the server, - nntp-pull: fetching new articles to the mbox file, - nntp-list: listing available newsgroups, - nntp-get: downloading individual messages in RFC822 format. debian/copyright0000664000000000000000000000165611743623741011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sinntp Upstream-Contact: Piotr Lewandowski Jakub Wilk Source: http://sinntp.googlecode.com/ Files: * Copyright: 2008-2012, Piotr Lewandowski 2008-2012, Jakub Wilk License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, 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. . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. debian/watch0000664000000000000000000000034111372626565010234 0ustar version=3 opts=\ downloadurlmangle=s|.*[?]name=(.*?)&.*|http://sinntp.googlecode.com/files/$1|,\ filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \ http://code.google.com/p/sinntp/downloads/detail[?]name=sinntp-([0-9.]+).tar.gz&.* debian/manpages0000664000000000000000000000002111254501707010701 0ustar doc/manpages/*.1 debian/links0000664000000000000000000000004711254730254010237 0ustar usr/share/sinntp/sinntp usr/bin/sinntp debian/docs0000664000000000000000000000006111254501707010042 0ustar doc/NEWS doc/changelog* doc/mutt-integration.txt debian/changelog0000664000000000000000000000343211743626701011053 0ustar sinntp (1.5-1) unstable; urgency=low * Team upload. * New upstream release. + Implement an option to ignore ~/.netrc (closes: #668927). Thanks to Dirk Griesbach for the bug report and the initial patch. * Drop dependency on python-xdg, no longer used. * Bump standards version to 3.9.3. + Update debian/copyright URI. * Update the copyright file. * Use xargs to iterate over all Python versions. * Run tests with --verbose. * Add DEP-8 tests. -- Jakub Wilk Wed, 18 Apr 2012 23:10:23 +0200 sinntp (1.4-1) unstable; urgency=low * Team upload. * New upstream release (closes: #635613). * Bump standards version to 3.9.2 (no changes needed). * Update debian/copyright. * Run tests at build time. Add python-all to Build-Depends. * Bump minimum required version of debhelper to 7.0.50 (for overrides). * Remove myself from uploaders. -- Jakub Wilk Mon, 15 Aug 2011 23:48:40 +0200 sinntp (1.3.2-1) unstable; urgency=low * New upstream release (closes: #585839). -- Piotr Lewandowski Thu, 24 Jun 2010 11:24:38 +0200 sinntp (1.3.1-2) unstable; urgency=low [ Piotr Lewandowski ] * Bump standards version to 3.8.4 (no changes needed). [ Jakub Wilk ] * Update my e-mail addresses. * Switch to source format 3.0 (quilt). * Update the watch file. -- Jakub Wilk Thu, 13 May 2010 13:21:57 +0200 sinntp (1.3.1-1) unstable; urgency=low * New upstream release. * debian/control: use simpler URL for Homepage field. -- Piotr Lewandowski Wed, 13 Jan 2010 10:48:41 +0000 sinntp (1.3-1) unstable; urgency=low * Initial release (closes: #542262). -- Piotr Lewandowski Mon, 14 Sep 2009 20:59:12 +0200 debian/install0000664000000000000000000000005611254675345010576 0ustar nntp-* usr/bin/ sinntp *.py usr/share/sinntp/ debian/clean0000664000000000000000000000000611254501707010173 0ustar *.pyc debian/source/0000775000000000000000000000000011743626704010502 5ustar debian/source/format0000664000000000000000000000001411353223650011676 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000046211743624172010261 0ustar #!/usr/bin/make -f python_all = pyversions -r | tr ' ' '\n' | xargs -t -I {} env {} %: dh $@ override_dh_install: dh_install rm -f debian/*/usr/share/sinntp/tests.py override_dh_auto_test: ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) $(python_all) tests.py --verbose endif # vim:ts=4 sw=4 noet debian/tests/0000775000000000000000000000000011743626704010344 5ustar debian/tests/control0000664000000000000000000000004711743626220011741 0ustar Tests: tests Features: no-build-needed debian/tests/tests0000775000000000000000000000023211743626615011432 0ustar #!/bin/sh pyversions -i \ | tr ' ' '\n' \ | xargs -t -I {} env {} -c " import sys sys.path[0:0] = ['/usr/share/sinntp/'] execfile('tests.py') " --verbose debian/pyversions0000664000000000000000000000000511254675210011332 0ustar 2.5-