From 4af4f8c86941c6ef330d06b2a86ce3ba123f2f2f Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 5 Sep 2009 11:54:04 +0200 Subject: [PATCH] add gitpkg hook --- debian/gitpkg-hook.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 debian/gitpkg-hook.sh diff --git a/debian/gitpkg-hook.sh b/debian/gitpkg-hook.sh new file mode 100755 index 0000000..fdda00b --- /dev/null +++ b/debian/gitpkg-hook.sh @@ -0,0 +1,9 @@ +#! /bin/sh +# This file is used by gitpkg to extract a byte identical .orig.tar.gz +# file using pristine-tar. To use it you need pristine-tar, and to +# configure HOOK_FILE=debian/gitpkg-hook.sh in one of the places that +# gitpkg looks (currently _not_ the environment). + +ORIGTGZ="${DEB_DIR}/${DEB_SOURCE}/${DEB_SOURCE}_${DEB_VERSION%-*}.orig.tar.gz" +echo "(cd $REPO_ROOT && pristine-tar checkout ${ORIGTGZ})" +(cd $REPO_ROOT && pristine-tar checkout ${ORIGTGZ}) -- 2.39.5