[Python-modules-commits] r10487 - in packages/pyelemental/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Nov 17 19:04:59 UTC 2009
Date: Tuesday, November 17, 2009 @ 19:04:58
Author: morph
Revision: 10487
added '${misc:Depends}' to bin packages Depends
Modified:
packages/pyelemental/trunk/debian/changelog
packages/pyelemental/trunk/debian/control
Modified: packages/pyelemental/trunk/debian/changelog
===================================================================
--- packages/pyelemental/trunk/debian/changelog 2009-11-17 19:01:38 UTC (rev 10486)
+++ packages/pyelemental/trunk/debian/changelog 2009-11-17 19:04:58 UTC (rev 10487)
@@ -4,11 +4,12 @@
* debian/control
- switch Vcs-Browser field to viewsvn
- set 'Section: debug' for -dbg package
+ - added '${misc:Depends}' to bin packages Depends
[ Piotr Ożarowski ]
* Add XB-Python-Version to python-elemental-dbg
- -- Sandro Tosi <morph at debian.org> Tue, 17 Nov 2009 20:00:45 +0100
+ -- Sandro Tosi <morph at debian.org> Tue, 17 Nov 2009 20:04:15 +0100
pyelemental (1.2.0-1) unstable; urgency=low
Modified: packages/pyelemental/trunk/debian/control
===================================================================
--- packages/pyelemental/trunk/debian/control 2009-11-17 19:01:38 UTC (rev 10486)
+++ packages/pyelemental/trunk/debian/control 2009-11-17 19:04:58 UTC (rev 10487)
@@ -12,7 +12,7 @@
Package: python-elemental
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: libelemental-doc, python-elemental-dbg
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
@@ -33,7 +33,7 @@
Priority: extra
Section: debug
Architecture: any
-Depends: python-elemental (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Depends: ${misc:Depends}, python-elemental (= ${binary:Version}), python-dbg, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Description: Python bindings for liblemental (debug extension)
gElemental is a GTK+ periodic table viewer that provides detailed information
More information about the Python-modules-commits
mailing list