[PATCH 1 of 4 STABLE] packaging: also move Debian .buildinfo file in output directory

Denis Laxalde denis at laxalde.org
Wed Oct 23 15:22:19 UTC 2019


# HG changeset patch
# User Denis Laxalde <denis.laxalde at logilab.fr>
# Date 1571840741 -7200
#      Wed Oct 23 16:25:41 2019 +0200
# Branch stable
# Node ID 4caf88845082d6c4d7b02d668182b507aa59a9bd
# Parent  4565a0afc2891f0bbba8ea9d9df21267d18cf832
packaging: also move Debian .buildinfo file in output directory

diff --git a/contrib/packaging/builddeb b/contrib/packaging/builddeb
index 7c9521c..c4b821f 100755
--- a/contrib/packaging/builddeb
+++ b/contrib/packaging/builddeb
@@ -106,7 +106,7 @@ if [ "$CLEANUP" ] ; then
     echo
     OUTPUTDIR=${OUTPUTDIR:=packages/$DISTID-$CODENAME}
     mkdir -p "$OUTPUTDIR"
-    find ../mercurial*.deb ../mercurial_*.build ../mercurial_*.changes \
+    find ../mercurial*.deb ../mercurial_*.build* ../mercurial_*.changes \
           ../mercurial*.dsc ../mercurial*.gz \
           -type f -newer $control -print0 2>/dev/null | \
       xargs -Inarf -0 mv narf "$OUTPUTDIR"


More information about the Mercurial-devel mailing list