debian/0000755000000000000000000000000012217555417007177 5ustar debian/changelog0000644000000000000000000000024412217544173011046 0ustar python-ntlm (1.0.1-1) unstable; urgency=low * Initial release (closes: #719901). -- Laszlo Boszormenyi (GCS) Sun, 22 Sep 2013 12:36:47 +0200 debian/clean0000644000000000000000000000004112217554761010200 0ustar python_ntlm.egg-info/SOURCES.txt debian/compat0000644000000000000000000000000212217544557010400 0ustar 9 debian/control0000644000000000000000000000151512217550424010575 0ustar Source: python-ntlm Maintainer: Laszlo Boszormenyi (GCS) Section: python Priority: optional Build-Depends: debhelper (>= 9), python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3) Standards-Version: 3.9.4 Homepage: http://code.google.com/p/python-ntlm/ XS-Python-Version: >= 2.6 Package: python-ntlm Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Python library that provides NTLM support Python library that provides NTLM support, including an authentication handler for urllib2 (includes python-ntlm-fixed patch). This package allows Python clients running on any operating system to provide NTLM authentication to a supporting server. python-ntlm is probably most useful on platforms that are not Windows, since on Windows it is possible to take advantage of platform-specific NTLM support. debian/copyright0000644000000000000000000000236212217554251011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-ntlm Upstream-Contact: Daniel Holth Source: https://pypi.python.org/pypi/python-ntlm Files: * Copyright: 2001, Dmitry A. Rozmanov License: LGPL-3+ Files: debian/* Copyright: 2013 Laszlo Boszormenyi (GCS) , 2013 Orvant Maintainers License: LGPL-3+ License: LGPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser 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 Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-3'. debian/examples0000644000000000000000000000001612217552752010734 0ustar ntlm_examples debian/rules0000755000000000000000000000065412217555006010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR=$(CURDIR)/debian/python-ntlm override_dh_installexamples: mkdir -p $(DESTDIR)/usr/share/doc/python-ntlm/examples/ mv -f $(DESTDIR)/usr/bin/*example* \ $(DESTDIR)/usr/share/doc/python-ntlm/examples/ dh_installexamples %: dh $@ --with python2 --buildsystem=python_distutils .PHONY: override_dh_installexamples debian/source/0000755000000000000000000000000012217544073010473 5ustar debian/source/format0000644000000000000000000000001412217544073011701 0ustar 3.0 (quilt)