[Python-apps-commits] r9102 - in packages/slapos.core/trunk/debian (changelog control)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Fri Sep 7 11:13:50 UTC 2012
Date: Friday, September 7, 2012 @ 11:13:49
Author: arnau
Revision: 9102
slapos-node-unofficial must depend on the current-version of slapos-client (pkg_resources).
Modified:
packages/slapos.core/trunk/debian/changelog
packages/slapos.core/trunk/debian/control
Modified: packages/slapos.core/trunk/debian/changelog
===================================================================
--- packages/slapos.core/trunk/debian/changelog 2012-09-07 10:36:24 UTC (rev 9101)
+++ packages/slapos.core/trunk/debian/changelog 2012-09-07 11:13:49 UTC (rev 9102)
@@ -2,6 +2,9 @@
* New upstream release.
+ debian/patches/system_configuration_file_by_default.patch: Update.
+ * debian/control:
+ + slapos-node-unofficial must depend on the current version of
+ slapos-client, otherwise pkg_resources fails when checking version.
-- Arnaud Fontaine <arnau at debian.org> Fri, 07 Sep 2012 18:48:21 +0900
Modified: packages/slapos.core/trunk/debian/control
===================================================================
--- packages/slapos.core/trunk/debian/control 2012-09-07 10:36:24 UTC (rev 9101)
+++ packages/slapos.core/trunk/debian/control 2012-09-07 11:13:49 UTC (rev 9102)
@@ -44,7 +44,7 @@
python-zc.buildout
Depends: ${misc:Depends},
${python:Depends},
- slapos-client,
+ slapos-client (= ${binary:Version}),
# slapos.format
bridge-utils,
uml-utilities,
More information about the Python-apps-commits
mailing list