Skip to content

Commit

Permalink
debian: allow renaming of files to be installed via dh-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Krause committed Jan 4, 2023
1 parent 082bbc6 commit 4e7a23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: labgrid
Section: python
Priority: extra
Maintainer: Jan Lübbe <[email protected]>
Build-Depends: debhelper (>= 11), python3-all-dev, dh-virtualenv (>= 0.8), libow-dev,
Build-Depends: debhelper (>= 11), python3-all-dev, dh-exec, dh-virtualenv (>= 0.8), libow-dev,
libpython3-dev, python3-venv, python3-setuptools, git, libsodium-dev, libffi-dev, libssl-dev
Standards-Version: 3.9.5

Expand Down
1 change: 1 addition & 0 deletions debian/labgrid.install
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/dh-exec
debian/labgrid.yaml /etc
debian/labgrid-client /usr/bin
debian/labgrid-exporter /usr/bin
Expand Down

0 comments on commit 4e7a23f

Please sign in to comment.