summaryrefslogtreecommitdiff
path: root/control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'control.sh')
-rwxr-xr-xcontrol.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/control.sh b/control.sh
new file mode 100755
index 0000000..5943455
--- /dev/null
+++ b/control.sh
@@ -0,0 +1,9 @@
1#!/bin/sh
2cat - "$@" <<END
3Package: $(basename $(pwd))
4Source: $(basename $(pwd))
5Version: $(TZ=UTC date -Is | tr -d :- | tr T . | sed 's/+.*//')
6Architecture: $(dpkg-architecture -q DEB_BUILD_ARCH)
7Origin: local
8Maintainer: root <root@localhost>
9END