git-annex/debian/rules
2015-04-20 14:46:34 -04:00

22 lines
427 B
Makefile
Executable file

#!/usr/bin/make -f
export CABAL=debian/cabal-wrapper
# Do use the changelog's version number, rather than making one up.
export RELEASE_BUILD=1
%:
dh $@
#
# Rules for providing a standalone build of annex.
#
build-standalone:
[ -e .git ]
git checkout debian/changelog
quilt pop -a || :
QUILT_SERIES=series.standalone-build quilt push -a
debian/create-standalone-changelog
dpkg-buildpackage -rfakeroot
quilt pop -a