[Python-apps-commits] r378 - in packages/spe/trunk/debian (5 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Thu Dec 6 01:21:42 UTC 2007


    Date: Thursday, December 6, 2007 @ 01:21:42
  Author: pochu-guest
Revision: 378

Use external pychecker module

Modified:
  packages/spe/trunk/debian/changelog
  packages/spe/trunk/debian/control
  packages/spe/trunk/debian/links
  packages/spe/trunk/debian/rules
Deleted:
  packages/spe/trunk/debian/README.Debian

Deleted: packages/spe/trunk/debian/README.Debian
===================================================================
--- packages/spe/trunk/debian/README.Debian	2007-12-06 00:42:20 UTC (rev 377)
+++ packages/spe/trunk/debian/README.Debian	2007-12-06 01:21:42 UTC (rev 378)
@@ -1,12 +0,0 @@
-spe for Debian
---------------
-
-First packaging, some rough edges:
-
-- package contains internal pychecker module (both version 1 and
-  a modified version 2).
-- wxglade should be split out
-- the menu's should be cleaned up to include the advertising,
-  which is meaningless for Debian/Ubuntu.
-
- -- Matthias Klose <doko at ubuntu.com>, Sun,  3 Jul 2005 00:26:36 +0200

Modified: packages/spe/trunk/debian/changelog
===================================================================
--- packages/spe/trunk/debian/changelog	2007-12-06 00:42:20 UTC (rev 377)
+++ packages/spe/trunk/debian/changelog	2007-12-06 01:21:42 UTC (rev 378)
@@ -24,7 +24,8 @@
       as we install spe now in /usr/share/spe.
     - Require debhelper >= 5.0.38 as required by policy.
     - Require python-central >= 0.5.6 as required by policy.
-    - Depend on winpdb, as we have removed from the package.
+    - Depend on winpdb, as we have removed it from the package.
+    - Depend on pychecker >= 0.8.17-5 to get pychecker2 too.
     - Move python-doc from Recommends to Suggests, as it's in contrib.
       Closes: #452476.
     - Added Homepage, VCS-Browser and VCS-Svn fields.
@@ -44,6 +45,7 @@
     - Symlink docs from /usr/share/doc/spe/.
     - Symlink /usr/bin/spe to /usr/share/spe/_spe/SPE.py
     - Symlink the winpdb plugin to the winpdb files from the Debian package.
+    - Symlink the pychecker and pychecker2 plugins to the system ones.
   * debian/spe.xpm
     - Added.
   * debian/spe.desktop:
@@ -59,12 +61,15 @@
     - Call dh_install, dh_link and dh_desktop.
     - The changelog has been moved, so the path is different now.
     - Remove winpdb plugin. Let's use Debian's package.
+    - Remove pychecker and pychecker2 too.
     - Remove SPE_DEBUG.py. That's a windows launcher.
     - Do nothing on binary-arch target.
   * debian/pycompat:
     - Removed, not needed as we don't call dh_python.
+  * debian/README.Debian:
+    - Removed, issues are fixed now.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 03 Dec 2007 17:32:29 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Thu, 06 Dec 2007 02:17:52 +0100
 
 spe (0.8.2a+repack-1) unstable; urgency=medium
 

Modified: packages/spe/trunk/debian/control
===================================================================
--- packages/spe/trunk/debian/control	2007-12-06 00:42:20 UTC (rev 377)
+++ packages/spe/trunk/debian/control	2007-12-06 01:21:42 UTC (rev 378)
@@ -13,7 +13,7 @@
 
 Package: spe
 Architecture: all
-Depends: ${python:Depends}, python-wxgtk2.6, python-wxglade, kiki, winpdb
+Depends: ${python:Depends}, python-wxgtk2.6, python-wxglade, kiki, winpdb, pychecker (>= 0.8.17-5)
 Recommends: wx2.6-doc
 Suggests: python-profiler, blender (>= 2.35), python-doc
 XB-Python-Version: ${python:Versions}

Modified: packages/spe/trunk/debian/links
===================================================================
--- packages/spe/trunk/debian/links	2007-12-06 00:42:20 UTC (rev 377)
+++ packages/spe/trunk/debian/links	2007-12-06 01:21:42 UTC (rev 378)
@@ -8,3 +8,5 @@
 usr/share/pycentral/kiki/site-packages/kiki			usr/share/spe/_spe/plugins/kiki
 usr/share/pycentral/python-wxglade/site-packages/wxglade	usr/share/spe/_spe/plugins/wxGlade
 usr/share/python-support/winpdb					usr/share/spe/_spe/plugins/winpdb
+usr/share/python-support/pychecker/pychecker			usr/share/spe/_spe/plugins/pychecker
+usr/share/python-support/pychecker/pychecker2			usr/share/spe/_spe/plugins/pychecker2

Modified: packages/spe/trunk/debian/rules
===================================================================
--- packages/spe/trunk/debian/rules	2007-12-06 00:42:20 UTC (rev 377)
+++ packages/spe/trunk/debian/rules	2007-12-06 01:21:42 UTC (rev 378)
@@ -35,6 +35,8 @@
 	rm -rf debian/spe/usr/share/spe/_spe/plugins/kiki
 	rm -rf debian/spe/usr/share/spe/_spe/plugins/wxGlade
 	rm -rf debian/spe/usr/share/spe/_spe/plugins/winpdb
+	rm -rf debian/spe/usr/share/spe/_spe/plugins/pychecker
+	rm -rf debian/spe/usr/share/spe/_spe/plugins/pychecker2
 
 	rm debian/spe/usr/share/spe/_spe/SPE_DEBUG.py
 




More information about the Python-apps-commits mailing list