[Python-modules-commits] r28938 - in packages/nose2-cov/trunk (11 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Fri May 16 21:24:16 UTC 2014
Date: Friday, May 16, 2014 @ 21:24:15
Author: barry
Revision: 28938
[svn-inject] Applying Debian modifications (1.0a4-1) to trunk
Added:
packages/nose2-cov/trunk/debian/
packages/nose2-cov/trunk/debian/changelog
packages/nose2-cov/trunk/debian/compat
packages/nose2-cov/trunk/debian/control
packages/nose2-cov/trunk/debian/copyright
packages/nose2-cov/trunk/debian/patches/
packages/nose2-cov/trunk/debian/patches/series
packages/nose2-cov/trunk/debian/rules
packages/nose2-cov/trunk/debian/source/
packages/nose2-cov/trunk/debian/source/format
packages/nose2-cov/trunk/debian/watch
Property changes on: packages/nose2-cov/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/nose2-cov/trunk/debian/changelog
===================================================================
--- packages/nose2-cov/trunk/debian/changelog (rev 0)
+++ packages/nose2-cov/trunk/debian/changelog 2014-05-16 21:24:15 UTC (rev 28938)
@@ -0,0 +1,5 @@
+nose2-cov (1.0a4-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #740195)
+
+ -- Barry Warsaw <barry at debian.org> Thu, 13 Feb 2014 16:56:59 -0500
Added: packages/nose2-cov/trunk/debian/compat
===================================================================
--- packages/nose2-cov/trunk/debian/compat (rev 0)
+++ packages/nose2-cov/trunk/debian/compat 2014-05-16 21:24:15 UTC (rev 28938)
@@ -0,0 +1 @@
+9
Added: packages/nose2-cov/trunk/debian/control
===================================================================
--- packages/nose2-cov/trunk/debian/control (rev 0)
+++ packages/nose2-cov/trunk/debian/control 2014-05-16 21:24:15 UTC (rev 28938)
@@ -0,0 +1,49 @@
+Source: nose2-cov
+Maintainer: Barry Warsaw <barry at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: http://bitbucket.org/memedough/nose2-cov/overview
+Section: python
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-docutils,
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg-1~),
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/nose2-cov/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/nose2-cov/trunk/
+
+Package: python-nose2-cov-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: nose2 plugin for coverage reporting
+ This plugin produces coverage reports. It also supports coverage of
+ subprocesses.
+ .
+ This is the common documentation package.
+
+Package: python-nose2-cov
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-nose2-cov-doc
+Description: nose2 plugin for coverage reporting
+ This plugin produces coverage reports. It also supports coverage of
+ subprocesses.
+ .
+ This is the Python 2 compatible package.
+
+Package: python3-nose2-cov
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-nose2-cov-doc
+Description: nose2 plugin for coverage reporting
+ This plugin produces coverage reports. It also supports coverage of
+ subprocesses.
+ .
+ This is the Python 3 compatible package.
Added: packages/nose2-cov/trunk/debian/copyright
===================================================================
--- packages/nose2-cov/trunk/debian/copyright (rev 0)
+++ packages/nose2-cov/trunk/debian/copyright 2014-05-16 21:24:15 UTC (rev 28938)
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nose2-cov
+Source: https://pypi.python.org/pypi/nose2-cov/1.0a4
+
+Files: *
+Copyright: Copyright (c) 2012 Meme Dough
+License: Expat/MIT
+ The MIT License
+ .
+ Copyright (c) 2012 Meme Dough
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+Files: debian/*
+Copyright: 2014 Barry A. Warsaw
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 3,
+ as published by the Free Software Foundation.
+ .
+ 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 program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian-based systems the full text of the GPL, version 3, can be found at
+ /usr/share/common-licenses/GPL-3.
Added: packages/nose2-cov/trunk/debian/patches/series
===================================================================
Added: packages/nose2-cov/trunk/debian/rules
===================================================================
--- packages/nose2-cov/trunk/debian/rules (rev 0)
+++ packages/nose2-cov/trunk/debian/rules 2014-05-16 21:24:15 UTC (rev 28938)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=nose2_cov
+export PYBUILD_SYSTEM=custom
+
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+
+# override_dh_auto_install:
+# # Avoid lintian extra-license-file warnings.
+# dh_auto_install
+# rm -f debian/python3-enum34/usr/lib/python3.*/dist-packages/enum/LICENSE
Property changes on: packages/nose2-cov/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/nose2-cov/trunk/debian/source/format
===================================================================
--- packages/nose2-cov/trunk/debian/source/format (rev 0)
+++ packages/nose2-cov/trunk/debian/source/format 2014-05-16 21:24:15 UTC (rev 28938)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/nose2-cov/trunk/debian/watch
===================================================================
--- packages/nose2-cov/trunk/debian/watch (rev 0)
+++ packages/nose2-cov/trunk/debian/watch 2014-05-16 21:24:15 UTC (rev 28938)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/n/nose2-cov/nose2-cov-(.*).tar.gz
More information about the Python-modules-commits
mailing list