[Python-modules-commits] r20304 - in packages/python-gd/trunk/debian (changelog control)

jump-guest at users.alioth.debian.org jump-guest at users.alioth.debian.org
Sat Feb 4 18:43:10 UTC 2012


    Date: Saturday, February 4, 2012 @ 18:43:09
  Author: jump-guest
Revision: 20304

Version python-all-* build-deps on 2.6.6-3~ and Remove Suggest from -dbg package

Modified:
  packages/python-gd/trunk/debian/changelog
  packages/python-gd/trunk/debian/control

Modified: packages/python-gd/trunk/debian/changelog
===================================================================
--- packages/python-gd/trunk/debian/changelog	2012-02-04 16:57:02 UTC (rev 20303)
+++ packages/python-gd/trunk/debian/changelog	2012-02-04 18:43:09 UTC (rev 20304)
@@ -7,6 +7,7 @@
     + Change libjpeg62-dev to libjpeg-dev. (Closes: #635490)
     + Change libpng12-dev to libpng-dev.
     + Update debhelper to v8.
+    + Version python-all-* build-deps on 2.6.6-3~
   * Detect multiarch libraries. (Closes: #651726 LP: #901525)
   * Bump Standards-Version to 3.9.2 (no changes).
   * Switch compat level 7 to 8.
@@ -21,14 +22,18 @@
     in debian/rules, to use hardening flags.
   * Add override_dh_clean in debian/rules, to clean
     properly.
+  * Add get-packaged-orig-source target in debian/rules
+    to get DFSG upstream tarball.
+    + Document how to get the tarball in README.source.
   * Update copyright file to DEP5 rev 174.
     + Extend copyright holder years.
     + Use right BSD license.
     + Add documentation license.
+    + Use GPL-2+ license in debian packaging.
   * Remove Provides: ${python:Provides} in d/control.
   * Wraps the package lists with wrap-and-sort.
 
- -- Julián Moreno Patiño <darkjunix at gmail.com>  Fri, 13 Jan 2012 13:31:22 -0500
+ -- Julián Moreno Patiño <darkjunix at gmail.com>  Sat, 04 Feb 2012 13:32:58 -0500
 
 python-gd (0.56+dfsg-2) unstable; urgency=low
 

Modified: packages/python-gd/trunk/debian/control
===================================================================
--- packages/python-gd/trunk/debian/control	2012-02-04 16:57:02 UTC (rev 20303)
+++ packages/python-gd/trunk/debian/control	2012-02-04 18:43:09 UTC (rev 20304)
@@ -10,8 +10,8 @@
                libjpeg-dev,
                libpng-dev,
                libx11-dev,
-               python-all-dbg,
-               python-all-dev,
+               python-all-dbg (>= 2.6.6-3~),
+               python-all-dev (>= 2.6.6-3~),
                zlib1g-dev
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.2
@@ -36,7 +36,6 @@
          ${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
  through the libgd library.




More information about the Python-modules-commits mailing list