[Blends-commit] [SCM] website branch, master, updated. 44ce25a15e59c11b3e4a949944c88c96c8fe59c3

Andreas Tille tille at debian.org
Tue Jul 15 15:23:47 UTC 2014


The following commit has been merged in the master branch:
commit 44ce25a15e59c11b3e4a949944c88c96c8fe59c3
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 15 16:30:02 2014 +0200

    Make sure we can also deal with packages featuring 'debian' in their package name

diff --git a/misc/machine_readable/fetch-machine-readable b/misc/machine_readable/fetch-machine-readable
index 388da39..ec15571 100755
--- a/misc/machine_readable/fetch-machine-readable
+++ b/misc/machine_readable/fetch-machine-readable
@@ -59,7 +59,7 @@ svn_checkout_machine_readable () {
   if grep -q "/trunk/debian/" $TMPLIST ; then
     # for Debian Med and Debian Science layout
     svndir=`echo $1 | sed 's?^[^/]*/??'`
-    sed -e 's?debian/.*??' -e 's?trunk/.*??' $TMPLIST | sed -e "s?^$svndir/??" -e 's+/$++' -e 's#^[^/]\+/\([^/]\+\)/.*#\1#' -e 's#^[^/]\+/\([^/]\+\)$#\1#' | sort | uniq > $PKGLIST
+    sed -e 's?/debian/.*?/?' -e 's?trunk/.*??' $TMPLIST | sed -e "s?^$svndir/??" -e 's+/$++' -e 's#^[^/]\+/\([^/]\+\)/.*#\1#' -e 's#^[^/]\+/\([^/]\+\)$#\1#' | sort | uniq > $PKGLIST
     trunklayout="/trunk"
   else
     # for DebiChemn layout

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list