diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..218f049 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +django-js-reverse (0.9.1-1+swh1) unstable-swh; urgency=medium + + * Initial release + + -- Antoine Lambert Wed, 31 Jul 2019 11:05:15 +0200 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..b7e13af --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: django-js-reverse +Section: python +Priority: optional +Maintainer: Software Heritage Developers +Build-Depends: debhelper (>=9), + dh-python, + phantomjs, + python3-all, + python3-django (>= 1.5), + python3-selenium, + python3-setuptools, +Standards-Version: 4.1.3 +Homepage: https://github.com/ierror/django-js-reverse +Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-js-reverse.git +Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-js-reverse.git +X-Python3-Version: >= 3.1 + +Package: python3-django-js-reverse +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, +Description: Javascript url handling for Django that doesn't hurt + Django JS Reverse is a small django app that makes url handling of + named urls ` in javascript easy and + non-annoying. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..4bf665f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,41 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: django-js-reverse +Upstream-Contact: Bernhard Janetzki +Source: https://pypi.python.org/pypi/django-js-reverse + +Files: * +Copyright: 2013-2019, Bernhard Janetzki and individual contributors +License: EXPAT + +Files: django_js_reverse/rjsmin.py +Copyright: 2011-2014, Andr\xe9 Malo or his licensors, as applicable +License: Apache-2.0 + +License: EXPAT + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 +X-Comment: On Debian systems, the complete text of the Apache License, + Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7f63e3e --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +upstream-branch=debian/upstream +upstream-tag=debian/upstream/%(version)s +debian-branch=debian/unstable-swh +pristine-tar=True diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..de8b534 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=django-js-reverse + +%: + dh $@ --with python3 --buildsystem=pybuild diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)