--- pychm-0.8.4.orig/debian/changelog +++ pychm-0.8.4/debian/changelog @@ -0,0 +1,110 @@ +pychm (0.8.4-1build2) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:43:21 +0000 + +pychm (0.8.4-1build1) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:07:22 +0000 + +pychm (0.8.4-1) unstable; urgency=low + + * Adopting under DPMT umbrella; Closes: #512460 + * debian/control + - set DPMT as maintainer, me as uploader + - bump Standards-Version to 3.8.0 + - moved Homepage file from long description to source stanza + - added Vcs-{Browser,Svn} fields + - s/python/Python/ in long description + - added XS-Python-Version flag + - don't wrap b-d, adding a space on versioned libchm-dev b-d + * debian/watch + - removed comments and cruft + * debian/copyright + - added Upstream author section + - added a clear statement about copyright holder + - added files that are based on other copyright materials + - indented license with 4 spaces + - clarified the reference to Debian license file to be GPLv2 one + + -- Sandro Tosi Sat, 31 Jan 2009 10:43:41 +0100 + +pychm (0.8.4-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release (Closes: #379582). + + -- Ganesan Rajagopal Wed, 6 Dec 2006 13:59:43 +0530 + +pychm (0.8.3-1) unstable; urgency=low + + * New upstream release + * Acknowledge NMU, Thanks Pierre Habouzit. (Closes: #373487) + * Bump Standards-Version to 3.7.2, no change needed. + + -- Carlos Z.F. Liu Thu, 6 Jul 2006 22:08:12 +1200 + +pychm (0.8.2-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Update package to the new python policy (Closes: #373487). + + -- Pierre Habouzit Thu, 29 Jun 2006 23:12:58 +0200 + +pychm (0.8.2-4) unstable; urgency=low + + * Build-Depend on libchm-dev instead of chmlib-dev. (Closes: #343065) + * bump Standards-Version to 3.6.2, no change needed. + * debian/copyright : update FSF address. + * debian/watch : updated + + -- Carlos Z.F. Liu Tue, 13 Dec 2005 23:16:10 +0800 + +pychm (0.8.2-3) unstable; urgency=low + + * First official Debian release (Closes: #277087) + * Don't Provide python-pychm anymore. + + -- Carlos Z.F. Liu Wed, 22 Jun 2005 14:00:21 +1200 + +pychm (0.8.2-2) unstable; urgency=low + + * Rename binary package to python-chm, thanks Josselin Mouette + for suggestion. + * debian/copyright: use new template, thanks Bartosz Fenski. + + -- Carlos Z.F. Liu Sun, 19 Jun 2005 00:08:12 +1200 + +pychm (0.8.2-1) unstable; urgency=low + + * New upstream release + * switch the build system to cdbs + * Improve the description, thanks Paul Wise + + -- Carlos Z.F. Liu Sun, 6 Mar 2005 21:57:10 +1300 + +pychm (0.8.1-1) unstable; urgency=low + + * New upstream release + * Make the description clearer + * Change maintainer's email address + * Builde-Depend on python-dev instead of python2.3-dev, + otherwise dh_python wouldn't work. + + -- Carlos Z.F. Liu Tue, 9 Nov 2004 19:12:43 +1300 + +pychm (0.8.0cvs20041009-1) unstable; urgency=low + + * New CVS checkout. + + -- Carlos Z.F. Liu Sat, 9 Oct 2004 18:23:29 +1300 + +pychm (0.8.0-1) unstable; urgency=low + + * Initial Release. + + -- Carlos Z.F. Liu Fri, 10 Sep 2004 04:10:12 +1200 + --- pychm-0.8.4.orig/debian/rules +++ pychm-0.8.4/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + --- pychm-0.8.4.orig/debian/control +++ pychm-0.8.4/debian/control @@ -0,0 +1,27 @@ +Source: pychm +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Sandro Tosi +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libchm-dev (>= 0.3), python-all-dev (>= 2.3.5-11), python-support (>= 0.3) +Standards-Version: 3.8.0 +XS-Python-Version: all +Homepage: http://gnochm.sourceforge.net/pychm.html +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pychm/rtrunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pychm/trunk/ + +Package: python-chm +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Conflicts: python-pychm +Replaces: python-pychm +Description: Python binding for CHMLIB + PyCHM is a package that provides Python binding for Jed Wing's CHMLIB library. + . + The chm package contains four modules, namely chm.chm, chm.chmlib, + chm.extra and chm._chmlib, which provide access to the API implemented + by the C library chmlib and some additional classes and functions. + They are used to access MS-ITSS encoded files - Compressed Html Help + files (.chm). --- pychm-0.8.4.orig/debian/copyright +++ pychm-0.8.4/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Carlos Z.F. Liu on +Fri, 10 Sep 2004 04:10:12 +1200. + +It was downloaded from http://gnochm.sourceforge.net/pychm.html + +Upstream Author: + + Rubens Ramos + +Copyright: + + Copyright (C) 2003-2006 Rubens Ramos + +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 v2 can be found in `/usr/share/common-licenses/GPL-2'. + +These files have a different copyright notices: +./chm/{chm.py, swig_chm.i} + Based on code by: + Copyright (C) 2003 Razvan Cojocaru --- pychm-0.8.4.orig/debian/pycompat +++ pychm-0.8.4/debian/pycompat @@ -0,0 +1 @@ +2 --- pychm-0.8.4.orig/debian/watch +++ pychm-0.8.4/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/gnochm/pychm-([0-9\.]*)\.tar\.gz --- pychm-0.8.4.orig/debian/compat +++ pychm-0.8.4/debian/compat @@ -0,0 +1 @@ +5 --- pychm-0.8.4.orig/debian/docs +++ pychm-0.8.4/debian/docs @@ -0,0 +1,2 @@ +NEWS +README