Bug#1034599: unblock: libcharon/4.13.0-2
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: libcharon@packages.debian.org, Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Control: affects -1 + src:libcharon
Please unblock package libcharon
The new version moves the .service file to /lib where debhelper can
find it. (#1034210)
[ 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 libcharon/4.13.0-2
$ debdiff python3-charon_4.13.0-1_all.deb python3-charon_4.13.0-2_all.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]
Files in second .deb but not in first
-------------------------------------
-rw-r--r-- root/root /lib/systemd/system/charon.service
-rwxr-xr-x root/root DEBIAN/postrm
Files in first .deb but not in second
-------------------------------------
-rw-r--r-- root/root /usr/lib/systemd/system/charon.service
Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-123-] {+126+}
Version: [-4.13.0-1-] {+4.13.0-2+}
Christoph
No differences were encountered between the control files
diff -Nru libcharon-4.13.0/debian/changelog libcharon-4.13.0/debian/changelog
--- libcharon-4.13.0/debian/changelog 2022-01-14 09:07:02.000000000 +0100
+++ libcharon-4.13.0/debian/changelog 2023-04-18 22:29:20.000000000 +0200
@@ -1,3 +1,10 @@
+libcharon (4.13.0-2) unstable; urgency=medium
+
+ [ Gregor Riepl ]
+ * Fix systemd service path. Closes: #1034210
+
+ -- Christoph Berg <myon@debian.org> Tue, 18 Apr 2023 22:29:20 +0200
+
libcharon (4.13.0-1) unstable; urgency=medium
* Fix GitHub watch file.
diff -Nru libcharon-4.13.0/debian/patches/0002-service-files-in-root.patch libcharon-4.13.0/debian/patches/0002-service-files-in-root.patch
--- libcharon-4.13.0/debian/patches/0002-service-files-in-root.patch 1970-01-01 01:00:00.000000000 +0100
+++ libcharon-4.13.0/debian/patches/0002-service-files-in-root.patch 2023-04-18 22:29:20.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -35,7 +35,7 @@ endif()
+ install(DIRECTORY Charon DESTINATION ${CHARON_INSTALL_PATH} ${_excludes})
+
+ if(INSTALL_SERVICE)
+- install(FILES service/charon.service DESTINATION lib/systemd/system)
++ install(FILES service/charon.service DESTINATION /lib/systemd/system)
+ install(FILES service/nl.ultimaker.charon.conf DESTINATION share/dbus-1/system.d)
+ endif()
+
diff -Nru libcharon-4.13.0/debian/patches/series libcharon-4.13.0/debian/patches/series
--- libcharon-4.13.0/debian/patches/series 2020-09-04 09:15:51.000000000 +0200
+++ libcharon-4.13.0/debian/patches/series 2023-04-18 22:29:20.000000000 +0200
@@ -1 +1,2 @@
+0002-service-files-in-root.patch
#2001-Allow-overriding-the-Python-version-in-CMake.patch
Reply to: