debian: initial package (#40872)

This commit is contained in:
Thomas NOËL 2020-03-20 20:55:03 +01:00
parent 3d1bc364be
commit 96691d05df
7 changed files with 71 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
django-ratelimit (0.5.4-0) unstable; urgency=medium
* Initial package
-- Thomas NOEL <tnoel@entrouvert.com> Fri, 20 Mar 2020 20:45:05 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

26
debian/control vendored Normal file
View File

@ -0,0 +1,26 @@
Source: django-admin-rangefilter
Maintainer: Thomas NOEL <tnoel@entrouvert.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
dh-systemd,
python-all (>= 2.6.6-3),
python-django,
python-setuptools (>= 0.6b3),
python3-all,
python3-django,
python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Homepage: https://github.com/silentsokolov/django-admin-rangefilter
Package: python-django-admin-rangefilter
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.11)
Description: Custom date/datetime filter for Django admin
Package: python3-django-admin-rangefilter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django
Description: Custom date/datetime filter for Django admin

28
debian/copyright vendored Normal file
View File

@ -0,0 +1,28 @@
The MIT License (MIT)
Copyright (c) 2014 Dmitriy Sokolov
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.
----
The Debian packaging is:
Copyright (c) 2020 Thomas NOEL <tnoel@entrouvert.com>
and is licensed under GPLv3, see /usr/share/common-licenses/GPL-3

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
DH_VERBOSE=1
export PYBUILD_NAME=rangefilter
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
# skip upstream tests

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

1
debian/source/options vendored Normal file
View File

@ -0,0 +1 @@
extend-diff-ignore="\.egg-info"