[Python-modules-commits] r13206 - in packages/django-nose/trunk (14 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Jun 1 12:32:46 UTC 2010


    Date: Tuesday, June 1, 2010 @ 12:32:44
  Author: fladi-guest
Revision: 13206

Initial packaging.

Added:
  packages/django-nose/trunk/debian/
  packages/django-nose/trunk/debian/changelog
  packages/django-nose/trunk/debian/clean
  packages/django-nose/trunk/debian/compat
  packages/django-nose/trunk/debian/control
  packages/django-nose/trunk/debian/copyright
  packages/django-nose/trunk/debian/docs
  packages/django-nose/trunk/debian/patches/
  packages/django-nose/trunk/debian/patches/do_not_install_testapp
  packages/django-nose/trunk/debian/patches/series
  packages/django-nose/trunk/debian/rules
  packages/django-nose/trunk/debian/source/
  packages/django-nose/trunk/debian/source/format
  packages/django-nose/trunk/debian/watch


Property changes on: packages/django-nose/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/django-nose/trunk/debian/changelog
===================================================================
--- packages/django-nose/trunk/debian/changelog	                        (rev 0)
+++ packages/django-nose/trunk/debian/changelog	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1,5 @@
+django-nose (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #584106)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 01 Jun 2010 14:09:33 +0200

Added: packages/django-nose/trunk/debian/clean
===================================================================
--- packages/django-nose/trunk/debian/clean	                        (rev 0)
+++ packages/django-nose/trunk/debian/clean	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1,17 @@
+django_nose.egg-info/dependency_links.txt
+django_nose.egg-info/not-zip-safe
+django_nose.egg-info/PKG-INFO
+django_nose.egg-info/requires.txt
+django_nose.egg-info/SOURCES.txt
+django_nose.egg-info/top_level.txt
+._LICENSE
+._MANIFEST.in
+django_nose.egg-info/._dependency_links.txt
+django_nose.egg-info/._not-zip-safe
+django_nose.egg-info/._PKG-INFO
+django_nose.egg-info/._requires.txt
+django_nose.egg-info/._SOURCES.txt
+django_nose.egg-info/._top_level.txt
+django_nose/._plugin.py
+django_nose/management/.___init__.py
+django_nose/management/commands/.___init__.py

Added: packages/django-nose/trunk/debian/compat
===================================================================
--- packages/django-nose/trunk/debian/compat	                        (rev 0)
+++ packages/django-nose/trunk/debian/compat	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1 @@
+7

Added: packages/django-nose/trunk/debian/control
===================================================================
--- packages/django-nose/trunk/debian/control	                        (rev 0)
+++ packages/django-nose/trunk/debian/control	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1,17 @@
+Source: django-nose
+Section: python
+Priority: optional
+Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-support
+Build-Depends-Indep: python-setuptools, python-django, python-nose
+Standards-Version: 3.8.4
+Homepage: http://pypi.python.org/pypi/django-nose/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-nose/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-nose/trunk/
+
+Package: python-django-nose
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-django, python-nose
+Description: Django test runner that uses nose
+ Integation of python-nose into Django test runner by extending the Django
+ management CLI  with nose-related options.

Added: packages/django-nose/trunk/debian/copyright
===================================================================
--- packages/django-nose/trunk/debian/copyright	                        (rev 0)
+++ packages/django-nose/trunk/debian/copyright	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1,39 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: django-nose
+Maintainer: Jeff Balogh <me at jeffbalogh.org>
+Source: http://pypi.python.org/pypi/django-nose/
+
+Files: *
+Copyright: 2009, Jeff Balogh
+License: BSD
+
+Files: debian/*
+Copyright: 2010, Fladischer Michael
+License: BSD
+
+License: BSD
+    Redistribution and use in source and binary forms, with or without modification,
+    are permitted provided that the following conditions are met:
+    .
+        1. Redistributions of source code must retain the above copyright notice,
+           this list of conditions and the following disclaimer.
+    .
+        2. 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.
+    .
+        3. Neither the name of django-nose nor the names of its contributors may 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 COPYRIGHT OWNER 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/django-nose/trunk/debian/docs
===================================================================
--- packages/django-nose/trunk/debian/docs	                        (rev 0)
+++ packages/django-nose/trunk/debian/docs	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1 @@
+README.rst

Added: packages/django-nose/trunk/debian/patches/do_not_install_testapp
===================================================================
--- packages/django-nose/trunk/debian/patches/do_not_install_testapp	                        (rev 0)
+++ packages/django-nose/trunk/debian/patches/do_not_install_testapp	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1,28 @@
+Description: Do not install testapp in global namespace.
+  This patch delegates packaging of the `testapp` package to the
+  MANIFEST.in file, avoiding installation in global namespace.
+Author: Fladischer Michael <FladischerMichael at fladi.at>
+Forwarded: yes
+Last-Update: 2010-06-01
+
+Index: django-nose-0.1/setup.py
+===================================================================
+--- django-nose-0.1.orig/setup.py	2010-06-01 11:47:57.884917076 +0200
++++ django-nose-0.1/setup.py	2010-06-01 11:49:01.661412160 +0200
+@@ -10,7 +10,7 @@
+     author_email='me at jeffbalogh.org',
+     url='http://github.com/jbalogh/django-nose',
+     license='BSD',
+-    packages=find_packages(),
++    packages=find_packages(exclude=['testapp','testapp/*']),
+     include_package_data=True,
+     zip_safe=False,
+     install_requires=['nose'],
+Index: django-nose-0.1/MANIFEST.in
+===================================================================
+--- django-nose-0.1.orig/MANIFEST.in	2010-06-01 11:49:10.544914966 +0200
++++ django-nose-0.1/MANIFEST.in	2010-06-01 11:49:46.052911919 +0200
+@@ -1,2 +1,3 @@
+ include LICENSE
+ include README.rst
++recursive-include testapp *

Added: packages/django-nose/trunk/debian/patches/series
===================================================================
--- packages/django-nose/trunk/debian/patches/series	                        (rev 0)
+++ packages/django-nose/trunk/debian/patches/series	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1 @@
+do_not_install_testapp

Added: packages/django-nose/trunk/debian/rules
===================================================================
--- packages/django-nose/trunk/debian/rules	                        (rev 0)
+++ packages/django-nose/trunk/debian/rules	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh  $@
+
+override_dh_auto_test:
+	set -e; \
+	for python in $(shell pyversions -r); do \
+	  $$python /usr/bin/django-admin test --settings=testapp.settings --pythonpath=. ; \
+	done
+


Property changes on: packages/django-nose/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/django-nose/trunk/debian/source/format
===================================================================
--- packages/django-nose/trunk/debian/source/format	                        (rev 0)
+++ packages/django-nose/trunk/debian/source/format	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-nose/trunk/debian/watch
===================================================================
--- packages/django-nose/trunk/debian/watch	                        (rev 0)
+++ packages/django-nose/trunk/debian/watch	2010-06-01 12:32:44 UTC (rev 13206)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-nose/django-nose-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list