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

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Wed Sep 3 11:05:43 UTC 2014


    Date: Wednesday, September 3, 2014 @ 11:05:42
  Author: danstender-guest
Revision: 30485

deb/control: bumped dep on main packages from Suggests to Recommends
wrap-and-sort -a -s

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2014-09-03 10:43:16 UTC (rev 30484)
+++ packages/gamera/trunk/debian/changelog	2014-09-03 11:05:42 UTC (rev 30485)
@@ -1,8 +1,10 @@
 gamera (3.4.1+svn1423-1) UNRELEASED; urgency=low
 
   * Updated source to SVN rev. 1423.
+  * deb/control: bumped dep on main packages from Suggests to Recommends.
+  * wrap-and-sort -a -s.
 
- -- Daniel Stender <debian at danielstender.com>  Sat, 30 Aug 2014 01:06:09 +0200
+ -- Daniel Stender <debian at danielstender.com>  Wed, 03 Sep 2014 13:03:48 +0200
 
 gamera (3.4.1+svn1422-1) unstable; urgency=medium
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2014-09-03 10:43:16 UTC (rev 30484)
+++ packages/gamera/trunk/debian/control	2014-09-03 11:05:42 UTC (rev 30485)
@@ -33,11 +33,20 @@
 
 Package: python-gamera
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6)
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Replaces: gamera-gui (<< 3.2.3-2~)
-Recommends: python-imaging, python-numpy, python-wxgtk3.0
-Suggests: gamera-doc
+Pre-Depends:
+ dpkg (>= 1.15.6)
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Replaces:
+ gamera-gui (<< 3.2.3-2~)
+Recommends:
+ python-imaging,
+ python-numpy,
+ python-wxgtk3.0
+Suggests:
+ gamera-doc
 Built-Using: libvigraimpex (= ${vigra:Version})
 Description: framework for building document analysis applications
  The Gamera framework is a Python library for building custom
@@ -52,14 +61,19 @@
 Section: debug
 Priority: extra
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends:
+ dpkg (>= 1.15.6)
 Depends:
  python-gamera (= ${binary:Version}),
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
-Recommends: python-dbg
-Suggests: python-imaging-dbg, python-numpy-dbg, python-wxgtk3.0-dbg
+Recommends:
+ python-dbg
+Suggests:
+ python-imaging-dbg,
+ python-numpy-dbg,
+ python-wxgtk3.0-dbg
 Built-Using: libvigraimpex (= ${vigra:Version})
 Description: framework for document analysis applications (debug symbols)
  The Gamera framework is a Python library for building custom
@@ -70,8 +84,12 @@
 
 Package: python-gamera-dev
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6)
-Depends: libvigraimpex-dev, python-dev, ${misc:Depends}
+Pre-Depends:
+ dpkg (>= 1.15.6)
+Depends:
+ libvigraimpex-dev,
+ python-dev,
+ ${misc:Depends}
 Recommends:
  python-all-dev,
  python-gamera (<= ${source:Version}.0~),
@@ -85,7 +103,8 @@
 
 Package: gamera-gui
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends:
+ dpkg (>= 1.15.6)
 Depends:
  python,
  python-gamera (<= ${source:Version}.0~),
@@ -93,8 +112,11 @@
  python-wxgtk3.0,
  ${misc:Depends},
  ${python:Depends}
-Recommends: python-docutils, python-matplotlib
-Suggests: gamera-doc
+Recommends:
+ python-docutils,
+ python-matplotlib
+Suggests:
+ gamera-doc
 Description: GUI for the Gamera framework
  The Gamera framework is a Python library for building custom
  applications for document analysis and recognition.
@@ -104,9 +126,13 @@
 Package: gamera-doc
 Section: doc
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6)
-Depends: ${misc:Depends}
-Suggests: gamera-gui, python-gamera
+Pre-Depends:
+ dpkg (>= 1.15.6)
+Depends:
+ ${misc:Depends}
+Recommends:
+ gamera-gui,
+ python-gamera
 Description: documentation for the Gamera framework
  The Gamera framework is a Python library for building custom
  applications for document analysis and recognition.

Modified: packages/gamera/trunk/debian/copyright
===================================================================
--- packages/gamera/trunk/debian/copyright	2014-09-03 10:43:16 UTC (rev 30484)
+++ packages/gamera/trunk/debian/copyright	2014-09-03 11:05:42 UTC (rev 30485)
@@ -33,7 +33,7 @@
 
 Files: gamera/backport/textwrap.py
 Comment: Origin: Python standard library
-Copyright: 2002-2003 Python Software Foundation 
+Copyright: 2002-2003 Python Software Foundation
 	   1999-2001 Gregory P. Ward
 License: PSF-2
 




More information about the Python-modules-commits mailing list