[Python-modules-commits] r7424 - in packages/pychm/trunk (9 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Jan 31 09:08:18 UTC 2009
Date: Saturday, January 31, 2009 @ 09:08:17
Author: morph
Revision: 7424
[svn-inject] Applying Debian modifications to trunk
Added:
packages/pychm/trunk/debian/
packages/pychm/trunk/debian/changelog
packages/pychm/trunk/debian/compat
packages/pychm/trunk/debian/control
packages/pychm/trunk/debian/copyright
packages/pychm/trunk/debian/docs
packages/pychm/trunk/debian/pycompat
packages/pychm/trunk/debian/rules
packages/pychm/trunk/debian/watch
Property changes on: packages/pychm/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/pychm/trunk/debian/changelog
===================================================================
--- packages/pychm/trunk/debian/changelog (rev 0)
+++ packages/pychm/trunk/debian/changelog 2009-01-31 09:08:17 UTC (rev 7424)
@@ -0,0 +1,76 @@
+pychm (0.8.4-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * New upstream release (Closes: #379582).
+
+ -- Ganesan Rajagopal <rganesan at debian.org> 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 <carlosliu at users.sourceforge.net> 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 <madcoder at debian.org> 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 <carlosliu at users.sourceforge.net> 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 <carlosliu at users.sourceforge.net> 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 <carlosliu at users.sourceforge.net> 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 <pabs at zip.to>
+
+ -- Carlos Z.F. Liu <carlosliu at users.sourceforge.net> 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 <carlosliu at users.sourceforge.net> Tue, 9 Nov 2004 19:12:43 +1300
+
+pychm (0.8.0cvs20041009-1) unstable; urgency=low
+
+ * New CVS checkout.
+
+ -- Carlos Z.F. Liu <carlos_liu at yahoo.com> Sat, 9 Oct 2004 18:23:29 +1300
+
+pychm (0.8.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Carlos Z.F. Liu <carlos_liu at yahoo.com> Fri, 10 Sep 2004 04:10:12 +1200
+
Added: packages/pychm/trunk/debian/compat
===================================================================
--- packages/pychm/trunk/debian/compat (rev 0)
+++ packages/pychm/trunk/debian/compat 2009-01-31 09:08:17 UTC (rev 7424)
@@ -0,0 +1 @@
+5
Added: packages/pychm/trunk/debian/control
===================================================================
--- packages/pychm/trunk/debian/control (rev 0)
+++ packages/pychm/trunk/debian/control 2009-01-31 09:08:17 UTC (rev 7424)
@@ -0,0 +1,26 @@
+Source: pychm
+Section: python
+Priority: optional
+Maintainer: Carlos Z.F. Liu <carlosliu at users.sourceforge.net>
+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.7.2
+
+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).
+ .
+ Homepage: http://gnochm.sourceforge.net/pychm.html
Added: packages/pychm/trunk/debian/copyright
===================================================================
--- packages/pychm/trunk/debian/copyright (rev 0)
+++ packages/pychm/trunk/debian/copyright 2009-01-31 09:08:17 UTC (rev 7424)
@@ -0,0 +1,26 @@
+This package was debianized by Carlos Z.F. Liu <carlosliu at users.sourceforge.net> on
+Fri, 10 Sep 2004 04:10:12 +1200.
+
+It was downloaded from http://gnochm.sourceforge.net/pychm.html
+
+Copyright Holder: Rubens Ramos <rubensr at users.sourceforge.net>
+
+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'.
+
Added: packages/pychm/trunk/debian/docs
===================================================================
--- packages/pychm/trunk/debian/docs (rev 0)
+++ packages/pychm/trunk/debian/docs 2009-01-31 09:08:17 UTC (rev 7424)
@@ -0,0 +1,2 @@
+NEWS
+README
Added: packages/pychm/trunk/debian/pycompat
===================================================================
--- packages/pychm/trunk/debian/pycompat (rev 0)
+++ packages/pychm/trunk/debian/pycompat 2009-01-31 09:08:17 UTC (rev 7424)
@@ -0,0 +1 @@
+2
Added: packages/pychm/trunk/debian/rules
===================================================================
--- packages/pychm/trunk/debian/rules (rev 0)
+++ packages/pychm/trunk/debian/rules 2009-01-31 09:08:17 UTC (rev 7424)
@@ -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
+
Property changes on: packages/pychm/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/pychm/trunk/debian/watch
===================================================================
--- packages/pychm/trunk/debian/watch (rev 0)
+++ packages/pychm/trunk/debian/watch 2009-01-31 09:08:17 UTC (rev 7424)
@@ -0,0 +1,12 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/gnochm/pychm-([0-9\.]*)\.tar\.gz
+# http://sf.net/#PACKAGE#/#PACKAGE#-(.*)\.tar\.gz
+
+
More information about the Python-modules-commits
mailing list