debian/0000755000000000000000000000000012317000005007152 5ustar debian/copyright0000644000000000000000000000227012316554563011134 0ustar 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. debian/changelog0000644000000000000000000000543412316777775011074 0ustar python-smbc (1.0.14.1-0ubuntu2) trusty; urgency=medium * Build-depend on pkg-config. -- Matthias Klose Wed, 02 Apr 2014 14:17:46 +0200 python-smbc (1.0.14.1-0ubuntu1) trusty; urgency=medium * New upstream release. LP: #1300857. - Integrates samba 4 features. - Integrates the Python 3 patches. -- Matthias Klose Tue, 01 Apr 2014 17:33:54 +0200 python-smbc (1.0.13-0ubuntu5) trusty; urgency=medium * Build for samba 4. -- Matthias Klose Mon, 30 Dec 2013 13:00:49 +0100 python-smbc (1.0.13-0ubuntu4) raring; urgency=low * Rebuild to drop python3.2 extension. -- Matthias Klose Thu, 08 Nov 2012 11:16:42 +0000 python-smbc (1.0.13-0ubuntu3) raring; urgency=low * No-change upload to build for python3.3. -- Matthias Klose Tue, 23 Oct 2012 12:59:18 +0200 python-smbc (1.0.13-0ubuntu2) quantal; urgency=low * Python3 port, build a python3-smbc package. -- Matthias Klose Wed, 13 Jun 2012 17:06:28 +0200 python-smbc (1.0.13-0ubuntu1) precise; urgency=low * New upstream release o Memory leak fixed o Call initial libsmbclient functions in the right order -- Till Kamppeter Wed, 15 Feb 2012 20:02:23 +0100 python-smbc (1.0.12-0ubuntu1) precise; urgency=low * New upstream release o New bindings. -- Till Kamppeter Mon, 30 Jan 2012 14:12:02 +0100 python-smbc (1.0.10-0ubuntu3) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:12:21 +0000 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 debian/compat0000644000000000000000000000000212316554563010376 0ustar 8 debian/python3-smbc.install0000644000000000000000000000002012316554563013106 0ustar usr/lib/python3 debian/control0000644000000000000000000000162012316777747010615 0ustar Source: python-smbc Section: python Priority: optional Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python3-all-dev, libsmbclient-dev, pkg-config Standards-Version: 3.9.5 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. Package: python3-smbc Architecture: any Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends} Description: Python3 bindings for Samba clients (libsmbclient) A module for using the Samba client API in Python3 programs. debian/python-smbc.install0000644000000000000000000000002512316554563013030 0ustar usr/lib/python2.[67] debian/rules0000755000000000000000000000126212316554563010261 0ustar #!/usr/bin/make -f # Used during building to set the version export CFLAGS=-DVERSION=\"$(DEB_UPSTREAM_VERSION)\" DEB_DESTDIR := debian/python-smbc PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3 --buildsystem python_distutils build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_installchangelogs: dh_installchangelogs -k NEWS override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/source/0000755000000000000000000000000012316531332010465 5ustar debian/source/format0000644000000000000000000000001412316531332011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013112316554563010224 0ustar version=3 http://cyberelk.net/tim/data/pysmbc/pysmbc-(.*).tar.bz2 debian git-import-orig