Your message dated Thu, 20 Apr 2023 21:38:39 +0000
with message-id <[email protected]>
and subject line unblock gammu
has caused the Debian Bug report #1034647,
regarding unblock: gammu/1.42.0-8
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.)
--
1034647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034647
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:gammu
Please unblock package gammu
This upload fixes RC bug #1034237
All changes are kept as minimal as possible
[ Reason ]
Closes RC bug
[ Impact ]
gammu will be dropped out of bookworm and all its users will be unhappy
[ Tests ]
Manually verified that upgrade and downgrade go smooth on usrmerged sid
[ Risks ]
The main risk is moving a file from /usr/lib to /lib
The move does not involve different packages and should be safe
[ 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
Thanks to Santiago Vila for the review and advice
unblock gammu/1.42.0-8
diff -Nru gammu-1.42.0/debian/changelog gammu-1.42.0/debian/changelog
--- gammu-1.42.0/debian/changelog 2023-01-31 17:39:21.000000000 +0000
+++ gammu-1.42.0/debian/changelog 2023-04-11 15:27:43.000000000 +0000
@@ -1,3 +1,9 @@
+gammu (1.42.0-8) unstable; urgency=medium
+
+ * Install systemd files in /lib (Closes: #1034237)
+
+ -- Boian Bonev <[email protected]> Tue, 11 Apr 2023 15:27:43 +0000
+
gammu (1.42.0-7) unstable; urgency=medium
* Move dep on tzdata (Closes: #1029417)
diff -Nru gammu-1.42.0/debian/control gammu-1.42.0/debian/control
--- gammu-1.42.0/debian/control 2023-01-31 17:39:21.000000000 +0000
+++ gammu-1.42.0/debian/control 2023-04-11 15:27:43.000000000 +0000
@@ -15,6 +15,7 @@
libglib2.0-dev,
libgudev-1.0-dev [linux-any],
libpq-dev,
+ libsystemd-dev,
libusb-1.0-0-dev [linux-any],
pkg-config,
sqlite3,
diff -Nru gammu-1.42.0/debian/gammu-smsd.install
gammu-1.42.0/debian/gammu-smsd.install
--- gammu-1.42.0/debian/gammu-smsd.install 2023-01-31 10:28:05.000000000
+0000
+++ gammu-1.42.0/debian/gammu-smsd.install 2023-04-11 15:27:43.000000000
+0000
@@ -1,8 +1,8 @@
debian/gammu-smsdrc /etc/
+lib/systemd/system/gammu-smsd.service
usr/bin/gammu-smsd
usr/bin/gammu-smsd-inject
usr/bin/gammu-smsd-monitor
-usr/lib/systemd/system/gammu-smsd.service
usr/share/man/man1/gammu-smsd*
usr/share/man/man5/gammu-smsd*
usr/share/man/man7/gammu-smsd*
diff -Nru gammu-1.42.0/debian/rules gammu-1.42.0/debian/rules
--- gammu-1.42.0/debian/rules 2023-01-29 21:07:57.000000000 +0000
+++ gammu-1.42.0/debian/rules 2023-04-11 15:27:43.000000000 +0000
@@ -29,7 +29,7 @@
override_dh_auto_configure:
dh_auto_configure -- \
-DINSTALL_LIBDATA_DIR=/usr/lib/${DEB_HOST_MULTIARCH} \
- -DSYSTEMD_SERVICES_INSTALL_DIR=/usr/lib/systemd/system \
+ -DSYSTEMD_SERVICES_INSTALL_DIR=/lib/systemd/system \
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
-DINSTALL_LSB_INIT=ON \
-DSYSTEMD_FOUND=ON \
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---