diff options
| author | Timo Weingärtner <timo@tiwe.de> | 2013-10-26 01:39:40 +0200 |
|---|---|---|
| committer | Timo Weingärtner <timo@tiwe.de> | 2013-10-26 01:39:40 +0200 |
| commit | 03a32321c23d4e4fc229c658254d1be273346818 (patch) | |
| tree | 1322e8a4deaa09c959ed736a0b2a7f44c1e3acb1 | |
| parent | 313bd60aeb3ca3ade0585302b24f9c83569832f8 (diff) | |
| download | ssh-agent-filter-03a32321c23d4e4fc229c658254d1be273346818.tar.gz | |
allow parallel building
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 01c4f53..c819273 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ --with bash-completion + dh $@ --with bash-completion --parallel |
