Lines Matching +full:use +full:- +full:debian
15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
22 # SPDX-License-Identifier: curl
26 set -eu
29 timestamp=${1:-unknown}
30 version=${2:-unknown}
31 tag=$(echo "curl-$version" | tr '.' '_')
36 The following tools and their Debian package version numbers were used to
41 exists=$(command -v dpkg 2>/dev/null)
42 if test ! -e "$exists"; then
47 debian() { function
48 echo "- $1: $(dpkg -l "$1" | grep ^ii | awk '{print $3}')"
50 debian autoconf
51 debian automake
52 debian libtool
53 debian make
54 debian perl
55 debian git
61 - Clone the repo and checkout the tag: $tag
62 - Install the same set of tools + versions as listed above
66 - autoreconf -fi
67 - ./configure [...]
68 - make
72 - export SOURCE_DATE_EPOCH=$timestamp
73 - ./maketgz [version]