[debian-edu-commits] r80105 - in branches/wheezy/debian-edu-install: . debian

pere at alioth.debian.org pere at alioth.debian.org
Fri May 17 18:20:02 UTC 2013


Author: pere
Date: 2013-05-17 18:20:01 +0000 (Fri, 17 May 2013)
New Revision: 80105

Modified:
   branches/wheezy/debian-edu-install/Makefile
   branches/wheezy/debian-edu-install/debian/changelog
Log:
Correct check-script target to make sure it find shell scripts
to check also with newer file version.

Modified: branches/wheezy/debian-edu-install/Makefile
===================================================================
--- branches/wheezy/debian-edu-install/Makefile	2013-05-17 18:16:55 UTC (rev 80104)
+++ branches/wheezy/debian-edu-install/Makefile	2013-05-17 18:20:01 UTC (rev 80105)
@@ -31,7 +31,7 @@
 	lib/partman/common/$$partrecipe > lib/partman/$$partarch/$$partrecipe
 
 # Created using 'file * */*|grep Bourne|cut -d: -f1'
-SCRIPTS = $(shell file * */*|grep Bourne|cut -d: -f1)
+SCRIPTS = $(shell file * */*|egrep 'Bourne|POSIX'|cut -d: -f1)
 
 DEFAULTS = \
 	common networked main-server workstation thin-client-server \

Modified: branches/wheezy/debian-edu-install/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-install/debian/changelog	2013-05-17 18:16:55 UTC (rev 80104)
+++ branches/wheezy/debian-edu-install/debian/changelog	2013-05-17 18:20:01 UTC (rev 80105)
@@ -9,6 +9,8 @@
   * Update version to "7.0.0+edu+alpha2" in version and make sure
     previous version "7.0.0+edu+alpha0" is listed in
     debian/debian-edu-install.postinst.
+  * Correct check-script target to make sure it find shell scripts
+    to check also with newer file version.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 11 May 2013 18:19:47 +0200
 




More information about the debian-edu-commits mailing list