[Demudi-commits] r265 - in demudi-debian-cd/trunk: . debian docs

Free Ekanayaka free-guest@haydn.debian.org
Thu, 25 Nov 2004 01:47:45 -0700


Author: free-guest
Date: 2004-11-25 01:47:37 -0700 (Thu, 25 Nov 2004)
New Revision: 265

Added:
   demudi-debian-cd/trunk/docs/README.BUGS
   demudi-debian-cd/trunk/docs/README.CHANGES
   demudi-debian-cd/trunk/docs/README.UPGRADE
Modified:
   demudi-debian-cd/trunk/debian-cd.conf
   demudi-debian-cd/trunk/debian/changelog
   demudi-debian-cd/trunk/demudi-debian-cd
   demudi-debian-cd/trunk/docs/README.1st
   demudi-debian-cd/trunk/docs/README.2nd
   demudi-debian-cd/trunk/docs/README.FAQ
   demudi-debian-cd/trunk/docs/README.INSTALL
   demudi-debian-cd/trunk/docs/README.THANKS
Log:
  * Using d-i rc2
  * Automatically generates header and date stamp in README*
  * Added README.UPGRADE, README.BUGS and README.CHANGES
  * Using d-i rc2 instead of daily builds

Modified: demudi-debian-cd/trunk/debian/changelog
===================================================================
--- demudi-debian-cd/trunk/debian/changelog	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/debian/changelog	2004-11-25 08:47:37 UTC (rev 265)
@@ -28,6 +28,10 @@
   * Added README files
   * Excluded Debian stock 2.6 kernels
   * Restarting discover and alsa after base-config
+  * Using d-i rc2
+  * Automatically generates header and date stamp in README*
+  * Added README.UPGRADE, README.BUGS and README.CHANGES
+  * Using d-i rc2 instead of daily builds
 
  -- Free Ekanayaka <free@agnula.org>  Sun, 31 Oct 2004 10:14:37 +0100
  
\ No newline at end of file

Modified: demudi-debian-cd/trunk/debian-cd.conf
===================================================================
--- demudi-debian-cd/trunk/debian-cd.conf	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/debian-cd.conf	2004-11-25 08:47:37 UTC (rev 265)
@@ -61,7 +61,7 @@
 # This may be an url, or "default", which will make it use the default url
 # for the daily d-i builds. If not set, uses the official d-i images from
 # the Debian mirror.
-export DI_WWW_HOME=default
+#export DI_WWW_HOME=default
 
 # Version number, "2.2 r0", "2.2 r1" etc.
 export DEBVERSION="A/DeMuDi 1.2.1"

Modified: demudi-debian-cd/trunk/demudi-debian-cd
===================================================================
--- demudi-debian-cd/trunk/demudi-debian-cd	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/demudi-debian-cd	2004-11-25 08:47:37 UTC (rev 265)
@@ -8,8 +8,32 @@
 
 OLDDIR=`pwd`
 
-cp /usr/share/demudi-debian-cd/docs/README* $DEBIAN_MIRROR
+date=$(date +"%d %B %Y")
+for readme in /usr/share/demudi-debian-cd/docs/README*; do
 
+    cat <<EOF > $DEBIAN_MIRROR/$(basename $readme)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++                                                                +++
++++       ____       __  __       ____  _   _   ____    _          +++
++++      |  _ \  ___|  \/  |_   _|  _ \(_) / | |___ \  / |         +++
++++      | | | |/ _ \ |\/| | | | | | | | | | |   __) | | |         +++
++++      | |_| |  __/ |  | | |_| | |_| | | | |_ / __/ _| |         +++
++++      |____/ \___|_|  |_|\__,_|____/|_| |_(_)_____(_)_|         +++
++++                                                                +++
++++                                                                +++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+EOF
+
+    cat $readme >> $DEBIAN_MIRROR/$(basename $readme)
+    cat <<EOF >> $DEBIAN_MIRROR/$(basename $readme)
+
+--
+The AGNULA Team <info@agnula.org>
+$date
+EOF
+done
+exit
 /usr/share/demudi-debian-cd/demudi-tasksel | grep -v -e "^$" > /tmp/demudi-tasksel
 cat /etc/debtags/tagpatch.d/demudi | cut -f 1 -d : | sort > /tmp/demudi-tasksel.raw
 
@@ -19,7 +43,7 @@
 
 make distclean
 make status
-make bin-list TASK=tasks/demudi COMPLETE=0 SIZELIMIT1=730000000
+make bin-list TASK=tasks/demudi COMPLETE=0 SIZELIMIT1=1730000000
 mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/sarge/local/binary-i386/
 mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/sarge/local/debian-installer/binary-i386/
 make bootable

Modified: demudi-debian-cd/trunk/docs/README.1st
===================================================================
--- demudi-debian-cd/trunk/docs/README.1st	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.1st	2004-11-25 08:47:37 UTC (rev 265)
@@ -1,14 +1,3 @@
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+++                                                                +++
-+++       ____       __  __       ____  _   _   ____    _          +++
-+++      |  _ \  ___|  \/  |_   _|  _ \(_) / | |___ \  / |         +++
-+++      | | | |/ _ \ |\/| | | | | | | | | | |   __) | | |         +++
-+++      | |_| |  __/ |  | | |_| | |_| | | | |_ / __/ _| |         +++
-+++      |____/ \___|_|  |_|\__,_|____/|_| |_(_)_____(_)_|         +++
-+++                                                                +++
-+++                                                                +++
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 DeMuDi  (Debian Multimedia Distribution)  is a  Debian based GNU/Linux
 distribution focused on the    needs and the desires  of  professional
 multimedia practitioners, which special regard toward musicians.
@@ -29,7 +18,3 @@
 IV.3.3, Free  Software: towards the  critical mass).  After the end of
 the funded period, AGNULA is continuing as  a volunteer based project,
 aiming to spread Libre Software in the professional audio/video arena.
-
---
-The AGNULA Team <info@agnula.org>
-19 November 2004

Modified: demudi-debian-cd/trunk/docs/README.2nd
===================================================================
--- demudi-debian-cd/trunk/docs/README.2nd	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.2nd	2004-11-25 08:47:37 UTC (rev 265)
@@ -1,14 +1,3 @@
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+++                                                                +++
-+++       ____       __  __       ____  _   _   ____    _          +++
-+++      |  _ \  ___|  \/  |_   _|  _ \(_) / | |___ \  / |         +++
-+++      | | | |/ _ \ |\/| | | | | | | | | | |   __) | | |         +++
-+++      | |_| |  __/ |  | | |_| | |_| | | | |_ / __/ _| |         +++
-+++      |____/ \___|_|  |_|\__,_|____/|_| |_(_)_____(_)_|         +++
-+++                                                                +++
-+++                                                                +++
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 ----------------------------------------------------------------------
 IMPORTANT - IMPORTANT - IMPORTANT - IMPORTANT - IMPORTANT - IMPORTANT
 ----------------------------------------------------------------------
@@ -43,7 +32,3 @@
   and-or frogs falling from the sky.
 
 [0] http://lists.agnula.org/cgi-bin/mailman/listinfo/users
-
---
-The AGNULA Team <info@agnula.org>
-19 November 2004

