debian/0000775000000000000000000000000012005047057007170 5ustar debian/changelog0000664000000000000000000000026012005047057011040 0ustar python-pyasn1-modules (0.0.3-1) unstable; urgency=low * Initial release (Closes: #679399) -- Marc Haber Fri, 22 Jun 2012 12:50:13 +0200 debian/control0000664000000000000000000000150712005047057010576 0ustar Source: python-pyasn1-modules Section: python Priority: optional Maintainer: Marc Haber Build-Depends: debhelper (>= 8~), python Standards-Version: 3.9.3 Homepage: http://pypi.python.org/pypi/pyasn1-modules Vcs-Git: git://git.debian.org/collab-maint/python-pyasn1-modules.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pyasn1-modules.git;a=summary Package: python-pyasn1-modules Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Collection of protocols modules written in ASN.1 language This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . It's thought to be useful to protocol developers and testers. . Please note that pyasn1_modules is neither part of the pyasn1 package nor related to it. debian/compat0000664000000000000000000000000212005047057010366 0ustar 8 debian/copyright0000664000000000000000000000350712005047057011130 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: pyasn1-modules Source: http://pypi.python.org/pypi/pyasn1-modules Files: * Copyright: 2011-2012 Ilya Etingof License: BSD-3-Clause Files: debian/* Copyright: 2012 Marc Haber License: BSD-3-Clause License: BSD-3-Clause THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * The name of the authors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000775000000000000000000000000012005047057010470 5ustar debian/source/format0000664000000000000000000000001412005047057011676 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000071012005047057010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2