libsml/debian/rules

37 lines
968 B
Text
Raw Normal View History

2011-09-01 11:44:27 +02:00
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
2011-10-01 23:25:56 +02:00
dh $@
# Skip some commands
override_dh_pysupport:
override_dh_installwm:
override_dh_installxfonts:
override_dh_installgsettings:
override_dh_installmenu:
override_dh_icons:
override_dh_gconf:
override_dh_installcron:
override_dh_installdebconf:
override_dh_installemacsen:
override_dh_installifupdown:
override_dh_installinit:
override_dh_installmime:
override_dh_installmodules:
override_dh_installlogcheck:
override_dh_installlogrotate:
override_dh_installpam:
override_dh_installppp:
override_dh_installudev:
override_dh_perl: