Import from old repository
This commit is contained in:
Executable
+45
@@ -0,0 +1,45 @@
|
||||
#!/usr/bin/make -f
|
||||
# debian/rules that uses debhelper >= 7.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# This has to be exported to make some magic below work.
|
||||
export DH_OPTIONS
|
||||
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_clean:
|
||||
|
||||
override_dh_auto_test:
|
||||
|
||||
override_dh_installmenu:
|
||||
|
||||
override_dh_installmime:
|
||||
|
||||
override_dh_installmodules:
|
||||
|
||||
override_dh_installlogcheck:
|
||||
|
||||
override_dh_installlogrotate:
|
||||
|
||||
override_dh_installpam:
|
||||
|
||||
override_dh_installppp:
|
||||
|
||||
override_dh_installudev:
|
||||
|
||||
override_dh_installwm:
|
||||
|
||||
override_dh_installxfonts:
|
||||
|
||||
override_dh_gconf:
|
||||
|
||||
override_dh_icons:
|
||||
|
||||
override_dh_perl:
|
||||
|
||||
override_dh_pysupport:
|
||||
|
||||
Reference in New Issue
Block a user