[Python-modules-commits] r21848 - in packages/pyasn1/trunk/debian (11 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon May 21 09:09:55 UTC 2012


    Date: Monday, May 21, 2012 @ 09:09:51
  Author: arnau
Revision: 21848

* 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.

Added:
  packages/pyasn1/trunk/debian/doc-base
    (from rev 21847, packages/pyasn1/trunk/debian/python-pyasn1.doc-base)
  packages/pyasn1/trunk/debian/source/options
Modified:
  packages/pyasn1/trunk/debian/changelog
  packages/pyasn1/trunk/debian/control
  packages/pyasn1/trunk/debian/copyright
  packages/pyasn1/trunk/debian/docs
  packages/pyasn1/trunk/debian/rules
  packages/pyasn1/trunk/debian/watch
Deleted:
  packages/pyasn1/trunk/debian/pycompat
  packages/pyasn1/trunk/debian/python-pyasn1.doc-base
  packages/pyasn1/trunk/debian/pyversions

Modified: packages/pyasn1/trunk/debian/changelog
===================================================================
--- packages/pyasn1/trunk/debian/changelog	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/changelog	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1,13 +1,25 @@
-pyasn1 (0.0.11a-2) UNRELEASED; urgency=low
+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.
 
- -- Deepak Tripathi <apenguinlinux at gmail.com>  Mon, 28 Jun 2010 22:25:04 +0530
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 21 May 2012 17:45:30 +0900
 
 pyasn1 (0.0.11a-1) unstable; urgency=low
 
@@ -23,8 +35,8 @@
   * Added debian/python-pyasn1.doc-base.
   * debian/source:
     + Switch to dpkg-source 3.0 (quilt) format.
-   
-  [Arnaud Fontaine] 
+
+  [Arnaud Fontaine]
   * debian/control:
      + Remove myself from Maintainer as Jan Lübbe is now the maintainer.
 
@@ -38,7 +50,7 @@
   * 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.
@@ -78,7 +90,7 @@
     + debian/rules:
       - Add DEB_PYTHON_SYSTEM=pysupport.
     + debian/control.in
-      - Clean Build-Depends and Depends, cdbs handles that 
+      - Clean Build-Depends and Depends, cdbs handles that
         automatically now.
       - XB-Python-Version and Provides for binary package.
     + debian/postinst && debian/prerm:
@@ -99,7 +111,7 @@
 
 pyasn1 (0.0.4a-2) unstable; urgency=low
 
-  * Move Build-Depends-Indep to Build-Depends according 
+  * Move Build-Depends-Indep to Build-Depends according
     to the debian policy.
 
  -- Arnaud Fontaine <arnaud at andesi.org>  Sat, 22 Apr 2006 19:22:53 +0200

Modified: packages/pyasn1/trunk/debian/control
===================================================================
--- packages/pyasn1/trunk/debian/control	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/control	2012-05-21 09:09:51 UTC (rev 21848)
@@ -4,12 +4,12 @@
 Maintainer: Jan Lübbe <jluebbe at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
            Deepak Tripathi <apenguinlinux at gmail.com>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Build-Depends: debhelper (>= 5.0.37.2),
-               cdbs (>= 0.4.42),
-               python,
-               python-support (>= 0.3)
-Build-Depends-Indep: python-setuptools (>= 0.6b3)
+               cdbs (>= 0.4.90~),
+               python-all (>= 2.6.6-3~),
+Build-Depends-Indep: python-setuptools
+X-Python-Version: >= 2.4
 Homepage: http://pyasn1.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyasn1/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyasn1/trunk/
@@ -18,7 +18,6 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Suggests: doc-base
-XB-Python-Version: ${python:Versions}
 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

Modified: packages/pyasn1/trunk/debian/copyright
===================================================================
--- packages/pyasn1/trunk/debian/copyright	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/copyright	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1,57 +1,56 @@
-This package  was debianized by Arnaud  Fontaine <arnau at debian.org> on
-Fri, 22 Apr 2006 08:22:12 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyasn1
+Upstream-Contact: Ilya Etingof <ilya at glas.net>
+Source: http://pyasn1.sf.net
 
-It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=93839
+Files: *
+Copyright: 2005-2012, Ilya Etingof <ilya at glas.net>, all rights reserved.
+License:
+ 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.
 
-Upstream Author(s):
-
-	Author: Ilya Etingof
-	Author-email: Ilya at glas.net
-	
-Copyright:
-
-	2005-2010, Ilya Etingof <ilya at glas.net>, all rights reserved.
-
-Author: Ilya Etingof <ilya at glas.net>
-
-License: 
-
-  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.
-
---
-The Debian packaging is:
-  Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com>,
-  Jan Lübbe <jluebbe at debian.org>, Arnaud Fontaine <arnau at debian.org>
-  and is licensed under the GPL version 2 or above,
-  see `/usr/share/common-licenses/GPL-2'.
+Files: debian/*
+Copyright: 2006-2012 Arnaud Fontaine <arnau at debian.org>
+           2007-2012 Jan Luebbe <jluebbe at lasnet.de>
+           2010-2012 Deepak Tripathi <apenguinlinux at gmail.com>
+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'.

Copied: packages/pyasn1/trunk/debian/doc-base (from rev 21847, packages/pyasn1/trunk/debian/python-pyasn1.doc-base)
===================================================================
--- packages/pyasn1/trunk/debian/doc-base	                        (rev 0)
+++ packages/pyasn1/trunk/debian/doc-base	2012-05-21 09:09:51 UTC (rev 21848)
@@ -0,0 +1,9 @@
+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

Modified: packages/pyasn1/trunk/debian/docs
===================================================================
--- packages/pyasn1/trunk/debian/docs	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/docs	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1 +1 @@
-doc/notes.html
+doc/pyasn1-tutorial.html

Deleted: packages/pyasn1/trunk/debian/pycompat
===================================================================
--- packages/pyasn1/trunk/debian/pycompat	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/pycompat	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1 +0,0 @@
-2

Deleted: packages/pyasn1/trunk/debian/python-pyasn1.doc-base
===================================================================
--- packages/pyasn1/trunk/debian/python-pyasn1.doc-base	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/python-pyasn1.doc-base	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1,9 +0,0 @@
-Document: python-pyasn1
-Title: python-pyasn1 notes
-Author: Ilya Etingof
-Abstract: This manual describes ASN.1 tools for Python and how to use it.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/python-pyasn1/notes.html
-Files: /usr/share/doc/python-pyasn1/*.html

Deleted: packages/pyasn1/trunk/debian/pyversions
===================================================================
--- packages/pyasn1/trunk/debian/pyversions	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/pyversions	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1 +0,0 @@
-2.3-

Modified: packages/pyasn1/trunk/debian/rules
===================================================================
--- packages/pyasn1/trunk/debian/rules	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/rules	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-DEB_PYTHON_SYSTEM=pysupport
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
@@ -10,4 +8,5 @@
 DEB_COMPRESS_EXCLUDE := .py
 
 # Install egg-info directories
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed \
+	--install-layout=deb

Added: packages/pyasn1/trunk/debian/source/options
===================================================================
--- packages/pyasn1/trunk/debian/source/options	                        (rev 0)
+++ packages/pyasn1/trunk/debian/source/options	2012-05-21 09:09:51 UTC (rev 21848)
@@ -0,0 +1 @@
+extend-diff-ignore = "\.egg-info"

Modified: packages/pyasn1/trunk/debian/watch
===================================================================
--- packages/pyasn1/trunk/debian/watch	2012-05-21 07:32:36 UTC (rev 21847)
+++ packages/pyasn1/trunk/debian/watch	2012-05-21 09:09:51 UTC (rev 21848)
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/pyasn1/pyasn1-(.*).tar.gz
+http://sf.net/pyasn1/pyasn1-([0-9.]*).tar.gz




More information about the Python-modules-commits mailing list