Your message dated Sat, 16 Dec 2006 17:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387103: fixed in cdbs 0.4.48
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: cdbs
Version: 0.4.46
Severity: important
A package using tarball.mk and simple-patchsys.mk (like hal,
gnome-volume-manager, or postgresql-8.1) does not clean properly after
build any more:
-------- snip --------
~/debian/psql/8.1/postgresql-8.1-8.1.4$ debclean
Cleaning in directory .
/usr/share/cdbs/1/rules/buildcore.mk:68: Parsing postgresql-8.1.4.tar.bz2...
test -x debian/rules
test "`id -u`" = 0
rm -rf build-tree
rm debian/stamp-postgresql-8.1.4.tar.bz2
for i in ./build-tree/postgresql-8.1.4/config/config.guess
./build-tree/postgresql-8.1.4/config/config.sub ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
/usr/bin/make -f debian/rules reverse-config
make[1]: Betrete Verzeichnis '/home/martin/debian/psql/8.1/postgresql-8.1-8.1.4'
/usr/share/cdbs/1/rules/buildcore.mk:68: Parsing postgresql-8.1.4.tar.bz2...
make[1]: Für das Ziel »reverse-config« ist nichts zu tun.
make[1]: Verlasse Verzeichnis
'/home/martin/debian/psql/8.1/postgresql-8.1-8.1.4'
if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched;
fi
patches: debian/patches/01-build-contrib.patch debian/patches/02-pager.patch
debian/patches/03-gettext-domains.patch
debian/patches/04-timezone-symlinks.patch
debian/patches/05-check-rlimits-nofile.patch
debian/patches/06-libpq-defaultsocketdir.patch
debian/patches/07-testsuite-params.patch
debian/patches/09-relax-sslkey-permscheck.patch
debian/patches/10-pkglibdir.patch debian/patches/11-server-includedir.patch
debian/patches/12-pg_restore-ignore-failing-tables.patch
debian/patches/13-tutorial-README.patch
debian/patches/50-contrib-oracle-enable.patch
debian/patches/51-contrib-xml2-enable.patch
debian/patches/52-contrib-dbase-enable-iconv.patch
debian/patches/53-contrib-dbmirror-libpath.patch
debian/patches/54-contrib-dbmirror-quoteparsing.patch
debian/patches/55-contrib-admin.patch
Trying reverse patch debian/patches/55-contrib-admin.patch at level 1 ... 0 ...
2 ... failure.
make: *** [reverse-patches] Fehler 1
-------- snip --------
The reason is that this first removes build-tree/ and then tries to
unapply the patches. In earlier cdbs versions, the patches were
unapplied first and then build-tree was rm'ed. The new approach makes
sense in principle, since it is sufficient to just clean the
build-tree and the patch stamps, there is no need to unapply the
patches (so this is *much* faster).
Can you please adapt the logic to not try to unapply patches on clean
with tarball.mk?
Thank you,
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
In a world without walls and fences, who needs Windows and Gates?
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: cdbs
Source-Version: 0.4.48
We believe that the bug you reported is fixed in the latest version of
cdbs, which is due to be installed in the Debian FTP archive:
cdbs_0.4.48.dsc
to pool/main/c/cdbs/cdbs_0.4.48.dsc
cdbs_0.4.48.tar.gz
to pool/main/c/cdbs/cdbs_0.4.48.tar.gz
cdbs_0.4.48_all.deb
to pool/main/c/cdbs/cdbs_0.4.48_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated cdbs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 16 Dec 2006 18:25:48 +0100
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.48
Distribution: unstable
Urgency: medium
Maintainer: CDBS Hackers <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
cdbs - common build system for Debian packages
Closes: 387103 403358
Changes:
cdbs (0.4.48) unstable; urgency=medium
.
* Reverse patches before cleaning build directory (simple-patchsys.mk)
(closes: #387103)
* Drop build dependency on python2.3; use python2.5 in the testsuite
instead (closes: #403358)
Files:
76522cdbd4597d8072f0b34bd40fadea 844 devel optional cdbs_0.4.48.dsc
a2469867079e1530322a71c1a7d7fc32 199012 devel optional cdbs_0.4.48.tar.gz
af40e299689a8be2f875a75417ce239e 426892 devel optional cdbs_0.4.48_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFhC2ZTTx8oVVPtMYRAus6AKDBjCZH/pQLOmlWlPM91B4bHrDWwQCgyG22
GQRnigH641+kCmswtODG9Gw=
=X/Rh
-----END PGP SIGNATURE-----
--- End Message ---