[med-svn] r15908 - trunk/packages/gnuhealth/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Fri Jan 31 07:58:25 UTC 2014


Author: tille
Date: 2014-01-31 07:58:25 +0000 (Fri, 31 Jan 2014)
New Revision: 15908

Modified:
   trunk/packages/gnuhealth/trunk/debian/changelog
   trunk/packages/gnuhealth/trunk/debian/control
Log:
cme fix dpkg-control to get rid of unneeded versioning restrictions


Modified: trunk/packages/gnuhealth/trunk/debian/changelog
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/changelog	2014-01-31 07:55:42 UTC (rev 15907)
+++ trunk/packages/gnuhealth/trunk/debian/changelog	2014-01-31 07:58:25 UTC (rev 15908)
@@ -8,6 +8,7 @@
 
   [ Andreas Tille ]
   * Priority: optional
+  * cme fix dpkg-control
 
  -- Emilien Klein <emilien+debian at klein.st>  Mon, 27 Jan 2014 08:27:26 +0100
 

Modified: trunk/packages/gnuhealth/trunk/debian/control
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/control	2014-01-31 07:55:42 UTC (rev 15907)
+++ trunk/packages/gnuhealth/trunk/debian/control	2014-01-31 07:58:25 UTC (rev 15908)
@@ -1,23 +1,25 @@
 Source: gnuhealth
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Emilien Klein <emilien+debian at klein.st>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>, Emilien Klein <emilien+debian at klein.st>
-X-Python-Version: >= 2.6, << 3.0
 Build-Depends: debhelper (>= 9),
                autotools-dev,
-               python (>= 2.6.6-3~) | python-all (>= 2.6.6-3~) | python-dev (>= 2.6.6-3~) | python-all-dev (>= 2.6.6-3~),
+               python | python-all | python-dev | python-all-dev,
                python (<< 3.0) | python-all (<< 3.0) | python-dev (<< 3.0) | python-all-dev (<< 3.0),
-               tryton-server (>= 3.0~), tryton-server (<< 3.1~)
+               tryton-server (>= 3.0~),
+               tryton-server (<< 3.1~)
 Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gnuhealth/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/gnuhealth/trunk/
 Homepage: http://health.gnu.org/
-Vcs-Browser: http://svn.debian.org/viewsvn/debian-med/trunk/packages/gnuhealth/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/gnuhealth/trunk/
+X-Python-Version: >= 2.6, << 3.0
 
 Package: gnuhealth-server
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${python:Depends}, ${misc:Depends},
+Depends: ${python:Depends},
+         ${misc:Depends},
          debconf,
          dbconfig-common,
          adduser,
@@ -31,17 +33,28 @@
          python-psycopg2,
          python-webdav,
          postgresql,
-         tryton-server (>= 3.0~), tryton-server (<< 3.1~),
-         tryton-modules-account (>= 3.0~), tryton-modules-account (<< 3.1~),
-         tryton-modules-account-invoice (>= 3.0~), tryton-modules-account-invoice (<< 3.1~),
-         tryton-modules-account-product (>= 3.0~), tryton-modules-account-product (<< 3.1~),
-         tryton-modules-calendar (>= 3.0~), tryton-modules-calendar (<< 3.1~),
-         tryton-modules-product (>= 3.0~), tryton-modules-product (<< 3.1~),
-         tryton-modules-country (>= 3.0~), tryton-modules-country (<< 3.1~),
-         tryton-modules-currency (>= 3.0~), tryton-modules-currency (<< 3.1~),
-         tryton-modules-party (>= 3.0~), tryton-modules-party (<< 3.1~),
-         tryton-modules-company (>= 3.0~), tryton-modules-company (<< 3.1~),
-         tryton-modules-stock-lot (>= 3.0~), tryton-modules-stock-lot (<< 3.1~)
+         tryton-server (>= 3.0~),
+         tryton-server (<< 3.1~),
+         tryton-modules-account (>= 3.0~),
+         tryton-modules-account (<< 3.1~),
+         tryton-modules-account-invoice (>= 3.0~),
+         tryton-modules-account-invoice (<< 3.1~),
+         tryton-modules-account-product (>= 3.0~),
+         tryton-modules-account-product (<< 3.1~),
+         tryton-modules-calendar (>= 3.0~),
+         tryton-modules-calendar (<< 3.1~),
+         tryton-modules-product (>= 3.0~),
+         tryton-modules-product (<< 3.1~),
+         tryton-modules-country (>= 3.0~),
+         tryton-modules-country (<< 3.1~),
+         tryton-modules-currency (>= 3.0~),
+         tryton-modules-currency (<< 3.1~),
+         tryton-modules-party (>= 3.0~),
+         tryton-modules-party (<< 3.1~),
+         tryton-modules-company (>= 3.0~),
+         tryton-modules-company (<< 3.1~),
+         tryton-modules-stock-lot,
+         tryton-modules-stock-lot (<< 3.1~)
 Recommends: postgresql-client
 Description: Electronic Medical Record and Hospital Information System - Server
  GNU Health is a multi-user, highly scalable, centralized Electronic
@@ -76,9 +89,10 @@
 
 Package: gnuhealth-client
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${python:Depends}, ${misc:Depends},
-         tryton-client (>= 3.0~), tryton-client (<< 3.1~)
+Depends: ${python:Depends},
+         ${misc:Depends},
+         tryton-client (>= 3.0~),
+         tryton-client (<< 3.1~)
 Description: Electronic Medical Record and Hospital Information System - Client
  GNU Health is a multi-user, highly scalable, centralized Electronic
  Medical Record (EMR) and Hospital Information System (HIS) for Tryton,
@@ -112,7 +126,6 @@
 
 Package: gnuhealth
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
          gnuhealth-server (= ${binary:Version}),
          gnuhealth-client (= ${binary:Version})
@@ -146,4 +159,3 @@
   * GNU Health allows one to attach documents (X-rays, Biopsy results, ...)
     to the Patient chart.
   * Designed with industry standards in mind
-




More information about the debian-med-commit mailing list