debian/0000755000000000000000000000000013441523333007167 5ustar debian/rules0000755000000000000000000000201712231246717010253 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk # Don't compress .py files DEB_COMPRESS_EXCLUDE := .py # Install egg-info directories DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed \ --install-layout=deb ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) install/python-pyasn1 install/python3-pyasn1:: set -e; cd test; for buildver in $(cdbs_python_build_versions); do \ echo "I: Running pyasn1 unittests using python$$buildver"; \ pd=$$(/bin/ls -d $(CURDIR)/build/lib.*-$$buildver) && \ PYTHONPATH=$$pd $(call cdbs_python_binary,python$$buildver) suite.py; \ done install/python3-pyasn1:: set -e; cd test; for buildver in $(cdbs_python3_build_versions); do \ echo "I: Running pyasn1 unittests using python$$buildver"; \ pd=$$(/bin/ls -d $(CURDIR)/build/lib/) && \ PYTHONPATH=$$pd $(call cdbs_python_binary,python$$buildver) suite.py; \ done endif debian/control0000644000000000000000000000326412231244136010574 0ustar Source: pyasn1 Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jan Lübbe Uploaders: Debian Python Modules Team , Deepak Tripathi , Vincent Bernat Standards-Version: 3.9.4 Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.90~), python-all (>= 2.6.6-3~), python3-all Build-Depends-Indep: python-setuptools, python3-setuptools X-Python-Version: >= 2.4 Homepage: http://pyasn1.sourceforge.net/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyasn1/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyasn1/trunk/ Package: python-pyasn1 Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: doc-base Description: ASN.1 library for Python (Python 2 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 2 module. Package: python3-pyasn1 Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: doc-base Description: ASN.1 library for Python (Python 3 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 3 module. debian/watch0000644000000000000000000000006712220237273010222 0ustar version=3 http://sf.net/pyasn1/pyasn1-([0-9.]*).tar.gz debian/compat0000644000000000000000000000000212220237273010364 0ustar 5 debian/copyright0000644000000000000000000000506712222216413011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyasn1 Upstream-Contact: Ilya Etingof Source: http://pyasn1.sf.net Files: * Copyright: 2005-2013, Ilya Etingof License: BSD-2-clause Files: debian/* Copyright: 2006-2012 Arnaud Fontaine 2007-2012 Jan Luebbe 2010-2012 Deepak Tripathi License: GPL-2+ This program 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 program 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 full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: BSD-2-clause 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. . 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 COPYRIGHT HOLDER 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/python-pyasn1.doc-base0000644000000000000000000000042412220237273013317 0ustar Document: python-pyasn1 Title: PyASN1 programmer's manual Author: Ilya Etingof Abstract: This manual describes PyASN1 API and how to use it. Section: Programming Format: HTML Index: /usr/share/doc/python-pyasn1/pyasn1-tutorial.html Files: /usr/share/doc/python-pyasn1/*.html debian/source/0000755000000000000000000000000012222216561010465 5ustar debian/source/options0000644000000000000000000000004212220237273012100 0ustar extend-diff-ignore = "\.egg-info" debian/source/format0000644000000000000000000000001412220237273011674 0ustar 3.0 (quilt) debian/python-pyasn1.install0000644000000000000000000000003412220241260013274 0ustar debian/tmp/usr/lib/python2* debian/python3-pyasn1.install0000644000000000000000000000003412220241265013364 0ustar debian/tmp/usr/lib/python3* debian/python-pyasn1.docs0000644000000000000000000000001312220240700012551 0ustar doc/*.html debian/changelog0000644000000000000000000001133213441523333011041 0ustar pyasn1 (0.1.7-1ubuntu2.1) trusty-security; urgency=medium * No change rebuild in -security pocket. -- Marc Deslauriers Mon, 11 Mar 2019 14:20:04 -0400 pyasn1 (0.1.7-1ubuntu2) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:50:05 +0000 pyasn1 (0.1.7-1ubuntu1) trusty; urgency=low * Execute python3 tests, with python3. -- Dmitrijs Ledkovs Mon, 21 Oct 2013 16:28:56 +0100 pyasn1 (0.1.7-1) unstable; urgency=low [ Vincent Bernat ] * New upstream release. * Bump Standards-Version to 3.9.4. * Examples are not provided any more. Ship more documentation instead. * Add python3-pyasn1 package for Python 3 support. * Update debian/copyright to reflect licensing change. [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Yaroslav Halchenko ] * Team upload * New upstream release (Closes: #691421) * debian/rules: - run tests (test/suite.py) upon build -- Vincent Bernat Tue, 24 Sep 2013 09:28:33 +0200 pyasn1 (0.1.3-1) unstable; urgency=low * Team upload. [ Deepak Tripathi ] * debian/watch + updated source to sf.net redirector. [Arnaud Fontaine] * New upstream release. Closes: #651686. + PyASN1 manual has been renamed, thus update doc-base. * Fix FTBFS if built twice by adding debian/source/options to ignore changes to .egg-info directory. Closes: #671249. * Switch from python-support to dh_python2. * debian/watch: fix regex to not match pyasn1-modules. * debian/copyright: switch to machine-readable format. * debian/control: + Add doc-base to Suggests. + Bump Standards-Version to 3.9.3. No changes needed. + Build-Depends on python-all rather than only python. -- Arnaud Fontaine Mon, 21 May 2012 17:45:30 +0900 pyasn1 (0.0.11a-1) unstable; urgency=low * New upstream release (Closes: #579556). * Bumped Standard version to 3.8.4 (No changes). * debian/control: + Added myself to Uploaders. + Added ${misc:Depends}. + Aemoved python-dev and added python. * debian/copyright + Added debian's copyright information. + Formated and updated copy information. * Added debian/python-pyasn1.doc-base. * debian/source: + Switch to dpkg-source 3.0 (quilt) format. [Arnaud Fontaine] * debian/control: + Remove myself from Maintainer as Jan Lübbe is now the maintainer. -- Deepak Tripathi Fri, 14 May 2010 16:30:27 -0400 pyasn1 (0.0.8a-1) unstable; urgency=low [ Arnaud Fontaine ] * New upstream release. * New email address. * Remove useless debian/control.in. * debian/control: + Update Standards-Version to 3.7.3. No changes needed. [ Piotr Ożarowski ] * debian/control: + Add Vcs-Browser and Homepage fields. + Rename XS-Vcs-Svn field to Vcs-Svn. [ Sandro Tosi ] * debian/control: - Uniformise Vcs-Browser field. * debian/control - switch Vcs-Browser field to viewsvn -- Arnaud Fontaine Thu, 29 May 2008 22:05:33 +0200 pyasn1 (0.0.7a-1) unstable; urgency=low * New upstream release * Update my maintainer address -- Jan Luebbe Sun, 26 Aug 2007 13:26:31 +0200 pyasn1 (0.0.6a-1) unstable; urgency=low [ Arnaud Fontaine ] * New upstream release. * Add egg support. [ Piotr Ozarowski ] * Added XS-Vcs-Svn field -- Arnaud Fontaine Mon, 16 Apr 2007 17:56:28 +0200 pyasn1 (0.0.5a-2) unstable; urgency=low * New Python policy changes. Closes: #373484. + debian/compat: - Update debhelper compatibility to 5. + debian/rules: - Add DEB_PYTHON_SYSTEM=pysupport. + debian/control.in - Clean Build-Depends and Depends, cdbs handles that automatically now. - XB-Python-Version and Provides for binary package. + debian/postinst && debian/prerm: - Remove "hand made" python-support stuff, cdbs does this. -- Arnaud Fontaine Mon, 19 Jun 2006 23:51:44 +0200 pyasn1 (0.0.5a-1) unstable; urgency=low * New upstream release. * Bumped Standards-Version to 3.7.2. * Add debian/source.lintian-overrides for Build-Depends warnings concerning python-support * Update python-support to 0.2.1 in debian/control* and debian/rules. -- Arnaud Fontaine Thu, 1 Jun 2006 16:41:11 +0200 pyasn1 (0.0.4a-2) unstable; urgency=low * Move Build-Depends-Indep to Build-Depends according to the debian policy. -- Arnaud Fontaine Sat, 22 Apr 2006 19:22:53 +0200 pyasn1 (0.0.4a-1) unstable; urgency=low * Initial release. Closes: #364204. -- Arnaud Fontaine Fri, 22 Apr 2006 08:22:12 +0200