[Blends-commit] [SCM] website branch, master, updated. 0ca8320cd9bb8aee75851772faf4fd2318393439

Andreas Tille tille at debian.org
Tue Nov 6 10:46:50 UTC 2012


The following commit has been merged in the master branch:
commit 0ca8320cd9bb8aee75851772faf4fd2318393439
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 6 11:46:28 2012 +0100

    Deleted script which will not be needed any more because all needed files are restored

diff --git a/misc/team_analysis_tools/fake_control b/misc/team_analysis_tools/fake_control
deleted file mode 100755
index dd27a31..0000000
--- a/misc/team_analysis_tools/fake_control
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-# until version 8.3 of Debian Med metapackages the debian/control file was not
-# part of the source tarball but was rather generated at package build time
-# This turned out to be a mistake for several reasons.
-# To enable reasonable investigation of the packages which were included in the
-# past the control file is recreated using this script from binary files which
-# can be downloaded from snapshots.debian.org
-
-extract_info () {
-	grep -v -e "^Installed-Size: " \
-	        -e "^Maintainer: " \
-	        -e "^Source: debian-med" \
-	        -e "^Version: " \
-                -e "^Section: " \
-                -e "^Priority: " \
-	        $1 >> control
-	echo "" >> control
-}
-
-grep -v -e "^Package: " -e "Architecture: " control.000 > control
-
-extract_info control.common
-
-for c in `ls control.[a-z]* | sort` ; do
-    if [ "$c" != "control.common" ] ; then
-	extract_info $c
-    fi
-done

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list