[Python-modules-commits] r31759 - in packages/python-django-audit-log/trunk (10 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Mon Feb 2 23:52:33 UTC 2015


    Date: Monday, February 2, 2015 @ 23:52:32
  Author: bam
Revision: 31759

[svn-inject] Applying Debian modifications (0.7.0-1) to trunk

Added:
  packages/python-django-audit-log/trunk/debian/
  packages/python-django-audit-log/trunk/debian/changelog
  packages/python-django-audit-log/trunk/debian/compat
  packages/python-django-audit-log/trunk/debian/control
  packages/python-django-audit-log/trunk/debian/copyright
  packages/python-django-audit-log/trunk/debian/rules
  packages/python-django-audit-log/trunk/debian/source/
  packages/python-django-audit-log/trunk/debian/source/format
  packages/python-django-audit-log/trunk/debian/source/options
  packages/python-django-audit-log/trunk/debian/watch


Property changes on: packages/python-django-audit-log/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-django-audit-log/trunk/debian/changelog
===================================================================
--- packages/python-django-audit-log/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/changelog	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1,5 @@
+python-django-audit-log (0.7.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: 776892).
+
+ -- Brian May <bam at debian.org>  Tue, 03 Feb 2015 09:52:49 +1100

Added: packages/python-django-audit-log/trunk/debian/compat
===================================================================
--- packages/python-django-audit-log/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/compat	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1 @@
+7

Added: packages/python-django-audit-log/trunk/debian/control
===================================================================
--- packages/python-django-audit-log/trunk/debian/control	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/control	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1,25 @@
+Source: python-django-audit-log
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Brian May <bam at debian.org>
+Build-Depends: debhelper (>=8.1.0), dh-python,
+ python-all (>= 2.6.6-3~), python-setuptools, python-django (>= 1.6),
+ python3-all, python3-setuptools, python3-django (>= 1.6),
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.7
+Homepage: https://pypi.python.org/pypi/django-xmlrpc/
+
+Package: python-django-audit-log
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.6)
+Description: Django app to track changes to models
+ This python package will automatically track and record all changes to a
+ Django model.
+
+Package: python3-django-audit-log
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.6)
+Description: Django app to track changes to models
+ This python package will automatically track and record all changes to a
+ Django model.

Added: packages/python-django-audit-log/trunk/debian/copyright
===================================================================
--- packages/python-django-audit-log/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/copyright	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-audit-log
+Upstream-Contact: Vasil Vangelovski <vv at atomidata.com>
+Source: https://github.com/Atomidata/django-audit-log
+
+Files: *
+Copyright: 2009, Vasil Vangelovski
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2014, Brian May <bam at debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ 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.
+ * The names of its contributors may not 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/python-django-audit-log/trunk/debian/rules
===================================================================
--- packages/python-django-audit-log/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/rules	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=django-audit-log
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	PYTHONPATH=. python2 ./audit_log/tests/runtests.py 
+	PYTHONPATH=. python3 ./audit_log/tests/runtests.py 
+


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

Added: packages/python-django-audit-log/trunk/debian/source/format
===================================================================
--- packages/python-django-audit-log/trunk/debian/source/format	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/source/format	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-django-audit-log/trunk/debian/source/options
===================================================================
--- packages/python-django-audit-log/trunk/debian/source/options	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/source/options	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1 @@
+extend-diff-ignore = "^(\.project|\.pydevproject)$"

Added: packages/python-django-audit-log/trunk/debian/watch
===================================================================
--- packages/python-django-audit-log/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-audit-log/trunk/debian/watch	2015-02-02 23:52:32 UTC (rev 31759)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/d/django-audit-log/django-audit-log-([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list