--- python-smbpasswd-1.0.1.orig/debian/changelog +++ python-smbpasswd-1.0.1/debian/changelog @@ -0,0 +1,46 @@ +python-smbpasswd (1.0.1-1.2build3) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:45:03 +0000 + +python-smbpasswd (1.0.1-1.2build2) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:12:33 +0000 + +python-smbpasswd (1.0.1-1.2build1) jaunty; urgency=low + + * No change rebuild to build with Python 2.6. + + -- Alessio Treglia Wed, 11 Mar 2009 09:38:41 +0100 + +python-smbpasswd (1.0.1-1.2) unstable; urgency=low + + * Non-maintainer upload (at the request of the maintainer). + * Demote luma from Recommends to Suggests. + + -- Tollef Fog Heen Sat, 07 Feb 2009 17:42:21 +0100 + +python-smbpasswd (1.0.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Update to the new policy (closes: #373355). + + -- Pierre Habouzit Thu, 29 Jun 2006 11:35:07 +0200 + +python-smbpasswd (1.0.1-1) unstable; urgency=low + + * Cleaned up two minor compile warnings + * Clarified the licensing notices - this is GPLed because Samba is. + * Otherwise, no change in behavior at all from version 1.0 + + -- Bjorn Ove Grotan Sat, 25 Dec 2004 23:01:49 +0100 + +python-smbpasswd (1.0-1) unstable; urgency=low + + * New upstream release + + -- Bjorn Ove Grotan Mon, 13 Dec 2004 19:19:49 +0100 + --- python-smbpasswd-1.0.1.orig/debian/rules +++ python-smbpasswd-1.0.1/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# # Copyright © 2002,2003 Colin Walters + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + --- python-smbpasswd-1.0.1.orig/debian/control +++ python-smbpasswd-1.0.1/debian/control @@ -0,0 +1,19 @@ +Source: python-smbpasswd +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Bjorn Ove Grotan +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} +Suggests: luma +XB-Python-Version: ${python:Versions} +Description: This module can generate both LANMAN and NT password hashes + smbpasswd was written to generate password hashes suitable for use with samba, + and possibly other places which uses LANMAN and/or NT hashes - such as + samba with ldap-backend, or even as hash in some radius implementations. --- python-smbpasswd-1.0.1.orig/debian/copyright +++ python-smbpasswd-1.0.1/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Bjorn Ove Grotan on +Mon, 13 Dec 2004 22:31:00 +0100. + +It was downloaded from http://barryp.org/software/py-smbpasswd/ + +Upstream Author: Barry Pederson + +Copyright: + +Copyright (c) 2002 Barry Pederson. All rights reserved. +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in /usr/share/common-licenses/GPL file. + --- python-smbpasswd-1.0.1.orig/debian/pycompat +++ python-smbpasswd-1.0.1/debian/pycompat @@ -0,0 +1 @@ +2 --- python-smbpasswd-1.0.1.orig/debian/compat +++ python-smbpasswd-1.0.1/debian/compat @@ -0,0 +1 @@ +5