From c1c939eff07f9275eaadbb35025d4adbcd0a36f8 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 28 Jun 2009 14:50:29 +0200
Subject: Using common prefix for packages lists of packaging teams.

---
 lists/debian-forensics | 17 +++++++++++++++++
 lists/debian-junior    | 11 +++++++++++
 lists/debian-live      | 39 +++++++++++++++++++++++++++++++++++++++
 lists/debian-science   | 12 ++++++++++++
 lists/devel-live       | 37 -------------------------------------
 lists/gnome-junior     |  4 ++--
 lists/junior-pkgs      |  8 --------
 lists/kde-junior       |  2 +-
 lists/rescue           | 10 +---------
 lists/science          | 10 ----------
 lists/xfce-junior      |  2 +-
 11 files changed, 84 insertions(+), 68 deletions(-)
 create mode 100644 lists/debian-forensics
 create mode 100644 lists/debian-junior
 create mode 100644 lists/debian-live
 create mode 100644 lists/debian-science
 delete mode 100644 lists/devel-live
 delete mode 100644 lists/junior-pkgs
 delete mode 100644 lists/science

diff --git a/lists/debian-forensics b/lists/debian-forensics
new file mode 100644
index 0000000..19cb4f8
--- /dev/null
+++ b/lists/debian-forensics
@@ -0,0 +1,17 @@
+# /usr/share/live-helper/lists/debian-forensics - package list for live-helper(7)
+
+## LH: Debian Forensics
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=forensics-devel@lists.alioth.debian.org
+
+gpart tct wipe
+
+#if DISTRIBUTION lenny sid
+ext3grep galleta grokevt memdump missidentify myrescue pasco reglookup
+scrounge-ntfs ssdeep tableau-parm
+#endif
+
+#if DISTRIBUTION sid
+libewf1 md5deep pipebench recoverdm rifiuti
+#endif
diff --git a/lists/debian-junior b/lists/debian-junior
new file mode 100644
index 0000000..51b5b34
--- /dev/null
+++ b/lists/debian-junior
@@ -0,0 +1,11 @@
+# /usr/share/live-helper/lists/debian-junior - package list for live-helper(7)
+
+## LH: Debian Junior
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=debian-jr@lists.debian.org
+
+junior-sound junior-typing junior-internet junior-toys junior-games-net
+junior-games-sim junior-games-gl junior-puzzle junior-arcade junior-math
+junior-writing junior-games-card junior-programming junior-system junior-art
+junior-doc junior-games-text
diff --git a/lists/debian-live b/lists/debian-live
new file mode 100644
index 0000000..208a303
--- /dev/null
+++ b/lists/debian-live
@@ -0,0 +1,39 @@
+# /usr/share/live-helper/lists/debian-live - package list for live-helper(7)
+
+## LH: Debian Live
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=debian-live@lists.debian.org
+
+# debian-live
+live-helper git-core
+debootstrap cdebootstrap
+dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub
+
+# kernel
+#if DISTRIBUTION lenny sid
+aufs-tools aufs-source
+#endif
+qemu kqemu-source
+kvm kvm-source
+squashfs-tools squashfs-source
+#if DISTRIBUTION etch
+unionfs-tools unionfs-source
+#endif
+#linux-headers-2.6-all
+
+# netboot/pxe
+dhcp3-server nfs-kernel-server tftp-hpa
+
+# webboot
+apache2
+
+# some other stuff
+vim less screen gnupg dash posh
+
+# build
+build-essential debhelper dh-make lintian fakeroot devscripts wdiff
+autotools-dev dpatch module-assistant quilt
+
+# bootchart
+acct bootchart
diff --git a/lists/debian-science b/lists/debian-science
new file mode 100644
index 0000000..3d7a2b2
--- /dev/null
+++ b/lists/debian-science
@@ -0,0 +1,12 @@
+# /usr/share/live-helper/lists/debian-science - package list for live-helper(7)
+
+## LH: Debian Science
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=debian-science-maintainers@lists.alioth.debian.org
+
+science-astronomy science-biology science-chemistry
+science-electronics science-engineering science-geography
+science-linguistics science-mathematics science-mathematics-dev
+science-physics science-robotics science-statistics science-typesetting
+science-viewing
diff --git a/lists/devel-live b/lists/devel-live
deleted file mode 100644
index 57faf0d..0000000
--- a/lists/devel-live
+++ /dev/null
@@ -1,37 +0,0 @@
-# /usr/share/live-helper/lists/devel-live - package list for live-helper(7)
-
-## LH: Development (Debian Live)
-#include <standard>
-
-# debian-live
-live-helper git-core
-debootstrap cdebootstrap
-dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub
-
-# kernel
-#if DISTRIBUTION lenny sid
-aufs-tools aufs-source
-#endif
-qemu kqemu-source
-kvm kvm-source
-squashfs-tools squashfs-source
-#if DISTRIBUTION etch
-unionfs-tools unionfs-source
-#endif
-#linux-headers-2.6-all
-
-# netboot/pxe
-dhcp3-server nfs-kernel-server tftp-hpa
-
-# webboot
-apache2
-
-# some other stuff
-vim less screen gnupg dash posh
-
-# build
-build-essential debhelper dh-make lintian fakeroot devscripts wdiff
-autotools-dev dpatch module-assistant quilt
-
-# bootchart
-acct bootchart
diff --git a/lists/gnome-junior b/lists/gnome-junior
index 2597949..926f0e9 100644
--- a/lists/gnome-junior
+++ b/lists/gnome-junior
@@ -2,6 +2,6 @@
 
 ## LH: Debian Junior (Gnome)
 #include <gnome>
