[Pkg-freeipa-devel] [Git][freeipa-team/python-nss][master] 3 commits: patches: Fix build with python 3.12. (Closes: #1055552)
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Thu Feb 15 08:03:22 GMT 2024
Timo Aaltonen pushed to branch master at FreeIPA packaging / python-nss
Commits:
01ed1ee8 by Timo Aaltonen at 2023-12-13T12:13:31+02:00
patches: Fix build with python 3.12. (Closes: #1055552)
- - - - -
a62f5d00 by Timo Aaltonen at 2023-12-13T12:13:39+02:00
releasing package python-nss version 1.0.1-2
- - - - -
be336836 by Timo Aaltonen at 2024-02-15T10:02:08+02:00
control: Fix maintainer address.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/fix-ftbfs-python3-12.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+python-nss (1.0.1-3) UNRELEASED; urgency=medium
+
+ * control: Fix maintainer address.
+
+ -- Timo Aaltonen <tjaalton at debian.org> Thu, 15 Feb 2024 10:02:06 +0200
+
+python-nss (1.0.1-2) unstable; urgency=medium
+
+ * patches: Fix build with python 3.12. (Closes: #1055552)
+
+ -- Timo Aaltonen <tjaalton at debian.org> Wed, 13 Dec 2023 12:13:35 +0200
+
python-nss (1.0.1-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/control
=====================================
@@ -1,7 +1,7 @@
Source: python-nss
Section: python
Priority: extra
-Maintainer: Debian FreeIPA Team <pkg-freeipa-devel at lists.alioth.debian.org>
+Maintainer: Debian FreeIPA Team <pkg-freeipa-devel at alioth-lists.debian.net>
Uploaders: Timo Aaltonen <tjaalton at debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
=====================================
debian/patches/fix-ftbfs-python3-12.patch
=====================================
@@ -0,0 +1,18 @@
+Description: fix ftbfs on python3.12
+Author: Bo YU <tsu.yubo at gmail.com>
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055552
+Forwarded: no, no suitable upstream to submit this
+Last-Update: 2023-12-06
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/py_nspr_error.c
++++ b/src/py_nspr_error.c
+@@ -20,6 +20,8 @@
+ #include "secerr.h"
+ #include "sslerr.h"
+
++#define HAVE_STDARG_PROTOTYPES 1
++
+ typedef struct {
+ PyBaseExceptionObject base;
+ PyObject *error_desc;
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
fix-ftbfs.diff
+fix-ftbfs-python3-12.patch
View it on GitLab: https://salsa.debian.org/freeipa-team/python-nss/-/compare/550f056daa080ab7934a8c8b608be370768b8315...be33683657070bf36702c71f093d51b93c324adc
--
View it on GitLab: https://salsa.debian.org/freeipa-team/python-nss/-/compare/550f056daa080ab7934a8c8b608be370768b8315...be33683657070bf36702c71f093d51b93c324adc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20240215/239036a7/attachment-0001.htm>
More information about the Pkg-freeipa-devel
mailing list