Hi, Attached is the diff for my python-smbpasswd 1.0.1-1.1 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u python-smbpasswd-1.0.1/debian/changelog
python-smbpasswd-1.0.1/debian/changelog
--- python-smbpasswd-1.0.1/debian/changelog
+++ python-smbpasswd-1.0.1/debian/changelog
@@ -1,3 +1,10 @@
+python-smbpasswd (1.0.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update to the new policy (closes: #373355).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Thu, 29 Jun 2006 11:35:07 +0200
+
python-smbpasswd (1.0.1-1) unstable; urgency=low
* Cleaned up two minor compile warnings
diff -u python-smbpasswd-1.0.1/debian/compat
python-smbpasswd-1.0.1/debian/compat
--- python-smbpasswd-1.0.1/debian/compat
+++ python-smbpasswd-1.0.1/debian/compat
@@ -1 +1 @@
-4
+5
diff -u python-smbpasswd-1.0.1/debian/control
python-smbpasswd-1.0.1/debian/control
--- python-smbpasswd-1.0.1/debian/control
+++ python-smbpasswd-1.0.1/debian/control
@@ -2,12 +2,15 @@
Section: python
Priority: optional
Maintainer: Bjorn Ove Grotan <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.67), python-dev (>= 2.3), python (>= 2.3),
cdbs (>= 0.4.5)
-Standards-Version: 3.6.1.1
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
+ cdbs (>= 0.4.5), python-support (>= 0.3)
+Standards-Version: 3.7.2
Package: python-smbpasswd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
Recommends: luma
Description: This module can generate both LANMAN and NT password hashes
smbpasswd was written to generate password hashes suitable for use with samba,
diff -u python-smbpasswd-1.0.1/debian/rules python-smbpasswd-1.0.1/debian/rules
--- python-smbpasswd-1.0.1/debian/rules
+++ python-smbpasswd-1.0.1/debian/rules
@@ -2,6 +2,8 @@
# -*- mode: makefile; coding: utf-8 -*-
# # Copyright © 2002,2003 Colin Walters <[EMAIL PROTECTED]>
+DEB_PYTHON_SYSTEM=pysupport
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
only in patch2:
unchanged:
--- python-smbpasswd-1.0.1.orig/debian/pycompat
+++ python-smbpasswd-1.0.1/debian/pycompat
@@ -0,0 +1 @@
+2
signature.asc
Description: Digital signature

