Merge pull request #289 from danielsouzat/master

+clean debian packaging
pull/310/head
Vitaliy Filippov 2020-02-06 01:19:08 +03:00 committed by GitHub
commit 1456e6e0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ FreeBSD:
On a Debian/Ubuntu/Linux Mint you can use `dpkg-buildpackage` utility from `dpkg-dev` package
to build grive. Just clone the repository, `cd` into it and run
dpkg-buildpackage -j4
dpkg-buildpackage -j4 --no-sign
### Manual build

2
debian/rules vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem=cmake --parallel
dh $@ --buildsystem=cmake --parallel --builddirectory=build