Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#! /usr/bin/make -f

# TODO: Switch to CDBS
#
# TODO: Auto-generate DebPool::Config (with pod2man, options:
# --section=5 --name="DebPool::Config" --center="DebPool Configuration")

build:
        dh_testdir

binary-arch:
        @echo "No arch-dependant files to build"

binary-indep: build
        dh_testdir
        dh_testroot

        dh_installdirs -i
        dh_install -i
        dh_installdocs -i
        dh_installexamples -i
        dh_installchangelogs -i
        dh_installman -i

        dh_perl -i

        dh_compress -i
        dh_fixperms -i

        dh_md5sums -i
        dh_gencontrol -i
        dh_installdeb -i
        dh_builddeb -i

binary: binary-indep

clean:
        dh_testdir
        dh_testroot

        dh_clean

.PHONY: binary binary-arch binary-indep build clean