From c713d1be1437b63079b7c2f2fdc9fd271dcaa6c4 Mon Sep 17 00:00:00 2001 From: Seblu Date: Thu, 7 Jul 2011 13:22:18 +0200 Subject: [PATCH] installsystems package depends on same version of python-installsystems --- debian/changelog | 2 +- debian/control | 2 +- debian/source/format | 1 + installsystems/__init__.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 34dc189..d970d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -installsystems (2-dev0) unstable; urgency=low +installsystems (2~dev0) unstable; urgency=low Version 2 devel diff --git a/debian/control b/debian/control index aff7adf..80a473f 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.1 Package: installsystems Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-installsystems +Depends: ${misc:Depends}, ${python:Depends}, python-installsystems (>= ${source:Version}) XB-Python-Version: ${python:Versions} Description: InstallSytems Installer InstallSystems command line tool diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/installsystems/__init__.py b/installsystems/__init__.py index e6dbb9e..cf2958e 100644 --- a/installsystems/__init__.py +++ b/installsystems/__init__.py @@ -7,7 +7,7 @@ InstallSystems module ''' canonical_name="installsystems" -version = "2-dev" +version = "2~dev0" debug = False quiet = False -- GitLab