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:
2
debian/rules
vendored
2
debian/rules
vendored
@ -3,7 +3,7 @@
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh --with autoreconf $@
|
||||
|
||||
#override_dh_auto_configure:
|
||||
# dh_auto_configure -- --prefix=/usr/local/freescada
|
||||
|
Reference in New Issue
Block a user