[debian-edu-commits] debian-edu/ 02/02: Drop unused edubuntu-pkglist-compare script.

Holger Levsen holger at moszumanska.debian.org
Tue Oct 21 12:43:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu.

commit c786e9d3040ee2d7f884f261fcd8e984d2cb61b4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Oct 21 14:40:43 2014 +0200

    Drop unused edubuntu-pkglist-compare script.
    
    Drop edubuntu-pkglist-compare as it was unused since years as it referred
    http://releases.ubuntu.com/edubuntu/feisty which was current seven years ago.
---
 debian/changelog         |  3 +++
 edubuntu-pkglist-compare | 16 ----------------
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d741d83..f3743c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ debian-edu (1.809) unstable; urgency=high
     sources.list.(experimental|squeeze-test|lenny|karmic).
   * tasks/desktop-other: Do not ignore nor avoid kqemu-source anymore, this
     package was not even part of Wheezy.
+  * Drop edubuntu-pkglist-compare as it was unused since years as it referred
+    http://releases.ubuntu.com/edubuntu/feisty which was current seven years
+    ago.
 
   [ Petter Reinholdtsen ]
   * In the main-server task, list gosa-plugin-netgroups as an alternative to
diff --git a/edubuntu-pkglist-compare b/edubuntu-pkglist-compare
deleted file mode 100755
index b02a020..0000000
--- a/edubuntu-pkglist-compare
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-baseurl=http://releases.ubuntu.com/edubuntu/feisty
-version=7.04-beta
-archs="i386 amd64"
-
-for a in $archs; do
-    for t in desktop server serveraddon; do
-        wget $baseurl/edubuntu-$version-$t-$a.list
-    done
-done
-
-grep pool/ edubuntu-*|rev|cut -d/ -f1|rev|grep -v .udeb|cut -d_ -f1|sort -u > edubuntu-pkgs.list
-cut -d_ -f1 < ../build/CD-administrator/pkgdeblist-etch-test-dvd.txt |sort > debian-edu-pkgs.list
-
-comm -23 edubuntu-pkgs.list debian-edu-pkgs.list > edubuntu-pkg-only

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu.git



More information about the debian-edu-commits mailing list