[Python-modules-commits] r28941 - in packages/cov-core/trunk (13 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Fri May 16 22:10:33 UTC 2014
Date: Friday, May 16, 2014 @ 22:10:32
Author: barry
Revision: 28941
[svn-inject] Applying Debian modifications (1.12-1) to trunk
Added:
packages/cov-core/trunk/debian/
packages/cov-core/trunk/debian/changelog
packages/cov-core/trunk/debian/compat
packages/cov-core/trunk/debian/control
packages/cov-core/trunk/debian/copyright
packages/cov-core/trunk/debian/patches/
packages/cov-core/trunk/debian/patches/series
packages/cov-core/trunk/debian/python-cov-core.docs
packages/cov-core/trunk/debian/python3-cov-core.docs
packages/cov-core/trunk/debian/rules
packages/cov-core/trunk/debian/source/
packages/cov-core/trunk/debian/source/format
packages/cov-core/trunk/debian/watch
Property changes on: packages/cov-core/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/cov-core/trunk/debian/changelog
===================================================================
--- packages/cov-core/trunk/debian/changelog (rev 0)
+++ packages/cov-core/trunk/debian/changelog 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1,5 @@
+cov-core (1.12-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #XXXXXX)
+
+ -- Barry Warsaw <barry at debian.org> Thu, 13 Feb 2014 16:56:59 -0500
Added: packages/cov-core/trunk/debian/compat
===================================================================
--- packages/cov-core/trunk/debian/compat (rev 0)
+++ packages/cov-core/trunk/debian/compat 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1 @@
+9
Added: packages/cov-core/trunk/debian/control
===================================================================
--- packages/cov-core/trunk/debian/control (rev 0)
+++ packages/cov-core/trunk/debian/control 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1,33 @@
+Source: cov-core
+Maintainer: Barry Warsaw <barry at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: https://github.com/schlamar/cov-core
+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-setuptools,
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/cov-core/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/cov-core/trunk/
+
+Package: python-cov-core
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-nose2
+Description: plugin core for use by pytest-cov, nose-cov and nose2-cov
+ This is a lib package for use by pytest-cov, nose-cov and nose2-cov.
+ .
+ This is the Python 2 compatible package.
+
+Package: python3-cov-core
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, python3-nose2
+Description: plugin core for use by pytest-cov, nose-cov and nose2-cov
+ This is a lib package for use by pytest-cov, nose-cov and nose2-cov.
+ .
+ This is the Python 3 compatible package.
Added: packages/cov-core/trunk/debian/copyright
===================================================================
--- packages/cov-core/trunk/debian/copyright (rev 0)
+++ packages/cov-core/trunk/debian/copyright 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cov-core
+Source: https://pypi.python.org/pypi/cov-core/1.12
+
+Files: *
+Copyright: Copyright (c) 2010 Meme Dough
+License: Expat/MIT
+ The MIT License
+ .
+ Copyright (c) 2010 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/cov-core/trunk/debian/patches/series
===================================================================
Added: packages/cov-core/trunk/debian/python-cov-core.docs
===================================================================
--- packages/cov-core/trunk/debian/python-cov-core.docs (rev 0)
+++ packages/cov-core/trunk/debian/python-cov-core.docs 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1 @@
+README.rst
Added: packages/cov-core/trunk/debian/python3-cov-core.docs
===================================================================
--- packages/cov-core/trunk/debian/python3-cov-core.docs (rev 0)
+++ packages/cov-core/trunk/debian/python3-cov-core.docs 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1 @@
+README.rst
Added: packages/cov-core/trunk/debian/rules
===================================================================
--- packages/cov-core/trunk/debian/rules (rev 0)
+++ packages/cov-core/trunk/debian/rules 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=cov_core
+export PYBUILD_SYSTEM=custom
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
Property changes on: packages/cov-core/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/cov-core/trunk/debian/source/format
===================================================================
--- packages/cov-core/trunk/debian/source/format (rev 0)
+++ packages/cov-core/trunk/debian/source/format 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/cov-core/trunk/debian/watch
===================================================================
--- packages/cov-core/trunk/debian/watch (rev 0)
+++ packages/cov-core/trunk/debian/watch 2014-05-16 22:10:32 UTC (rev 28941)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/c/cov-core/cov-core-(.*).tar.gz
More information about the Python-modules-commits
mailing list