From:
[email protected]
This is a multi-part MIME message sent by reportbug.
Package: pyslide
Version: 0.4-1
Followup-For: Bug #266260
attached is a patch
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-treasure1
Locale: LANG=C, LC_CTYPE=de_DE@euro
diff -BurN pyslide-0.4/debian/control pyslide-0.4.patched/debian/control
--- pyslide-0.4/debian/control 2004-08-20 13:26:08.000000000 +0200
+++ pyslide-0.4.patched/debian/control 2004-08-20 13:23:11.000000000 +0200
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Tomas Guemes <
[email protected]>
-Build-Depends: debhelper (>= 4.1.67), python2.3, python2.3-dev, python2.3-pygame, libsdl1.2-dev
+Build-Depends: debhelper (>= 4.1.67), python, python2.3, python2.3-dev, python2.3-pygame, libsdl1.2-dev
Standards-Version: 3.6.1
Package: pyslide
diff -BurN pyslide-0.4/debian/rules pyslide-0.4.patched/debian/rules
--- pyslide-0.4/debian/rules 2004-08-20 13:26:08.000000000 +0200
+++ pyslide-0.4.patched/debian/rules 2004-08-20 13:23:03.000000000 +0200
@@ -20,14 +20,14 @@
build: build-stamp
build-stamp:
dh_testdir
- python setup.py build
+ python2.3 setup.py build
touch $@
clean:
dh_testdir
dh_testroot
rm -f *-stamp
- python setup.py clean
+ python2.3 setup.py clean
rm -rf build
dh_clean
@@ -36,7 +36,7 @@
dh_testroot
dh_c