Package: acl Version: 2.2.39-1 Tags: patch The POT file created by the acl package is broken since it does not have a proper header. We fixed this by removing the --omit-header argument to xgettext and also updating the POT file on package build, so that it is always current.
Thank you, Martin -- Martin Pitt http://www.piware.de Ubuntu Developer http://www.ubuntu.com Debian Developer http://www.debian.org In a world without walls and fences, who needs Windows and Gates?
diff -pruN 2.2.34-1/debian/changelog 2.2.34-1ubuntu1/debian/changelog
--- 2.2.34-1/debian/changelog 2005-12-06 21:38:16.000000000 +0000
+++ 2.2.34-1ubuntu1/debian/changelog 2006-05-05 15:05:43.000000000 +0100
@@ -1,3 +1,11 @@
+acl (2.2.34-1ubuntu1) dapper; urgency=low
+
+ * include/buildrules: Drop --omit-header from xgettext call since the POT
+ file needs a header to be imported properly. Closes: LP#40365
+ * debian/rules: Regenerate POT file during build.
+
+ -- Martin Pitt <[EMAIL PROTECTED]> Fri, 5 May 2006 16:05:30 +0200
+
acl (2.2.34-1) unstable; urgency=low
* New upstream release
diff -pruN 2.2.34-1/debian/rules 2.2.34-1ubuntu1/debian/rules
--- 2.2.34-1/debian/rules 2005-11-16 03:42:42.000000000 +0000
+++ 2.2.34-1ubuntu1/debian/rules 2006-05-05 15:02:09.000000000 +0100
@@ -20,6 +20,7 @@ build: built
built: config
@echo "== dpkg-buildpackage: build" 1>&2
$(MAKE) default
+ cd po; rm -rf acl.pot; make acl.pot
touch built
config: .census
diff -pruN 2.2.34-1/include/buildrules 2.2.34-1ubuntu1/include/buildrules
--- 2.2.34-1/include/buildrules 2005-11-16 03:42:42.000000000 +0000
+++ 2.2.34-1ubuntu1/include/buildrules 2006-05-05 15:00:35.000000000 +0100
@@ -37,7 +37,7 @@ endif
ifdef LINGUAS
%.pot: $(XGETTEXTFILES)
- xgettext --omit-header --language=C --keyword=_ -o $@ $(XGETTEXTFILES)
+ xgettext --language=C --keyword=_ -o $@ $(XGETTEXTFILES)
%.po:
$(MSGMERGE) -o [EMAIL PROTECTED] $@ $(PKG_NAME).pot
signature.asc
Description: Digital signature

