Source: texstudio
Version: 2.7.0+debian-2
Severity: wishlist
Tags: patch

Hi,

texstudio seems to build fine with multiple build jobs when building.
Thus, my suggestion is to enable the parallel build (with the
--parallel option of dh) to speed up the compilation when requested
(see also Policy ยง4.9.1).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ UPSTREAM_VERSION=$(shell dpkg-parsechang
                    | sed -rne 's,^Version: ([^-+]+).*,\1,p')
 
 %:
-	dh ${@}
+	dh ${@} --parallel
 
 get-orig-source:
 	uscan --noconf --download --force-download --rename --destdir=. \

Reply via email to