List non-installed files
This commit is contained in:
parent
910934027d
commit
ad6a04226d
2 changed files with 5 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -6,6 +6,8 @@ nut (2.6.1-2) UNRELEASED; urgency=low
|
|||
Some typos and spelling errors remain.
|
||||
* Split nut package into nut-client and nut-server, keep nut package as
|
||||
metapackage
|
||||
* debian/rules:
|
||||
- List non-installed files
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 27 Jun 2011 17:26:59 +0200
|
||||
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -5,6 +5,9 @@ include /usr/share/cdbs/1/class/autotools.mk
|
|||
|
||||
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
|
||||
|
||||
# List any files which are not installed
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
common-binary-post-install-arch:: list-missing
|
||||
|
||||
DEB_CONFIGURE_PREFIX :=
|
||||
DEB_CONFIGURE_SYSCONFDIR := /etc/nut
|
||||
|
|
Loading…
Reference in a new issue