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

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Tue Feb 24 18:45:28 UTC 2009


    Date: Tuesday, February 24, 2009 @ 18:45:28
  Author: gothicx-guest
Revision: 2483

Change qt4-doc to qt4-doc-html because Documentation uses the html one; Add python-qt4-doc to Suggests to make PyQt4 documentation available; Add  to fix lintian warning

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

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2009-02-24 14:46:01 UTC (rev 2482)
+++ packages/eric/trunk/debian/changelog	2009-02-24 18:45:28 UTC (rev 2483)
@@ -1,9 +1,15 @@
 eric (4.3.0-1) unstable; urgency=low
 
   [ Marco Rodrigues ]
+  * Add myself to Uploaders.
   * debian/control:
     + Set new Homepage URL.
     + Add XB-Python-Version to eric-api-files.
+    + Change qt4-doc to qt4-doc-html because
+      Documentation uses the html one.
+    + Add python-qt4-doc to Suggests to make
+      PyQt4 documentation available.
+    + Add ${misc:Depends} to fix lintian warning.
   * debian/eric.desktop:
     + Remove 'Application' from Categories.
     + Remove Icon filename extension.
@@ -26,7 +32,7 @@
   * Upstream license change from GPL2 to GPL3
   * Fix patches 01, 04 and 05
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Fri, 20 Feb 2009 08:01:28 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 24 Feb 2009 18:42:11 +0100
 
 eric (4.2.5-1) experimental; urgency=low
 

Modified: packages/eric/trunk/debian/control
===================================================================
--- packages/eric/trunk/debian/control	2009-02-24 14:46:01 UTC (rev 2482)
+++ packages/eric/trunk/debian/control	2009-02-24 18:45:28 UTC (rev 2483)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
-Uploaders: Martin Höfling <martin.hoefling at gmx.de>
-Build-Depends: debhelper(>= 5.0.38), dpatch
+Uploaders: Martin Höfling <martin.hoefling at gmx.de>, Marco Rodrigues <gothicx at sapo.pt>
+Build-Depends: debhelper (>= 5.0.38), dpatch
 Build-Depends-Indep: python-all-dev (>= 2.4.4-2), python-qt4 (>=4.3-2), python-qt4-dev (>=4.3-2),
  sip4 (>=4.7), qt4-dev-tools, python-central (>= 0.5.8), python-qscintilla2,
  python-qt-dev, libqt4-dev
@@ -13,11 +13,11 @@
 
 Package: eric
 Architecture: all
-Depends: ${python:Depends}, python-qt4 (>= 4.3.1),
+Depends: ${python:Depends}, ${misc:Depends}, python-qt4 (>= 4.3.1),
  bicyclerepair (>= 0.9-4.1), python-qscintilla2
 Recommends: eric-api-files
-Suggests: qt4-assistant, qt4-designer, qt4-doc, pyqt4-dev-tools, 
- qt4-dev-tools, ruby, python-doc, python-profiler
+Suggests: qt4-assistant, qt4-designer, qt4-doc-html, pyqt4-dev-tools,
+ qt4-dev-tools, ruby, python-doc, python-qt4-doc, python-profiler
 XB-Python-Version: current
 Description: full featured Python IDE
  eric is a full featured Python IDE written in PyQt using the QScintilla




More information about the Python-apps-commits mailing list