[SCM] calligra localization packaging branch, master, updated. c14a653d913782431fc2150814071f6bd340bad8
Pino Toscano
pino at alioth.debian.org
Tue Mar 27 13:27:52 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra-l10n.git;a=commitdiff;h=f01f5eb
The following commit has been merged in the master branch:
commit f01f5eb4d51643ebd8fd0d956d86d100e9f4ebf5
Author: Pino Toscano <pino at debian.org>
Date: Tue Mar 27 15:20:01 2012 +0200
minor: spaces removal
---
debian/rules | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6d05ac7..1fc0768 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ L10N_INSTALL := $(patsubst %,install__%,$(L10N_LANGS))
# debian/control checks
L10N_PACKAGES_IN_CONTROL := $(shell grep '^Package: ' debian/control | sed 's/^Package: //')
L10N_NOTEXIST_IN_CONTROL := $(filter-out $(L10N_PACKAGES_IN_CONTROL),$(L10N_PACKAGES))
-L10N_EXCESS_IN_CONTROL := $(filter-out $(L10N_PACKAGES), $(L10N_PACKAGES_IN_CONTROL))
+L10N_EXCESS_IN_CONTROL := $(filter-out $(L10N_PACKAGES),$(L10N_PACKAGES_IN_CONTROL))
check_control:
@test -z "$(L10N_NOTEXIST_IN_CONTROL)" || \
@@ -80,7 +80,6 @@ $(L10N_INSTALL):
# Installing '$(cur_lang)' to the '$(cur_pkg)' package
cd $(cur_lang_dir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/$(cur_pkg)
-
clean: debian-clean
debian-clean:
dh_testdir
@@ -90,11 +89,9 @@ debian-clean:
rm -f debian/*.debhelper.log
dh_clean
-
binary-arch:
# Do architecture dependent files available
-
binary-indep: build install
dh_testroot
dh_testdir
@@ -111,7 +108,6 @@ binary-indep: build install
dh_md5sums
dh_builddeb -- -Zxz
-
# Below here is fairly generic really
binary: binary-indep binary-arch
--
calligra localization packaging
More information about the pkg-kde-commits
mailing list