[Debian-l10n-commits] r1186 - in /ddtp-dinstall/trunk: Changelog checks/ddtp_i18n_check.sh

faw at users.alioth.debian.org faw at users.alioth.debian.org
Tue Aug 12 18:31:25 UTC 2008


Author: faw
Date: Tue Aug 12 18:31:25 2008
New Revision: 1186

URL: http://svn.debian.org/wsvn/?sc=1&rev=1186
Log:
* checks/ddtp_i18n_check.sh: Added diff between the list of packages
  from DAK and the list of packages in Translation files to make it
  easier to spot problems.


Modified:
    ddtp-dinstall/trunk/Changelog
    ddtp-dinstall/trunk/checks/ddtp_i18n_check.sh

Modified: ddtp-dinstall/trunk/Changelog
URL: http://svn.debian.org/wsvn/ddtp-dinstall/trunk/Changelog?rev=1186&op=diff
==============================================================================
--- ddtp-dinstall/trunk/Changelog (original)
+++ ddtp-dinstall/trunk/Changelog Tue Aug 12 18:31:25 2008
@@ -8,6 +8,9 @@
 	script fails.
 	* checks/ddtp_i18n_check.sh: Remove white space before ';;' (for
 	consistency).
+	* checks/ddtp_i18n_check.sh: Added diff between the list of packages
+	from DAK and the list of packages in Translation files to make it
+	easier to spot problems.
 
 2008-08-11  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: ddtp-dinstall/trunk/checks/ddtp_i18n_check.sh
URL: http://svn.debian.org/wsvn/ddtp-dinstall/trunk/checks/ddtp_i18n_check.sh?rev=1186&op=diff
==============================================================================
--- ddtp-dinstall/trunk/checks/ddtp_i18n_check.sh (original)
+++ ddtp-dinstall/trunk/checks/ddtp_i18n_check.sh Tue Aug 12 18:31:25 2008
@@ -337,6 +337,7 @@
 			*/$UNSTABLE/*) t="$UNSTABLE";;
 		esac
 		if diff "$TMP_WORK_DIR/$t.pkgs" "$TMP_WORK_DIR/$TPKGS" | grep -q "^>"; then
+			diff -au "$TMP_WORK_DIR/$t.pkgs" "$TMP_WORK_DIR/$TPKGS" |grep "^+"
 			echo "$f contains packages which are not in $t" >&2
 			exit 1
 		fi




More information about the Debian-l10n-commits mailing list