FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d81f33ad authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Remove debian packaging

parent 941c7797
No related branches found
No related tags found
1 merge request!4Add tox support for matrix testing
django-ucamlookup (1.9.1) jessie; urgency=medium
* Retarget build at jessie.
-- Jon Warbrick <jw35@cam.ac.uk> Thu, 15 Sep 2016 14:53:33 +0100
django-ucamlookup (1.9) unstable; urgency=medium
* Fix XSS vulnerability on template macros
-- Jon Warbrick <jw35@cam.ac.uk> Thu, 15 Sep 2016 11:11:08 +0100
django-ucamlookup (1.7.1) unstable; urgency=low
* Import utilities to the root package
-- Abraham Martin <amc203@cam.ac.uk> Mon, 13 Jun 2016 9:11:02 +0100
django-ucamlookup (1.7) unstable; urgency=low
* Added Python 3 support
-- Abraham Martin <amc203@cam.ac.uk> Mon, 6 Jun 2016 11:15:12 +0100
django-ucamlookup (1.6.1) unstable; urgency=high
* Return empty LookupGroup list if IbisException
-- Abraham Martin <amc203@cam.ac.uk> Fri, 9 Oct 2015 11:58:39 +0100
django-ucamlookup (1.6) unstable; urgency=high
* Dropped support for django 1.6 (no longer supported by django project)
* Added the option to retrieve the LookupGroup object using get_user_lookupgroups
-- Abraham Martin <amc203@cam.ac.uk> Fri, 9 Oct 2015 10:37:11 +0100
django-ucamlookup (1.5) unstable; urgency=high
* Updated ibisclient to 1.2.5
-- Abraham Martin <amc203@cam.ac.uk> Wed, 25 Jun 2015 10:58:20 +0100
django-ucamlookup (1.4) unstable; urgency=high
* Unified debian and pypi versions
-- Abraham Martin <amc203@cam.ac.uk> Wed, 14 May 2015 16:18:21 +0100
django-ucamlookup (1.2.1) unstable; urgency=high
* Limitation of the maximum characters the User.last_name (30) and
Group.name (80) can have
-- Abraham Martin <amc203@cam.ac.uk> Wed, 13 May 2015 16:37:01 +0100
django-ucamlookup (1.2) unstable; urgency=low
* Updated ibisclient to 1.2.3
-- Abraham Martin <amc203@cam.ac.uk> Fri, 1 May 2015 09:42:24 +0100
django-ucamlookup (1.1.2) unstable; urgency=low
* Remove University Computing Service from test_get_institutions_with_user
-- Matthew Vernon <mcv21@cam.ac.uk> Fri, 06 Mar 2015 17:32:10 +0000
django-ucamlookup (1.1.1) unstable; urgency=low
* Correct package name in changelog
* Add myself to Uploaders
-- Matthew Vernon <mcv21@cam.ac.uk> Fri, 06 Mar 2015 17:15:35 +0000
django-ucamlookup (1.1) unstable; urgency=low
* New upstream release (updated to 1.1)
-- Abraham Martin <amc203@cam.ac.uk> Wed, 19 Sep 2014 13:54:53 +0100
django-ucamlookup (1.0) unstable; urgency=low
* Initial debianisation
-- Abraham Martin <amc203@cam.ac.uk> Tue, 19 Aug 2014 11:30:39 +0100
7
Source: django-ucamlookup
Maintainer: UIS Information Systems Group, University of Cambridge <information-systems@ucs.cam.ac.uk>
Uploaders: Abraham Martin <amc203@cam.ac.uk>,
Matthew Vernon <mcv21@cam.ac.uk>
Section: python
Priority: optional
Build-Depends: python-setuptools, python-all (>= 2.6.6-3), debhelper (>=9),
python-django (>=1.7), python-markdown, dh-python
Standards-Version: 3.9.4
Package: python-django-ucamlookup
Architecture: all
Depends: python-django (>=1.7), python-requests, python-openssl, ${misc:Depends}, ${python:Depends}
Description: University of Cambridge Web Authentication module for Django
This package provides a django authentication back-end to the
University of Cambridge Web Authentication system.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: django-ucamlookup
Upstream-Contact: Information Systems, University Information Service, University of Cambridge
<information-systems@ucs.cam.ac.uk>
Source: https://github.com/uisautomation/django-ucamlookup.git
Files: *
Copyright: Copyright (c) 2015, University of Cambridge and individual contributors.
License: MIT
Copyright (c) 2015, University of Cambridge and individual contributors.
.
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.
README.html
#!/usr/bin/make -f
export PYBUILD_NAME=django-ucamlookup
export PYBUILD_DISABLE=test
%:
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
sed -e '1d' < README.md | markdown_py > README.html
override_dh_auto_test:
python runtests.py
override_dh_auto_clean:
dh_auto_clean
rm -f README.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment