[Python-modules-commits] r15540 - in packages/django-permissions/trunk/debian (7 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Feb 8 13:01:43 UTC 2011


    Date: Tuesday, February 8, 2011 @ 13:01:32
  Author: fladi-guest
Revision: 15540

New upstream release.
Fix debian/watch.
Simplify debian/rules.
Set PMPT as maintainer.
Use DEP-5 format.

Added:
  packages/django-permissions/trunk/debian/settings.py
Modified:
  packages/django-permissions/trunk/debian/changelog
  packages/django-permissions/trunk/debian/control
  packages/django-permissions/trunk/debian/copyright
  packages/django-permissions/trunk/debian/docs
  packages/django-permissions/trunk/debian/rules
  packages/django-permissions/trunk/debian/watch

Modified: packages/django-permissions/trunk/debian/changelog
===================================================================
--- packages/django-permissions/trunk/debian/changelog	2011-02-08 10:47:52 UTC (rev 15539)
+++ packages/django-permissions/trunk/debian/changelog	2011-02-08 13:01:32 UTC (rev 15540)
@@ -1,5 +1,5 @@
-django-permissions (1.0b2-1) UNRELEASED; urgency=low
+django-permissions (1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #582140)
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 18 May 2010 18:49:14 +0200
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 08 Feb 2011 13:17:22 +0100

Modified: packages/django-permissions/trunk/debian/control
===================================================================
--- packages/django-permissions/trunk/debian/control	2011-02-08 10:47:52 UTC (rev 15539)
+++ packages/django-permissions/trunk/debian/control	2011-02-08 13:01:32 UTC (rev 15540)
@@ -1,10 +1,12 @@
 Source: django-permissions
 Section: python
 Priority: optional
-Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-support, 
  python-setuptools, python-django
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.6
 Homepage: http://pypi.python.org/pypi/django-permissions/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-permissions/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-permissions/trunk/
@@ -13,6 +15,6 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-django
 Description: generic per-object permissions for Django
- A generic framework for per-object permissions for Django. Permissions can be 
- granted to roles (and only to roles) in order to allow something to users or 
- groups which have these roles.
+ A generic framework for per-object permissions for Django. 
+ Permissions are granted to roles (and only to roles) in order to allow 
+ object-access to users or groups which the required roles.

Modified: packages/django-permissions/trunk/debian/copyright
===================================================================
--- packages/django-permissions/trunk/debian/copyright	2011-02-08 10:47:52 UTC (rev 15539)
+++ packages/django-permissions/trunk/debian/copyright	2011-02-08 13:01:32 UTC (rev 15540)
@@ -1,49 +1,38 @@
-This work was packaged for Debian by:
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: django-permissions
+Upstream-Contact: Kai Diefenbach <kai.diefenbach at iqpp.de>
+Source: http://pypi.python.org/pypi/django-permissions/
 
-    Fladischer Michael <FladischerMichael at fladi.at> on Thu, 29 Apr 2010 14:03:04 +0200
+Files: *
+Copyright: 2010, Kai Diefenbach
+License: BSD
 
-It was downloaded from:
+Files: debian/*
+Copyright: 2011, Fladischer Michael
+License: BSD
 
-    http://pypi.python.org/pypi/django-permissions/
-
-Upstream Authors:
-
-    Kai Diefenbach <kai.diefenbach at iqpp.de>
-
-Copyright:
-
-    Copyright (C) 2010, Kai Diefenbach - iqplusplus
-    Copyright (C) 2010, Jannis Leidel
-
-License:
-
-    Redistribution and use in source and binary forms, with or without 
-    modification, are permitted provided that the following conditions are met:
-
-        * Redistributions of source code must retain the above copyright notice, 
-          this list of conditions and the following disclaimer.
-        
-        * 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.
-          
-        * Neither the name of the author nor the names of other 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 HOLDER 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.
-
-The Debian packaging is:
-
-    Copyright (C) 2010 Fladischer Michael <FladischerMichael at fladi.at>
-
-and is licensed under the same terms.
+License: BSD
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted provided that the following conditions are met:
+ .
+  * Redistributions of source code must retain the above copyright notice, 
+    this list of conditions and the following disclaimer.
+ .
+  * 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.
+ .
+  * Neither the name of the author nor the names of other 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 HOLDER 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.

Modified: packages/django-permissions/trunk/debian/docs
===================================================================
--- packages/django-permissions/trunk/debian/docs	2011-02-08 10:47:52 UTC (rev 15539)
+++ packages/django-permissions/trunk/debian/docs	2011-02-08 13:01:32 UTC (rev 15540)
@@ -1,2 +1 @@
 README.txt
-README.txt

Modified: packages/django-permissions/trunk/debian/rules
===================================================================
--- packages/django-permissions/trunk/debian/rules	2011-02-08 10:47:52 UTC (rev 15539)
+++ packages/django-permissions/trunk/debian/rules	2011-02-08 13:01:32 UTC (rev 15540)
@@ -10,12 +10,7 @@
 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
-	echo 'INSTALLED_APPS = ["permissions","django.contrib.auth","django.contrib.contenttypes","django.contrib.admin","django.contrib.sites","django.contrib.flatpages","django.contrib.sessions"]' >> testproject/settings.py
-	echo 'MIDDLEWARE_CLASSES = ["django.contrib.flatpages.middleware.FlatpageFallbackMiddleware"]' >> testproject/settings.py
-	echo 'SITE_ID = 1' >> testproject/settings.py
-	echo 'ROOT_URLCONF = "testproject.urls"' >> testproject/settings.py
+	cp debian/settings.py testproject/settings.py
 	PYTHONPATH=".:src" django-admin syncdb --settings=testproject.settings --noinput
 	set -e; \
 	for python in $(shell pyversions -r); do \

Added: packages/django-permissions/trunk/debian/settings.py
===================================================================
--- packages/django-permissions/trunk/debian/settings.py	                        (rev 0)
+++ packages/django-permissions/trunk/debian/settings.py	2011-02-08 13:01:32 UTC (rev 15540)
@@ -0,0 +1,13 @@
+DATABASE_ENGINE = "sqlite3"
+DATABASE_NAME = "testproject/test.db3"
+INSTALLED_APPS = ["permissions",
+                  "django.contrib.auth",
+                  "django.contrib.contenttypes",
+                  "django.contrib.admin",
+                  "django.contrib.sites",
+                  "django.contrib.flatpages",
+                  "django.contrib.sessions",
+                  ]
+MIDDLEWARE_CLASSES = ["django.contrib.flatpages.middleware.FlatpageFallbackMiddleware"]
+SITE_ID = 1
+ROOT_URLCONF = "testproject.urls"


Property changes on: packages/django-permissions/trunk/debian/settings.py
___________________________________________________________________
Added: svn:executable
   + *

Modified: packages/django-permissions/trunk/debian/watch
===================================================================
--- packages/django-permissions/trunk/debian/watch	2011-02-08 10:47:52 UTC (rev 15539)
+++ packages/django-permissions/trunk/debian/watch	2011-02-08 13:01:32 UTC (rev 15540)
@@ -1,2 +1,3 @@
 version=3
+opts="uversionmangle=s/([a-z]+)/~$1/" \
 http://pypi.python.org/packages/source/d/django-permissions/django-permissions-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list