summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 14:55:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 14:55:30 -0400
commit59e6f34864b7004836e01ead3d41c41ac28d9265 (patch)
tree2878e2fa050ea262174609525e4f63475a71af3c
parentad5aac13354fd312300559c9d4222c13d8b168d9 (diff)
style changes
-rwxr-xr-xdebian/rules9
1 files changed, 3 insertions, 6 deletions
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