--- python-smbc-1.0.10.orig/debian/changelog +++ python-smbc-1.0.10/debian/changelog @@ -0,0 +1,43 @@ +python-smbc (1.0.10-0ubuntu2) oneiric; urgency=low + + * Switch to dh_python2. (LP: #788514) + + -- Julian Taylor Mon, 08 Aug 2011 21:23:25 +0200 + +python-smbc (1.0.10-0ubuntu1) natty; urgency=low + + * New upstream release + o New bindings. + + -- Till Kamppeter Mon, 31 Jan 2011 11:42:43 +0100 + +python-smbc (1.0.8-0ubuntu2) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:12:31 +0000 + +python-smbc (1.0.8-0ubuntu1) maverick; urgency=low + + * New upstream release + o Lots of new bindings. + + -- Till Kamppeter Tue, 13 Jul 2010 23:51:21 +0200 + +python-smbc (1.0.6-0ubuntu3) lucid; urgency=low + + * Rebuild dropping the extension for python2.5. + + -- Matthias Klose Mon, 01 Feb 2010 22:06:05 +0000 + +python-smbc (1.0.6-0ubuntu2) jaunty; urgency=low + + * Rebuild for python2.6. + + -- Matthias Klose Sun, 22 Feb 2009 14:28:24 +0100 + +python-smbc (1.0.6-0ubuntu1) jaunty; urgency=low + + * Initial Ubuntu release (LP: #321785) + + -- Till Kamppeter Sun, 25 Jan 2009 23:35:30 +0100 --- python-smbc-1.0.10.orig/debian/rules +++ python-smbc-1.0.10/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +# Used during building to set the version +export CFLAGS=-DVERSION=\"$(DEB_UPSTREAM_VERSION)\" --- python-smbc-1.0.10.orig/debian/compat +++ python-smbc-1.0.10/debian/compat @@ -0,0 +1 @@ +5 --- python-smbc-1.0.10.orig/debian/copyright +++ python-smbc-1.0.10/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Till Kamppeter on +Sun, 25 Jan 2009 23:35:13 +0100. + +It was downloaded from http://cyberelk.net/tim/data/pysmbc/ + +Upstream Author: Tim Waugh + +Copyright 2008, Tim Waugh + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2009, Till Kamppeter and +is licensed under the GPL, see above. --- python-smbc-1.0.10.orig/debian/control +++ python-smbc-1.0.10/debian/control @@ -0,0 +1,17 @@ +Source: python-smbc +Section: python +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5.0.37.2), python-all-dev (>= 2.6.6-3~), + libsmbclient-dev +Standards-Version: 3.8.0 +VCS-Git: git://git.fedorahosted.org/git/pysmbc.git +VCS-Browser: http://git.fedorahosted.org/git/?p=pysmbc.git +Homepage: http://cyberelk.net/tim/software/pysmbc/ + +Package: python-smbc +Architecture: any +Provides: ${python:Provides} +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} +Description: Python bindings for Samba clients (libsmbclient) + A module for using the Samba client API in Python programs. --- python-smbc-1.0.10.orig/debian/watch +++ python-smbc-1.0.10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cyberelk.net/tim/data/pysmbc/pysmbc-(.*).tar.bz2 debian git-import-orig