php-defaults/debian/rules

31 lines
543 B
Plaintext
Raw Normal View History

2015-07-13 17:21:48 +02:00
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules for PHP defaults
# Copyright (C) 2011 Ondřej Surý
# Published under the Expat license
#
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
PHP_DEFAULT_VERSION := 7.0
2015-07-13 17:21:48 +02:00
export DH_OPTIONS
%:
dh $@
override_dh_auto_configure:
:
override_dh_auto_make:
:
override_dh_auto_install:
:
override_dh_installcron:
dh_installcron -pphp-common --name=php
debian/control: debian/control.in debian/rules debian/changelog
sed -e "s/@PHP_VERSION@/$(PHP_DEFAULT_VERSION)/g" >$@ <$<