Added: demudi-debian-cd/trunk/docs/README.BUGS
===================================================================
--- demudi-debian-cd/trunk/docs/README.BUGS	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.BUGS	2004-11-25 08:47:37 UTC (rev 265)
@@ -0,0 +1,54 @@
+As far as  the installer is concerned there is  only one serious known
+bug, at  least on some systems  (e.g. this Dell  Inspiron 8600): using
+the nice hi rez vesa driver  for the console seems to interfer in some
+way with the IDE bus, most noticeably the system can hang if you leave
+the CD-ROM tray open at the beginning of the second stage.
+
+So please testers do leave the tray open (i.e. just don't close it, as
+it's opened automatically at the end of the first stage) and report if
+the bug described  above applies to you too (in  this case just reboot
+and have care of closing the tray during the boot process).
+
+Moreover you might  experience a minor bug when  starting GNOME, which
+complains about "KBD error", but I think is only related to particular
+locales as it_IT@euro.
+
+Finally  although  the Debian  hardware  detecting  system is  keeping
+improving it's not perfect yet. Especially the automatic configuration
+of the X server may fail  with some hardware; if this your case please
+just report it.
+
+Highlights
+==========
+
+- Installer:
+
+  * Raised debconf priority to "critical" in the first stage and to "high"
+    in the second stage, this means you will be asked less questions
+  * Automatic configuration of relevant package through debconf values, wherever
+    possible
+  * Silently skip network configuration in case dhcp fails; in this case ppp
+    can be configured in the second stage
+  * Tasks are sorted by relevance and a default selection is offered
+  * Using vesafb by default
+
+- User interface:
+
+  * Little changes to the default Fluxbox theme
+  * Using xset -b to mute the bell
+  * Default configuration file for Midnight Commander, pretty colors
+    and transparency
+  * Using aterm as default terminal emulator
+  * Using nano as default editor
+
+- Configuration:
+
+  * Enabling advanced Bash completition by default
+  * GDM can reboot without root password and uses the graphical greeter
+  * Using Debian xdebconfigurator instead of Knoppix script to automatically
+    configure XFree86
+
+- Kernel:
+
+  * Using 2.4.27 by default
+  * Included 2.6.9 in the second CD

Added: demudi-debian-cd/trunk/docs/README.CHANGES
===================================================================
--- demudi-debian-cd/trunk/docs/README.CHANGES	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.CHANGES	2004-11-25 08:47:37 UTC (rev 265)
@@ -0,0 +1,76 @@
+1.2.1
+=====
+
+- Installer:
+
+  * Raised debconf priority to "critical" in the first stage and to "high"
+    in the second stage, this means you will be asked less questions
+  * Automatic configuration of relevant package through debconf values, wherever
+    possible
+  * Silently skip network configuration in case dhcp fails; in this case ppp
+    can be configured in the second stage
+  * Tasks are sorted by relevance and a default selection is offered
+  * Using vesafb by default
+
+- User interface:
+
+  * Little changes to the default Fluxbox theme
+  * Using xset -b to mute the bell
+  * Default configuration file for Midnight Commander, pretty colors
+    and transparency
+  * Using aterm as default terminal emulator
+  * Using nano as default editor
+
+- Configuration:
+
+  * Enabling advanced Bash completition by default
+  * GDM can reboot without root password and uses the graphical greeter
+  * Using Debian xdebconfigurator instead of Knoppix script to automatically
+    configure XFree86
+
+- Kernel:
+
+  * Using 2.4.27 by default
+  * Included 2.6.9 in the second CD
+
+1.2.0
+=====
+	
+- Installer
+
+  * Running apt-get udate in case network is available
+
+- Configuration:
+
+  * Added a cfengine script to properly set /dev/dsp /dev/dsp0 /dev/dsp1
+    /dev/dsp2 /dev/dsp3 and /dev/mixers* links and permissions
+  * Added the aadebug test script
+  * Added cfengine script to turn on vim syntax highlighting by default
+
+- Kernel:
+
+  * Applied i2c and lm-sensors patches
+
+- Menus:
+	
+  * Added missing menu entry for Gnome Wave Cleaner in Sound/DSP
+  * Moved Cantus from Compression/Tag to Editors/Tag
+  * Added icons to most of the menu entries
+
+- Applications:
+
+  * Added gtkguitune to the DSP task
+  * Added lm-sensors and sensord to the packages installed by default 
+  * Added GEM to the Synthesis task
+  * Added vim-gtk to the default packages of a X enabled installation
+  * Added libmidi-perl to the MIDI task
+  * Added xemacs and emacs
+  * Removed gimp to make some room for kernel-source
+
+- Artwork
+	
+  * Minor change to linuxlogo banners that you'll never even notice.
+  * Added Baroque fluxbox style
+  * Removed Classical style as it's a duplication of Romantic
+  * Updated Romantic fluxbox style to make use of fbsetbg and made
+    menu font small

Modified: demudi-debian-cd/trunk/docs/README.FAQ
===================================================================
--- demudi-debian-cd/trunk/docs/README.FAQ	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.FAQ	2004-11-25 08:47:37 UTC (rev 265)
@@ -1,14 +1,3 @@
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+++                                                                +++
-+++       ____       __  __       ____  _   _   ____    _          +++
-+++      |  _ \  ___|  \/  |_   _|  _ \(_) / | |___ \  / |         +++
-+++      | | | |/ _ \ |\/| | | | | | | | | | |   __) | | |         +++
-+++      | |_| |  __/ |  | | |_| | |_| | | | |_ / __/ _| |         +++
-+++      |____/ \___|_|  |_|\__,_|____/|_| |_(_)_____(_)_|         +++
-+++                                                                +++
-+++                                                                +++
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 DeMuDi 1.2.0 FAQ
 ================
 

