use dh_lintian instead of a manual installation

This commit is contained in:
Ludovic Rousseau 2008-05-11 11:17:27 +00:00
parent ef372fcc00
commit 1c6eee8928
2 changed files with 1 additions and 3 deletions

4
debian/rules vendored
View File

@ -84,9 +84,6 @@ install: build
install -m 755 debian/update-reader.conf `pwd`/debian/tmp/usr/sbin/
install -D -m 644 debian/0comments `pwd`/debian/tmp/etc/reader.conf.d/0comments
# install lintian file
install -m 644 debian/lintian-override $(CURDIR)/debian/pcscd/usr/share/lintian/overrides/pcscd
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
@ -101,6 +98,7 @@ binary-arch: build install
# use 50 to start _after_ usbmgr with level 45 (see #146151)
dh_installinit --update-rcd-params="defaults 50"
dh_installman
dh_lintian
dh_installchangelogs ChangeLog
dh_link
dh_strip