summaryrefslogtreecommitdiff
path: root/src/control.sh
blob: 7106187b0cfe05669b081092574ef6d2b61832e5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
VERSION=${VERSION:-$(TZ=UTC date -Is | tr -d :- | tr T . | sed 's/+.*//')}
cat - "$@" <<END
Package: $(basename $(pwd))
Source: $(basename $(pwd))
Version: ${VERSION}
Architecture: $(dpkg-architecture -q DEB_BUILD_ARCH)
Origin: local
Maintainer: root <root@localhost>
END