
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
13 lines
252 B
Makefile
Executable File
13 lines
252 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh --with autoreconf $@
|
|
|
|
#override_dh_auto_configure:
|
|
# dh_auto_configure -- --prefix=/usr/local/freescada
|
|
|
|
#override_dh_usrlocal:
|
|
# echo "dh_usrlocal does nothing"
|