Modified: demudi-debian-cd/trunk/docs/README.INSTALL
===================================================================
--- demudi-debian-cd/trunk/docs/README.INSTALL	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.INSTALL	2004-11-25 08:47:37 UTC (rev 265)
@@ -1,14 +1,3 @@
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+++                                                                +++
-+++       ____       __  __       ____  _   _   ____    _          +++
-+++      |  _ \  ___|  \/  |_   _|  _ \(_) / | |___ \  / |         +++
-+++      | | | |/ _ \ |\/| | | | | | | | | | |   __) | | |         +++
-+++      | |_| |  __/ |  | | |_| | |_| | | | |_ / __/ _| |         +++
-+++      |____/ \___|_|  |_|\__,_|____/|_| |_(_)_____(_)_|         +++
-+++                                                                +++
-+++                                                                +++
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 The installation process is composed by two stages.
 
 The first stage starts just after you  boot from the CD-ROM ISO image.
@@ -44,7 +33,3 @@
 case of failure.
 
 [0] http://lists.agnula.org/cgi-bin/mailman/listinfo/users
-
---
-The AGNULA Team <info@agnula.org>
-19 November 2004

Modified: demudi-debian-cd/trunk/docs/README.THANKS
===================================================================
--- demudi-debian-cd/trunk/docs/README.THANKS	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.THANKS	2004-11-25 08:47:37 UTC (rev 265)
@@ -1,20 +1,5 @@
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+++                                                                +++
-+++       ____       __  __       ____  _   _   ____    _          +++
-+++      |  _ \  ___|  \/  |_   _|  _ \(_) / | |___ \  / |         +++
-+++      | | | |/ _ \ |\/| | | | | | | | | | |   __) | | |         +++
-+++      | |_| |  __/ |  | | |_| | |_| | | | |_ / __/ _| |         +++
-+++      |____/ \___|_|  |_|\__,_|____/|_| |_(_)_____(_)_|         +++
-+++                                                                +++
-+++                                                                +++
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 We would like to thank all the Debian developers who allowed us to
 proceed much quicker with our packaging.  Everything bad in DeMuDi
 packages is our fault, not theirs.
 
 For more info about Debian, please see http://www.debian.org/
-
---
-The AGNULA Team <info@agnula.org>
-19 November 2004

Added: demudi-debian-cd/trunk/docs/README.UPGRADE
===================================================================
--- demudi-debian-cd/trunk/docs/README.UPGRADE	2004-11-23 21:27:13 UTC (rev 264)
+++ demudi-debian-cd/trunk/docs/README.UPGRADE	2004-11-25 08:47:37 UTC (rev 265)
@@ -0,0 +1,26 @@
+You can upgrade from 1.2.0 to 1.2.1 either through the network or with
+the 1.2.1 CD-ROM.
+
+For network upgrades make sure you have this line:
+
+   deb http://apt.agnula.org/demudi testing local
+
+in  your  /etc/apt/sources.list and  that  you  are  connected to  the
+Internet.
+
+For  CD-ROM upgrades  insert the  1.2.1 CD-ROM  in the  tray,  the run
+apt-cdrom add.
+
+Now update the demudi package:
+
+   apt-get update
+   apt-get install demudi
+
+Some packages will be remove, just answer "Yes", it's allright.
+
+Finally run:
+
+   demudi-upgrade [-n] [-l]
+
+Use the -n option for network upgrades, and -l to record the output of
+the script in /root/demudi-upgrade.log, this will help debugging.