mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-05 21:04:14 -04:00
fixed a few errors reported by lintian
This commit is contained in:
parent
926200098e
commit
1411a56ce9
3 changed files with 11 additions and 16 deletions
|
@ -3,6 +3,8 @@
|
|||
export DH_VERBOSE = 1
|
||||
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
|
||||
# skip *-dbgsym packages
|
||||
DEB_BUILD_OPTIONS=noddebs
|
||||
|
||||
include /usr/share/dpkg/default.mk
|
||||
|
@ -20,6 +22,3 @@ MY_BUILDDIR = _build
|
|||
override_dh_auto_configure:
|
||||
@mkdir -p $(MY_BUILDDIR)
|
||||
dh_auto_configure -- CONFIG="unix release retroshare_plugins rs_autologin" PREFIX=/usr LIB_DIR=/usr/lib ../src
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue