[Python-modules-commits] r6485 - in packages/python-sptest/trunk (8 files)
speijnik-guest at users.alioth.debian.org
speijnik-guest at users.alioth.debian.org
Thu Sep 11 20:11:40 UTC 2008
Date: Thursday, September 11, 2008 @ 20:11:38
Author: speijnik-guest
Revision: 6485
[svn-inject] Applying Debian modifications to trunk
Added:
packages/python-sptest/trunk/debian/
packages/python-sptest/trunk/debian/changelog
packages/python-sptest/trunk/debian/compat
packages/python-sptest/trunk/debian/control
packages/python-sptest/trunk/debian/copyright
packages/python-sptest/trunk/debian/docs
packages/python-sptest/trunk/debian/rules
packages/python-sptest/trunk/debian/watch
Property changes on: packages/python-sptest/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/python-sptest/trunk/debian/changelog
===================================================================
--- packages/python-sptest/trunk/debian/changelog (rev 0)
+++ packages/python-sptest/trunk/debian/changelog 2008-09-11 20:11:38 UTC (rev 6485)
@@ -0,0 +1,6 @@
+python-sptest (0.2.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #498586)
+
+ -- Stephan Peijnik <debian at sp.or.at> Thu, 11 Sep 2008 12:46:16 +0200
+
Added: packages/python-sptest/trunk/debian/compat
===================================================================
--- packages/python-sptest/trunk/debian/compat (rev 0)
+++ packages/python-sptest/trunk/debian/compat 2008-09-11 20:11:38 UTC (rev 6485)
@@ -0,0 +1 @@
+7
Added: packages/python-sptest/trunk/debian/control
===================================================================
--- packages/python-sptest/trunk/debian/control (rev 0)
+++ packages/python-sptest/trunk/debian/control 2008-09-11 20:11:38 UTC (rev 6485)
@@ -0,0 +1,22 @@
+Source: python-sptest
+Section: python
+Priority: optional
+Maintainer: Stephan Peijnik <debian at sp.or.at>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: python-support (>= 0.6), debhelper(>= 5)
+Standards-Version: 3.8.0
+Homepage: http://bitbucket.org/sp/sptest
+
+Package: python-sptest
+Architecture: all
+Depends: ${python:Depends}
+Provides: ${python:Provides}
+Description: Python unittest module extension
+ sptest is a Python module that provides a simplified interface for customized
+ handling of unittest results.
+ .
+ It is designed to be a drop-in replacement and does not require any
+ modifications to exitsing Python unittest-compatible code.
+ .
+ sptest comes with two predefined output handlers providing coloured CLI
+ and XML output of test results.
Added: packages/python-sptest/trunk/debian/copyright
===================================================================
--- packages/python-sptest/trunk/debian/copyright (rev 0)
+++ packages/python-sptest/trunk/debian/copyright 2008-09-11 20:11:38 UTC (rev 6485)
@@ -0,0 +1,33 @@
+This package was debianized by Stephan Peijnik <debian at sp.or.at> on
+Thu, 11 Sep 2008 10:59:35 +0200.
+
+It was downloaded from <http://bitbucket.org/sp/sptest>
+
+Upstream Author(s):
+
+ Stephan Peijnik <sp at sp.or.at>
+
+Copyright:
+
+ Copyright (C) 2008 Stephan Peijnik
+
+License:
+
+ sptest 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 3 of the License, or
+ (at your option) any later version.
+
+ sptest 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 sptest. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, Stephan Peijnik <debian at sp.or.at> and
+is licensed under the GPL, see above.
Added: packages/python-sptest/trunk/debian/docs
===================================================================
--- packages/python-sptest/trunk/debian/docs (rev 0)
+++ packages/python-sptest/trunk/debian/docs 2008-09-11 20:11:38 UTC (rev 6485)
@@ -0,0 +1 @@
+README
Added: packages/python-sptest/trunk/debian/rules
===================================================================
--- packages/python-sptest/trunk/debian/rules (rev 0)
+++ packages/python-sptest/trunk/debian/rules 2008-09-11 20:11:38 UTC (rev 6485)
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -rf build
+ find . -name *\.py[co] -exec rm {} \;
+ dh_clean
+
+build:
+ python setup.py build
+
+install:
+ python setup.py install --root $(CURDIR)/debian/python-sptest
+
+# Build architecture-dependent files here.
+binary-arch:
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_install
+ dh_installchangelogs
+ dh_installdocs README
+ dh_pysupport
+ dh_compress -X.py
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here:
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+
+get-orig-source:
+ uscan --force-download --rename --repack
+
+.PHONY: build clean binary-indep binary-arch install
\ No newline at end of file
Property changes on: packages/python-sptest/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-sptest/trunk/debian/watch
===================================================================
--- packages/python-sptest/trunk/debian/watch (rev 0)
+++ packages/python-sptest/trunk/debian/watch 2008-09-11 20:11:38 UTC (rev 6485)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/s/sptest/sptest-(.*)\.tar\.gz
\ No newline at end of file
More information about the Python-modules-commits
mailing list