[Python-modules-commits] r19864 - in packages/python-gd/trunk/debian (control copyright)
jump-guest at users.alioth.debian.org
jump-guest at users.alioth.debian.org
Tue Jan 3 19:29:34 UTC 2012
Date: Tuesday, January 3, 2012 @ 19:29:31
Author: jump-guest
Revision: 19864
Use wrap-and-sort and Remove Provides field
Modified:
packages/python-gd/trunk/debian/control
packages/python-gd/trunk/debian/copyright
Modified: packages/python-gd/trunk/debian/control
===================================================================
--- packages/python-gd/trunk/debian/control 2012-01-03 19:27:37 UTC (rev 19863)
+++ packages/python-gd/trunk/debian/control 2012-01-03 19:29:31 UTC (rev 19864)
@@ -3,8 +3,16 @@
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Julián Moreno Patiño <darkjunix at gmail.com>
-Build-Depends: debhelper (>= 8), libgd2-xpm-dev (>= 2.0.23), libjpeg-dev, libpng-dev,
- libgif-dev, zlib1g-dev, libfreetype6-dev, python-all-dev, python-all-dbg, libx11-dev
+Build-Depends: debhelper (>= 8),
+ libfreetype6-dev,
+ libgd2-xpm-dev (>= 2.0.23),
+ libgif-dev,
+ libjpeg-dev,
+ libpng-dev,
+ libx11-dev,
+ python-all-dbg,
+ python-all-dev,
+ zlib1g-dev
X-Python-Version: >= 2.5
Standards-Version: 3.9.2
Homepage: http://newcenturycomputers.net/projects/gdmodule.html
@@ -13,10 +21,8 @@
Package: python-gd
Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
- ttf-freefont
+Depends: ttf-freefont, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-gd-dbg
-Provides: ${python:Provides}
Description: Python module wrapper for libgd
Provides PNG, JPEG, GIF and XPM creation and manipulation routines
through the libgd library.
@@ -26,9 +32,10 @@
Package: python-gd-dbg
Section: debug
Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
- python-gd (= ${binary:Version})
-Provides: ${python:Provides}
+Depends: python-gd (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
Suggests: ttf-dejavu | ttf-bitstream-vera | ttf-freefont
Description: Python module wrapper for libgd (debug extension)
Provides PNG, JPEG, and XPM creation and manipulation routines
Modified: packages/python-gd/trunk/debian/copyright
===================================================================
--- packages/python-gd/trunk/debian/copyright 2012-01-03 19:27:37 UTC (rev 19863)
+++ packages/python-gd/trunk/debian/copyright 2012-01-03 19:29:31 UTC (rev 19864)
@@ -21,8 +21,8 @@
* 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.
- * Neither the name of the Bureau of Meteorology Australia nor the names of
- its contributors may be used to endorse or promote products derived from
+ * Neither the name of the Bureau of Meteorology Australia nor the names of
+ its contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
More information about the Python-modules-commits
mailing list