[Python-modules-commits] r27600 - in packages/django-pagination/trunk (9 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Tue Feb 11 23:30:51 UTC 2014


    Date: Tuesday, February 11, 2014 @ 23:30:51
  Author: asb
Revision: 27600

[svn-inject] Applying Debian modifications (1.0.5-2) to trunk

Added:
  packages/django-pagination/trunk/debian/
  packages/django-pagination/trunk/debian/changelog
  packages/django-pagination/trunk/debian/compat
  packages/django-pagination/trunk/debian/control
  packages/django-pagination/trunk/debian/copyright
  packages/django-pagination/trunk/debian/pyversions
  packages/django-pagination/trunk/debian/rules
  packages/django-pagination/trunk/debian/source/
  packages/django-pagination/trunk/debian/source/format


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

Added: packages/django-pagination/trunk/debian/changelog
===================================================================
--- packages/django-pagination/trunk/debian/changelog	                        (rev 0)
+++ packages/django-pagination/trunk/debian/changelog	2014-02-11 23:30:51 UTC (rev 27600)
@@ -0,0 +1,12 @@
+django-pagination (1.0.5-2) unstable; urgency=low
+
+  * Bump to Standards-Version 3.9.4.
+  * Orphan package.
+
+ -- Clint Adams <clint at debian.org>  Sun, 05 May 2013 09:53:36 -0400
+
+django-pagination (1.0.5-1) unstable; urgency=low
+
+  * Initial release.  closes: #626961.
+
+ -- Clint Adams <clint at debian.org>  Mon, 16 May 2011 14:04:30 -0400

Added: packages/django-pagination/trunk/debian/compat
===================================================================
--- packages/django-pagination/trunk/debian/compat	                        (rev 0)
+++ packages/django-pagination/trunk/debian/compat	2014-02-11 23:30:51 UTC (rev 27600)
@@ -0,0 +1 @@
+5

Added: packages/django-pagination/trunk/debian/control
===================================================================
--- packages/django-pagination/trunk/debian/control	                        (rev 0)
+++ packages/django-pagination/trunk/debian/control	2014-02-11 23:30:51 UTC (rev 27600)
@@ -0,0 +1,17 @@
+Source: django-pagination
+Section: python
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.9.4
+Build-Depends-Indep: debhelper (>= 7.0.50~), python-support
+Build-Depends: python-setuptools
+Homepage: http://code.google.com/p/django-pagination/
+Vcs-Browser: http://git.debian.org/?p=collab-maint/django-pagination.git
+Vcs-Git: git://git.debian.org/git/collab-maint/django-pagination.git
+
+Package: python-django-pagination
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: utilities for creating pagination tools for Django
+ A set of utilities for creating robust pagination tools throughout
+ a Django application.

Added: packages/django-pagination/trunk/debian/copyright
===================================================================
--- packages/django-pagination/trunk/debian/copyright	                        (rev 0)
+++ packages/django-pagination/trunk/debian/copyright	2014-02-11 23:30:51 UTC (rev 27600)
@@ -0,0 +1,36 @@
+This is the Debian prepackaged version of django-pagination
+
+This package was put together by Clint Adams <clint at debian.org>
+with sources obtained from:
+  http://code.google.com/p/django-pagination/
+
+Copyright (c) 2008, Eric Florenzano
+
+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
+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-pagination/trunk/debian/pyversions
===================================================================
--- packages/django-pagination/trunk/debian/pyversions	                        (rev 0)
+++ packages/django-pagination/trunk/debian/pyversions	2014-02-11 23:30:51 UTC (rev 27600)
@@ -0,0 +1 @@
+2.5-

Added: packages/django-pagination/trunk/debian/rules
===================================================================
--- packages/django-pagination/trunk/debian/rules	                        (rev 0)
+++ packages/django-pagination/trunk/debian/rules	2014-02-11 23:30:51 UTC (rev 27600)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


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

Added: packages/django-pagination/trunk/debian/source/format
===================================================================
--- packages/django-pagination/trunk/debian/source/format	                        (rev 0)
+++ packages/django-pagination/trunk/debian/source/format	2014-02-11 23:30:51 UTC (rev 27600)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list