style changes

This commit is contained in:
Joey Hess 2015-04-20 14:55:30 -04:00
parent 5e347db6e5
commit b0ebb232ec

9
debian/rules vendored
View file

@ -8,14 +8,11 @@ export RELEASE_BUILD=1
%: %:
dh $@ dh $@
# # Run this target to build git-annex-standalone.deb
# Rules for providing a standalone build of annex.
#
build-standalone: build-standalone:
[ -e .git ] test -e .git
git checkout debian/changelog git checkout debian/changelog
quilt pop -a || : quilt pop -a || true
QUILT_SERIES=series.standalone-build quilt push -a QUILT_SERIES=series.standalone-build quilt push -a
debian/create-standalone-changelog debian/create-standalone-changelog
dpkg-buildpackage -rfakeroot dpkg-buildpackage -rfakeroot