[Python-modules-commits] [django-guardian] 02/05: wrap-and-sort -t -a
Ondřej Nový
onovy-guest at moszumanska.debian.org
Fri Jun 17 19:22:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository django-guardian.
commit bec07ffb2691743a3cb47a7d803b13ccaace5faf
Author: Ondřej Nový <novy at ondrej.org>
Date: Fri Jun 17 21:06:59 2016 +0200
wrap-and-sort -t -a
---
debian/changelog | 1 +
debian/control | 59 +++++++++++++++++++++++----------
debian/copyright | 17 +++++-----
debian/docs | 2 +-
debian/python-django-guardian-doc.links | 14 ++++----
5 files changed, 59 insertions(+), 34 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 40e5e81..e9d6c27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
django-guardian (1.4.4-2) UNRELEASED; urgency=medium
* Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
+ * wrap-and-sort -t -a
-- Ondřej Nový <novy at ondrej.org> Fri, 17 Jun 2016 21:05:30 +0200
diff --git a/debian/control b/debian/control
index 422839b..dfb7fcf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,30 @@ Source: django-guardian
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.0.0), dh-python (>= 2.20160609~),
- python-all, python-setuptools, python-django (>= 1.2),
- python-mock (>= 0.7.2), python-six, python-unittest2, python-django-environ,
- python-pytest-runner, python-pytest-django, python-setuptools-scm,
- python3-all, python3-setuptools, python3-django (>= 1.2),
- python3-mock (>= 0.7.2), python3-six, python3-django-environ,
- python3-pytest-runner, python3-pytest-django, python3-setuptools-scm,
- python3-sphinx, python3-sphinx-rtd-theme,
+Uploaders: Brian May <bam at debian.org>,
+Build-Depends: debhelper (>= 8.0.0),
+ dh-python (>= 2.20160609~),
+ python-all,
+ python-django (>= 1.2),
+ python-django-environ,
+ python-mock (>= 0.7.2),
+ python-pytest-django,
+ python-pytest-runner,
+ python-setuptools,
+ python-setuptools-scm,
+ python-six,
+ python-unittest2,
+ python3-all,
+ python3-django (>= 1.2),
+ python3-django-environ,
+ python3-mock (>= 0.7.2),
+ python3-pytest-django,
+ python3-pytest-runner,
+ python3-setuptools,
+ python3-setuptools-scm,
+ python3-six,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
Standards-Version: 3.9.7
X-Python-Version: >= 2.7
Homepage: https://github.com/lukaszb/django-guardian
@@ -19,9 +34,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-guar
Package: python-django-guardian
Architecture: all
-Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.2), python-six
-Suggests: python-django-guardian-doc
+Provides: ${python:Provides},
+Depends: python-django (>= 1.2),
+ python-six,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests: python-django-guardian-doc,
Description: per object permissions of django
Implementation of per object permissions as authorization backend which is
supported since Django 1.2. It provides features as followings;
@@ -34,9 +52,12 @@ Description: per object permissions of django
Package: python3-django-guardian
Architecture: all
-Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}, python3-django (>= 1.2), python3-six
-Suggests: python-django-guardian-doc
+Provides: ${python:Provides},
+Depends: python3-django (>= 1.2),
+ python3-six,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests: python-django-guardian-doc,
Description: per object permissions of django for Python3
For Python3.
Implementation of per object permissions as authorization backend which is
@@ -51,7 +72,12 @@ Description: per object permissions of django for Python3
Package: python-django-guardian-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, libjs-underscore, python-sphinx, sphinx-common, libjs-jquery, libjs-modernizr
+Depends: libjs-jquery,
+ libjs-modernizr,
+ libjs-underscore,
+ python-sphinx,
+ sphinx-common,
+ ${misc:Depends},
Description: per object permissions of django (documentation)
Implementation of per object permissions as authorization backend which is
supported since Django 1.2. It provides features as followings;
@@ -63,4 +89,3 @@ Description: per object permissions of django (documentation)
- Decorators
.
This package contains the HTML documentation.
-
diff --git a/debian/copyright b/debian/copyright
index 7802a8d..1283c53 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,15 +30,15 @@ License: BSD-2-Clause
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
+ ``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 HOLDERS 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
+ 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.
License: BSD-3-Clause
@@ -81,4 +81,3 @@ License: Apache-2.0
.
On Debian-based systems the full text of the Apache version 2.0 license can be
found in /usr/share/common-licenses/Apache-2.0.
-
diff --git a/debian/docs b/debian/docs
index c19ffba..24948f1 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
-README.rst
AUTHORS
+README.rst
diff --git a/debian/python-django-guardian-doc.links b/debian/python-django-guardian-doc.links
index 312f363..f4554b5 100644
--- a/debian/python-django-guardian-doc.links
+++ b/debian/python-django-guardian-doc.links
@@ -1,16 +1,16 @@
-usr/share/javascript/sphinxdoc/1.0/underscore.js usr/share/doc/python-django-guardian-doc/html/_static/underscore.js
+/usr/share/javascript/jquery/jquery.js usr/share/doc/python3-django-guardian/examples/example_project/static/js/jquery.js
+/usr/share/javascript/modernizr/modernizr.min.js usr/share/doc/python-django-guardian-doc/html/_static/modernizr.min.js
+usr/share/javascript/sphinxdoc/1.0/doctools.js usr/share/doc/python-django-guardian-doc/html/_static/doctools.js
usr/share/javascript/sphinxdoc/1.0/jquery.js usr/share/doc/python-django-guardian-doc/html/_static/jquery.js
usr/share/javascript/sphinxdoc/1.0/searchtools.js usr/share/doc/python-django-guardian-doc/html/_static/searchtools.js
-usr/share/javascript/sphinxdoc/1.0/doctools.js usr/share/doc/python-django-guardian-doc/html/_static/doctools.js
-usr/share/sphinx/themes/basic/static/websupport.js usr/share/doc/python-django-guardian-doc/html/_static/websupport.js
+usr/share/javascript/sphinxdoc/1.0/underscore.js usr/share/doc/python-django-guardian-doc/html/_static/underscore.js
usr/share/sphinx/themes/basic/static/ajax-loader.gif usr/share/doc/python-django-guardian-doc/html/_static/ajax-loader.gif
-usr/share/sphinx/themes/basic/static/comment.png usr/share/doc/python-django-guardian-doc/html/_static/comment.png
usr/share/sphinx/themes/basic/static/comment-bright.png usr/share/doc/python-django-guardian-doc/html/_static/comment-bright.png
usr/share/sphinx/themes/basic/static/comment-close.png usr/share/doc/python-django-guardian-doc/html/_static/comment-close.png
-usr/share/sphinx/themes/basic/static/down.png usr/share/doc/python-django-guardian-doc/html/_static/down.png
+usr/share/sphinx/themes/basic/static/comment.png usr/share/doc/python-django-guardian-doc/html/_static/comment.png
usr/share/sphinx/themes/basic/static/down-pressed.png usr/share/doc/python-django-guardian-doc/html/_static/down-pressed.png
+usr/share/sphinx/themes/basic/static/down.png usr/share/doc/python-django-guardian-doc/html/_static/down.png
usr/share/sphinx/themes/basic/static/file.png usr/share/doc/python-django-guardian-doc/html/_static/file.png
usr/share/sphinx/themes/basic/static/minus.png usr/share/doc/python-django-guardian-doc/html/_static/minus.png
usr/share/sphinx/themes/basic/static/plus.png usr/share/doc/python-django-guardian-doc/html/_static/plus.png
-/usr/share/javascript/modernizr/modernizr.min.js usr/share/doc/python-django-guardian-doc/html/_static/modernizr.min.js
-/usr/share/javascript/jquery/jquery.js usr/share/doc/python3-django-guardian/examples/example_project/static/js/jquery.js
+usr/share/sphinx/themes/basic/static/websupport.js usr/share/doc/python-django-guardian-doc/html/_static/websupport.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-guardian.git
More information about the Python-modules-commits
mailing list