Your message dated Thu, 4 Jul 2024 14:48:46 +0200 with message-id <94c466cc-384a-43e3-8116-323659530586@debian.org> and subject line Re: please show which commands are run has caused the Debian Bug report #355121, regarding please show which commands are run 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.) -- 355121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355121 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: please show which commands are run
- From: Martin Michlmayr <tbm@cyrius.com>
- Date: Fri, 3 Mar 2006 13:39:36 +0000
- Message-id: <20060303133936.GA8823@deprecation.cyrius.com>
Package: leave Severity: wishlist Version: 1.12-1 When building leave you don't see which commands are actually run to compile the package. This isn't particularly fun for people re-building the archive to see if everything is still okay. Automatic build of leave_1.12-1 on bigsur by sbuild/mips 1.75 ... dpkg-buildpackage: source package is leave dpkg-buildpackage: source version is 1.12-1 dpkg-buildpackage: host architecture mips /usr/bin/fakeroot debian/rules clean debian/rules build /usr/bin/fakeroot debian/rules binary-arch dpkg-deb: building package `leave' in `../leave_1.12-1_mips.deb'. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
- To: Martin Michlmayr <tbm@cyrius.com>, 355121-done@bugs.debian.org
- Subject: Re: please show which commands are run
- From: Santiago Vila <sanvila@debian.org>
- Date: Thu, 4 Jul 2024 14:48:46 +0200
- Message-id: <94c466cc-384a-43e3-8116-323659530586@debian.org>
- In-reply-to: <20060303133936.GA8823@deprecation.cyrius.com>
- References: <20060303133936.GA8823@deprecation.cyrius.com>
Version: 1.12-2.1 El 3/3/06 a las 14:39, Martin Michlmayr escribió:Package: leave Severity: wishlist Version: 1.12-1 When building leave you don't see which commands are actually run to compile the package. This isn't particularly fun for people re-building the archive to see if everything is still okay. Automatic build of leave_1.12-1 on bigsur by sbuild/mips 1.75 ... dpkg-buildpackage: source package is leave dpkg-buildpackage: source version is 1.12-1 dpkg-buildpackage: host architecture mips /usr/bin/fakeroot debian/rules clean debian/rules build /usr/bin/fakeroot debian/rules binary-arch dpkg-deb: building package `leave' in `../leave_1.12-1_mips.deb'.This does not seem to be the case anymore. I bet that the reason was that at the time debian/rules was not a makefile, but instead just a script which accepted "build", "binary", etc as arguments, as expected by the build tools. This was fixed in version 1.12-2.1: Changed-By: Sébastien Villemot <sebastien@debian.org> Description: leave - Reminds you when you have to leave Closes: 640874 Changes: leave (1.12-2.1) unstable; urgency=low . * Non-maintainer upload. * Convert debian/rules to a Makefile (Closes: #640874) Thanks.
--- End Message ---