Hi,

Attached is the diff for my pyslide 0.4-4.1 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -u pyslide-0.4/debian/control pyslide-0.4/debian/control
--- pyslide-0.4/debian/control
+++ pyslide-0.4/debian/control
@@ -2,14 +2,14 @@
 Section: python
 Priority: optional
 Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.67), python, python2.3, python2.3-dev, 
python2.3-pygame, libsdl1.2-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.1.67), python-dev, python-pygame, 
libsdl1.2-dev, python-support (>= 0.4)
+Standards-Version: 3.7.2
 
 Package: pyslide
 Architecture: any
 Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}, python2.3-pygame, python2.3-xml
-Suggests: python2.3-imaging
+Depends: ${python:Depends}, ${shlibs:Depends}, python-pygame, python-xml
+Suggests: python-imaging
 Description: Tiny but powerful program to make animated presentations
  Pyslide allows you to make presentations with text, images and shapes, loads
  different fonts from TTF files, animate them and make a variety of alpha
diff -u pyslide-0.4/debian/changelog pyslide-0.4/debian/changelog
--- pyslide-0.4/debian/changelog
+++ pyslide-0.4/debian/changelog
@@ -1,3 +1,11 @@
+pyslide (0.4-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update package to the last python policy (Closes: 380918).
+  * Bump Standards-Version to 3.7.2.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Fri,  1 Sep 2006 14:16:52 +0200
+
 pyslide (0.4-4) unstable; urgency=low
 
   * New maintainer (Closes: #343255).
diff -u pyslide-0.4/debian/rules pyslide-0.4/debian/rules
--- pyslide-0.4/debian/rules
+++ pyslide-0.4/debian/rules
@@ -19,7 +19,7 @@
        dh_testdir
 
        # Building package
-       python2.3 setup.py build
+       python setup.py build
 
        touch build-stamp
 
@@ -29,7 +29,7 @@
        rm -f build-stamp
 
        # Cleaning package
-       python2.3 setup.py clean
+       python setup.py clean
        rm -rf build
 
        dh_clean
@@ -41,7 +41,7 @@
        dh_installdirs
 
        # Installing package
-       python2.3 setup.py install --no-compile 
--prefix=$(CURDIR)/debian/pyslide/usr
+       python setup.py install --no-compile 
--prefix=$(CURDIR)/debian/pyslide/usr
 
 binary-indep: build install
 
@@ -57,7 +57,7 @@
        dh_strip
        dh_compress -Xexamples
        dh_fixperms
-       dh_python
+       dh_pysupport
        dh_makeshlibs
        dh_installdeb
        dh_shlibdeps

Attachment: signature.asc
Description: Digital signature

Reply via email to