debian/0000755000000000000000000000000012151470450007165 5ustar debian/rules0000755000000000000000000000015512151470450010246 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/compat0000644000000000000000000000000212151470450010363 0ustar 9 debian/copyright0000644000000000000000000000422112151470450011117 0ustar This package was debianized by Adam Cécile (Le_Vert) on Wed, 11 Apr 2007 17:04:29 +0200. Adopted 2013 by JCF Ploemen (jcfp) It was downloaded from http://www.golug.it/yenc.html Upstream Author: Alessandro Duca Copyright: Copyright (C) 2003, 2011 by Alessandro Duca License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. * debian/* Copyright (C) 2007, 2008 by Adam Cécile (Le_Vert) Copyright (C) 2013 by JCF Ploemen (jcfp) License: This package 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 package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/examples0000644000000000000000000000001512151470450010722 0ustar test/test.py debian/control0000644000000000000000000000160512151470450010572 0ustar Source: python-yenc Homepage: http://www.golug.it/yenc.html Section: python Priority: optional Maintainer: JCF Ploemen (jcfp) Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~) Standards-Version: 3.9.4 X-Python-Version: >= 2.5 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-yenc/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-yenc/trunk/ Package: python-yenc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: yEnc encoding/decoding extension for Python The yEnc module provides a simple API for raw encoding/decoding of yencoded binaries, mainly used when retrieving from or posting to Usenet. It is significantly faster than any pure-Python implementation. debian/watch0000644000000000000000000000007012151470450010213 0ustar version=3 http://www.golug.it/pub/yenc/yenc-(.*).tar.gz debian/patches/0000755000000000000000000000000012151470450010614 5ustar debian/patches/01_use_debian_compiler_flags.diff0000644000000000000000000000073012151470450017112 0ustar # use debian compiler flags only --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ platforms = ["Unix"], package_dir = { '': 'lib' }, py_modules = ["yenc"], - ext_modules = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=["-O2","-g"])], + ext_modules = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=[])], classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 2.5", debian/patches/series0000644000000000000000000000004212151470450012025 0ustar 01_use_debian_compiler_flags.diff debian/source/0000755000000000000000000000000012151470450010465 5ustar debian/source/format0000644000000000000000000000001412151470450011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000157612151470450011050 0ustar python-yenc (0.4.0-1) unstable; urgency=low * New upstream release (Closes: #470712). * New maintainer (Closes: #673948). * Update watch file. * Update copyright, license changed to LGPL. * debian/rules: + replace entirely with dh sequencer. + switch to dh_python2. * Switch to source format 3.0 (quilt) (Closes: #664294). * Bump Standards-Version to 3.9.4. -- JCF Ploemen (jcfp) Wed, 29 May 2013 14:25:56 +0200 python-yenc (0.3+debian-2) unstable; urgency=low * Add debian/watch. * Move to section python. * Move homepage to new dpkg standard field. * Bump Standards-Version: to 3.7.3. -- Adam Cécile (Le_Vert) Mon, 28 Jan 2008 20:45:23 +0100 python-yenc (0.3+debian-1) unstable; urgency=low * Initial release (Closes: #418745). -- Adam Cécile (Le_Vert) Wed, 11 Apr 2007 17:04:29 +0200 debian/docs0000644000000000000000000000002212151470450010032 0ustar README TODO doc/*