[SCM] calligra localization packaging branch, master, updated. c14a653d913782431fc2150814071f6bd340bad8

Pino Toscano pino at alioth.debian.org
Tue Mar 27 13:28:04 UTC 2012


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

The following commit has been merged in the master branch:
commit a83e65a0bc6eab87da55b67e2649d93cf6691626
Author: Pino Toscano <pino at debian.org>
Date:   Tue Mar 27 15:26:37 2012 +0200

    use dh_listpackages
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3e39595..f04cc20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ STAMP_BUILD := $(patsubst %,debian/stamp__%__build,$(L10N_LANGS))
 L10N_INSTALL := $(patsubst %,install__%,$(L10N_LANGS))
 
 # debian/control checks
-L10N_PACKAGES_IN_CONTROL := $(shell grep '^Package: ' debian/control | sed 's/^Package: //')
+L10N_PACKAGES_IN_CONTROL := $(shell dh_listpackages | grep '$(L10N_PREFIX)')
 L10N_NOTEXIST_IN_CONTROL := $(filter-out $(L10N_PACKAGES_IN_CONTROL),$(L10N_PACKAGES))
 L10N_EXCESS_IN_CONTROL := $(filter-out $(L10N_PACKAGES),$(L10N_PACKAGES_IN_CONTROL))
 

-- 
calligra localization packaging



More information about the pkg-kde-commits mailing list