List non-installed files

This commit is contained in:
Laurent Bigonville 2011-06-03 11:54:05 +02:00
parent 910934027d
commit ad6a04226d
2 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View file

@ -6,6 +6,8 @@ nut (2.6.1-2) UNRELEASED; urgency=low
Some typos and spelling errors remain. Some typos and spelling errors remain.
* Split nut package into nut-client and nut-server, keep nut package as * Split nut package into nut-client and nut-server, keep nut package as
metapackage metapackage
* debian/rules:
- List non-installed files
-- Laurent Bigonville <bigon@debian.org> Mon, 27 Jun 2011 17:26:59 +0200 -- Laurent Bigonville <bigon@debian.org> Mon, 27 Jun 2011 17:26:59 +0200

3
debian/rules vendored
View file

@ -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) 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_PREFIX :=
DEB_CONFIGURE_SYSCONFDIR := /etc/nut DEB_CONFIGURE_SYSCONFDIR := /etc/nut