Hi,
Attached is the diff of my serpento NNU.

diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/debian/changelog 
/tmp/eqc4Rr8I9t/serpento-0.4.1/debian/changelog
--- /tmp/V7dXJWjcib/serpento-0.4.1/debian/changelog     2006-06-06 
23:53:10.000000000 +0200
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/debian/changelog     2006-10-23 
03:12:00.000000000 +0200
@@ -1,3 +1,13 @@
+serpento (0.4.1-0.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Updated package to the last Python Policy. (Closes: #380946)
+  * Bumped compat to 5.
+  * Removed utils.pyc file (Closes: #392484)
+  * Replaced dh_installmanpages with dh_installman 
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Mon, 23 Oct 2006 03:11:38 
+0200
+
 serpento (0.4.1-0.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/debian/compat 
/tmp/eqc4Rr8I9t/serpento-0.4.1/debian/compat
--- /tmp/V7dXJWjcib/serpento-0.4.1/debian/compat        2006-06-06 
23:53:10.000000000 +0200
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/debian/compat        2006-10-23 
02:40:02.000000000 +0200
@@ -1 +1 @@
-4
+5
diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/debian/control 
/tmp/eqc4Rr8I9t/serpento-0.4.1/debian/control
--- /tmp/V7dXJWjcib/serpento-0.4.1/debian/control       2006-06-06 
23:53:10.000000000 +0200
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/debian/control       2006-10-23 
03:07:31.000000000 +0200
@@ -2,12 +2,12 @@
 Section: text
 Priority: optional
 Maintainer: Radovan Garabik <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 2.0.0), python2.3-dev
+Build-Depends: debhelper (>> 5), python-support (>= 0.5.3), python2.4-dev
 Standards-Version: 3.7.2
 
 Package: serpento
 Architecture: any
-Depends: ${shlibs:Depends}, python2.3, adduser
+Depends: ${shlibs:Depends}, python2.4, adduser
 Provides: dict-server
 Suggests: dict-client, dict-gcide, dict-wn, dict-jargon, dict-foldoc
 Conflicts: dict-server
diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/debian/postinst 
/tmp/eqc4Rr8I9t/serpento-0.4.1/debian/postinst
--- /tmp/V7dXJWjcib/serpento-0.4.1/debian/postinst      2002-09-27 
19:39:33.000000000 +0200
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/debian/postinst      2006-10-23 
02:41:41.000000000 +0200
@@ -5,7 +5,7 @@
 #
 
 PACKAGE=`basename $0 .postinst`
-PV=2.3
+PV=2.4
 PYTHON=python$PV
 LOGFILE=/var/log/serpento.log
 DIRLIST=/usr/lib/serpento
diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/debian/pyversion 
/tmp/eqc4Rr8I9t/serpento-0.4.1/debian/pyversion
--- /tmp/V7dXJWjcib/serpento-0.4.1/debian/pyversion     1970-01-01 
01:00:00.000000000 +0100
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/debian/pyversion     2006-10-23 
03:07:05.000000000 +0200
@@ -0,0 +1 @@
+2.4
diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/debian/rules 
/tmp/eqc4Rr8I9t/serpento-0.4.1/debian/rules
--- /tmp/V7dXJWjcib/serpento-0.4.1/debian/rules 2006-06-06 23:53:10.000000000 
+0200
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/debian/rules 2006-10-23 03:05:17.000000000 
+0200
@@ -49,6 +49,7 @@
        cp $(CURDIR)/dictdconfig $(CURDIR)/debian/serpento/usr/sbin/
 #      cp tools/* $(CURDIR)/debian/serpento/usr/lib/serpento/tools
 
+       rm -f $(CURDIR)/tools/utils.pyc
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -67,7 +68,7 @@
 #      dh_installpam
        dh_installinit --name=dictd
        dh_installcron
-       dh_installmanpages
+       dh_installman
        dh_installinfo
 #      dh_undocumented
        dh_installchangelogs
@@ -78,6 +79,7 @@
        # You may want to make some executables suid here.
 #      dh_suidregister
 #      dh_makeshlibs
+       dh_pysupport
        dh_installdeb
 #      dh_perl
        dh_shlibdeps
diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/Makefile 
/tmp/eqc4Rr8I9t/serpento-0.4.1/Makefile
--- /tmp/V7dXJWjcib/serpento-0.4.1/Makefile     2002-12-12 10:48:29.000000000 
+0100
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/Makefile     2006-10-23 02:43:53.000000000 
+0200
@@ -1,7 +1,7 @@
 #DESTDIR =
 INSTALLDIR=$(DESTDIR)/usr/lib/serpento
 
-PYTHON_INCLUDE=/usr/include/python2.3/
+PYTHON_INCLUDE=/usr/include/python2.4/
 
 CFLAGS = -g -W -Wall -I$(PYTHON_INCLUDE) $(DEFINES)
 LDFLAGS =
diff -Nru /tmp/V7dXJWjcib/serpento-0.4.1/serpento.py 
/tmp/eqc4Rr8I9t/serpento-0.4.1/serpento.py
--- /tmp/V7dXJWjcib/serpento-0.4.1/serpento.py  2002-12-13 11:41:11.000000000 
+0100
+++ /tmp/eqc4Rr8I9t/serpento-0.4.1/serpento.py  2006-10-23 02:43:37.000000000 
+0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3 -O
+#!/usr/bin/python2.4 -O
 # maybe you need to change the above line
 
 import os, sys, socket, string

Reply via email to