[Python-apps-commits] r1013 - in packages/archmage/trunk (14 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Thu May 1 16:10:00 UTC 2008


    Date: Thursday, May 1, 2008 @ 16:09:59
  Author: dottedmag-guest
Revision: 1013

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/archmage/trunk/debian/
  packages/archmage/trunk/debian/changelog
  packages/archmage/trunk/debian/compat
  packages/archmage/trunk/debian/control
  packages/archmage/trunk/debian/copyright
  packages/archmage/trunk/debian/docs
  packages/archmage/trunk/debian/manpages
  packages/archmage/trunk/debian/patches/
  packages/archmage/trunk/debian/patches/html_to_text.py-is-not-executable.diff
  packages/archmage/trunk/debian/patches/python-interpreter.diff
  packages/archmage/trunk/debian/patches/series
  packages/archmage/trunk/debian/pycompat
  packages/archmage/trunk/debian/rules
  packages/archmage/trunk/debian/watch


Property changes on: packages/archmage/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/archmage/trunk/debian/changelog
===================================================================
--- packages/archmage/trunk/debian/changelog	                        (rev 0)
+++ packages/archmage/trunk/debian/changelog	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,72 @@
+archmage (1:0.1.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Epoch 1, because 0.1.9beta1 > 0.1.9. Shame on me :(
+  * New patch: html_to_text.py-is-not-executable.diff, removing useless #!
+    on python module.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 12 Jul 2007 00:53:38 +0700
+
+archmage (0.1.9beta1-1) unstable; urgency=low
+
+  * New upstream release (yes, it's named 'beta', but this is
+    regular release, author just targets 1.0 soon):
+    * Copyright file updated.
+    * toc-extension-case-insensitive.diff patch dropped: applied upstream.
+    * python-interpreter.diff patch refreshed.
+    * manpage moved from debian/archmage.1 to archmage.1.
+  * libapache-mod-python removed from Suggests: Apache 1 is no longer in
+    sid (Closes: #429714).
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Wed, 04 Jul 2007 15:04:45 +0700
+
+archmage (0.0.8-2) unstable; urgency=low
+
+  * Added patch fixing problem with uppercase extensions of
+    table-of-contents files, taken from upstream (Ubuntu: #99758).
+  * Description updated: irrelevant parts removed (Closes: #429241).
+  * Copyright updated (Closes: 429240).
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sun, 17 Jun 2007 00:33:13 +0700
+
+archmage (0.0.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Using quilt to manage patches
+  * Debhelper compatibilty level bumped to 5. No changes required.
+  * Added watch file.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sun, 21 Jan 2007 18:44:45 +0600
+
+archmage (0.0.7-2) unstable; urgency=low
+
+  * First upload to unstable (Closes: #204606)
+
+  * Added libapache2-mod-python to Suggests
+  * Converted to use python-central
+  * Policy bumped to 3.7.2. No changes required
+  * Build-Depends adjusted as lintian suggests
+  * Updated FSF address
+  * Fixed syntax in archmage.1 manpage
+  * /usr/bin/archmage uses #!/usr/bin/python
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat,  7 Oct 2006 01:10:54 +0700
+
+archmage (0.0.7-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Basil Shubin <bashu at users.sourceforge.net>  Fri, 24 Feb 2006 16:49:20 +0600
+
+archmage (0.0.7-pre2-1) unstable; urgency=low
+
+  * New upstream release
+  * Fixed: debian/archmage.1
+
+ -- Basil Shubin <bashu at surgut.ru>  Mon, 22 Aug 2005 20:19:51 +0700
+
+archmage (0.0.7-pre1-1) unstable; urgency=low
+
+  * Initial Release (Closes: #313203, #204606).
+
+ -- Basil Shubin <bashu at surgut.ru>  Fri, 19 Aug 2005 08:01:55 +0700

Added: packages/archmage/trunk/debian/compat
===================================================================
--- packages/archmage/trunk/debian/compat	                        (rev 0)
+++ packages/archmage/trunk/debian/compat	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1 @@
+5

Added: packages/archmage/trunk/debian/control
===================================================================
--- packages/archmage/trunk/debian/control	                        (rev 0)
+++ packages/archmage/trunk/debian/control	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,16 @@
+Source: archmage
+Section: utils
+Priority: optional
+Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.41), python-all-dev (>= 2.3.5-11), python-central (>= 0.5), quilt
+Standards-Version: 3.7.2
+XS-Python-Version: all
+
+Package: archmage
+Architecture: all
+Depends: ${python:Depends}, python-chm
+XB-Python-Version: ${python:Versions}
+Suggests: libapache2-mod-python
+Description: CHM(Compiled HTML) Decompressor
+ arCHMage is a reader and decompiler for files in the CHM format. This is the
+ format used by Microsoft HTML Help, and is also known as Compiled HTML.

Added: packages/archmage/trunk/debian/copyright
===================================================================
--- packages/archmage/trunk/debian/copyright	                        (rev 0)
+++ packages/archmage/trunk/debian/copyright	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,31 @@
+This package was debianized by Basil Shubin <bashu at users.sourceforge.net> on
+Fri,  5 Aug 2005 13:10:14 +0700.
+
+Current maintainer is Mikhail Gusarov <dottedmag at dottedmag.net>.
+
+It was downloaded from http://archmage.sf.net
+
+Copyright Holders:
+
+Copyright (c) 2003 Eugeny Korekin <az at ftc.ru>
+Copyright (c) 2005-2007 Basil Shubin <basil.shubin at gmail.com>
+
+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 program; 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 General Public License
+can be found in `/usr/share/common-licenses/GPL'.

Added: packages/archmage/trunk/debian/docs
===================================================================
--- packages/archmage/trunk/debian/docs	                        (rev 0)
+++ packages/archmage/trunk/debian/docs	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1 @@
+README

Added: packages/archmage/trunk/debian/manpages
===================================================================
--- packages/archmage/trunk/debian/manpages	                        (rev 0)
+++ packages/archmage/trunk/debian/manpages	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1 @@
+archmage.1.gz

Added: packages/archmage/trunk/debian/patches/html_to_text.py-is-not-executable.diff
===================================================================
--- packages/archmage/trunk/debian/patches/html_to_text.py-is-not-executable.diff	                        (rev 0)
+++ packages/archmage/trunk/debian/patches/html_to_text.py-is-not-executable.diff	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,9 @@
+Index: archmage-0.1.9/archmod/htmltotext.py
+===================================================================
+--- archmage-0.1.9.orig/archmod/htmltotext.py	2007-07-12 01:00:23.000000000 +0700
++++ archmage-0.1.9/archmod/htmltotext.py	2007-07-12 01:00:26.000000000 +0700
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # htmltotext
+ 
+ import sys

Added: packages/archmage/trunk/debian/patches/python-interpreter.diff
===================================================================
--- packages/archmage/trunk/debian/patches/python-interpreter.diff	                        (rev 0)
+++ packages/archmage/trunk/debian/patches/python-interpreter.diff	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,10 @@
+Index: archmage-0.1.9beta1/archmage
+===================================================================
+--- archmage-0.1.9beta1.orig/archmage	2007-06-17 19:03:23.000000000 +0700
++++ archmage-0.1.9beta1/archmage	2007-07-04 15:12:37.000000000 +0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ # -*- coding: utf-8 -*-
+ 
+ # arCHMage -- extensible reader and decompiler for files in the CHM format.

Added: packages/archmage/trunk/debian/patches/series
===================================================================
--- packages/archmage/trunk/debian/patches/series	                        (rev 0)
+++ packages/archmage/trunk/debian/patches/series	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,2 @@
+python-interpreter.diff
+html_to_text.py-is-not-executable.diff

Added: packages/archmage/trunk/debian/pycompat
===================================================================
--- packages/archmage/trunk/debian/pycompat	                        (rev 0)
+++ packages/archmage/trunk/debian/pycompat	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1 @@
+2

Added: packages/archmage/trunk/debian/rules
===================================================================
--- packages/archmage/trunk/debian/rules	                        (rev 0)
+++ packages/archmage/trunk/debian/rules	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk                                   
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/class/python-distutils.mk   


Property changes on: packages/archmage/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/archmage/trunk/debian/watch
===================================================================
--- packages/archmage/trunk/debian/watch	                        (rev 0)
+++ packages/archmage/trunk/debian/watch	2008-05-01 16:09:59 UTC (rev 1013)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/archmage/archmage-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list