Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: devicex...@packages.debian.org, sanv...@debian.org,
mba...@debian.org
Control: affects -1 + src:devicexlib
Please unblock package devicexlib
It fixes RC bug #1103731 libdevicexlib-dev fails to coinstall due to
conflicting /usr/include/*.mod
[ Checklist ]
[X] all changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in testing
unblock devicexlib/0.8.6-2
diff -Nru devicexlib-0.8.6/debian/changelog devicexlib-0.8.6/debian/changelog
--- devicexlib-0.8.6/debian/changelog 2025-04-06 10:04:12.000000000 +0200
+++ devicexlib-0.8.6/debian/changelog 2025-05-23 21:55:00.000000000 +0200
@@ -1,3 +1,13 @@
+devicexlib (0.8.6-2) unstable; urgency=medium
+
+ * Team upload.
+ [ Adrian Bunk ]
+ * libdevicexlib-dev: Drop Multi-Arch: same. Closes: #1103731.
+ [ Santiago Vila ]
+ * Fix clean target. Closes: #1044973.
+
+ -- Santiago Vila <sanv...@debian.org> Fri, 23 May 2025 21:55:00 +0200
+
devicexlib (0.8.6-1) unstable; urgency=medium
* New upstream release.
diff -Nru devicexlib-0.8.6/debian/clean devicexlib-0.8.6/debian/clean
--- devicexlib-0.8.6/debian/clean 1970-01-01 01:00:00.000000000 +0100
+++ devicexlib-0.8.6/debian/clean 2025-05-23 21:55:00.000000000 +0200
@@ -0,0 +1,2 @@
+install/make_blas.inc
+install/make_lapack.inc
diff -Nru devicexlib-0.8.6/debian/control devicexlib-0.8.6/debian/control
--- devicexlib-0.8.6/debian/control 2025-03-16 15:38:28.000000000 +0100
+++ devicexlib-0.8.6/debian/control 2025-05-23 21:55:00.000000000 +0200
@@ -17,7 +17,6 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Multi-Arch: same
Description: Library wrapping device-oriented routines and utilities
The deviceXlib library wraps device-oriented routines and utilities.
.