Your message dated Thu, 20 Apr 2023 09:21:01 +0200 with message-id <f43e6785-47aa-cf2b-8cc8-d1ee94b7ad1a@debian.org> and subject line Re: Bug#1034508: unblock: sdop/0.90-2 has caused the Debian Bug report #1034508, regarding unblock: sdop/0.90-2 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 owner@bugs.debian.org immediately.) -- 1034508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034508 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: sdop/0.90-2
- From: Bastian Germann <bage@debian.org>
- Date: Mon, 17 Apr 2023 14:42:54 +0200
- Message-id: <[🔎] e8e3a1ce-c291-4ebe-f0fe-a70ac09e5721@debian.org>
Package: release.debian.org Control: affects -1 + src:sdop X-Debbugs-Cc: sdop@packages.debian.org User: release.debian.org@packages.debian.org Usertags: unblock Severity: normal Please unblock package sdop. [ Reason ] The fix for RC bug #1034080 is in the unstable version. [ Impact ] The package and its reverse dependencies will be autoremoved from testing if not unblocked. [ Tests ] Building the package twice in a row. [ Risks ] None. [ 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 sdop/0.90-2diff -Nru sdop-0.90/debian/changelog sdop-0.90/debian/changelog --- sdop-0.90/debian/changelog 2020-08-30 08:15:40.000000000 +0200 +++ sdop-0.90/debian/changelog 2023-04-08 18:19:00.000000000 +0200 @@ -1,3 +1,10 @@ +sdop (0.90-2) unstable; urgency=medium + + * 30_fix-dh_auto_clean.diff: Fix failure to build from source twice in a + row. Closes: #1034080 + + -- Andreas Metzler <ametzler@debian.org> Sat, 08 Apr 2023 18:19:00 +0200 + sdop (0.90-1) unstable; urgency=low * Fix watchfile. diff -Nru sdop-0.90/debian/patches/30_fix-dh_auto_clean.diff sdop-0.90/debian/patches/30_fix-dh_auto_clean.diff --- sdop-0.90/debian/patches/30_fix-dh_auto_clean.diff 1970-01-01 01:00:00.000000000 +0100 +++ sdop-0.90/debian/patches/30_fix-dh_auto_clean.diff 2023-04-08 18:18:36.000000000 +0200 @@ -0,0 +1,26 @@ +Description: Avoid dh_auto_clean breakage + dh_auto_clean uses "make -n" to check whether the distclean target is + available. + Having $(MAKE) in a recipe make -n a noop, i.e. the recipe is executed + when testing for the target existence and the actual effective later call + would fail. +Author: Andreas Metzler <ametzler@debian.org> +Origin: vendor +Bug-Debian: https://bugs.debian.org/1034080 +Forwarded: no +Last-Update: 2023-04-08 + +--- sdop-1.00.orig/Makefile.in ++++ sdop-1.00/Makefile.in +@@ -50,8 +50,9 @@ build:; @cd src; $(MAKE) all \ + + clean:; cd src; $(MAKE) clean + +-distclean:; rm Makefile config.cache config.log config.status; \ +- cd src; $(MAKE) clean ++distclean: ++ rm -f Makefile config.cache config.log config.status ++ cd src && $(MAKE) clean + + test: build + cd testing; ./runtest diff -Nru sdop-0.90/debian/patches/series sdop-0.90/debian/patches/series --- sdop-0.90/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ sdop-0.90/debian/patches/series 2023-04-08 18:19:00.000000000 +0200 @@ -0,0 +1 @@ +30_fix-dh_auto_clean.diff
--- End Message ---
--- Begin Message ---
- To: Bastian Germann <bage@debian.org>, 1034508-done@bugs.debian.org
- Subject: Re: Bug#1034508: unblock: sdop/0.90-2
- From: Paul Gevers <elbrus@debian.org>
- Date: Thu, 20 Apr 2023 09:21:01 +0200
- Message-id: <f43e6785-47aa-cf2b-8cc8-d1ee94b7ad1a@debian.org>
- In-reply-to: <[🔎] e8e3a1ce-c291-4ebe-f0fe-a70ac09e5721@debian.org>
- References: <[🔎] e8e3a1ce-c291-4ebe-f0fe-a70ac09e5721@debian.org>
Hi, On 17-04-2023 14:42, Bastian Germann wrote:unblock sdop/0.90-2unblocked. PaulAttachment: OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---