[Python-modules-commits] r19023 - in packages/gamera/trunk/debian (changelog control)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Fri Oct 21 18:55:00 UTC 2011
Date: Friday, October 21, 2011 @ 18:54:58
Author: jwilk
Revision: 19023
Add pre-dependency on dpkg >= 1.15.6 (for data.tar.xz support).
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/control
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2011-10-21 17:23:55 UTC (rev 19022)
+++ packages/gamera/trunk/debian/changelog 2011-10-21 18:54:58 UTC (rev 19023)
@@ -3,8 +3,9 @@
* Use dpkg-buildflags to set CPPFLAGS.
* Move detached debugging symbols to /usr/lib/debug/.build-id/ (using a
dedicated dh_buildid script).
+ * Add pre-dependency on dpkg >= 1.15.6 (for data.tar.xz support).
- -- Jakub Wilk <jwilk at debian.org> Fri, 21 Oct 2011 19:13:26 +0200
+ -- Jakub Wilk <jwilk at debian.org> Fri, 21 Oct 2011 20:53:32 +0200
gamera (3.3.2-1) unstable; urgency=low
Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control 2011-10-21 17:23:55 UTC (rev 19022)
+++ packages/gamera/trunk/debian/control 2011-10-21 18:54:58 UTC (rev 19023)
@@ -21,6 +21,7 @@
Package: python-gamera
Architecture: any
+Pre-Depends: dpkg (>= 1.15.6)
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Replaces: gamera-gui (<< 3.2.3-2~)
Recommends: python-wxgtk2.8, python-numpy, python-imaging
@@ -38,6 +39,7 @@
Section: debug
Priority: extra
Architecture: any
+Pre-Depends: dpkg (>= 1.15.6)
Depends: python-gamera (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python-dbg
Suggests: python-wxgtk2.8-dbg, python-numpy-dbg, python-imaging-dbg
@@ -50,6 +52,7 @@
Package: python-gamera-dev
Architecture: all
+Pre-Depends: dpkg (>= 1.15.6)
Depends: python-dev, libvigraimpex-dev, ${misc:Depends}
Recommends: python-all-dev, python-gamera (>= ${source:Version}), python-gamera (<= ${source:Version}.0~)
Description: framework for building document analysis applications (header files)
@@ -61,6 +64,7 @@
Package: gamera-gui
Architecture: all
+Pre-Depends: dpkg (>= 1.15.6)
Depends: python, ${python:Depends}, python-gamera (>= ${source:Version}), python-gamera (<= ${source:Version}.0~), python-wxgtk2.8, ${misc:Depends}
Recommends: python-matplotlib, python-docutils
Suggests: gamera-doc
@@ -73,6 +77,7 @@
Package: gamera-doc
Section: doc
Architecture: all
+Pre-Depends: dpkg (>= 1.15.6)
Depends: ${misc:Depends}
Suggests: python-gamera, gamera-gui
Description: documentation for the Gamera framework
More information about the Python-modules-commits
mailing list