Your message dated Sat, 07 Sep 2019 14:34:49 +0100
with message-id 
<f49e2985d8466065c49c03185c24465a32228fb5.ca...@adam-barratt.org.uk>
and subject line Closing bugs for fixes including in 10.1 point release
has caused the Debian Bug report #935576,
regarding buster-pu: package z3/4.4.1-1~deb10u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
935576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935576
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu

Hi,

I'd like to rebuild z3 from sid for buster to fix the incorrect SONAME
of libz3java.so (#842892)


Andreas
diff -Nru z3-4.4.1/debian/changelog z3-4.4.1/debian/changelog
--- z3-4.4.1/debian/changelog   2018-09-09 21:28:32.000000000 +0200
+++ z3-4.4.1/debian/changelog   2019-08-24 07:18:47.000000000 +0200
@@ -1,3 +1,30 @@
+z3 (4.4.1-1~deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for buster.
+
+ -- Andreas Beckmann <[email protected]>  Sat, 24 Aug 2019 07:18:47 +0200
+
+z3 (4.4.1-1) unstable; urgency=medium
+
+  [ Gianfranco Costamagna ]
+  * Team Upload
+  * Upload to unstable
+
+  [ Andreas Beckmann ]
+  * Do not set the SONAME of libz3java.so to libz3.so.4.  (Closes: #842892)
+
+ -- Gianfranco Costamagna <[email protected]>  Sat, 17 Aug 2019 
11:05:53 +0200
+
+z3 (4.4.1-0.5~exp1) experimental; urgency=medium
+
+  * Package moved to salsa (Closes: #926939)
+  * Standards-Version updated to 4.2.1
+  * Fix priority-extra-is-replaced-by-priority-optional warning
+  * Moved under the llvm umbrella
+
+ -- Sylvestre Ledru <[email protected]>  Tue, 16 Apr 2019 14:30:31 +0200
+
 z3 (4.4.1-0.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru z3-4.4.1/debian/control z3-4.4.1/debian/control
--- z3-4.4.1/debian/control     2018-09-09 21:28:32.000000000 +0200
+++ z3-4.4.1/debian/control     2019-08-24 07:18:47.000000000 +0200
@@ -1,7 +1,8 @@
 Source: z3
 Section: science
-Priority: extra
-Maintainer: Michael Tautschnig <[email protected]>
+Priority: optional
+Maintainer: LLVM Packaging Team <[email protected]>
+Uploaders: Michael Tautschnig <[email protected]>
 Build-Depends: debhelper (>=9),
                dh-python, python,
                javahelper [!hppa !hurd-i386 !m68k !sh4],
@@ -10,8 +11,10 @@
                mono-mcs [!mips !mips64el !powerpc !alpha !hppa !hurd-i386 
!m68k !powerpcspe !ppc64 !sh4 !sparc64 !x32],
                cli-common-dev [!mips !mips64el !powerpc !alpha !hppa 
!hurd-i386 !m68k !powerpcspe !ppc64 !sh4 !sparc64 !x32],
                libmono-system-numerics4.0-cil [!mips !mips64el !powerpc !alpha 
!hppa !hurd-i386 !m68k !powerpcspe !ppc64 !sh4 !sparc64 !x32]
-Standards-Version: 3.9.6
+Standards-Version: 4.2.1
 Homepage: https://github.com/Z3Prover/z3
+Vcs-Git: https://salsa.debian.org/pkg-llvm-team/z3.git
+Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/z3
 
 Package: z3
 Architecture: any
diff -Nru z3-4.4.1/debian/gbp.conf z3-4.4.1/debian/gbp.conf
--- z3-4.4.1/debian/gbp.conf    1970-01-01 01:00:00.000000000 +0100
+++ z3-4.4.1/debian/gbp.conf    2019-08-24 07:18:47.000000000 +0200
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch = buster
diff -Nru z3-4.4.1/debian/rules z3-4.4.1/debian/rules
--- z3-4.4.1/debian/rules       2016-07-20 13:07:58.000000000 +0200
+++ z3-4.4.1/debian/rules       2019-08-24 07:18:47.000000000 +0200
@@ -41,8 +41,8 @@
        else \
                python scripts/mk_make.py --ml 
--prefix=$(CURDIR)/debian/tmp/usr; \
        fi
-       sed -i 's/^SLINK_FLAGS=.*/SLINK_FLAGS=$(LDFLAGS) -Wl,-soname,libz3.so.4 
-fPIC -shared/' build/config.mk
-       sed -i 's/^CXXFLAGS=/CXXFLAGS=-fPIC /' build/config.mk
+       sed -i 's/^SLINK_FLAGS=/SLINK_FLAGS=$$(LDFLAGS) -fPIC /' build/config.mk
+       echo 'libz3$$(SO_EXT): SLINK_FLAGS += -Wl,-soname,libz3.so.4' >> 
build/Makefile
        printf '%%:\n\t$$(MAKE) -C build $$@\n' > Makefile
        printf '\nall:\n\t$$(MAKE) -C build $$@\n' >> Makefile
        ln -s libz3.so build/libz3.dll
@@ -51,6 +51,7 @@
 
 override_dh_clean:
        dh_clean
+       sed -i 's/^DOTNET_ENABLED=.*/DOTNET_ENABLED=False/' scripts/mk_util.py
        $(RM) Makefile scripts/*.pyc
        $(RM) -r build
        $(RM) src/api/python/*.pyc

--- End Message ---
--- Begin Message ---
Version: 10.1

Hi,

The fixes referenced by each of these bugs were included in today's
buster point release.

Regards,

Adam

--- End Message ---

Reply via email to