Fix dh_auto_build overrides to take advantage of parallel builds.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -6,6 +6,7 @@ dvdisaster (0.79.5-7) UNRELEASED; urgency=medium
|
||||
* Simplify process by which mutable files are backed up and restored.
|
||||
* Build as verbosely as possible.
|
||||
* Fix location of manual.
|
||||
* Fix dh_auto_build overrides to take advantage of parallel builds.
|
||||
|
||||
-- Carlos Maddela <e7appew@gmail.com> Thu, 31 Jan 2019 03:58:19 +1100
|
||||
|
||||
|
||||
4
debian/rules
vendored
4
debian/rules
vendored
@@ -44,10 +44,10 @@ override_dh_auto_configure:
|
||||
--with-embedded-src-path=no
|
||||
|
||||
override_dh_auto_build-arch:
|
||||
make all
|
||||
dh_auto_build -a -- all
|
||||
|
||||
override_dh_auto_build-indep:
|
||||
make manual
|
||||
dh_auto_build -i -- manual
|
||||
|
||||
override_dh_auto_install-arch:
|
||||
dh_auto_install -a -- BUILDROOT=$(BUILDROOT)
|
||||
|
||||
Reference in New Issue
Block a user