[Python-apps-commits] r11926 - in packages/archmage/tags (6 files)

dottedmag at users.alioth.debian.org dottedmag at users.alioth.debian.org
Sun May 10 10:07:01 UTC 2015


    Date: Sunday, May 10, 2015 @ 10:07:00
  Author: dottedmag
Revision: 11926

[svn-buildpackage] Tagging archmage 1:0.3.1-2

Added:
  packages/archmage/tags/1:0.3.1-2/
  packages/archmage/tags/1:0.3.1-2/debian/archmage.postinst
    (from rev 11925, packages/archmage/trunk/debian/archmage.postinst)
  packages/archmage/tags/1:0.3.1-2/debian/changelog
    (from rev 11925, packages/archmage/trunk/debian/changelog)
  packages/archmage/tags/1:0.3.1-2/debian/control
    (from rev 11788, packages/archmage/trunk/debian/control)
Deleted:
  packages/archmage/tags/1:0.3.1-2/debian/changelog
  packages/archmage/tags/1:0.3.1-2/debian/control

Copied: packages/archmage/tags/1:0.3.1-2/debian/archmage.postinst (from rev 11925, packages/archmage/trunk/debian/archmage.postinst)
===================================================================
--- packages/archmage/tags/1:0.3.1-2/debian/archmage.postinst	                        (rev 0)
+++ packages/archmage/tags/1:0.3.1-2/debian/archmage.postinst	2015-05-10 10:07:00 UTC (rev 11926)
@@ -0,0 +1,16 @@
+#!/bin/sh
+set -e
+
+case "$1" in
+    configure)
+        rmdir --ignore-fail-on-non-empty /etc/archmage;;
+    abort-*)
+        ;;
+    *)
+        echo "postinst called with unknown argument '$1'" >&2
+        exit 1;;
+esac
+
+#DEBHELPER#
+
+exit 0

