Control: tags 1022181 + patch
Control: tags 1022181 + pending

Dear maintainer,

I've prepared an NMU for pygccjit (versioned as 0.4-12.1) and uploaded 
it to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru pygccjit-0.4/debian/changelog pygccjit-0.4/debian/changelog
--- pygccjit-0.4/debian/changelog	2021-09-15 14:23:21.000000000 +0300
+++ pygccjit-0.4/debian/changelog	2022-11-20 01:51:51.000000000 +0200
@@ -1,3 +1,10 @@
+pygccjit (0.4-12.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build using gcc 12. (Closes: #1022181)
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 20 Nov 2022 01:51:51 +0200
+
 pygccjit (0.4-12) unstable; urgency=medium
 
   * Stop building the python3-pygccjit-dbg package. Closes: #994329.
diff -Nru pygccjit-0.4/debian/control pygccjit-0.4/debian/control
--- pygccjit-0.4/debian/control	2021-09-15 14:22:28.000000000 +0300
+++ pygccjit-0.4/debian/control	2022-11-20 01:51:35.000000000 +0200
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 13),
   dh-python,
   python3-all-dev, cython3, python3-setuptools,
-  libgccjit-10-dev, gcc-10,
+  libgccjit-12-dev, gcc-12,
   python3-sphinx
 Standards-Version: 4.6.0
 Homepage: https://github.com/davidmalcolm/pygccjit
diff -Nru pygccjit-0.4/debian/rules pygccjit-0.4/debian/rules
--- pygccjit-0.4/debian/rules	2021-09-15 14:23:18.000000000 +0300
+++ pygccjit-0.4/debian/rules	2022-11-20 01:51:46.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-export CC = gcc-10
-export LDSHARED = gcc-10 -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro
+export CC = gcc-12
+export LDSHARED = gcc-12 -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro
 
 export PYBUILD_DESTDIR_python3=debian/python3-gccjit/
 

Reply via email to