[Python-modules-commits] r29816 - in packages/gamera/trunk/debian (changelog control)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Jul 18 11:43:33 UTC 2014


    Date: Friday, July 18, 2014 @ 11:43:32
  Author: danstender-guest
Revision: 29816

deb/control: removed unnecessary b-d versionings, shortened too long description lines

Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/control

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2014-07-18 06:05:20 UTC (rev 29815)
+++ packages/gamera/trunk/debian/changelog	2014-07-18 11:43:32 UTC (rev 29816)
@@ -9,11 +9,12 @@
   * deb/control:
     + Changed maintainer (Closes: #629177).
     + Changed b-d from libtiff4-dev to libtiff-dev (Closes: #736004).
-    + Bumped version of python, python-all-dbg/dev to 2.6.6-3~.
+    + Removed unnecessary build-dep versions.
     + Dropped b-d on python_support.
     + Changed XS-Python-Version to X-Python-Version.
     + Bump standards version to 3.9.5 (no changes needed).
     + Relocated Vcs-* fields.
+    + Shortened some short description lines.
   * Updated deb/copyright, sorted holders, padded, removed trailing commas.
   * deb/rules:
     + Added export lines for DH_VERBOSE and DEB_BUILD_OPTIONS.
@@ -41,7 +42,7 @@
   * Set PYTHONHASHSEED=random in debian/rules.
   * Use canonical URIs for Vcs-* fields.
 
- -- Daniel Stender <debian at danielstender.com>  Wed, 16 Jul 2014 18:55:43 +0200
+ -- Daniel Stender <debian at danielstender.com>  Fri, 18 Jul 2014 12:29:45 +0200
 
 gamera (3.3.3-2) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2014-07-18 06:05:20 UTC (rev 29815)
+++ packages/gamera/trunk/debian/control	2014-07-18 11:43:32 UTC (rev 29816)
@@ -9,10 +9,10 @@
  dpkg-dev (>= 1.15.7~),
  libpng-dev,
  libtiff-dev,
- libvigraimpex-dev (>= 1.6.0-1~),
+ libvigraimpex-dev,
  procps,
- python-all-dbg (>= 2.6.6-3~),
- python-all-dev (>= 2.6.6-3~),
+ python-all-dbg,
+ python-all-dev,
  python-docutils,
  python-imaging,
  python-imaging-dbg,
@@ -21,7 +21,7 @@
 Build-Depends-Indep:
  help2man,
  netpbm,
- python (>= 2.6.6-3~),
+ python,
  python-numpy,
  python-wxgtk2.8,
  rdfind
@@ -61,7 +61,7 @@
 Recommends: python-dbg
 Suggests: python-imaging-dbg, python-numpy-dbg, python-wxgtk2.8-dbg
 Built-Using: libvigraimpex (= ${vigra:Version})
-Description: framework for building document analysis applications (debug symbols)
+Description: framework for document analysis applications (debug symbols)
  The Gamera framework is a Python library for building custom
  applications for document analysis and recognition.
  .
@@ -76,7 +76,7 @@
  python-all-dev,
  python-gamera (<= ${source:Version}.0~),
  python-gamera (>= ${source:Version})
-Description: framework for building document analysis applications (header files)
+Description: framework for document analysis applications (header files)
  The Gamera framework is a Python library for building custom
  applications for document analysis and recognition.
  .




More information about the Python-modules-commits mailing list