[Python-apps-commits] r4696 - in packages/eric/trunk/debian (changelog control rules)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sat Feb 6 11:10:31 UTC 2010


    Date: Saturday, February 6, 2010 @ 11:10:24
  Author: gudjon-guest
Revision: 4696

Upgraded python-sip dependencies

Modified:
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/control
  packages/eric/trunk/debian/rules

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2010-02-06 06:07:48 UTC (rev 4695)
+++ packages/eric/trunk/debian/changelog	2010-02-06 11:10:24 UTC (rev 4696)
@@ -15,8 +15,11 @@
   * Improve get_translations script, thanks to Piotr
   * Add VCS fields
   * Exclude Python3 directory from dh_support
+  * Remove dependency on python-qt-dev
+  * Change sip4 dependency to python-sip-dev
+  * Remove python-sip4 binary dependency
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Wed, 03 Feb 2010 08:35:04 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 06 Feb 2010 12:09:17 +0100
 
 eric (4.3.10-1) unstable; urgency=low
 

Modified: packages/eric/trunk/debian/control
===================================================================
--- packages/eric/trunk/debian/control	2010-02-06 06:07:48 UTC (rev 4695)
+++ packages/eric/trunk/debian/control	2010-02-06 11:10:24 UTC (rev 4696)
@@ -4,9 +4,10 @@
 Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
 Uploaders: Martin Höfling <martin.hoefling at gmx.de>, Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: python-all (>= 2.4.4-2), python-qt4 (>= 4.5), python-qt4-dev (>= 4.5),
- sip4 (>= 4.9), qt4-dev-tools, python-support, python-qscintilla2 (>=2.4-3),
- python-qt-dev, libqt4-dev
+Build-Depends-Indep: python-all (>= 2.4.4-2), python-qt4 (>= 4.5),
+ python-support, python-qscintilla2 (>=2.4-3),
+ python-sip-dev , qt4-dev-tools, libqt4-dev, python-qt4-dev
+#, python-kde4
 XS-Python-Version: >=2.4
 Standards-Version: 3.8.4
 Homepage: http://eric-ide.python-projects.org/
@@ -15,9 +16,8 @@
 
 Package: eric
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-qt4 (>= 4.5), python-sip4 (>=4.9),
- bicyclerepair (>= 0.9-4.1), python-pygments, python-chardet, python-qscintilla2 (>=2.4-3),
- python (>= 2.6) | python-simplejson
+Depends: ${python:Depends}, ${misc:Depends}, python-qt4 (>= 4.5), bicyclerepair (>= 0.9-4.1), 
+ python-pygments, python-chardet, python-qscintilla2 (>=2.4-3), python (>= 2.6) | python-simplejson
 Recommends: eric-api-files
 Suggests: qt4-designer, qt4-doc-html, pyqt4-dev-tools,
  qt4-dev-tools, ruby, python-doc, python-qt4-doc, python-kde4-doc, python-profiler,

Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules	2010-02-06 06:07:48 UTC (rev 4695)
+++ packages/eric/trunk/debian/rules	2010-02-06 11:10:24 UTC (rev 4696)
@@ -8,7 +8,7 @@
 QTAPIFILE=debian/apis/pyqt.api
 KDEAPIFILE=debian/apis/pykde.api
 PYTHONAPIFILE=debian/apis/python.api
-APIFILES=$(QTAPIFILE) 
+APIFILES=$(QTAPIFILE)
 # $(KDEAPIFILE)
 # $(PYTHONAPIFILE)
 




More information about the Python-apps-commits mailing list