[SCM] calligra localization packaging branch, master, updated. debian/2.4.3-1-9-g0a7b220

Adrien Grellier adrien-guest at alioth.debian.org
Fri Aug 2 20:34:11 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra-l10n.git;a=commitdiff;h=9bbd48d

The following commit has been merged in the master branch:
commit 9bbd48d0d9a7c848982d8c649a11e65be0a35da5
Author: Adrien Grellier <perso at adrieng.fr>
Date:   Fri Aug 2 21:44:47 2013 +0200

    lintian: debian-rules-missing-recommended-target (build-arch, build-indep)
---
 debian/changelog |    6 ++++--
 debian/rules     |    6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3a7a525..c85e581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-calligra-l10n (1:2.7.1-0r1.1) UNRELEASED; urgency=low
+calligra-l10n (1:2.7.1-0r1.2) UNRELEASED; urgency=low
 
   [ Adrien Grellier ]
   * New upstream release:
@@ -8,8 +8,10 @@ calligra-l10n (1:2.7.1-0r1.1) UNRELEASED; urgency=low
   * These packages should be in section localization and not KDE
     (fix the override disparities)
   * update to my new official email address 
+  * lintian: debian-rules-missing-recommended-target
+    add build-arch and build-indep targets 
 
- -- Adrien Grellier <perso at adrieng.fr>  Fri, 02 Aug 2013 18:13:53 +0200
+ -- Adrien Grellier <perso at adrieng.fr>  Fri, 02 Aug 2013 18:16:10 +0200
 
 calligra-l10n (1:2.4.3-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f2c95ff..a22ce45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,11 @@ check_control:
 prepare_build: check_control
 	dh_testdir
 
-build: $(STAMP_BUILD)
+build: build-arch build-indep
+build-arch: build-stamp
+# no indep files, only arch: all
+build-indep:
+build-stamp: $(STAMP_BUILD)
 
 build_progress = [$(shell ls -1 -d debian/stamp__*__build debian | wc -l)/$(words $(STAMP_BUILD))]
 $(STAMP_BUILD): | prepare_build

-- 
calligra localization packaging



More information about the pkg-kde-commits mailing list