[Python-modules-commits] [django-dirtyfields] 03/04: source package automatically created by stdeb 0.8.5 (Closes: #856888).

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sun Mar 5 22:12:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository django-dirtyfields.

commit b4b15ae29a0803c91a6b388b4c88fda78b7e95ce
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Mar 5 22:10:40 2017 +0000

    source package automatically created by stdeb 0.8.5 (Closes: #856888).
---
 debian/changelog                              |  5 +++
 debian/clean                                  |  1 +
 debian/compat                                 |  1 +
 debian/control                                | 45 +++++++++++++++++++++++++++
 debian/copyright                              | 41 ++++++++++++++++++++++++
 debian/python-django-dirtyfields-doc.doc-base |  9 ++++++
 debian/python-django-dirtyfields-doc.docs     |  1 +
 debian/rules                                  | 16 ++++++++++
 debian/tests/control                          |  6 ++++
 debian/watch                                  |  3 ++
 10 files changed, 128 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e1713c3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+django-dirtyfields (1.2.1-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5 (Closes: #856888).
+
+ -- Christopher Hoskin <mans0954 at debian.org>  Sun, 05 Mar 2017 20:55:09 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..8dafd9a
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+src/django_dirtyfields.egg-info/
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..38bf047
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: django-dirtyfields
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Christopher Hoskin <mans0954 at debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9),
+ python-pytest, python3-pytest, python3-sphinx, python-pytest-django, python3-pytest-django, python-django, python3-django,
+ python-tz, python3-tz
+Standards-Version: 3.9.8
+Homepage: http://github.com/romgar/django-dirtyfields
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-dirtyfields.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/django-dirtyfields.git
+
+
+Package: python-django-dirtyfields
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: package for tracking dirty fields on a Django model instance (Python 2)
+ django-dirtyfields is a package for tracking dirty fields on a Django model
+ instance, where dirty means that field in-memory and database values are
+ different.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-django-dirtyfields
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: package for tracking dirty fields on a Django model instance (Python 3)
+ django-dirtyfields is a package for tracking dirty fields on a Django model
+ instance, where dirty means that field in-memory and database values are
+ different.
+ .
+ This is the Python 3 version of the package. 
+
+Package: python-django-dirtyfields-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: package for tracking dirty fields on a Django model instance (documentation)
+ django-dirtyfields is a package for tracking dirty fields on a Django model
+ instance, where dirty means that field in-memory and database values are
+ different.
+ .
+ This is the documentation package.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ee07f6c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-dirtyfields
+Source: https://github.com/romgar/django-dirtyfields
+
+Files: *
+Copyright: Praekelt Foundation and individual contributors.
+ 2015 Romain Garrigues <romain.garrigues.cs at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2017 Christopher Hoskin <mans0954 at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) Praekelt Foundation and individual contributors.
+ 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.
+  .  
+    3.  Neither the name of the Praekelt Foundation nor the names of its
+        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.
diff --git a/debian/python-django-dirtyfields-doc.doc-base b/debian/python-django-dirtyfields-doc.doc-base
new file mode 100644
index 0000000..a65b388
--- /dev/null
+++ b/debian/python-django-dirtyfields-doc.doc-base
@@ -0,0 +1,9 @@
+Document: django-dirtyfields
+Title: django-dirtyfields documentation
+Author: Romain Garrigues <romain.garrigues.cs at gmail.com>
+Abstract: This document describes how to use django-dirtyfields
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-dirtyfields-doc/html/index.html
+Files: /usr/share/doc/python-django-dirtyfields-doc/html/*.html     
diff --git a/debian/python-django-dirtyfields-doc.docs b/debian/python-django-dirtyfields-doc.docs
new file mode 100644
index 0000000..6d28621
--- /dev/null
+++ b/debian/python-django-dirtyfields-doc.docs
@@ -0,0 +1 @@
+build/html
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5f247bd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+export DJANGO_SETTINGS_MODULE=tests.django_settings
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Sun, 05 Mar 2017 20:55:09 +0000
+export PYBUILD_NAME=django-dirtyfields
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build: export http_proxy=127.0.0.1:9
+override_dh_auto_build: export https_proxy=127.0.0.1:9
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. sphinx-build -N -bhtml docs/ build/html # HTML generator
+
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..10644bb
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,6 @@
+Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import dirtyfields; print dirtyfields" ; done
+Depends: python-all, python-django-dirtyfields
+
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import dirtyfields; print(dirtyfields)" ; done
+Depends: python3-all, python3-django-dirtyfields
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0cab65e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/django-dirtyfields/django-dirtyfields-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-dirtyfields.git



More information about the Python-modules-commits mailing list