-#include <junior-pkgs>
+#include <debian-junior>
 
-junior-gnome 
+junior-gnome
diff --git a/lists/junior-pkgs b/lists/junior-pkgs
deleted file mode 100644
index aced543..0000000
--- a/lists/junior-pkgs
+++ /dev/null
@@ -1,8 +0,0 @@
-# /usr/share/live-helper/lists/junior-pkgs - package list for live-helper(7)
-
-## LH: Desktop agnostic packages for Debian Junior
-
-junior-sound junior-typing junior-internet junior-toys junior-games-net
-junior-games-sim junior-games-gl junior-puzzle junior-arcade junior-math
-junior-writing junior-games-card junior-programming junior-system junior-art
-junior-doc junior-games-text
diff --git a/lists/kde-junior b/lists/kde-junior
index 9284a42..1366722 100644
--- a/lists/kde-junior
+++ b/lists/kde-junior
@@ -2,6 +2,6 @@
 
 ## LH: KDE Junior
 #include <kde>
-#include <junior-pkgs>
+#include <debian-junior>
 
 junior-kde
diff --git a/lists/rescue b/lists/rescue
index f4bf89a..0090ce2 100644
--- a/lists/rescue
+++ b/lists/rescue
@@ -4,15 +4,7 @@
 #include <standard>
 
 # Debian Forensics
-# http://qa.debian.org/developer.php?login=forensics-devel@lists.alioth.debian.org
-gpart tct wipe
-#if DISTRIBUTION lenny sid
-ext3grep galleta grokevt memdump missidentify myrescue pasco reglookup
-scrounge-ntfs ssdeep tableau-parm
-#endif
-#if DISTRIBUTION sid
-libewf1 md5deep pipebench recoverdm rifiuti
-#endif
+#include <debian-forensics>
 
 # Other forensic packages
 #if DISTRIBUTION lenny sid
diff --git a/lists/science b/lists/science
deleted file mode 100644
index 52c25da..0000000
--- a/lists/science
+++ /dev/null
@@ -1,10 +0,0 @@
-# /usr/share/live-helper/lists/science - package list for live-helper(7)
-
-## LH: Debian Science
-#include <standard>
-
-science-astronomy science-biology science-chemistry
-science-electronics science-engineering science-geography
-science-linguistics science-mathematics science-mathematics-dev
-science-physics science-robotics science-statistics science-typesetting
-science-viewing
diff --git a/lists/xfce-junior b/lists/xfce-junior
index ca71ec5..170c329 100644
--- a/lists/xfce-junior
+++ b/lists/xfce-junior
@@ -2,6 +2,6 @@
 
 ## LH: Xfce Debian Junior
 #include <xfce>
-#include <junior-pkgs>
+#include <debian-junior>
 
 junior-kde junior-gnome
-- 
cgit v1.0