Skip to content

Commit

Permalink
Build without dh_virtualenv by default
Browse files Browse the repository at this point in the history
The plain package without a virtualenv works fine, so let's switch defaults.
See also #60.
  • Loading branch information
sebschrader committed Aug 4, 2018
1 parent dd0294f commit e48ec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PACKAGE=$(shell dh_listpackages)

USE_DH_VIRTUALENV ?= 1
USE_DH_VIRTUALENV ?= 0

configure_args = prefix=/usr libexecdir=/usr/lib sysconfdir=/etc localstatedir=/var pkglocalstatedir=/var/lib/$(PACKAGE) runstatedir=/run

Expand Down

0 comments on commit e48ec4c

Please sign in to comment.