[Python-apps-commits] r5709 - in packages/archmage/tags (10 files)
dottedmag at users.alioth.debian.org
dottedmag at users.alioth.debian.org
Tue Jun 29 08:36:34 UTC 2010
Date: Tuesday, June 29, 2010 @ 08:36:26
Author: dottedmag
Revision: 5709
[svn-buildpackage] Tagging archmage 1:0.2.4-2
Added:
packages/archmage/tags/1:0.2.4-2/
packages/archmage/tags/1:0.2.4-2/debian/changelog
(from rev 5708, packages/archmage/trunk/debian/changelog)
packages/archmage/tags/1:0.2.4-2/debian/control
(from rev 5708, packages/archmage/trunk/debian/control)
packages/archmage/tags/1:0.2.4-2/debian/rules
(from rev 5704, packages/archmage/trunk/debian/rules)
packages/archmage/tags/1:0.2.4-2/debian/source/format
(from rev 5704, packages/archmage/trunk/debian/source/format)
Deleted:
packages/archmage/tags/1:0.2.4-2/debian/README.source
packages/archmage/tags/1:0.2.4-2/debian/changelog
packages/archmage/tags/1:0.2.4-2/debian/control
packages/archmage/tags/1:0.2.4-2/debian/rules
packages/archmage/tags/1:0.2.4-2/debian/source/format
Deleted: packages/archmage/tags/1:0.2.4-2/debian/README.source
===================================================================
--- packages/archmage/trunk/debian/README.source 2010-06-24 10:58:08 UTC (rev 5670)
+++ packages/archmage/tags/1:0.2.4-2/debian/README.source 2010-06-29 08:36:26 UTC (rev 5709)
@@ -1,47 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run:
-
- quilt push -a
-
-The last patch listed in debian/patches/series will become the current
-patch.
-
-To add a new set of changes, first run quilt push -a, and then run:
-
- quilt new <patch>
-
-where <patch> is a descriptive name for the patch, used as the filename in
-debian/patches. Then, for every file that will be modified by this patch,
-run:
-
- quilt add <file>
-
-before editing those files. You must tell quilt with quilt add what files
-will be part of the patch before making changes or quilt will not work
-properly. After editing the files, run:
-
- quilt refresh
-
-to save the results as a patch.
-
-Alternately, if you already have an external patch and you just want to
-add it to the build system, run quilt push -a and then:
-
- quilt import -P <patch> /path/to/patch
- quilt push -a
-
-(add -p 0 to quilt import if needed). <patch> as above is the filename to
-use in debian/patches. The last quilt push -a will apply the patch to
-make sure it works properly.
-
-To remove an existing patch from the list of patches that will be applied,
-run:
-
- quilt delete <patch>
-
-You may need to run quilt pop -a to unapply patches first before running
-this command.
Deleted: packages/archmage/tags/1:0.2.4-2/debian/changelog
===================================================================
--- packages/archmage/trunk/debian/changelog 2010-06-24 10:58:08 UTC (rev 5670)
+++ packages/archmage/tags/1:0.2.4-2/debian/changelog 2010-06-29 08:36:26 UTC (rev 5709)
@@ -1,152 +0,0 @@
-archmage (1:0.2.4-2) UNRELEASED; urgency=low
-
- * 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.
-
- -- Mikhail Gusarov <dottedmag at dottedmag.net> Thu, 10 Sep 2009 15:36:47 +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.2.4-2/debian/changelog (from rev 5708, packages/archmage/trunk/debian/changelog)
===================================================================
--- packages/archmage/tags/1:0.2.4-2/debian/changelog (rev 0)
+++ packages/archmage/tags/1:0.2.4-2/debian/changelog 2010-06-29 08:36:26 UTC (rev 5709)
@@ -0,0 +1,154 @@
+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.2.4-2/debian/control
===================================================================
--- packages/archmage/trunk/debian/control 2010-06-24 10:58:08 UTC (rev 5670)
+++ packages/archmage/tags/1:0.2.4-2/debian/control 2010-06-29 08:36:26 UTC (rev 5709)
@@ -1,26 +0,0 @@
-Source: archmage
-Section: utils
-Priority: optional
-Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python, quilt (>= 0.46.7)
-Build-Depends-Indep: python-support (>= 0.6.4)
-Standards-Version: 3.8.3
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/archmage/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/archmage/trunk/
-Homepage: http://archmage.sf.net
-
-Package: archmage
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-chm, python-beautifulsoup
-Recommends: elinks | links, htmldoc
-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.
- .
- 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.2.4-2/debian/control (from rev 5708, packages/archmage/trunk/debian/control)
===================================================================
--- packages/archmage/tags/1:0.2.4-2/debian/control (rev 0)
+++ packages/archmage/tags/1:0.2.4-2/debian/control 2010-06-29 08:36:26 UTC (rev 5709)
@@ -0,0 +1,25 @@
+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
+Build-Depends-Indep: python-support (>= 0.6.4)
+Standards-Version: 3.9.0
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/archmage/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/archmage/trunk/
+Homepage: http://archmage.sf.net
+
+Package: archmage
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-chm, python-beautifulsoup
+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.
Deleted: packages/archmage/tags/1:0.2.4-2/debian/rules
===================================================================
--- packages/archmage/trunk/debian/rules 2010-06-24 10:58:08 UTC (rev 5670)
+++ packages/archmage/tags/1:0.2.4-2/debian/rules 2010-06-29 08:36:26 UTC (rev 5709)
@@ -1,6 +0,0 @@
-#!/usr/bin/make -f
-%:
- dh --with quilt $@
-
-override_dh_installchangelogs:
- dh_installchangelogs NEWS
Copied: packages/archmage/tags/1:0.2.4-2/debian/rules (from rev 5704, packages/archmage/trunk/debian/rules)
===================================================================
--- packages/archmage/tags/1:0.2.4-2/debian/rules (rev 0)
+++ packages/archmage/tags/1:0.2.4-2/debian/rules 2010-06-29 08:36:26 UTC (rev 5709)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+ dh $@
+
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS
Deleted: packages/archmage/tags/1:0.2.4-2/debian/source/format
===================================================================
--- packages/archmage/trunk/debian/source/format 2010-06-24 10:58:08 UTC (rev 5670)
+++ packages/archmage/tags/1:0.2.4-2/debian/source/format 2010-06-29 08:36:26 UTC (rev 5709)
@@ -1 +0,0 @@
-1.0
Copied: packages/archmage/tags/1:0.2.4-2/debian/source/format (from rev 5704, packages/archmage/trunk/debian/source/format)
===================================================================
--- packages/archmage/tags/1:0.2.4-2/debian/source/format (rev 0)
+++ packages/archmage/tags/1:0.2.4-2/debian/source/format 2010-06-29 08:36:26 UTC (rev 5709)
@@ -0,0 +1,2 @@
+3.0 (quilt)
+
More information about the Python-apps-commits
mailing list