Codebase list cccolutils / 2cd7b6c
Debianizing the package. Sergio Durigan Junior 5 years ago
8 changed file(s) with 79 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 cccolutils (1.4-1) unstable; urgency=medium
1
2 * Initial release (Closes: #904054).
3
4 -- Sergio Durigan Junior <sergiodj@debian.org> Wed, 18 Jul 2018 17:50:59 -0400
0 Source: cccolutils
1 Section: python
2 Priority: optional
3 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
4 Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
5 Build-Depends: debhelper (>= 11),
6 dh-python,
7 python3-all,
8 python3-setuptools,
9 python3-dev,
10 libkrb5-dev,
11 Standards-Version: 4.1.5
12 Homepage: https://pagure.io/cccolutils
13 Vcs-Browser: https://salsa.debian.org/debian/cccolutils
14 Vcs-Git: https://salsa.debian.org/debian/cccolutils.git
15 Testsuite: autopkgtest-pkg-python
16
17 Package: python3-cccolutils
18 Architecture: any
19 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
20 Description: Python Kerberos Credential Cache Collection Utilities (Python 3)
21 This module provides Kerberos 5 credential cache collection utilities
22 for Python 2.6+ and 3.
23 .
24 When a user authenticates to a Kerberos realm (eg. with kinit), the user
25 has a short-lived credential in a cache (view it with klist).
26 .
27 You can use this cccolutils module to easily determine if the user has
28 any valid Kerberos credentials, or what the username is for a particular
29 Kerberos realm.
30 .
31 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: cccolutils
2 Source: https://pagure.io/cccolutils
3
4 Files: *
5 Copyright: 2016 Patrick Uiterwijk
6 License: GPL-2+
7
8 Files: debian/*
9 Copyright: 2018 Sergio Durigan Junior <sergiodj@debian.org>
10 License: GPL-2+
11
12 License: GPL-2+
13 This package is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 2 of the License, or
16 (at your option) any later version.
17 .
18 This package is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22 .
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <https://www.gnu.org/licenses/>
25 .
26 On Debian systems, the complete text of the GNU General
27 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
0 #!/usr/bin/make -f
1
2 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
3
4 export PYBUILD_NAME=cccolutils
5
6 %:
7 dh $@ --with python3 --buildsystem=pybuild
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 opts=uversionmangle=s/CCColUtils/cccolutils/ \
2 https://releases.pagure.org/cccolutils/CCColUtils@ANY_VERSION@@ARCHIVE_EXT@