diff -Nru language-pack-gnome-li-10.04+20110204/debian/changelog language-pack-gnome-li-10.04+20110931/debian/changelog --- language-pack-gnome-li-10.04+20110204/debian/changelog 2011-02-08 14:31:15.000000000 +0000 +++ language-pack-gnome-li-10.04+20110931/debian/changelog 2011-12-16 12:30:53.000000000 +0000 @@ -1,6 +1,6 @@ -language-pack-gnome-li (1:10.04+20110204) lucid-proposed; urgency=low +language-pack-gnome-li (1:10.04+20110931) lucid-proposed; urgency=low * Initial release. - -- Ubuntu automatic language-pack builder Tue, 08 Feb 2011 14:31:15 +0000 + -- Ubuntu automatic language-pack builder Fri, 16 Dec 2011 12:30:53 +0000 diff -Nru language-pack-gnome-li-10.04+20110204/debian/control language-pack-gnome-li-10.04+20110931/debian/control --- language-pack-gnome-li-10.04+20110204/debian/control 2011-02-08 14:31:15.000000000 +0000 +++ language-pack-gnome-li-10.04+20110931/debian/control 2011-12-16 12:30:53.000000000 +0000 @@ -4,12 +4,12 @@ Maintainer: Language pack maintainers Build-Depends-Indep: gettext Build-Depends: debhelper (>= 6) -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Package: language-pack-gnome-li Architecture: all Pre-Depends: dpkg (>= 1.10.27ubuntu1) -Depends: ${misc:Depends}, language-pack-gnome-li-base (>= 1:10.04+20110204), language-pack-li-base (>= 1:10.04+20110204) +Depends: ${misc:Depends}, language-pack-gnome-li-base (>= 1:10.04+20110931), language-pack-li-base (>= 1:10.04+20110931) Replaces: language-pack-gnome-li-base, language-pack-li-base (<< ${binary:Version}), language-pack-gnome-li-base (<< ${binary:Version}), language-pack-kde-li-base (<< ${binary:Version}), language-pack-li (<< ${binary:Version}), language-pack-gnome-li (<< ${binary:Version}), language-pack-kde-li (<< ${binary:Version}) Description: GNOME translation updates for language Limburgan; Limburger; Limburgish Translation data updates for all supported GNOME packages for: @@ -18,6 +18,3 @@ language-pack-gnome-li-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. - . - Please note that you should install language-support-li - to get full support for this language. diff -Nru language-pack-gnome-li-10.04+20110204/debian/rules language-pack-gnome-li-10.04+20110931/debian/rules --- language-pack-gnome-li-10.04+20110204/debian/rules 2011-02-08 14:31:15.000000000 +0000 +++ language-pack-gnome-li-10.04+20110931/debian/rules 2011-12-16 12:30:53.000000000 +0000 @@ -25,7 +25,7 @@ mkdir -p $(LOCALEDIR) cd data; \ find -type d -exec mkdir -p "$(LOCALEDIR)/{}" \; ; \ - find -type f -name "*.po" -exec sh -c "N='{}'; msgfmt -o $(LOCALEDIR)/\$${N%.po}.mo \$$N" \; + find -type f -name "*.po" -exec sh -c "N='{}'; msgfmt -o $(LOCALEDIR)/\$${N%.po}.mo \$$N" \; ; \ cd debian/upgrade-notes; for f in `ls`; do \ [ -e ../postinst ] || echo -e "#!/bin/sh -e\n\ @@ -39,7 +39,6 @@ done [ ! -e data/extra.tar ] || tar -C $(PKG) -xf data/extra.tar - [ ! -e data/mozilla.tar.gz ] || tar -C $(PKG) -xzf data/mozilla.tar.gz dh_installdocs -i dh_installchangelogs -i @@ -52,5 +51,5 @@ binary: binary-arch binary-indep -.PHONY: build clean binary-indep binary-arch binary +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary