[Python-modules-commits] r24860 - in packages/django-tables/trunk (12 files)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Wed Jun 19 02:56:47 UTC 2013
Date: Wednesday, June 19, 2013 @ 02:56:45
Author: bam
Revision: 24860
[svn-inject] Applying Debian modifications (0.13.0-1) to trunk
Added:
packages/django-tables/trunk/debian/
packages/django-tables/trunk/debian/changelog
packages/django-tables/trunk/debian/compat
packages/django-tables/trunk/debian/control
packages/django-tables/trunk/debian/copyright
packages/django-tables/trunk/debian/patches/
packages/django-tables/trunk/debian/patches/series
packages/django-tables/trunk/debian/pycompat
packages/django-tables/trunk/debian/rules
packages/django-tables/trunk/debian/source/
packages/django-tables/trunk/debian/source/format
packages/django-tables/trunk/debian/source/options
Property changes on: packages/django-tables/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/django-tables/trunk/debian/changelog
===================================================================
--- packages/django-tables/trunk/debian/changelog (rev 0)
+++ packages/django-tables/trunk/debian/changelog 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1,53 @@
+django-tables (0.13.0-1) unstable; urgency=low
+
+ * New upstream version.
+ * Requires Django 1.2 or newer.
+
+ -- Brian May <bam at debian.org> Sun, 21 Oct 2012 10:47:50 +1100
+
+django-tables (0.11.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Brian May <bam at debian.org> Tue, 18 Sep 2012 09:41:45 +1000
+
+django-tables (0.10.2-2) unstable; urgency=low
+
+ * Don't import views.py by default, breaks Python 2.6.
+ * Fix incorrect depreciation warning.
+
+ -- Brian May <bam at debian.org> Sun, 01 Apr 2012 09:09:03 +1000
+
+django-tables (0.10.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Bugs fixed.
+ * Django 1.4 support.
+
+ -- Brian May <bam at debian.org> Wed, 28 Mar 2012 12:21:19 +1100
+
+django-tables (0.9.6-2) unstable; urgency=low
+
+ * Resolve compatibility issues with Debian/squeeze.
+
+ -- Brian May <bam at debian.org> Tue, 13 Mar 2012 11:55:12 +1100
+
+django-tables (0.9.6-1) unstable; urgency=low
+
+ * New upstream version from
+ https://github.com/bradleyayers/django-tables2 fork
+ * Major incompatible non-backwards compatible changes.
+
+ -- Brian May <bam at debian.org> Mon, 05 Mar 2012 14:23:32 +1100
+
+django-tables (0.2.1-2) unstable; urgency=low
+
+ * Remove redundant line from debian/rules.
+
+ -- Brian May <bam at debian.org> Fri, 08 Apr 2011 10:34:18 +1000
+
+django-tables (0.2.1-1) unstable; urgency=low
+
+ * Initial release. Closes: #619194.
+
+ -- Brian May <bam at debian.org> Mon, 28 Mar 2011 11:37:40 +1100
Added: packages/django-tables/trunk/debian/compat
===================================================================
--- packages/django-tables/trunk/debian/compat (rev 0)
+++ packages/django-tables/trunk/debian/compat 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1 @@
+7
Added: packages/django-tables/trunk/debian/control
===================================================================
--- packages/django-tables/trunk/debian/control (rev 0)
+++ packages/django-tables/trunk/debian/control 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1,15 @@
+Source: django-tables
+Section: python
+Priority: optional
+Maintainer: Brian May <bam at debian.org>
+Build-Depends: debhelper (>=7.0.0), python (>= 2.6), python-support (>= 0.6), cdbs (>= 0.4.49), python-setuptools
+Standards-Version: 3.9.3
+
+Package: django-tables
+Architecture: all
+Homepage: http://github.com/miracle2k/django-tables
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.2)
+Recommends: python-django (>= 1.3.0)
+Description: Django library for rendering Django QuerySets
+ This package helps programmers present data while allowing them to apply
+ common tabular transformations on it.
Added: packages/django-tables/trunk/debian/copyright
===================================================================
--- packages/django-tables/trunk/debian/copyright (rev 0)
+++ packages/django-tables/trunk/debian/copyright 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1,40 @@
+This package was debianized by Brian May.
+
+It was downloaded from https://github.com/bradleyayers/django-tables2
+
+Upstream Author:
+
+ Bradley Ayers
+
+Copyright:
+
+ Copyright (c) 2008, Michael Elsdörfer <http://elsdoerfer.name>
+
+License:
+
+ All rights reserved.
+
+ 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.
+
+ 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-tables/trunk/debian/patches/series
===================================================================
Added: packages/django-tables/trunk/debian/pycompat
===================================================================
--- packages/django-tables/trunk/debian/pycompat (rev 0)
+++ packages/django-tables/trunk/debian/pycompat 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1 @@
+2
Added: packages/django-tables/trunk/debian/rules
===================================================================
--- packages/django-tables/trunk/debian/rules (rev 0)
+++ packages/django-tables/trunk/debian/rules 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ rm -rf django_tables2.egg-info
Property changes on: packages/django-tables/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/django-tables/trunk/debian/source/format
===================================================================
--- packages/django-tables/trunk/debian/source/format (rev 0)
+++ packages/django-tables/trunk/debian/source/format 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/django-tables/trunk/debian/source/options
===================================================================
--- packages/django-tables/trunk/debian/source/options (rev 0)
+++ packages/django-tables/trunk/debian/source/options 2013-06-19 02:56:45 UTC (rev 24860)
@@ -0,0 +1 @@
+extend-diff-ignore = "^(\.project|\.pydevproject)$"
More information about the Python-modules-commits
mailing list