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

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Wed Feb 3 07:36:57 UTC 2010


    Date: Wednesday, February 3, 2010 @ 07:36:55
  Author: gudjon-guest
Revision: 4641

Add dependency on python (>= 2.6) | python-simplejson

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-02 09:47:47 UTC (rev 4640)
+++ packages/eric/trunk/debian/changelog	2010-02-03 07:36:55 UTC (rev 4641)
@@ -8,18 +8,15 @@
   * Fix gen_*_api.py scripts
   * Minor changes to other manpages
   * Create separate gen_qt/kde_api.py scripts
-  * Add dependency on python-simplejson
+  * Add dependency on python (>= 2.6) | python-simplejson
   * Bump standards version to 3.8.4, no changes needed
   * Change debhelper dependency to 7
   * Fix clean target
   * Improve get_translations script, thanks to Piotr
   * Add VCS fields
   * Exclude Python3 directory from dh_support
-  * Add python-kde4 to build dependency list
-  * Remove python-kde4 and kde4 apis temporarily
-    since python-kde4 cannot be installed
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Tue, 02 Feb 2010 10:01:58 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Wed, 03 Feb 2010 08:35:04 +0100
 
 eric (4.3.10-1) unstable; urgency=low
 

Modified: packages/eric/trunk/debian/control
===================================================================
--- packages/eric/trunk/debian/control	2010-02-02 09:47:47 UTC (rev 4640)
+++ packages/eric/trunk/debian/control	2010-02-03 07:36:55 UTC (rev 4641)
@@ -17,7 +17,7 @@
 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-simplejson
+ 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-02 09:47:47 UTC (rev 4640)
+++ packages/eric/trunk/debian/rules	2010-02-03 07:36:55 UTC (rev 4641)
@@ -9,7 +9,7 @@
 KDEAPIFILE=debian/apis/pykde.api
 PYTHONAPIFILE=debian/apis/python.api
 APIFILES=$(QTAPIFILE) 
-#$(KDEAPIFILE)
+# $(KDEAPIFILE)
 # $(PYTHONAPIFILE)
 
 clean:




More information about the Python-apps-commits mailing list