style changes
This commit is contained in:
parent
5e347db6e5
commit
b0ebb232ec
1 changed files with 3 additions and 6 deletions
9
debian/rules
vendored
9
debian/rules
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue