Control: tags 1073652 + pending
Dear maintainer, I've prepared an NMU for wsdd2 (versioned as 1.8.7+dfsg-1.2) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru wsdd2-1.8.7+dfsg/debian/changelog wsdd2-1.8.7+dfsg/debian/changelog --- wsdd2-1.8.7+dfsg/debian/changelog 2023-04-25 17:40:11.000000000 +0200 +++ wsdd2-1.8.7+dfsg/debian/changelog 2024-07-11 15:01:37.000000000 +0200 @@ -1,3 +1,11 @@ +wsdd2 (1.8.7+dfsg-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * For trixie, install systemd unit into /usr. Effectively reverts the + previous NMU. (Closes: #1073652) + + -- Chris Hofstaedtler <z...@debian.org> Thu, 11 Jul 2024 15:01:37 +0200 + wsdd2 (1.8.7+dfsg-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru wsdd2-1.8.7+dfsg/debian/patches/0002-Fix-systemd-unit-directory.patch wsdd2-1.8.7+dfsg/debian/patches/0002-Fix-systemd-unit-directory.patch --- wsdd2-1.8.7+dfsg/debian/patches/0002-Fix-systemd-unit-directory.patch 2023-04-25 17:39:54.000000000 +0200 +++ wsdd2-1.8.7+dfsg/debian/patches/0002-Fix-systemd-unit-directory.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ -From: Cyril Brulebois <k...@debian.org> -Date: Tue, 25 Apr 2023 15:37:40 +0000 -Subject: Fix systemd unit directory -Forwarded: not-needed -Bug-Debian: https://bugs.debian.org/1034229 - -For Bookworm, dh_installsystemd only looks at /lib/systemd/system (and -doesn't look at /usr/lib/systemd/system). - ---- a/Makefile -+++ b/Makefile -@@ -28,8 +28,8 @@ install: wsdd2 - install wsdd2 $(DESTDIR)$(SBINDIR) - install -d $(DESTDIR)$(MANDIR)/man8 - install -m 0644 wsdd2.8 $(DESTDIR)$(MANDIR)/man8 -- install -d $(DESTDIR)$(LIBDIR)/systemd/system -- install -m 0644 wsdd2.service $(DESTDIR)$(LIBDIR)/systemd/system -+ install -d $(DESTDIR)/lib/systemd/system -+ install -m 0644 wsdd2.service $(DESTDIR)/lib/systemd/system - - clean: - rm -f wsdd2 nl_debug $(OBJFILES) diff -Nru wsdd2-1.8.7+dfsg/debian/patches/series wsdd2-1.8.7+dfsg/debian/patches/series --- wsdd2-1.8.7+dfsg/debian/patches/series 2023-04-25 17:36:45.000000000 +0200 +++ wsdd2-1.8.7+dfsg/debian/patches/series 2024-07-11 15:01:31.000000000 +0200 @@ -1,2 +1 @@ 0001-Additional_parameters_in_unit_file.patch -0002-Fix-systemd-unit-directory.patch