Your message dated Wed, 08 Apr 2026 07:06:54 +0000 with message-id <[email protected]> and subject line Bug#1132889: Removed package(s) from unstable has caused the Debian Bug report #441020, regarding cdbs: don't ignore errors in make clean target 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 [email protected] immediately.) -- 441020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441020 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: cdbs Version: 0.4.49 Severity: normal Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, the makefile.mk cdbs rules currently ignore errors when calling the makefile-clean target. This patch test the existance of the makefile before calling the clean target, ie this: -make clean is converted to this: [ ! -f Makefile ] || make clean This way, errors in the clean target don't get ignored. Kind regards, Bastian - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-ck1treasure3 (PREEMPT) Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash cdbs depends on no packages. Versions of packages cdbs recommends: ii autotools-dev 20070725.1 Update infrastructure for config.{ ii debhelper 5.0.53 helper programs for debian/rules - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG360zeBwlBDLsbz4RAmM2AJwNUbQ4+0zzQHWTyFAvSMK4wA571wCgiMoD lkw4ZsCN2tywfZGYBsXpaAc= =jwFT -----END PGP SIGNATURE-------- /usr/share/cdbs/1/class/makefile.mk.orig 2007-09-06 09:22:50.000000000 +0200 +++ /usr/share/cdbs/1/class/makefile.mk 2007-09-06 09:19:20.000000000 +0200 @@ -36,7 +36,7 @@ clean:: makefile-clean makefile-clean:: - $(if $(DEB_MAKE_CLEAN_TARGET),+-$(DEB_MAKE_INVOKE) -k $(DEB_MAKE_CLEAN_TARGET),@echo "DEB_MAKE_CLEAN_TARGET unset, not running clean") + $(if $(DEB_MAKE_CLEAN_TARGET),+[ ! -f $(if $(DEB_MAKE_MAKEFILE),$(DEB_MAKE_MAKEFILE),Makefile) ] || $(DEB_MAKE_INVOKE) -k $(DEB_MAKE_CLEAN_TARGET),@echo "DEB_MAKE_CLEAN_TARGET unset, not running clean") rm -f debian/stamp-makefile-build common-install-arch common-install-indep:: common-install-impl
--- End Message ---
--- Begin Message ---Version: 0.4.182+rm Dear submitter, as the package cdbs has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1132889 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

