Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Bump debhelper to 12.
· 978e1933
Timo Aaltonen
authored
Sep 12, 2019
978e1933
control: Bump policy to 4.4.0.
· 3967b0f7
Timo Aaltonen
authored
Sep 12, 2019
3967b0f7
control: Drop X-Python*-Version.
· 10851d91
Timo Aaltonen
authored
Sep 12, 2019
10851d91
Drop python2 support. (Closes: #937958)
· 1bca39ae
Timo Aaltonen
authored
Sep 12, 2019
1bca39ae
control: Fix vcs urls.
· 5e73fd1f
Timo Aaltonen
authored
Sep 12, 2019
5e73fd1f
releasing package python-nss version 1.0.0-2
· 2179a295
Timo Aaltonen
authored
Sep 12, 2019
2179a295
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2179a295
python-nss (1.0.0-2) unstable; urgency=medium
* Bump debhelper to 12.
* control: Bump policy to 4.4.0.
* control: Drop X-Python*-Version.
* Drop python2 support. (Closes: #937958)
* control: Fix vcs urls.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 09:17:21 +0300
python-nss (1.0.0-1) unstable; urgency=medium
* New upstream release.
...
...
debian/compat
View file @
2179a295
9
12
debian/control
View file @
2179a295
...
...
@@ -3,31 +3,14 @@ Section: python
Priority: extra
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
12
),
dh-python,
python-all-dev (>= 2.6.6-3~),
python3-all-dev,
libnss3-dev,
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 3.9.8
Standards-Version: 4.4.0
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Python_binding_for_NSS
Vcs-Git: https://anonscm.debian.org/git/pkg-freeipa/python-nss.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-freeipa/python-nss.git
Package: python-nss
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python bindings for Network Security Services (NSS)
This package provides Python bindings for Network Security Services (NSS)
and the Netscape Portable Runtime (NSPR).
.
NSS is a set of libraries supporting security-enabled client and
server applications. Applications built with NSS can support SSL v2
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3
certificates, and other security standards. Specific NSS
implementations have been FIPS-140 certified.
Vcs-Git: https://salsa.debian.org/freeipa-team/python-nss.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/python-nss
Package: python3-nss
Architecture: any
...
...
debian/rules
View file @
2179a295
...
...
@@ -5,8 +5,9 @@
#export DH_VERBOSE=1
export
PYBUILD_NAME
=
nss
%
:
dh
$@
--with
python2,
python3
--buildsystem
=
pybuild
dh
$@
--with
python3
--buildsystem
=
pybuild
override_dh_auto_install
:
dh_auto_install
...
...