rev 10353 - scripts

Armin Berres trigger-guest at alioth.debian.org
Mon Apr 28 22:48:40 UTC 2008


Author: trigger-guest
Date: 2008-04-28 22:48:39 +0000 (Mon, 28 Apr 2008)
New Revision: 10353

Modified:
   scripts/pull-kde-branch
   scripts/sort-install-files
Log:
head->table

Modified: scripts/pull-kde-branch
===================================================================
--- scripts/pull-kde-branch	2008-04-28 22:41:30 UTC (rev 10352)
+++ scripts/pull-kde-branch	2008-04-28 22:48:39 UTC (rev 10353)
@@ -33,6 +33,17 @@
 
     ' | { read MODULE VERSION MAJOR_VERSION
 
+if [[ $MAJOR_VERSION == "3.94" ]]
+then
+    MAJOR_VERSION=3.5 
+fi
+
+if [[ $VERSION == "3.94.0" ]]
+then
+    VERSION=3.94
+fi
+
+
 # Determine the revision of the latest pull
 # (empty string if there has been none)
 shopt -s nullglob

Modified: scripts/sort-install-files
===================================================================
--- scripts/sort-install-files	2008-04-28 22:41:30 UTC (rev 10352)
+++ scripts/sort-install-files	2008-04-28 22:48:39 UTC (rev 10353)
@@ -3,5 +3,5 @@
 
 for file in "$@"
 do
-  LOCALE=C sort -u ${file} | sponge ${file}
+  LANG=C sort -u ${file} | sponge ${file}
 done




More information about the pkg-kde-commits mailing list