[SCM] KDE Localization module packaging branch, master, updated. debian/4.10.5-2

Maximiliano Curia maxy at alioth.debian.org
Fri Sep 6 07:37:38 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-l10n.git;a=commitdiff;h=1ac1d0d

The following commit has been merged in the master branch:
commit 1ac1d0df4c3cbe9be9d9cc1e8135b50d7a5e9d65
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu Sep 5 13:15:14 2013 +0200

    Add build-arch and build-indep targets.
---
 debian/changelog |    1 +
 debian/rules     |   10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ef79ee..aefbd28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kde-l10n (4:4.10.5-2) UNRELEASED; urgency=low
 
   [ Maximiliano Curia ]
   * debian/rules: aesthetic change, remove trailing space.
+  * Add build-arch and build-indep targets.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 21 Jul 2013 15:24:54 +0200
 
diff --git a/debian/rules b/debian/rules
index c25701f..b45c49e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,12 @@ check_control:
 prepare_build: check_control
 	dh_testdir
 
-build: $(STAMP_BUILD)
+build: build-arch build-indep
+
+build-arch:
+	# No architecture dependent build
+
+build-indep: $(STAMP_BUILD)
 
 build_progress = [$(shell ls -1 -d debian/stamp__*__build debian | wc -l)/$(words $(STAMP_BUILD))]
 $(STAMP_BUILD): | prepare_build
@@ -109,5 +114,6 @@ binary-indep: build install
 # Below here is fairly generic really
 binary: binary-indep binary-arch
 
-.PHONY: binary binary-arch binary-indep clean patch build install
+.PHONY: binary binary-arch binary-indep build build-arch build-indep
+.PHONY: clean install patch
 .PHONY: check_control prepare_build prepare_install $(L10N_INSTALL) $(L10N_CLEAN)

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list