From b0ebb232ecee1b512cde8db8bb587052cd8a195a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Apr 2015 14:55:30 -0400 Subject: [PATCH] style changes --- debian/rules | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 75254c0792..0105f94db6 100755 --- a/debian/rules +++ b/debian/rules @@ -8,14 +8,11 @@ export RELEASE_BUILD=1 %: dh $@ -# -# Rules for providing a standalone build of annex. -# - +# Run this target to build git-annex-standalone.deb build-standalone: - [ -e .git ] + test -e .git git checkout debian/changelog - quilt pop -a || : + quilt pop -a || true QUILT_SERIES=series.standalone-build quilt push -a debian/create-standalone-changelog dpkg-buildpackage -rfakeroot