From 59e6f34864b7004836e01ead3d41c41ac28d9265 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Apr 2015 14:55:30 -0400 Subject: style changes --- debian/rules | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 75254c079..0105f94db 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 -- cgit v1.2.3