2010-10-04 18:15:57 +03:00
|
|
|
#!/usr/bin/make -f
|
2010-10-05 11:09:41 +03:00
|
|
|
# -*- 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.
|
2010-10-04 18:15:57 +03:00
|
|
|
|
2010-10-05 11:09:41 +03:00
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
#export DH_VERBOSE=1
|
2010-10-04 18:15:57 +03:00
|
|
|
|
2010-10-05 11:09:41 +03:00
|
|
|
export PREFIX=/usr
|
2010-10-04 18:15:57 +03:00
|
|
|
|
2010-10-12 19:16:19 +03:00
|
|
|
REV=5982
|
2010-10-05 11:09:41 +03:00
|
|
|
debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST))))
|
|
|
|
get-orig-source:
|
|
|
|
REV='$(REV)' sh '$(debiandir_SQ)'get-orig-source.sh
|
2010-10-04 18:15:57 +03:00
|
|
|
|
2010-10-05 11:09:41 +03:00
|
|
|
%:
|
|
|
|
dh $@
|