Hi,

Attached is the diff for my scalemail 0.18-0.2 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -Nru /tmp/5LMtVWdy1R/scalemail-0.18/debian/changelog 
/tmp/l5oroVfimy/scalemail-0.18/debian/changelog
--- /tmp/5LMtVWdy1R/scalemail-0.18/debian/changelog     2006-07-19 
18:13:48.000000000 +0200
+++ /tmp/l5oroVfimy/scalemail-0.18/debian/changelog     2006-08-12 
14:20:49.000000000 +0200
@@ -1,3 +1,15 @@
+scalemail (0.18-0.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update package to the last python policy (Closes: #380941).
+  * Bump Standards-Version to 3.7.2.
+  * Build with default python.
+  * Add missing depends on adduser.
+  * Fix FSF address.
+  * Fix python2.3 shebangs, and ensure we at least build for python2.3.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sat, 12 Aug 2006 14:10:48 +0200
+
 scalemail (0.18-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru /tmp/5LMtVWdy1R/scalemail-0.18/debian/control 
/tmp/l5oroVfimy/scalemail-0.18/debian/control
--- /tmp/5LMtVWdy1R/scalemail-0.18/debian/control       2006-07-19 
18:12:14.000000000 +0200
+++ /tmp/l5oroVfimy/scalemail-0.18/debian/control       2006-08-12 
14:14:14.000000000 +0200
@@ -2,13 +2,13 @@
 Section: mail
 Priority: optional
 Maintainer: Tommi Virtanen <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
-Build-Depends: cdbs (>= 0.4.8.1), debhelper (>= 4.1.0), python, python2.3, 
python2.3-dev
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.8.1), debhelper (>= 4.1.0), python-dev, 
python-support
 
 Package: scalemail
 Section: mail
 Architecture: all
-Depends: ${python:Depends}, python-twisted-core , python-twisted-mail , 
python-ldaptor , postfix (>= 0.0.20010329.SNAPSHOT), python-zopeinterface
+Depends: ${python:Depends}, python-twisted-core , python-twisted-mail , 
python-ldaptor , postfix (>= 0.0.20010329.SNAPSHOT), python-zopeinterface, 
adduser
 Suggests: courier-imap-ssl | courier-ssl, slapd
 Description: Scalable virtual mail domain system built on Postfix and LDAP
  A scalable (but not HA, at least not yet) virtual domain system for
diff -Nru /tmp/5LMtVWdy1R/scalemail-0.18/debian/copyright 
/tmp/l5oroVfimy/scalemail-0.18/debian/copyright
--- /tmp/5LMtVWdy1R/scalemail-0.18/debian/copyright     2003-08-03 
12:32:07.000000000 +0200
+++ /tmp/l5oroVfimy/scalemail-0.18/debian/copyright     2006-08-12 
14:13:35.000000000 +0200
@@ -22,7 +22,9 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+    MA 02110-1301, USA.
+
 
 On Debian Linux systems, the complete text of the GNU General Public
 License can be found in '/usr/share/common-licenses/GPL'.
diff -Nru /tmp/5LMtVWdy1R/scalemail-0.18/debian/pyversions 
/tmp/l5oroVfimy/scalemail-0.18/debian/pyversions
--- /tmp/5LMtVWdy1R/scalemail-0.18/debian/pyversions    1970-01-01 
01:00:00.000000000 +0100
+++ /tmp/l5oroVfimy/scalemail-0.18/debian/pyversions    2006-08-12 
14:17:20.000000000 +0200
@@ -0,0 +1 @@
+2.3-
diff -Nru /tmp/5LMtVWdy1R/scalemail-0.18/debian/rules 
/tmp/l5oroVfimy/scalemail-0.18/debian/rules
--- /tmp/5LMtVWdy1R/scalemail-0.18/debian/rules 2004-06-26 17:05:49.000000000 
+0200
+++ /tmp/l5oroVfimy/scalemail-0.18/debian/rules 2006-08-12 14:08:25.000000000 
+0200
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-include /usr/share/cdbs/1/rules/debhelper.mk
+# YES THE SWITCH OF INCLUDE IS ITENTIONNAL
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_PYTHON_COMPILE_VERSION = 2.3
+binary-install/scalemail::
+       dh_pysupport
diff -Nru /tmp/5LMtVWdy1R/scalemail-0.18/scalemail-courier-login 
/tmp/l5oroVfimy/scalemail-0.18/scalemail-courier-login
--- /tmp/5LMtVWdy1R/scalemail-0.18/scalemail-courier-login      2005-01-17 
16:18:09.000000000 +0100
+++ /tmp/l5oroVfimy/scalemail-0.18/scalemail-courier-login      2006-08-12 
14:17:09.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/usr/bin/python
 
 from scalemail.scripts import courier_login
 courier_login.run()
diff -Nru /tmp/5LMtVWdy1R/scalemail-0.18/scalemail-courier-login-mapper 
/tmp/l5oroVfimy/scalemail-0.18/scalemail-courier-login-mapper
--- /tmp/5LMtVWdy1R/scalemail-0.18/scalemail-courier-login-mapper       
2004-06-26 17:05:49.000000000 +0200
+++ /tmp/l5oroVfimy/scalemail-0.18/scalemail-courier-login-mapper       
2006-08-12 14:17:12.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/usr/bin/python
 #
 #    scalemail-courier-login-mapper - make Courier-IMAP match Scalemail 
accounts
 #    Copyright (C) 2001  Tommi Virtanen <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to