From 7ee0351d494e044e549473d771c5ed59d96ce262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 13 Jan 2019 11:00:13 +0100 Subject: [PATCH] debian: install wrapper script (#29688) --- debian/control | 2 +- debian/install | 2 ++ debian/links | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 debian/install create mode 100644 debian/links diff --git a/debian/control b/debian/control index 11be780..c92a8ba 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: eobuilder Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh_exec Standards-Version: 3.9.6 Homepage: https://dev.entrouvert.org/projects/eobuilder X-Python-Version: >= 2.7 diff --git a/debian/install b/debian/install new file mode 100755 index 0000000..8178574 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +#!/usr/bin/dh-exec +eobuilder.sh => usr/bin/eobuilder diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..a2983c4 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +usr/bin/eobuilder usr/local/bin/eobuilder