[Python-modules-commits] r24683 - in packages/m2ext/trunk (9 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Thu Jun 6 17:57:18 UTC 2013
Date: Thursday, June 6, 2013 @ 17:57:00
Author: laarmen-guest
Revision: 24683
[svn-inject] Applying Debian modifications (0.1-1) to trunk
Added:
packages/m2ext/trunk/debian/
packages/m2ext/trunk/debian/changelog
packages/m2ext/trunk/debian/compat
packages/m2ext/trunk/debian/control
packages/m2ext/trunk/debian/copyright
packages/m2ext/trunk/debian/rules
packages/m2ext/trunk/debian/source/
packages/m2ext/trunk/debian/source/format
packages/m2ext/trunk/debian/watch
Property changes on: packages/m2ext/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/m2ext/trunk/debian/changelog
===================================================================
--- packages/m2ext/trunk/debian/changelog (rev 0)
+++ packages/m2ext/trunk/debian/changelog 2013-06-06 17:57:00 UTC (rev 24683)
@@ -0,0 +1,5 @@
+m2ext (0.1-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #705949)
+
+ -- Simon Chopin <chopin.simon at gmail.com> Thu, 06 Jun 2013 18:23:25 +0200
Added: packages/m2ext/trunk/debian/compat
===================================================================
--- packages/m2ext/trunk/debian/compat (rev 0)
+++ packages/m2ext/trunk/debian/compat 2013-06-06 17:57:00 UTC (rev 24683)
@@ -0,0 +1 @@
+8
Added: packages/m2ext/trunk/debian/control
===================================================================
--- packages/m2ext/trunk/debian/control (rev 0)
+++ packages/m2ext/trunk/debian/control 2013-06-06 17:57:00 UTC (rev 24683)
@@ -0,0 +1,27 @@
+Source: m2ext
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 8.1),
+ python-all-dev (>= 2.6.6-3~),
+ swig,
+ libssl-dev
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.5
+Homepage: https://github.com/abbot/m2ext/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/m2ext/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/m2ext/trunk/
+
+Package: python-m2ext
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: Extensions to the M2Crypto Python package
+ This package contains extended functionalities that are not yet available
+ in the M2Crypto package.
+ .
+ M2Crypto is an SSL toolkit for Python.
Added: packages/m2ext/trunk/debian/copyright
===================================================================
--- packages/m2ext/trunk/debian/copyright (rev 0)
+++ packages/m2ext/trunk/debian/copyright 2013-06-06 17:57:00 UTC (rev 24683)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: m2ext
+Source: https://github.com/abbot/m2ext
+
+Files: *
+Copyright: 2010-2012 Lev Shamardin
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
+License: BSD-2-clause
+
+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.
Added: packages/m2ext/trunk/debian/rules
===================================================================
--- packages/m2ext/trunk/debian/rules (rev 0)
+++ packages/m2ext/trunk/debian/rules 2013-06-06 17:57:00 UTC (rev 24683)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
Property changes on: packages/m2ext/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/m2ext/trunk/debian/source/format
===================================================================
--- packages/m2ext/trunk/debian/source/format (rev 0)
+++ packages/m2ext/trunk/debian/source/format 2013-06-06 17:57:00 UTC (rev 24683)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/m2ext/trunk/debian/watch
===================================================================
--- packages/m2ext/trunk/debian/watch (rev 0)
+++ packages/m2ext/trunk/debian/watch 2013-06-06 17:57:00 UTC (rev 24683)
@@ -0,0 +1,3 @@
+version=3
+
+https://pypi.python.org/packages/source/m/m2ext/m2ext-(.+).tar.gz
More information about the Python-modules-commits
mailing list