debian: change dependency on pykerberos package for wheezy

This commit is contained in:
Benjamin Dauvergne 2016-03-04 18:13:53 +01:00
parent 1d37f0feef
commit bd729ae111
8 changed files with 46 additions and 0 deletions

5
debian-wheezy/changelog Normal file
View File

@ -0,0 +1,5 @@
python-django-kerberos (1.2.1) wheezy; urgency=low
* New upstream release
-- Benjamin Dauvergne <bdauvergne@entrouvert.org> Thu, 5 Sep 2014 19:00:29 +0100

1
debian-wheezy/compat Normal file
View File

@ -0,0 +1 @@
7

16
debian-wheezy/control Normal file
View File

@ -0,0 +1,16 @@
Source: python-django-kerberos
Maintainer: Benjamin Dauvergne <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3),
python-django (>= 1.5)
Standards-Version: 3.9.1
X-Python-Version: >= 2.6
Package: python-django-kerberos
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1.5),
python-kerberos
Description: Kerberos authentication frontend for Authentic2

View File

@ -0,0 +1,14 @@
Subject: change pykerberos package name for package name in wheezy
Origin: entrouvert
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(name="django-kerberos",
packages=find_packages('src'),
install_requires=[
'django>1.5',
- 'pykerberos',
+ 'kerberos',
],
package_dir={
'': 'src',

View File

@ -0,0 +1 @@
01-change-pykerberos-package-name.diff

View File

@ -0,0 +1,2 @@
pykerberos python-kerberos
django python-django

6
debian-wheezy/rules Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@ --with python2

View File

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