[gnue] r9967 - in trunk: gnue-appserver/packaging/debian gnue-common/packaging/debian gnue-designer/packaging/debian gnue-forms/packaging/debian gnue-navigator/packaging/debian gnue-reports/packaging/debian

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2009-10-14 10:01:48 -0500 (Wed, 14 Oct 2009)
New Revision: 9967

Modified:
   trunk/gnue-appserver/packaging/debian/control
   trunk/gnue-common/packaging/debian/control
   trunk/gnue-designer/packaging/debian/control
   trunk/gnue-forms/packaging/debian/control
   trunk/gnue-navigator/packaging/debian/control
   trunk/gnue-reports/packaging/debian/control
Log:
Hm. Having the XS-Python-Version: lines seems to be deprecated, although not
having them also seems to be deprecated....

Currently, building Debian packages seems to work better without them.


Modified: trunk/gnue-appserver/packaging/debian/control
===================================================================
--- trunk/gnue-appserver/packaging/debian/control	2009-10-13 19:01:25 UTC (rev 9966)
+++ trunk/gnue-appserver/packaging/debian/control	2009-10-14 15:01:48 UTC (rev 9967)
@@ -3,12 +3,10 @@
 Priority: optional
 Maintainer: Andrew Mitchell <[email protected]>
 Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
-XS-Python-Version: >= 2.3, << 3.0
 Standards-Version: 3.6.1
 
 Package: gnue-appserver
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, python-support (>= 0.5.3), gnue-common (>= 0.6.8), python-pysqlite2 | python-sqlite | python-psycopg2 | python-psycopg | python-pygresql | python-pgsql | python-mysqldb | python-kinterbasdb | python-maxdb
 Description: GNU Enterprise Application Server
  The GNU Enterprise Application Server is the core of the n-tier variant of the

Modified: trunk/gnue-common/packaging/debian/control
===================================================================
--- trunk/gnue-common/packaging/debian/control	2009-10-13 19:01:25 UTC (rev 9966)
+++ trunk/gnue-common/packaging/debian/control	2009-10-14 15:01:48 UTC (rev 9967)
@@ -3,12 +3,10 @@
 Priority: optional
 Maintainer: Andrew Mitchell <[email protected]>
 Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3)
-XS-Python-Version: >= 2.3, << 3.0
 Standards-Version: 3.6.1
 
 Package: gnue-common
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, python-support (>= 0.5.3), python-egenix-mxdatetime
 Recommends: python-pysqlite2 | python-sqlite | python-psycopg2 | python-psycopg | python-pygresql | python-pgsql | python-mysqldb | python-kinterbasdb | python-maxdb
 Suggests: gnue-forms, gnue-reports, gnue-appserver

Modified: trunk/gnue-designer/packaging/debian/control
===================================================================
--- trunk/gnue-designer/packaging/debian/control	2009-10-13 19:01:25 UTC (rev 9966)
+++ trunk/gnue-designer/packaging/debian/control	2009-10-14 15:01:48 UTC (rev 9967)
@@ -3,12 +3,10 @@
 Priority: optional
 Maintainer: Andrew Mitchell <[email protected]>
 Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
-XS-Python-Version: >= 2.3, << 3.0
 Standards-Version: 3.6.1
 
 Package: gnue-designer
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, python-support (>= 0.5.3), libwxgtk2.4-python, gnue-common (>= 0.6.8), gnue-forms (>= 0.5.9)
 Description: A Rapid Application Development tool for GNU Enterprise
  Designer is the IDE for GNU Enterprise. It builds forms,

Modified: trunk/gnue-forms/packaging/debian/control
===================================================================
--- trunk/gnue-forms/packaging/debian/control	2009-10-13 19:01:25 UTC (rev 9966)
+++ trunk/gnue-forms/packaging/debian/control	2009-10-14 15:01:48 UTC (rev 9967)
@@ -3,12 +3,10 @@
 Priority: optional
 Maintainer: Andrew Mitchell <[email protected]>
 Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
-XS-Python-Version: >= 2.3, << 3.0
 Standards-Version: 3.6.1
 
 Package: gnue-forms
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
 Recommends: python-wxgtk2.6 | python-qt3
 Description: Generator for interactive data entry screens

Modified: trunk/gnue-navigator/packaging/debian/control
===================================================================
--- trunk/gnue-navigator/packaging/debian/control	2009-10-13 19:01:25 UTC (rev 9966)
+++ trunk/gnue-navigator/packaging/debian/control	2009-10-14 15:01:48 UTC (rev 9967)
@@ -3,12 +3,10 @@
 Priority: optional
 Maintainer: Andrew Mitchell <[email protected]>
 Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
-XS-Python-Version: >= 2.3, << 3.0
 Standards-Version: 3.6.1
 
 Package: gnue-navigator
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
 Recommends: gnue-forms (>= 0.5.8), gnue-reports (>= 0.1.6)
 Description: GNU Enterprise Navigator

Modified: trunk/gnue-reports/packaging/debian/control
===================================================================
--- trunk/gnue-reports/packaging/debian/control	2009-10-13 19:01:25 UTC (rev 9966)
+++ trunk/gnue-reports/packaging/debian/control	2009-10-14 15:01:48 UTC (rev 9967)
@@ -3,12 +3,10 @@
 Priority: optional
 Maintainer: Jeff Bailey <[email protected]>
 Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
-XS-Python-Version: >= 2.3, << 3.0
 Standards-Version: 3.6.1
 
 Package: gnue-reports
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, python-support (>= 0.5.3), gnue-common (>= 0.6.8)
 Description: An XML-based output-independent reporting system.
  GNU Enterprise Reports is a platform and output-indepedent reporting
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.