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 #410096, regarding Please drop useless DEB_BUILDDIR_$(cdbs_curpkg) handling in DEB_CONFIGURE_INVOKE to permit reusal 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.) -- 410096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=410096 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: cdbs Version: 0.4.48 Severity: wishlist Tags: patch Hi, Could you please change in autotools-vars.mk: DEB_CONFIGURE_INVOKE = cd $(if $(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR)) && $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) into: DEB_CONFIGURE_INVOKE = $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) And in autotools.mk: $(DEB_CONFIGURE_INVOKE) $(cdbs_configure_flags) $(DEB_CONFIGURE_EXTRA_FLAGS) $(DEB_CONFIGURE_USER_FLAGS) into: cd $(DEB_BUILDDIR) && $(DEB_CONFIGURE_INVOKE) $(cdbs_configure_flags) $(DEB_CONFIGURE_EXTRA_FLAGS) $(DEB_CONFIGURE_USER_FLAGS) The current DEB_CONFIGURE_INVOKE is complicated but its complexity is not useful/usable: $(cdbs_curpkg) is "config.status" in the scope of $(DEB_BUILDDIR)/config.status in autotools.mk and I expect it to be the same in any custom rule calling a ./configure to generate a config.status. I wanted to call $(DEB_CONFIGURE_INVOKE) from a debian/rules using the configure/$package extension mechanism, but I couldn't due to the current form of $(DEB_CONFIGURE_INVOKE). Instead, I'm using: cd $(DEB_BUILDDIR_gtk2-engines-udeb) && \ $(DEB_CONFIGURE_SCRIPT_ENV) \ $(DEB_CONFIGURE_SCRIPT) \ $(DEB_CONFIGURE_NORMAL_ARGS) \ $(cdbs_configure_flags) \ $(DEB_CONFIGURE_EXTRA_FLAGS) \ $(DEB_CONFIGURE_USER_FLAGS) Would you apply the proposed changes, I could use the slightly better: cd $(DEB_BUILDDIR_gtk2-engines-udeb) && \ $(DEB_CONFIGURE_INVOKE) \ $(cdbs_configure_flags) \ $(DEB_CONFIGURE_EXTRA_FLAGS) \ $(DEB_CONFIGURE_USER_FLAGS) Alternatively, it might be possible to replace the current single configure call by a series of call, one per DEB_BUILDDIR_*, with a generic rule to build DEB_BUILDDIR_$package/config.status. Thanks for considering the proposed changes! -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) cdbs depends on no packages. Versions of packages cdbs recommends: ii autotools-dev 20060920.1 Update infrastructure for config.{ ii debhelper 5.0.42 helper programs for debian/rules -- no debconf information -- Loïc Minier <[email protected]>
--- 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 ---

