tazwok rev 19 1.3

Misc change + prepa for release
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 02 11:24:08 2008 +0100 (2008-01-02)
parents 2feeb3b2c6fb
children 78372ccaa5bd
files AUTHORS COPYING ChangeLog doc/tazwok.html examples/receipt tazwok
line diff
     1.1 --- a/AUTHORS	Wed Jan 02 11:13:07 2008 +0100
     1.2 +++ b/AUTHORS	Wed Jan 02 11:24:08 2008 +0100
     1.3 @@ -1,1 +1,2 @@
     1.4  Christophe Lincoln <pankso@slitaz.org>
     1.5 +Pascal Bellard <pascal.bellard@slitaz.org>
     2.1 --- a/COPYING	Wed Jan 02 11:13:07 2008 +0100
     2.2 +++ b/COPYING	Wed Jan 02 11:24:08 2008 +0100
     2.3 @@ -2,7 +2,7 @@
     2.4  ===============================================================================
     2.5  
     2.6  
     2.7 -Copyright (c)  2007  SliTaz GNU/Linux
     2.8 +Copyright (c)  2007-2008  SliTaz GNU/Linux
     2.9  
    2.10  
    2.11  Français
     3.1 --- a/ChangeLog	Wed Jan 02 11:13:07 2008 +0100
     3.2 +++ b/ChangeLog	Wed Jan 02 11:24:08 2008 +0100
     3.3 @@ -1,3 +1,11 @@
     3.4 +2008-01-02  Christophe Lincoln  <pankso@slitaz.org>
     3.5 +
     3.6 + * Release - Tazwok 1.3
     3.7 + 
     3.8 + * Les messages de log sont maintenant directement fournis par le dépôt
     3.9 +   Mercurial de Tazwok : http://hg.slitaz.org/tazwok/
    3.10 +
    3.11 +
    3.12  2007-11-03  Christophe Lincoln  <pankso@slitaz.org>
    3.13  
    3.14   * Release - Tazwok 1.2
     4.1 --- a/doc/tazwok.html	Wed Jan 02 11:13:07 2008 +0100
     4.2 +++ b/doc/tazwok.html	Wed Jan 02 11:24:08 2008 +0100
     4.3 @@ -6,7 +6,7 @@
     4.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     4.5  	<meta name="description" content="" />
     4.6  	<meta name="expires" content="never" />
     4.7 -	<meta name="modified" content="2007-08-03 13:26:42" />
     4.8 +	<meta name="modified" content="2008-01-02 11:16:00" />
     4.9  	<style type="text/css"><!--
    4.10  	body { font: 90% sans-serif, vernada, arial; margin: 0; }
    4.11  	#header { background: #BFB06B; color: black; height: 50px;
     5.1 --- a/examples/receipt	Wed Jan 02 11:13:07 2008 +0100
     5.2 +++ b/examples/receipt	Wed Jan 02 11:24:08 2008 +0100
     5.3 @@ -12,7 +12,7 @@
     5.4  # Rules to configure and make the package.
     5.5  compile_rules()
     5.6  {
     5.7 -    cd $PACKAGE-$VERSION
     5.8 +    cd $src
     5.9      ./configure --prefix=/usr --infodir=/usr/share/info \
    5.10      --mandir=/usr/share/man $CONFIGURE_ARGS
    5.11      make
     6.1 --- a/tazwok	Wed Jan 02 11:13:07 2008 +0100
     6.2 +++ b/tazwok	Wed Jan 02 11:24:08 2008 +0100
     6.3 @@ -6,10 +6,9 @@
     6.4  # package or a list a packages with one command, rebuild the full distro,
     6.5  # generate a packages repository and also list and get info about packages.
     6.6  #
     6.7 -# (C) 2007 SliTaz - GNU General Public License.
     6.8 -# Author : <pankso@slitaz.org>
     6.9 +# (C) 2007-2008 SliTaz - GNU General Public License.
    6.10  #
    6.11 -VERSION=1.2
    6.12 +VERSION=1.3
    6.13  
    6.14  ####################
    6.15  # Tazwok variables #