git-annex/debian/rules

20 lines
427 B
Text
Raw Normal View History

2010-10-16 20:41:24 +00:00
#!/usr/bin/make -f
export CABAL=debian/cabal-wrapper
# Do use the changelog's version number, rather than making one up.
2013-05-10 22:52:35 +00:00
export RELEASE_BUILD=1
2010-10-16 20:41:24 +00:00
%:
dh $@
2015-04-20 18:55:30 +00:00
# Run this target to build git-annex-standalone.deb
build-standalone:
2015-04-20 18:55:30 +00:00
test -e .git
git checkout debian/changelog
2015-04-20 18:55:30 +00:00
quilt pop -a || true
QUILT_SERIES=series.standalone-build quilt push -a
debian/create-standalone-changelog
dpkg-buildpackage -rfakeroot
quilt pop -a