[Python-apps-commits] r779 - in packages/spe/trunk/debian (changelog links rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Mar 7 21:47:48 UTC 2008


    Date: Friday, March 7, 2008 @ 21:47:47
  Author: piotr
Revision: 779

updated to 0.8.4.e (not released yet)

Modified:
  packages/spe/trunk/debian/changelog
  packages/spe/trunk/debian/links
  packages/spe/trunk/debian/rules

Modified: packages/spe/trunk/debian/changelog
===================================================================
--- packages/spe/trunk/debian/changelog	2008-03-06 23:40:10 UTC (rev 778)
+++ packages/spe/trunk/debian/changelog	2008-03-07 21:47:47 UTC (rev 779)
@@ -1,15 +1,13 @@
-spe (0.8.4.d-1) UNRELEASED; urgency=low
+spe (0.8.4.e-1) UNRELEASED; urgency=low
 
   [ Stefano Canepa ]
   * New upstream release, from the upstream SPE-0.8.4.d-wx2.6.1.0.tar.gz
-    tarball.
+    tarball (includes Stefano's setup.py and spe.sgml - Piotr).
   * debian/control:
     - Added docbook-to-man to Build-Depends-Indep.
     - Added myself to Uploaders.
   * debian/rules:
     - Added creation of manpage.
-  * debian/01_setup.py, debian/rules:
-    - Add a setup.py file and install it before building the package.
 
   [ Emilio Pozuelo Monfort ]
   * debian/control:
@@ -37,9 +35,6 @@
     - Created. Move symlinks from rules to here.
     - 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.
-    - Symlink the XRCed plugin to the system one.
   * debian/spe.xpm
     - Added.
   * debian/spe.desktop:

Modified: packages/spe/trunk/debian/links
===================================================================
--- packages/spe/trunk/debian/links	2008-03-06 23:40:10 UTC (rev 778)
+++ packages/spe/trunk/debian/links	2008-03-07 21:47:47 UTC (rev 779)
@@ -4,11 +4,3 @@
 usr/share/spe/_spe/doc/about.htm	usr/share/doc/spe/about.htm
 usr/share/spe/_spe/examples		usr/share/doc/spe/examples
 usr/share/spe/_spe/images/spe.png	usr/share/pixmaps/spe.png
-
-# Link external modules to the debian packages, so we don't duplicate code.
-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
-usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/tools/XRCed	usr/share/spe/_spe/plugins/XRCed

Modified: packages/spe/trunk/debian/rules
===================================================================
--- packages/spe/trunk/debian/rules	2008-03-06 23:40:10 UTC (rev 778)
+++ packages/spe/trunk/debian/rules	2008-03-07 21:47:47 UTC (rev 779)
@@ -14,9 +14,9 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f spe.1
+	rm -rf build
 	find . -name '*.py[co]' | xargs rm -f
-	dh_clean 
+	dh_clean spe.1
 
 install: build
 	dh_testdir




More information about the Python-apps-commits mailing list