Packaging Debian fonctionnel
This commit is contained in:
11
debian/rules
vendored
11
debian/rules
vendored
@ -2,7 +2,16 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_makeshlibs:
|
||||
# Disabled
|
||||
|
||||
override_dh_shlibdeps:
|
||||
# Disabled
|
||||
|
||||
override_dh_strip:
|
||||
# Disabled
|
||||
|
Reference in New Issue
Block a user