[Python-modules-commits] r276 - in /packages/pyasn1/trunk/debian: ./ changelog compat control control.in copyright python-pyasn1.dirs python-pyasn1.docs python-pyasn1.examples python-pyasn1.postinst python-pyasn1.prerm rules

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Sat Apr 22 06:51:13 UTC 2006


Author: arnau-guest
Date: Sat Apr 22 06:51:11 2006
New Revision: 276

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=276
Log:
Load newtrunk into packages/pyasn1/trunk.

Added:
    packages/pyasn1/trunk/debian/
    packages/pyasn1/trunk/debian/changelog
    packages/pyasn1/trunk/debian/compat
    packages/pyasn1/trunk/debian/control
    packages/pyasn1/trunk/debian/control.in
    packages/pyasn1/trunk/debian/copyright
    packages/pyasn1/trunk/debian/python-pyasn1.dirs
    packages/pyasn1/trunk/debian/python-pyasn1.docs
    packages/pyasn1/trunk/debian/python-pyasn1.examples
    packages/pyasn1/trunk/debian/python-pyasn1.postinst
    packages/pyasn1/trunk/debian/python-pyasn1.prerm
    packages/pyasn1/trunk/debian/rules   (with props)

Added: packages/pyasn1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/changelog?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/changelog (added)
+++ packages/pyasn1/trunk/debian/changelog Sat Apr 22 06:51:11 2006
@@ -1,0 +1,5 @@
+pyasn1 (0.0.4a-1) unstable; urgency=low
+
+  * Initial release. Closes: #364204.
+
+ -- Arnaud Fontaine <arnaud at andesi.org>  Fri, 22 Apr 2006 08:22:12 +0200

Added: packages/pyasn1/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/compat?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/compat (added)
+++ packages/pyasn1/trunk/debian/compat Sat Apr 22 06:51:11 2006
@@ -1,0 +1,1 @@
+5

Added: packages/pyasn1/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/control?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/control (added)
+++ packages/pyasn1/trunk/debian/control Sat Apr 22 06:51:11 2006
@@ -1,0 +1,18 @@
+Source: pyasn1
+Section: python
+Priority: optional
+Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 5), python-dev
+
+Package: python-pyasn1
+Architecture: all
+Depends: python (>= 2.3), python-support
+Description: ASN.1 library for Python
+ 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.
+ .
+  Homepage: http://pyasn1.sourceforge.net/

Added: packages/pyasn1/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/control.in?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/control.in (added)
+++ packages/pyasn1/trunk/debian/control.in Sat Apr 22 06:51:11 2006
@@ -1,0 +1,18 @@
+Source: pyasn1
+Section: python
+Priority: optional
+Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: @cdbs@, python-dev
+
+Package: python-pyasn1
+Architecture: all
+Depends: python (>= 2.3), python-support
+Description: ASN.1 library for Python
+ 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.
+ .
+  Homepage: http://pyasn1.sourceforge.net/

Added: packages/pyasn1/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/copyright?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/copyright (added)
+++ packages/pyasn1/trunk/debian/copyright Sat Apr 22 06:51:11 2006
@@ -1,0 +1,41 @@
+his package was debianized by Arnaud Fontaine <arnaud at andesi.org> on
+Fri, 22 Apr 2006 08:22:12 +0200.
+
+It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=93839
+
+Author: Ilya Etingof <ilya at glas.net>
+
+Copyright: 2005-2006, Ilya Etingof <ilya at glas.net>, all rights reserved.
+
+   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.

Added: packages/pyasn1/trunk/debian/python-pyasn1.dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/python-pyasn1.dirs?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/python-pyasn1.dirs (added)
+++ packages/pyasn1/trunk/debian/python-pyasn1.dirs Sat Apr 22 06:51:11 2006
@@ -1,0 +1,1 @@
+usr/share/python-support/pyasn1/

Added: packages/pyasn1/trunk/debian/python-pyasn1.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/python-pyasn1.docs?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/python-pyasn1.docs (added)
+++ packages/pyasn1/trunk/debian/python-pyasn1.docs Sat Apr 22 06:51:11 2006
@@ -1,0 +1,1 @@
+doc/notes.html

Added: packages/pyasn1/trunk/debian/python-pyasn1.examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/python-pyasn1.examples?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/python-pyasn1.examples (added)
+++ packages/pyasn1/trunk/debian/python-pyasn1.examples Sat Apr 22 06:51:11 2006
@@ -1,0 +1,1 @@
+examples/*

Added: packages/pyasn1/trunk/debian/python-pyasn1.postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/python-pyasn1.postinst?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/python-pyasn1.postinst (added)
+++ packages/pyasn1/trunk/debian/python-pyasn1.postinst Sat Apr 22 06:51:11 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -i /usr/share/python-support/pyasn1
+fi

Added: packages/pyasn1/trunk/debian/python-pyasn1.prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/python-pyasn1.prerm?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/python-pyasn1.prerm (added)
+++ packages/pyasn1/trunk/debian/python-pyasn1.prerm Sat Apr 22 06:51:11 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -c -i /usr/share/python-support/pyasn1
+fi

Added: packages/pyasn1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyasn1/trunk/debian/rules?rev=276&op=file
==============================================================================
--- packages/pyasn1/trunk/debian/rules (added)
+++ packages/pyasn1/trunk/debian/rules Sat Apr 22 06:51:11 2006
@@ -1,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+# python-distutils before debhelper to avoid it calling dh_python
+# itself
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+# Don't compress .py files
+DEB_COMPRESS_EXCLUDE := .py
+
+# python-support stuff (based on python-cherrypy, thanks to its
+# maintainer)
+DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile -O0 --install-lib usr/share/python-support/pyasn1
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
+
+clean::
+        # Hack (CDBS bug -- see #300149)
+	-rm -rf build

Propchange: packages/pyasn1/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list