Remove unnecessary uses of dh-exec
This commit is contained in:
parent
ff701fbafe
commit
a0354c249d
|
|
@ -9,6 +9,7 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
|
|||
* debian/control: move shared library to Section: libs
|
||||
* debian/control: remove redundant Section
|
||||
* debian/control: change Section to admin
|
||||
* Remove unnecessary uses of dh-exec
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ Build-Depends:
|
|||
bison,
|
||||
debhelper (>= 9),
|
||||
dh-autoreconf,
|
||||
dh-exec (>= 0.3),
|
||||
docbook-xml,
|
||||
docbook-xsl,
|
||||
e2fslibs-dev,
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
#! /usr/bin/dh-exec
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libostree-1.so.*
|
||||
usr/lib/*/libostree-1.so.*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#! /usr/bin/dh-exec
|
||||
usr/include/*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libostree-1.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
|
||||
usr/lib/*/libostree-1.so
|
||||
usr/lib/*/pkgconfig
|
||||
usr/share/gir-1.0/OSTree-1.0.gir
|
||||
|
|
|
|||
Loading…
Reference in New Issue