Removing manual debhelper install file, not needed anymore with new upstream version.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cb2e838cdf
commit
e1bdbe22a9
2 changed files with 3 additions and 1 deletions
1
debian/inotify-info.install
vendored
1
debian/inotify-info.install
vendored
|
@ -1 +0,0 @@
|
|||
_release/inotify-info /usr/bin
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -7,3 +7,6 @@ export INOTIFYINFO_VERSION = $(shell dpkg-parsechangelog -SVersion)
|
|||
|
||||
execute_after_dh_auto_clean:
|
||||
rm -rf _release
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- PREFIX=$(CURDIR)/debian/inotify-info/usr
|
||||
|
|
Loading…
Add table
Reference in a new issue