[Build-common-hackers] Bug#387103: closed by Peter Eisentraut <petere@debian.org> (Bug#387103: fixed in cdbs 0.4.48)

Martin Pitt mpitt at debian.org
Tue Dec 19 16:28:01 UTC 2006


Hi,

>  cdbs (0.4.48) unstable; urgency=medium
>  .
>    * Reverse patches before cleaning build directory (simple-patchsys.mk)
>      (closes: #387103)

Urgh, this is pretty ugly. One of the great things about tarball.mk is that you
don't need to jump through hoops to get a clean source tarball. Reversing
patches takes very long and doesn't buy you anything. Why not simply skip the
reverse-patches for cleaning completely? E. g. with

--- 1/rules/tarball.mk.in       2006-06-16 07:33:41 +0000
+++ 1/rules/tarball.mk.in       2006-10-02 13:02:06 +0000
@@ -99,5 +99,6 @@
        rm -rf $(_cdbs_tarball_dir)
 # Ignore errors from this.  These stamps may not exist yet.
        -rm $(_cdbs_tarball_stamps)
+       -rm debian/stamp-patch-* 2>/dev/null
 
 endif


Thanks,

Martin

-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/build-common-hackers/attachments/20061219/fd86f0ec/attachment.pgp


More information about the Build-common-hackers mailing list