#!/usr/bin/make -f # rules # # Robert Jordens # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. # # $Id: rules 240 2004-01-17 16:53:09Z rj $ LDFLAGS+=-Wl,--as-needed include /usr/share/cdbs/1/class/makefile.mk DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*//') # strip of a optionally added cvs patch (format: upstream+cvs-debian) DEB_UPSTREAM_TARBALL_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/+[^+]*//') include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk # after the directories are created but before dh_compress is run. common-binary-post-install-arch:: dh_buildinfo