Your message dated Wed, 4 Jun 2025 09:07:42 -0400 with message-id <c0f38e36-c375-4456-a3a8-216de668f7f5@debian.org> and subject line Re: release-notes FTBFS with gbp buildpackage has caused the Debian Bug report #1106574, regarding release-notes FTBFS with gbp buildpackage 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.) -- 1106574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106574 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: release-notes FTBFS with gbp buildpackage
- From: Richard Lewis <richard.lewis.debian@googlemail.com>
- Date: Mon, 26 May 2025 15:59:24 +0100
- Message-id: <CAJ3BuoTDcvvO3uZegfWpb8AGsb1S8Vf8zE+RSqar3x-zPF7Neg@mail.gmail.com>
package: release-notes severity: minor trying to build with "gbp buildpackage", i get a failure due to a missing build-dependency on git and debian/compat specifies debhelper level 5, but debian/control is asking for 13 The Makefile uses git on line 8 to set the DATE: I think the Makefile should also be patched to using the current date if 'git log' fails, since the user might have removed the .git. (i dont actually want to build a package, but i thought this would be the best way to build on a system that wont have all the many dependencies installed) Command: dpkg-buildpackage --sanitize-env -us -uc dpkg-buildpackage: info: source package release-notes dpkg-buildpackage: info: source version 13.0 dpkg-buildpackage: info: source distribution UNRELEASED dpkg-buildpackage: info: source changed by Holger Wansing <hwansing@mailbox.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean /usr/bin/make clean make[1]: Entering directory '/build/reproducible-path/release-notes-13.0' /bin/sh: 1: git: not found # this is repeated several times /bin/sh: 1: git: not found rm -rf build /bin/sh: 1: git: not found /bin/sh: 1: git: not found /bin/sh: 1: git: not found /bin/sh: 1: git: not found /bin/sh: 1: git: not found rm -f source/locales/*.pot rm -f source/locales/*/LC_MESSAGES/*.mo rm -f statistics.txt statistics.html rm -f source/conf.py make[1]: Leaving directory '/build/reproducible-path/release-notes-13.0' rm -f build dh_clean dh_clean: warning: Please specify the debhelper compat level exactly once. dh_clean: warning: * debian/compat requests compat 5. dh_clean: warning: * debian/control requests compat 13 via "debhelper-compat (= 13)" dh_clean: warning: dh_clean: warning: Hint: If you just added a build-dependency on debhelper-compat, then please remember to remove debian/compat dh_clean: warning: dh_clean: error: debhelper compat level specified both in debian/compat and in debian/control make: *** [debian/rules:34: clean] Error 255 dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2 --------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
- To: 1106574-done@bugs.debian.org
- Subject: Re: release-notes FTBFS with gbp buildpackage
- From: Boyuan Yang <byang@debian.org>
- Date: Wed, 4 Jun 2025 09:07:42 -0400
- Message-id: <c0f38e36-c375-4456-a3a8-216de668f7f5@debian.org>
- In-reply-to: <CAJ3BuoTDcvvO3uZegfWpb8AGsb1S8Vf8zE+RSqar3x-zPF7Neg@mail.gmail.com>
- References: <CAJ3BuoTDcvvO3uZegfWpb8AGsb1S8Vf8zE+RSqar3x-zPF7Neg@mail.gmail.com> <CAJ3BuoTDcvvO3uZegfWpb8AGsb1S8Vf8zE+RSqar3x-zPF7Neg@mail.gmail.com>
On Mon, 26 May 2025 15:59:24 +0100 Richard Lewis <richard.lewis.debian@googlemail.com> wrote:package: release-notes severity: minor trying to build with "gbp buildpackage", i get a failure due to a missing build-dependency on git and debian/compat specifies debhelper level 5, but debian/control is asking for 13 The Makefile uses git on line 8 to set the DATE: I think the Makefile should also be patched to using the current date if 'git log' fails, since the user might have removed the .git. (i dont actually want to build a package, but i thought this would be the best way to build on a system that wont have all the many dependencies installed) Command: dpkg-buildpackage --sanitize-env -us -uc dpkg-buildpackage: info: source package release-notes dpkg-buildpackage: info: source version 13.0 dpkg-buildpackage: info: source distribution UNRELEASED dpkg-buildpackage: info: source changed by Holger Wansing <hwansing@mailbox.org> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean /usr/bin/make clean make[1]: Entering directory '/build/reproducible-path/release-notes-13.0' /bin/sh: 1: git: not found # this is repeated several times /bin/sh: 1: git: not found rm -rf build /bin/sh: 1: git: not found /bin/sh: 1: git: not found /bin/sh: 1: git: not found /bin/sh: 1: git: not found /bin/sh: 1: git: not found rm -f source/locales/*.pot rm -f source/locales/*/LC_MESSAGES/*.mo rm -f statistics.txt statistics.html rm -f source/conf.py make[1]: Leaving directory '/build/reproducible-path/release-notes-13.0' rm -f build dh_clean dh_clean: warning: Please specify the debhelper compat level exactly once. dh_clean: warning: * debian/compat requests compat 5. dh_clean: warning: * debian/control requests compat 13 via "debhelper-compat (= 13)" dh_clean: warning: dh_clean: warning: Hint: If you just added a build-dependency on debhelper-compat, then please remember to remove debian/compat dh_clean: warning: dh_clean: error: debhelper compat level specified both in debian/compat and in debian/control make: *** [debian/rules:34: clean] Error 255 dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2 --------------------------------------------------------------------------------Closing this bug report as related fixes in https://salsa.debian.org/ddp-team/release-notes/-/merge_requests/247 has been merged. Best, Boyuan YangAttachment: OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---