Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: ga...@packages.debian.org 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 <bbo...@ipacct.com> 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 \