Deleted: packages/archmage/tags/1:0.3.1-2/debian/changelog
===================================================================
--- packages/archmage/trunk/debian/changelog	2015-03-07 20:36:08 UTC (rev 11786)
+++ packages/archmage/tags/1:0.3.1-2/debian/changelog	2015-05-10 10:07:00 UTC (rev 11926)
@@ -1,184 +0,0 @@
-archmage (1:0.3.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Depend and B-D on python-setuptools, used by new version.
-  * Bump debhelper compatibility level to 9.
-  * Drop debian/patches/python-interpreter.diff, changed upstream.
-  * Drop debian/patches/fix-directory-traversal.patch, applied upstream.
-  * Bump Standards-Version, no changes required.
-
- -- Mikhail Gusarov <dottedmag at debian.org>  Thu, 05 Mar 2015 20:02:58 +0100
-
-archmage (1:0.2.4-4) unstable; urgency=high
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
-  [ Mikhail Gusarov ]
-  * Fix directory traversal bug (Closes: #776164).
-
- -- Mikhail Gusarov <dottedmag at debian.org>  Mon, 02 Feb 2015 09:54:13 +0100
-
-archmage (1:0.2.4-3) unstable; urgency=low
-
-  * Convert package to use dh_python2 (Closes: #631395)
-  * Drop preinst, it was only necessary for pycentral -> pysupport
-    conversion, happened in Squeeze.
-  * Bump Standards-Version, no changes required.
-
- -- Mikhail Gusarov <dottedmag at debian.org>  Sun, 14 Aug 2011 23:17:02 +0200
-
-archmage (1:0.2.4-2) unstable; urgency=low
-
-  * Convert package to 3.0 (quilt).
-  * Use debhelper 7 instead of cdbs.
-  * Install upstream NEWS file as changelog.
-  * Bump Standards-Version, no changes required.
-  * Remove debian/pycompat, it is not useful anymore.
-  * Make debian/copyright machine readable.
-  * Demote links, elinks and htmldoc Recommends to Suggests (Closes: #587035).
-
- -- Mikhail Gusarov <dottedmag at debian.org>  Tue, 29 Jun 2010 15:32:54 +0700
-
-archmage (1:0.2.4-1) unstable; urgency=low
-
-  * New upstream release
-    - Fixes bug with improper unpacking of CHM files containing index.html
-    (Closes: #534616).
-  * Standards-Version bumped to 3.8.2, no changes required.
-  * Added python-beautifulsoup to Depends, required upstream.
-  * Added elinks | links to Recommends, enables convertion to plain text.
-  * Added htmldoc to Recommends, enables convertion to pdf.
-
- -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 06 Aug 2009 00:05:12 +0700
-
-archmage (1:0.2.3-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sun, 14 Jun 2009 17:40:51 +0700
-
-archmage (1:0.2-1) unstable; urgency=low
-
-  * New upstream release.
-    - Fixes traceback on error path if destination directory already
-      exists (Closes: #521042).
-    - Removed html_to_text.py-is-not-executable.diff patch, no longer
-      relevant.
-  * Standards-Version bumped to 3.8.1, no changes required.
-  * Switched to python-support.
-    - added preinst script to de-register from pycentral.
-  * python-all-dev build-dependency relaxed to python, as no binary
-    modules are built.
-
- -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 02 Apr 2009 15:55:49 +0700
-
-archmage (1:0.1.9-3) unstable; urgency=low
-  
-  [ Mikhail Gusarov ]
-  * Added description to patches (lintian warning):
-    - debian/patches/python-interpreter.diff
-    - debian/patches/html_to_text.py-is-not-executable.diff
-  * debian/control:
-    - More detailed description (lintian warning).
-    - Standards-Version bumped to 3.8.0:
-      + debian/README.source added.
-
-  [ Sandro Tosi ]
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
-
-  [ Marco Rodrigues ]
-  * debian/control:
-    + Add ${misc:Depends} to Depends to remove
-      lintian warning.
-
- -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 17 Feb 2009 00:20:21 +0600
-
-archmage (1:0.1.9-2) unstable; urgency=low
-
-  [ Mikhail Gusarov ]
-  * Package is now maintained in PAPT:
-    - PAPT added to Uploaders.
-  * python-central dependency bumped to >= 0.6, fixing spurious empty
-    /usr/lib in package.
-  * Standards-Version bumped to 3.7.3, no changes needed.
-  * Watchfile updated: 0.1.9beta1 < 0.1.9 according to upstream developer.
-
-  [ Piotr Ożarowski ]
-  * Vcs-Svn, Vcs-Browser and Homepage fields added.
-
- -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 01 May 2008 23:18:00 +0700
-
-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

Copied: packages/archmage/tags/1:0.3.1-2/debian/changelog (from rev 11925, packages/archmage/trunk/debian/changelog)
===================================================================
--- packages/archmage/tags/1:0.3.1-2/debian/changelog	                        (rev 0)
+++ packages/archmage/tags/1:0.3.1-2/debian/changelog	2015-05-10 10:07:00 UTC (rev 11926)
@@ -0,0 +1,191 @@
+archmage (1:0.3.1-2) unstable; urgency=low
+
+  * Remove empty /etc/archmage on upgrades (Closes: #782797).
+
+ -- Mikhail Gusarov <dottedmag at debian.org>  Sun, 10 May 2015 12:04:44 +0200
+
+archmage (1:0.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Depend and B-D on python-setuptools, used by new version.
+  * Bump debhelper compatibility level to 9.
+  * Drop debian/patches/python-interpreter.diff, changed upstream.
+  * Drop debian/patches/fix-directory-traversal.patch, applied upstream.
+  * Drop /etc/archmage/arch.conf, no longer configurable.
+  * Bump Standards-Version, no changes required.
+
+ -- Mikhail Gusarov <dottedmag at debian.org>  Sat, 07 Mar 2015 21:36:33 +0100
+
+archmage (1:0.2.4-4) unstable; urgency=high
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Mikhail Gusarov ]
+  * Fix directory traversal bug (Closes: #776164).
+
+ -- Mikhail Gusarov <dottedmag at debian.org>  Mon, 02 Feb 2015 09:54:13 +0100
+
+archmage (1:0.2.4-3) unstable; urgency=low
+
+  * Convert package to use dh_python2 (Closes: #631395)
+  * Drop preinst, it was only necessary for pycentral -> pysupport
+    conversion, happened in Squeeze.
+  * Bump Standards-Version, no changes required.
+
+ -- Mikhail Gusarov <dottedmag at debian.org>  Sun, 14 Aug 2011 23:17:02 +0200
+
+archmage (1:0.2.4-2) unstable; urgency=low
+
+  * Convert package to 3.0 (quilt).
+  * Use debhelper 7 instead of cdbs.
+  * Install upstream NEWS file as changelog.
+  * Bump Standards-Version, no changes required.
+  * Remove debian/pycompat, it is not useful anymore.
+  * Make debian/copyright machine readable.
+  * Demote links, elinks and htmldoc Recommends to Suggests (Closes: #587035).
+
+ -- Mikhail Gusarov <dottedmag at debian.org>  Tue, 29 Jun 2010 15:32:54 +0700
+
+archmage (1:0.2.4-1) unstable; urgency=low
+
+  * New upstream release
+    - Fixes bug with improper unpacking of CHM files containing index.html
+    (Closes: #534616).
+  * Standards-Version bumped to 3.8.2, no changes required.
+  * Added python-beautifulsoup to Depends, required upstream.
+  * Added elinks | links to Recommends, enables convertion to plain text.
+  * Added htmldoc to Recommends, enables convertion to pdf.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 06 Aug 2009 00:05:12 +0700
+
+archmage (1:0.2.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sun, 14 Jun 2009 17:40:51 +0700
+
+archmage (1:0.2-1) unstable; urgency=low
+
+  * New upstream release.
+    - Fixes traceback on error path if destination directory already
+      exists (Closes: #521042).
+    - Removed html_to_text.py-is-not-executable.diff patch, no longer
+      relevant.
+  * Standards-Version bumped to 3.8.1, no changes required.
+  * Switched to python-support.
+    - added preinst script to de-register from pycentral.
+  * python-all-dev build-dependency relaxed to python, as no binary
+    modules are built.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 02 Apr 2009 15:55:49 +0700
+
+archmage (1:0.1.9-3) unstable; urgency=low
+  
+  [ Mikhail Gusarov ]
+  * Added description to patches (lintian warning):
+    - debian/patches/python-interpreter.diff
+    - debian/patches/html_to_text.py-is-not-executable.diff
+  * debian/control:
+    - More detailed description (lintian warning).
+    - Standards-Version bumped to 3.8.0:
+      + debian/README.source added.
+
+  [ Sandro Tosi ]
+  * debian/control
+    - switch Vcs-Browser field to viewsvn
+
+  [ Marco Rodrigues ]
+  * debian/control:
+    + Add ${misc:Depends} to Depends to remove
+      lintian warning.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 17 Feb 2009 00:20:21 +0600
+
+archmage (1:0.1.9-2) unstable; urgency=low
+
+  [ Mikhail Gusarov ]
+  * Package is now maintained in PAPT:
+    - PAPT added to Uploaders.
+  * python-central dependency bumped to >= 0.6, fixing spurious empty
+    /usr/lib in package.
+  * Standards-Version bumped to 3.7.3, no changes needed.
+  * Watchfile updated: 0.1.9beta1 < 0.1.9 according to upstream developer.
+
+  [ Piotr Ożarowski ]
+  * Vcs-Svn, Vcs-Browser and Homepage fields added.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Thu, 01 May 2008 23:18:00 +0700
+
+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

Deleted: packages/archmage/tags/1:0.3.1-2/debian/control
===================================================================
--- packages/archmage/trunk/debian/control	2015-03-07 20:36:08 UTC (rev 11786)
+++ packages/archmage/tags/1:0.3.1-2/debian/control	2015-05-10 10:07:00 UTC (rev 11926)
@@ -1,24 +0,0 @@
-Source: archmage
-Section: utils
-Priority: optional
-Maintainer: Mikhail Gusarov <dottedmag at debian.org>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-setuptools, dh-python
-Standards-Version: 3.9.6
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/archmage/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/archmage/trunk/
-Homepage: http://archmage.sf.net
-
-Package: archmage
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-chm, python-beautifulsoup, python-setuptools
-Suggests: libapache2-mod-python, elinks | links, htmldoc
-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.
- .
- arCHMage provides the following features:
-  - Extracting CHM content to set of HTML, CSS files and images
-  - Dumping HTML data from CHM as a plain text
-  - Serving CHM contents as a standalone HTTP server
-  - Serving CHM content with Apache by providing Apache module mod_chm.

Copied: packages/archmage/tags/1:0.3.1-2/debian/control (from rev 11788, packages/archmage/trunk/debian/control)
===================================================================
--- packages/archmage/tags/1:0.3.1-2/debian/control	                        (rev 0)
+++ packages/archmage/tags/1:0.3.1-2/debian/control	2015-05-10 10:07:00 UTC (rev 11926)
@@ -0,0 +1,24 @@
+Source: archmage
+Section: utils
+Priority: optional
+Maintainer: Mikhail Gusarov <dottedmag at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/archmage/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/archmage/trunk/
+Homepage: http://archmage.sf.net
+
+Package: archmage
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-chm, python-beautifulsoup, python-setuptools
+Suggests: libapache2-mod-python, elinks | links, htmldoc
+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.
+ .
+ arCHMage provides the following features:
+  - Extracting CHM content to set of HTML, CSS files and images
+  - Dumping HTML data from CHM as a plain text
+  - Serving CHM contents as a standalone HTTP server
+  - Serving CHM content with Apache by providing Apache module mod_chm.




More information about the Python-apps-commits mailing list