---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bb360c9..a25e2e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ latexila (3.14.2-1) UNRELEASED; urgency=medium
     + Updated homepage.
   * debian/latexila.install:
     + Run wrap-and-sort script.
+  * debian/rules:
+    + Added --parallel as generally recommended.
 
  -- Tanguy Ortolo <tanguy+deb...@ortolo.eu>  Mon, 27 Oct 2014 16:31:31 +0100
 
diff --git a/debian/rules b/debian/rules
index c4ed0fb..3cb4c4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-       dh  $@
+       dh  $@  --parallel
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS
-- 
2.1.4


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to