[Python-modules-commits] r22051 - in packages/django-nose/trunk/debian (6 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Jun 4 16:57:25 UTC 2012
Date: Monday, June 4, 2012 @ 16:57:22
Author: fladi-guest
Revision: 22051
New upstream release.
Modified:
packages/django-nose/trunk/debian/changelog
packages/django-nose/trunk/debian/control
packages/django-nose/trunk/debian/copyright
packages/django-nose/trunk/debian/patches/runtests.patch
packages/django-nose/trunk/debian/rules
packages/django-nose/trunk/debian/watch
Modified: packages/django-nose/trunk/debian/changelog
===================================================================
--- packages/django-nose/trunk/debian/changelog 2012-06-04 15:43:52 UTC (rev 22050)
+++ packages/django-nose/trunk/debian/changelog 2012-06-04 16:57:22 UTC (rev 22051)
@@ -1,3 +1,16 @@
+django-nose (1.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Make temporary Metadata-Version fix more generic for future
+ versions.
+ * Bump Standards version to 3.9.3.
+ * Use BSD-django-nose as license name in d/copyright.
+ * Change order of my name.
+ * Add email addresses to authors in d/copyright.
+ * Use PyPi URL in d/watch.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 04 Jun 2012 18:23:00 +0200
+
django-nose (0.1.3-1) unstable; urgency=low
* New upstream release.
Modified: packages/django-nose/trunk/debian/control
===================================================================
--- packages/django-nose/trunk/debian/control 2012-06-04 15:43:52 UTC (rev 22050)
+++ packages/django-nose/trunk/debian/control 2012-06-04 16:57:22 UTC (rev 22051)
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.5),
python-django (>= 1.2),
@@ -10,7 +10,7 @@
python-nose,
python-setuptools,
python-support
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
XS-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/django-nose/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-nose/trunk/
Modified: packages/django-nose/trunk/debian/copyright
===================================================================
--- packages/django-nose/trunk/debian/copyright 2012-06-04 15:43:52 UTC (rev 22050)
+++ packages/django-nose/trunk/debian/copyright 2012-06-04 16:57:22 UTC (rev 22051)
@@ -4,14 +4,14 @@
Source: http://pypi.python.org/pypi/django-nose/
Files: *
-Copyright: 2010, Jeff Balogh
-License: BSD
+Copyright: 2010, Jeff Balogh <me at jeffbalogh.org>
+License: BSD-django-nose
Files: debian/*
-Copyright: 2010, Fladischer Michael
-License: BSD
+Copyright: 2012, Michael Fladischer <FladischerMichael at fladi.at>
+License: BSD-django-nose
-License: BSD
+License: BSD-django-nose
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
.
Modified: packages/django-nose/trunk/debian/patches/runtests.patch
===================================================================
--- packages/django-nose/trunk/debian/patches/runtests.patch 2012-06-04 15:43:52 UTC (rev 22050)
+++ packages/django-nose/trunk/debian/patches/runtests.patch 2012-06-04 16:57:22 UTC (rev 22051)
@@ -4,7 +4,7 @@
be set to a specific python binary (e.g. python2.6) to run the tests with.
It also changes the path for django-admin.py to the one supplied by the
python-django package.
-Author: Fladischer Michael <FladischerMichael at fladi.at>
+Author: Michael Fladischer <FladischerMichael at fladi.at>
Last-Update: 2011-11-26
Forwarded: no
Modified: packages/django-nose/trunk/debian/rules
===================================================================
--- packages/django-nose/trunk/debian/rules 2012-06-04 15:43:52 UTC (rev 22050)
+++ packages/django-nose/trunk/debian/rules 2012-06-04 16:57:22 UTC (rev 22051)
@@ -19,4 +19,4 @@
.PHONY: override_dh_auto_install
override_dh_auto_install:
dh_auto_install
- sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-django-nose/usr/lib/python2.*/*-packages/django_nose-0.1.3.egg-info/PKG-INFO
+ sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/python-django-nose/usr/lib/python2.*/*-packages/django_nose-*.egg-info/PKG-INFO
Modified: packages/django-nose/trunk/debian/watch
===================================================================
--- packages/django-nose/trunk/debian/watch 2012-06-04 15:43:52 UTC (rev 22050)
+++ packages/django-nose/trunk/debian/watch 2012-06-04 16:57:22 UTC (rev 22051)
@@ -1,3 +1,2 @@
version=3
-opts=filenamemangle=s/.*\/v([\d\.]+)\.tar\.gz/django-nose-$1\.tar\.gz/ \
-http://githubredir.debian.net/github/jbalogh/django-nose /github/jbalogh/django-nose/v([\d\.]+)\.tar\.gz
+http://pypi.python.org/packages/source/d/django-nose/django-nose-([\d\.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list