debian: install wrapper script (#29688)

This commit is contained in:
Frédéric Péters 2019-01-13 11:00:13 +01:00
parent 5c054a0f87
commit 7ee0351d49
3 changed files with 4 additions and 1 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: eobuilder
Maintainer: Frederic Peters <fpeters@entrouvert.com>
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

2
debian/install vendored Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/dh-exec
eobuilder.sh => usr/bin/eobuilder

1
debian/links vendored Normal file
View File

@ -0,0 +1 @@
usr/bin/eobuilder usr/local/bin/eobuilder