Improve debian build scripts

1. Add calling autoreconf to debian/rules for purpose of automatic build
in chroot environment with pbuilder.
2. Copy missing pkg-config file libmbus.pc to /usr/lib/pkgconfig/
3. Remove unnecessary (IMHO) debian/files, becouse it automaticly deletes
by debian/rules clean action
This commit is contained in:
aleax
2012-12-05 21:38:12 +02:00
parent ee6241c331
commit 49c5c751ee
4 changed files with 3 additions and 4 deletions

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
#export DH_VERBOSE=1
%:
dh $@
dh --with autoreconf $@
#override_dh_auto_configure:
# dh_auto_configure -- --prefix=/usr/local/freescada