[Build-common-hackers] Bug#434774: cdbs: tarball.mk does not clean stamps if $(DEB_TARBALL) contains a directory

Frédéric Brière fbriere at fbriere.net
Thu Jul 26 17:31:11 UTC 2007


Package: cdbs
Version: 0.4.49
Severity: normal

This is due to the fact that $(_cdbs_tarball_stamps) merely prepends
debian/stamp- to everything in $(DEB_TARBALL).  If one follows the
documentation and plugs $(CURDIR) in there, one ends up with very broken
file names.

For some reason, make seems to perform some magic on this, so the
dependencies of pre-build work out just fine, and $@ is fixed when touch
is called.  But in cleanbuilddir, a simple rm $(_cdbs_tarball_stamps) is
called, which doesn't work.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

cdbs depends on no packages.

Versions of packages cdbs recommends:
ii  autotools-dev                 20070306.1 Update infrastructure for config.{
ii  debhelper                     5.0.53     helper programs for debian/rules

-- no debconf information




More information about the Build-common-hackers mailing list