certmanager updates
This commit is contained in:
14
debian/rules
vendored
Executable file
14
debian/rules
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
# dh $@ --with autoreconf
|
||||
dh $@
|
||||
# ./configure --prefix=/usr
|
||||
# dh_build
|
||||
# dh_install
|
||||
# dh_auto_clean
|
||||
|
||||
override_dh_auto_configure:
|
||||
./configure --prefix=/usr
|
||||
|
||||
#EOF
|
||||
Reference in New Issue
Block a user