summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-21 15:12:27 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-21 15:12:27 +0200
commita680e061adae846d1c02dd0bb4b1f951592c9580 (patch)
treec94c1b2fe669019732db1b03f6cdea278a77ef1e
parent89fd753d5891fe77729baae27f0a18d3ed19c429 (diff)
* buildlib/podomain.mak:
- ensure that all sources end up in the srclist so that we don't forget to extract half of the translation strings
-rw-r--r--buildlib/podomain.mak6
-rw-r--r--debian/changelog9
2 files changed, 12 insertions, 3 deletions
diff --git a/buildlib/podomain.mak b/buildlib/podomain.mak
index d46652520..cca7d55be 100644
--- a/buildlib/podomain.mak
+++ b/buildlib/podomain.mak
@@ -11,10 +11,10 @@ MY_DOMAIN := $(APT_DOMAIN)
endif
MKDIRS += $(PO_DOMAINS)/$(MY_DOMAIN)
-$(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list: $(addprefix $(BASE)/$(SUBDIR)/,$(SOURCE))
+$(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list: SRC := $(addprefix $(SUBDIR)/,$(SOURCE))
$(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list: makefile dirs
- (echo $(addprefix $(SUBDIR)/,$(SOURCE)) | xargs -n1 echo) > $@
-startup binary program clean: $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list
+ (echo $(SRC) | xargs -n1 echo) > $@
+startup binary program clean update-po: $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list
veryclean: veryclean/$(LOCAL)
veryclean/po/$(LOCAL): LIST := $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list
diff --git a/debian/changelog b/debian/changelog
index a41380cdf..aeda80024 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+apt (0.9.5) UNRELEASED; urgency=low
+
+ [ David Kalnischkies ]
+ * buildlib/podomain.mak:
+ - ensure that all sources end up in the srclist so that we don't
+ forget to extract half of the translation strings
+
+ -- David Kalnischkies <kalnischkies@gmail.com> Mon, 21 May 2012 15:10:49 +0200
+
apt (0.9.4) unstable; urgency=low
[ David Kalnischkies ]