[Python-apps-commits] r299 - in /packages/spe/trunk/debian: changelog control links rules
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Sun Nov 25 23:22:46 UTC 2007
Author: pochu-guest
Date: Sun Nov 25 23:22:46 2007
New Revision: 299
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=299
Log:
remove inline winpdb, depend on winpdb package, remove SPE_DEBUG.py windows installer
Modified:
packages/spe/trunk/debian/changelog
packages/spe/trunk/debian/control
packages/spe/trunk/debian/links
packages/spe/trunk/debian/rules
Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=299&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Sun Nov 25 23:22:46 2007
@@ -1,4 +1,4 @@
-spe (0.8.4b-1) UNRELEASED; urgency=low
+spe (0.8.4b-1) unstable; urgency=low
[ Stefano Canepa ]
* New upstream release
@@ -22,6 +22,7 @@
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.
- Move python-doc from Recommends to Suggests, as it's in contrib.
Closes: #452476.
- Added Homepage, VCS-Browser and VCS-Svn fields.
@@ -39,6 +40,7 @@
- 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.
* debian/spe.xpm
- Added.
* debian/spe.desktop:
@@ -53,10 +55,12 @@
- Install spe.desktop from spe.install and not here.
- 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 SPE_DEBUG.py. That's a windows launcher.
* debian/pycompat:
- Removed, not needed as we don't call dh_python.
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sun, 25 Nov 2007 21:42:16 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sun, 25 Nov 2007 23:48:42 +0100
spe (0.8.2a+repack-1) unstable; urgency=medium
Modified: packages/spe/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/control?rev=299&op=diff
==============================================================================
--- packages/spe/trunk/debian/control (original)
+++ packages/spe/trunk/debian/control Sun Nov 25 23:22:46 2007
@@ -13,7 +13,7 @@
Package: spe
Architecture: all
-Depends: ${python:Depends}, python-wxgtk2.6, python-wxglade, kiki
+Depends: ${python:Depends}, python-wxgtk2.6, python-wxglade, kiki, winpdb
Recommends: wx2.6-doc
Suggests: python-profiler, blender (>= 2.35), python-doc
XB-Python-Version: ${python:Versions}
Modified: packages/spe/trunk/debian/links
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/links?rev=299&op=diff
==============================================================================
--- packages/spe/trunk/debian/links (original)
+++ packages/spe/trunk/debian/links Sun Nov 25 23:22:46 2007
@@ -7,3 +7,4 @@
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
Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=299&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sun Nov 25 23:22:46 2007
@@ -34,6 +34,9 @@
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 debian/spe/usr/share/spe/_spe/SPE_DEBUG.py
chmod +x debian/spe/usr/share/spe/_spe/SPE.py
More information about the Python-apps-commits
mailing list