[Demudi-commits] r351 - in demudi-debtags/trunk: . debian

Free Ekanayaka free-guest@haydn.debian.org
Thu, 23 Dec 2004 06:57:15 -0700


Author: free-guest
Date: 2004-12-23 06:56:24 -0700 (Thu, 23 Dec 2004)
New Revision: 351

Added:
   demudi-debtags/trunk/debian/postinst
   demudi-debtags/trunk/debian/prerm
Modified:
   demudi-debtags/trunk/debian/changelog
   demudi-debtags/trunk/debian/rules
   demudi-debtags/trunk/tagvoc
Log:
demudi-debtags:   
 * Generating demudi-tasks.desc statically, waiting for #279085

Modified: demudi-debtags/trunk/debian/changelog
===================================================================
--- demudi-debtags/trunk/debian/changelog	2004-12-23 12:06:39 UTC (rev 350)
+++ demudi-debtags/trunk/debian/changelog	2004-12-23 13:56:24 UTC (rev 351)
@@ -1,3 +1,9 @@
+demudi-debtags (0.15) UNRELEASED; urgency=low
+
+  * Generating demudi-tasks.desc statically, waiting for #279085
+
+ -- Free Ekanayaka <free@agnula.org>  Wed, 15 Dec 2004 08:08:42 +0100
+
 demudi-debtags (0.14) unstable; urgency=low
 
   * Added hydrogen-cvs to the extra packages

Added: demudi-debtags/trunk/debian/postinst
===================================================================
--- demudi-debtags/trunk/debian/postinst	2004-12-23 12:06:39 UTC (rev 350)
+++ demudi-debtags/trunk/debian/postinst	2004-12-23 13:56:24 UTC (rev 351)
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+set -e
+
+case "$1" in
+    configure)
+
+	cat /etc/debtags/tagvoc.d/demudi | \
+	grep -v -e '^Tag:[ \t]*section::[^:]*::' | \
+	uniq | \
+	sed -e 's/^Tag:[ \t]section::\(.*\)/Task: \1\nPackages: task-demudi\nSection: demudi/g' | \
+	sed -e 's/^Action:[ \t]\(.*\)/Test-standard: \1/g' > /usr/share/tasksel/demudi-tasks.desc
+
+    ;;
+
+    abort-*)
+        # how did we get here?  Force a non-zero exit code
+        exit 1
+    ;;
+
+    *)
+    ;;
+esac


Property changes on: demudi-debtags/trunk/debian/postinst
___________________________________________________________________
Name: svn:executable
   + *

Added: demudi-debtags/trunk/debian/prerm
===================================================================
--- demudi-debtags/trunk/debian/prerm	2004-12-23 12:06:39 UTC (rev 350)
+++ demudi-debtags/trunk/debian/prerm	2004-12-23 13:56:24 UTC (rev 351)
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then
+	rm -f /usr/share/tasksel/demudi-tasks.desc
+fi


Property changes on: demudi-debtags/trunk/debian/prerm
___________________________________________________________________
Name: svn:executable
   + *

Modified: demudi-debtags/trunk/debian/rules
===================================================================
--- demudi-debtags/trunk/debian/rules	2004-12-23 12:06:39 UTC (rev 350)
+++ demudi-debtags/trunk/debian/rules	2004-12-23 13:56:24 UTC (rev 351)
@@ -29,6 +29,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums

Modified: demudi-debtags/trunk/tagvoc
===================================================================
--- demudi-debtags/trunk/tagvoc	2004-12-23 12:06:39 UTC (rev 350)
+++ demudi-debtags/trunk/tagvoc	2004-12-23 13:56:24 UTC (rev 351)
@@ -16,6 +16,7 @@
 Description: Ripping and burning
  Tools to rip and burn CD-ROMs
 Relevance: 3
+Action: mark
 
 Tag: section::cd::burners
 
@@ -27,6 +28,7 @@
 Description: DJing
  Software useful for DJs.
 Relevance: 1
+Action: show
 
 Tag: section::djing::jukebox
 
@@ -38,11 +40,13 @@
 Description: DSP and analysis
  Programs to record and master.
 Relevance: 4
+Action: mark
 
 Tag: section::editors
 Description: Editors
  Applications for editing sound files.
 Relevance: 7
+Action: mark
 
 Tag: section::editors::audio
 
@@ -56,16 +60,19 @@
 Description: Music exchange
  Applications for exchanging music files
 Relevance: 7
+Action: show
 
 Tag: section::fluxbox
 Description: Light graphical environment (Fluxbox)
  Installs a miminal fluxbox based environment
 Relevance: 9
+Action: show
 
 Tag: section::gnome
 Description: Full desktop system (GNOME)
  Installs a full GNOME desktop
 Relevance: 9
+Action: mark
 
 Tag: section::system
 Description: System tools
@@ -77,6 +84,7 @@
 Description: MIDI and Sequencers
  MIDI tools and sequencer applications
 Relevance: 6
+Action: mark
 
 Tag: section::midi::keyboards
 
@@ -90,11 +98,13 @@
 Description: Audio Mixers
  Mixer applications
 Relevance: 1
+Action: install
 
 Tag: section::notation
 Description: Scores and sheets
  Applications for editing sound files
 Relevance: 2
+Action: show
 
 Tag: section::notation::tab
 
@@ -102,26 +112,31 @@
 Description: Sound players
  Programs play sound files of various format
 Relevance: 1
+Action: mark
 
 Tag: section::practice
 Description: Ear training and practice
  Programs to practice instruments
 Relevance: 6
+Action: mark
 
 Tag: section::recorders
 Description: Recording and mastering
  Programs to record and master sound files.
 Relevance: 8
+Action: mark
 
 Tag: section::streaming
 Description: Streaming server
  Programs to record and master.
 Relevance: 1
+Action: show
 
 Tag: section::synthesis
 Description: Synthesis
  Applications that can produce sound.
 Relevance: 5
+Action: mark
 
 Tag: section::synthesis::drumming