[Python-modules-commits] r30996 - in packages/django-assets/trunk (17 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sun Oct 12 13:58:44 UTC 2014


    Date: Sunday, October 12, 2014 @ 13:58:43
  Author: fladi-guest
Revision: 30996

Initial release (Closes: #764931).

Added:
  packages/django-assets/trunk/debian/
  packages/django-assets/trunk/debian/changelog
  packages/django-assets/trunk/debian/compat
  packages/django-assets/trunk/debian/control
  packages/django-assets/trunk/debian/copyright
  packages/django-assets/trunk/debian/patches/
  packages/django-assets/trunk/debian/patches/series
  packages/django-assets/trunk/debian/patches/webassets_version.patch
  packages/django-assets/trunk/debian/python-django-assets-doc.doc-base
  packages/django-assets/trunk/debian/python-django-assets-doc.docs
  packages/django-assets/trunk/debian/python-django-assets.docs
  packages/django-assets/trunk/debian/python3-django-assets.docs
  packages/django-assets/trunk/debian/rules
  packages/django-assets/trunk/debian/source/
  packages/django-assets/trunk/debian/source/format
  packages/django-assets/trunk/debian/source/lintian-overrides
  packages/django-assets/trunk/debian/watch


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

Added: packages/django-assets/trunk/debian/changelog
===================================================================
--- packages/django-assets/trunk/debian/changelog	                        (rev 0)
+++ packages/django-assets/trunk/debian/changelog	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,5 @@
+django-assets (0.10-1) unstable; urgency=low
+
+  * Initial release (Closes: #764931).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Sun, 12 Oct 2014 15:38:45 +0200

Added: packages/django-assets/trunk/debian/compat
===================================================================
--- packages/django-assets/trunk/debian/compat	                        (rev 0)
+++ packages/django-assets/trunk/debian/compat	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1 @@
+9

Added: packages/django-assets/trunk/debian/control
===================================================================
--- packages/django-assets/trunk/debian/control	                        (rev 0)
+++ packages/django-assets/trunk/debian/control	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,64 @@
+Source: django-assets
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-nose,
+               python-django,
+               python-webassets,
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg),
+               python3-all,
+               python3-nose,
+               python3-django,
+               python3-webassets,
+               python3-setuptools
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+Homepage: https://github.com/miracle2k/django-assets
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-assets/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-assets/trunk/
+
+Package: python-django-assets
+Architecture: all
+Depends: python-django,
+         python-webassets,
+         ${misc:Depends},
+         ${python:Depends}
+Suggests: python-django-assets-doc
+Description: integrate webassets into Django applications
+ django-assets will automatically merge and compress bundle’s source files the
+ first time a template including them is rendered, and will automatically update
+ the compressed file every time a source file changes. If debugging is enabled,
+ each source file will be outputted individually instead.
+
+Package: python3-django-assets
+Architecture: all
+Depends: python3-django,
+         python3-webassets,
+         ${misc:Depends},
+         ${python3:Depends}
+Suggests: python-django-assets-doc
+Description: integrate webassets into Django applications (Python3 version)
+ django-assets will automatically merge and compress bundle’s source files the
+ first time a template including them is rendered, and will automatically update
+ the compressed file every time a source file changes. If debugging is enabled,
+ each source file will be outputted individually instead.
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-django-assets-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: integrate webassets into Django applications (Documentation)
+ django-assets will automatically merge and compress bundle’s source files the
+ first time a template including them is rendered, and will automatically update
+ the compressed file every time a source file changes. If debugging is enabled,
+ each source file will be outputted individually instead.
+ .
+ This package contains the documentation.

Added: packages/django-assets/trunk/debian/copyright
===================================================================
--- packages/django-assets/trunk/debian/copyright	                        (rev 0)
+++ packages/django-assets/trunk/debian/copyright	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-assets
+Upstream-Contact: Michael Elsdörfer <michael at elsdoerfer.com>
+Source: https://github.com/miracle2k/django-assets
+
+Files: *
+Copyright: 2008-2014, Michael Elsdörfer <michael at elsdoerfer.com>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2014, Fladischer Michael <FladischerMichael at fladi.at>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ 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-assets/trunk/debian/patches/series
===================================================================
--- packages/django-assets/trunk/debian/patches/series	                        (rev 0)
+++ packages/django-assets/trunk/debian/patches/series	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1 @@
+webassets_version.patch

Added: packages/django-assets/trunk/debian/patches/webassets_version.patch
===================================================================
--- packages/django-assets/trunk/debian/patches/webassets_version.patch	                        (rev 0)
+++ packages/django-assets/trunk/debian/patches/webassets_version.patch	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,19 @@
+Description: loosen up dependency on webassets
+ Upstream uses a strict versioned dependency on webassets-library which is
+ unnecessary. This patch loosens up this dependency to also allow newer versions
+ of webassets.
+Author: Mcihael Fladischer <FladischerMichael at fladi.at>
+Last-Update: 2014-09-09
+Forwarded: no
+
+--- a/setup.py
++++ b/setup.py
+@@ -42,7 +42,7 @@
+     platforms='any',
+     install_requires=[
+         'Django>=1.1',
+-        'webassets==%s' % webassets_version
++        'webassets>=%s' % webassets_version
+         ],
+     classifiers=[
+         'Environment :: Web Environment',

Added: packages/django-assets/trunk/debian/python-django-assets-doc.doc-base
===================================================================
--- packages/django-assets/trunk/debian/python-django-assets-doc.doc-base	                        (rev 0)
+++ packages/django-assets/trunk/debian/python-django-assets-doc.doc-base	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,8 @@
+Document: python-django-assets-doc
+Title: Dango Assets Documentation
+Author: Michael Elsdörfer <michael at elsdoerfer.com>
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-assets-doc/html/index.html
+Files: /usr/share/doc/python-django-assets-doc/html/*.html

Added: packages/django-assets/trunk/debian/python-django-assets-doc.docs
===================================================================
--- packages/django-assets/trunk/debian/python-django-assets-doc.docs	                        (rev 0)
+++ packages/django-assets/trunk/debian/python-django-assets-doc.docs	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1 @@
+docs/_build/html

Added: packages/django-assets/trunk/debian/python-django-assets.docs
===================================================================
--- packages/django-assets/trunk/debian/python-django-assets.docs	                        (rev 0)
+++ packages/django-assets/trunk/debian/python-django-assets.docs	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1 @@
+README.rst

Added: packages/django-assets/trunk/debian/python3-django-assets.docs
===================================================================
--- packages/django-assets/trunk/debian/python3-django-assets.docs	                        (rev 0)
+++ packages/django-assets/trunk/debian/python3-django-assets.docs	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1 @@
+README.rst

Added: packages/django-assets/trunk/debian/rules
===================================================================
--- packages/django-assets/trunk/debian/rules	                        (rev 0)
+++ packages/django-assets/trunk/debian/rules	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=django-assets
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. sphinx-build -b html -d docs/_build/.doctrees -N docs docs/_build/html
+
+override_dh_clean:
+	rm -rf docs/_build
+	dh_clean
+
+# Tests fail because of:
+# https://github.com/miracle2k/django-assets/pull/43
+# which depends on:
+# https://github.com/miracle2k/webassets/pull/335
+override_dh_auto_test:


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

Added: packages/django-assets/trunk/debian/source/format
===================================================================
--- packages/django-assets/trunk/debian/source/format	                        (rev 0)
+++ packages/django-assets/trunk/debian/source/format	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-assets/trunk/debian/source/lintian-overrides
===================================================================
--- packages/django-assets/trunk/debian/source/lintian-overrides	                        (rev 0)
+++ packages/django-assets/trunk/debian/source/lintian-overrides	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,2 @@
+# Upstream does not provide detached PGP signatures for their source tarballs.
+django-assets source: debian-watch-may-check-gpg-signature

Added: packages/django-assets/trunk/debian/watch
===================================================================
--- packages/django-assets/trunk/debian/watch	                        (rev 0)
+++ packages/django-assets/trunk/debian/watch	2014-10-12 13:58:43 UTC (rev 30996)
@@ -0,0 +1,5 @@
+version=3
+opts=filenamemangle=s/.+\/([\d\.]+)\.tar\.gz/django-assets-$1.tar.gz/ \
+https://github.com/miracle2k/django-assets/releases \
+/miracle2k/django-assets/archive/([\d\.]+)\.tar\.gz
+




More information about the Python-modules-commits mailing list