[Python-modules-commits] r28337 - in packages/python-dugong/trunk/debian (3 files)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Thu Mar 27 23:54:37 UTC 2014
Date: Thursday, March 27, 2014 @ 23:54:36
Author: nikratio-guest
Revision: 28337
Strip pre-rendered HTML documentation from upstream tarball.
(Removing just the minified javascript components would break the
non-minified components, and the full documentation is regenerated
during build anyway).
Modified:
packages/python-dugong/trunk/debian/changelog
packages/python-dugong/trunk/debian/control
packages/python-dugong/trunk/debian/copyright
Modified: packages/python-dugong/trunk/debian/changelog
===================================================================
--- packages/python-dugong/trunk/debian/changelog 2014-03-27 22:46:59 UTC (rev 28336)
+++ packages/python-dugong/trunk/debian/changelog 2014-03-27 23:54:36 UTC (rev 28337)
@@ -1,3 +1,12 @@
+python-dugong (2.2+dfsg-2) unstable; urgency=medium
+
+ * Strip pre-rendered HTML documentation from upstream tarball.
+ (Removing just the minified javascript components would break the
+ non-minified components, and the full documentation is regenerated
+ during build anyway).
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Thu, 27 Mar 2014 16:41:30 -0700
+
python-dugong (2.2-1) unstable; urgency=medium
* First official debian release. Closes: 741387
Modified: packages/python-dugong/trunk/debian/control
===================================================================
--- packages/python-dugong/trunk/debian/control 2014-03-27 22:46:59 UTC (rev 28336)
+++ packages/python-dugong/trunk/debian/control 2014-03-27 23:54:36 UTC (rev 28337)
@@ -25,7 +25,7 @@
Suggests: python-dugong-doc
Description: HTTP 1.1 client module for Python
The Python Dugong module provides an API for communicating with HTTP 1.1
- servers. It is an alternative to the standard libraryâs http.client (formerly
+ servers. It is an alternative to the standard library's http.client (formerly
httplib) module. In contrast to http.client, Dugong:
.
* allows you to send multiple requests right after each other without having
Modified: packages/python-dugong/trunk/debian/copyright
===================================================================
--- packages/python-dugong/trunk/debian/copyright 2014-03-27 22:46:59 UTC (rev 28336)
+++ packages/python-dugong/trunk/debian/copyright 2014-03-27 23:54:36 UTC (rev 28337)
@@ -2,6 +2,13 @@
Upstream-Name: python-dugong
Upstream-Contact: Nikolaus Rath <Nikolaus at rath.org>
Source: https://bitbucket.org/nikratio/python-dugong/src
+Files-Excluded: doc/html
+Comment:
+ Pre-rendered HTML in doc/html has been excluded from upstream tarball
+ because it contains minified javascript. Removing just the minified
+ components would break the rest, and the documentation is regenerated
+ during build. For cleanliness, we therefore remove the pre-rendered
+ documentation completely rather crippling it.
Files: *
Copyright: Copyright 2013-2014 Nikolaus Rath <Nikolaus at rath.org>
@@ -60,29 +67,4 @@
On Debian systems the full text of the Apache 2.0 license can be
found in the `/usr/share/common-licenses/Apache-2.0' file.
-Files: doc/html/_static/*
-Copyright: Copyright (c) 2007-2011 by the Sphinx team
- (see Sphinx's AUTHORS file). All rights reserved.
-License: BSD-2-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- .
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- .
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Files-Excluded:
\ No newline at end of file
More information about the Python-modules-commits
mailing list