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

Attachment: signature.asc
Description: Digital signature

Reply via email to