[Python-modules-commits] r13554 - in packages/django-reversion/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Jun 23 13:18:25 UTC 2010


    Date: Wednesday, June 23, 2010 @ 13:18:18
  Author: fladi-guest
Revision: 13554

Bump version of django-reversion to 1.3.1.

Modified:
  packages/django-reversion/trunk/debian/changelog
  packages/django-reversion/trunk/debian/copyright
  packages/django-reversion/trunk/debian/rules

Modified: packages/django-reversion/trunk/debian/changelog
===================================================================
--- packages/django-reversion/trunk/debian/changelog	2010-06-23 12:49:05 UTC (rev 13553)
+++ packages/django-reversion/trunk/debian/changelog	2010-06-23 13:18:18 UTC (rev 13554)
@@ -1,4 +1,4 @@
-django-reversion (1.2.1-1) UNRELEASED; urgency=low
+django-reversion (1.3.1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #581926)
 

Modified: packages/django-reversion/trunk/debian/copyright
===================================================================
--- packages/django-reversion/trunk/debian/copyright	2010-06-23 12:49:05 UTC (rev 13553)
+++ packages/django-reversion/trunk/debian/copyright	2010-06-23 13:18:18 UTC (rev 13554)
@@ -1,24 +1,20 @@
-This work was packaged for Debian by:
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: django-reversion
+Maintainer: David Hall <david at etianen.com>
+Source: https://code.google.com/p/django-reversion/downloads/list
 
-    Fladischer Michael <FladischerMichael at fladi.at> on Sun, 14 Mar 2010 15:31:55 +0100
+Files: *
+Copyright: 2009, David Hall
+License: BSD
 
-It was downloaded from:
+Files: debian/*
+Copyright: 2010, Fladischer Michael
+License: BSD
 
-    https://code.google.com/p/django-reversion/downloads/list
-
-Upstream Author:
-
-    David Hall <david at etianen.com>
-
-Copyright:
-
-   Copyright (C) 2009, David Hall 
-
-License:
-
+License: BSD
     Redistribution and use in source and binary forms, with or without
     modification, are permitted under the terms of the BSD License.
-
+    .
     THIS SOFTWARE IS PROVIDED BY THE REGENTS 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
@@ -30,12 +26,6 @@
     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.
-
-On Debian systems, the complete text of the BSD License can be
-found in "/usr/share/common-licenses/BSD".
-
-The Debian packaging is:
-
-    Copyright (C) 2010 Fladischer Michael <FladischerMichael at fladi.at>
-
-and is licensed under the same terms.
+    .
+    On Debian systems, the complete text of the BSD License can be
+    found in "/usr/share/common-licenses/BSD".

Modified: packages/django-reversion/trunk/debian/rules
===================================================================
--- packages/django-reversion/trunk/debian/rules	2010-06-23 12:49:05 UTC (rev 13553)
+++ packages/django-reversion/trunk/debian/rules	2010-06-23 13:18:18 UTC (rev 13554)
@@ -2,9 +2,9 @@
 %:
 	dh $@
 
+.PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-
 	django-admin startproject testproject
 	echo 'DATABASE_ENGINE = "sqlite3"' > testproject/settings.py
 	echo 'DATABASE_NAME = "testproject/test.db3"' >> testproject/settings.py




More information about the Python-modules-commits mailing list