Changeset 2

Show
Ignore:
Timestamp:
01/23/07 10:38:27 (23 months ago)
Author:
free
Message:

releasing version 0.9.8

Location:
64studio/trunk
Files:
6 modified
1 moved

Legend:

Unmodified
Added
Removed
  • 64studio/trunk/debian/64studio-themes.postinst

    r1 r2  
    2222case "$1" in 
    2323    configure) 
    24  
    25     # Add ardour icon 
    26     ARDOUR=/usr/share/applications/ardour-gtk.desktop 
    27     if ! grep -q "Icon=" $ARDOUR; then 
    28         echo "Icon=/usr/share/icons/ardour.png" >> $ARDOUR 
    29     fi 
    3024 
    3125    # Place Bluefish in graphics 
     
    112106# generated by other debhelper scripts. 
    113107 
    114 #DEBHELPER# 
     108# Automatically added by dh_gconf 
     109if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then 
     110        update-gconf-defaults 
     111fi 
     112# End automatically added section 
     113 
    115114 
    116115exit 0 
  • 64studio/trunk/debian/changelog

    r1 r2  
     164studio (0.9.8) unstable; urgency=low 
     2 
     3  * Fixed syntax error in 64studio-config 
     4 
     5 -- Free Ekanayaka <free@64studio.com>  Wed, 22 Nov 2006 20:26:21 +0100 
     6 
     764studio (0.9.7) unstable; urgency=low 
     8 
     9  * Comment apt sources if the network is not present at 
     10    install time (closes #214) 
     11  * Added dummy 64studio package to be used for upgrades 
     12  * Clean up upgrade script (it should not be used, but 
     13    just in case we need a hook) 
     14 
     15 -- Free Ekanayaka <free@64studio.com>  Wed, 22 Nov 2006 20:15:05 +0100 
     16 
     1764studio (0.9.6) unstable; urgency=low 
     18 
     19  * Do not exit the config script with an error if apt-get 
     20    update fails (closes #259) 
     21  * Added pnm2ppa (closes #260) 
     22  * Removed dependency of the themes package on ardour-gtk 
     23   
     24 -- Free Ekanayaka <free@64studio.com>  Mon, 20 Nov 2006 12:57:05 +0100 
     25 
     2664studio (0.9.5) unstable; urgency=low 
     27 
     28  * Fixed type in tasksel list (usb-view -> usbview) 
     29  * Added dcraw (closes #251) 
     30  * Don't modify ardour desktop file, it has been fixed in the 
     31    debian package 
     32  * Added mesa-utils and libgl1-mesa-dri (closes #242) 
     33  * Re-added kino, re-built from Ubuntu sources (closes #151) 
     34  * Added aspell, myspell, firefox and thunderbird locales for 
     35    German, French, Spanish and Italien (closes #240) 
     36  * Make sure that /proc is mounted before checking the network 
     37    at install time (closes #214) 
     38 
     39 -- Free Ekanayaka <free@64studio.com>  Mon,  2 Oct 2006 08:51:48 +0200 
     40 
    14164studio (0.9.4) unstable; urgency=low 
    242 
  • 64studio/trunk/debian/control

    r1 r2  
    55Build-Depends: debhelper (>= 4.0.0) 
    66Standards-Version: 3.6.1 
     7 
     8Package: 64studio 
     9Architecture: all 
     10Depends: 64studio-utils, 64studio-tasksel-data, 64studio-skel, 64studio-themes, 64studio-apt 
     11Description: 64 Studio dummy package 
     12 This package is only meant for upgrades 
    713 
    814Package: 64studio-utils 
     
    2935Package: 64studio-themes 
    3036Architecture: all 
    31 Depends: backgrounds, gnome-themes, polymer, ardour-gtk, bluefish, bug-buddy, 
     37Depends: backgrounds, gnome-themes, polymer, bluefish, bug-buddy, 
    3238 qjackctl,  evince, gnome-media, rosegarden4, timemachine, gnome-menus, gimp, 
    3339 xpad, tagtool, eog, kcontrol, grub 
  • 64studio/trunk/tasksel-data/64studio-tasks.desc

    r1 r2  
    66Test-new-install: install skip 
    77Packages: list 
     8 64studio 
    89 64studio-apt 
    910 64studio-skel 
     
    9495 cupsys-client 
    9596 cupsys-driver-gimpprint 
     97 pnm2ppa 
    9698 printconf 
    9799 
     
    107109 gsfonts 
    108110 laptop-detect 
     111 libgl1-mesa-dri 
    109112 mdetect 
     113 mesa-utils 
    110114 ttf-freefont 
    111115 ttf-bitstream-vera 
     
    155159 cinepaint 
    156160 dia 
     161 dcraw 
    157162 foomatic-db-gimp-print 
    158163 gimp 
     
    165170 imagemagick 
    166171 inkscape 
     172 kino 
    167173 ktoon 
    168174 libwmf-bin 
     
    247253 aspell 
    248254 aspell-en 
     255 aspell-de 
     256 aspell-es 
     257 aspell-fr 
     258 aspell-it 
    249259 myspell-en-gb 
     260 myspell-de-de 
     261 myspell-es 
     262 myspell-fr 
     263 myspell-it 
    250264 
    251265Task: desktop 
     
    262276 firefox 
    263277 firefox-locale-en-gb 
     278 firefox-locale-de 
     279 firefox-locale-es-es 
     280 firefox-locale-fr 
     281 firefox-locale-it 
    264282 gnome-core 
    265283 gnome-utils 
     
    276294 thunderbird 
    277295 thunderbird-locale-en-gb 
    278  usb-view 
     296 thunderbird-locale-de 
     297 thunderbird-locale-es-es 
     298 thunderbird-locale-fr 
     299 thunderbird-locale-it 
     300 usbview 
    279301 xpad 
    280302 
  • 64studio/trunk/utils/64studio-config

    r1 r2  
    4848fi 
    4949 
    50 # If network is available, run apt-get update 
     50# If network is available, run apt-get update, otherwise 
     51# comment the source list 
     52APT_SOURCE=/etc/apt/sources.list.d/64studio.list 
     53if ! [ -e /proc/net/route ]; then 
     54        mount /proc 
     55fi 
    5156if route -n | grep -q ^0.0.0.0; then 
    52     apt-get update 
     57    apt-get update || sed -i -e 's/^deb /#deb /g' $APT_SOURCE 
     58else 
     59    sed -i -e 's/^deb /#deb /g' $APT_SOURCE 
    5360fi 
     61 
  • 64studio/trunk/utils/64studio-upgrade

    r1 r2  
    11#!/bin/sh 
    22 
    3 UNWANTED="\ 
    4     at \ 
    5     cinepaint \ 
    6     courier-mta \ 
    7     cron \ 
    8     exim4 \ 
    9     exim4-base \ 
    10     exim4-config \ 
    11     exim4-daemon-light \ 
    12     fluxbox \ 
    13     grip \ 
    14     k3b \ 
    15     kfilereplace \ 
    16     klinkstatus \ 
    17     kommander \ 
    18     quanta \ 
    19     nvu \ 
    20     toolame \ 
    21     xmms \ 
    22     xmms-jack \ 
    23     zynaddsubfx \ 
    24 " 
    25 EXTRA= 
    26  
    27 # Add xorg here as it hits etch 
    28 for TASK in base kernel 64studio; do 
    29     EXTRA="$EXTRA $(tasksel --task-packages $TASK)" 
    30 done 
    31  
    32 echo SET debconf/priority high | debconf-communicate > /dev/null 2>&1 
    33  
    34 apt-get install -y aptitude libsigc++-1.2-5c2 
    353apt-get dist-upgrade -y 
    36 dpkg --force-all --purge xorg-common 
    37 apt-get dist-upgrade -y 
    38 apt-get install -f -y 
    39 apt-get dist-upgrade -y 
    40 apt-get install -f -y 
    41 apt-get dist-upgrade -y 
    42 aptitude remove -y $UNWANTED 
    43 aptitude install -y $EXTRA 
    44  
    45 apt-get install alsa-modules-2.6.13-1-multimedia-amd64-generic 
    46 apt-get install ia32-libs 
    47  
    48 CFG=/etc/bootsplash/themes/current/config/bootsplash-1024x768.cfg 
    49 INITRD=/boot/initrd.img-2.6.13-1-multimedia-amd64-generic 
    50  
    51 if [ -e $CFG ]; then 
    52         if [ -e $INITRD.orig ] ; then 
    53                 mv $INITRD.orig $INITRD 
    54         fi 
    55         cp $INITRD $INITRD.orig 
    56         splash -s -f $CFG >> $INITRD 
    57 fi 
    58  
    59 SYSV="rc rcS" 
    60 for RC in $SYSV; do 
    61         if [ -e /etc/init.d/$RC.orig ]; then 
    62                 mv /etc/init.d/$RC.orig /etc/init.d/$RC 
    63         fi 
    64 done 
    65  
    66 /var/lib/dpkg/info/sysv-rc-bootsplash.postinst configure