[SCM] live-manual branch, debian, updated. debian/3.0_a8-1-65-gbaa1802

Ben Armstrong synrg at debian.org
Sun Dec 4 09:28:00 UTC 2011


The following commit has been merged in the debian branch:
commit 4898fba1a0cc5bf00655ceb1f1ac51ad51f2f7f0
Author: Ben Armstrong <synrg at debian.org>
Date:   Wed Nov 2 12:49:17 2011 -0300

    Reverting to gnome instead of gnome-core in examples, as it is a "happier" list.

diff --git a/manual/de/user_customization-packages.ssi b/manual/de/user_customization-packages.ssi
index 59da278..3f9ce53 100644
--- a/manual/de/user_customization-packages.ssi
+++ b/manual/de/user_customization-packages.ssi
@@ -174,7 +174,7 @@ with the #{--package-lists}# option. For example:
 
 code{
 
- $ lb config --package-lists "gnome-core rescue"
+ $ lb config --package-lists "gnome rescue"
 
 }code
 
@@ -218,13 +218,13 @@ The package lists that are included with live-build make extensive use of
 includes. Refer to these in the #{/usr/share/live/build/package-lists/}#
 directory, as they serve as good examples of how to write your own lists.
 
-For example, to make a list that includes the predefined #{gnome-core}# list
-plus iceweasel, create #{config/package-lists/my.list.chroot}# with the
-following contents:
+For example, to make a list that includes the predefined #{gnome}# list plus
+iceweasel, create #{config/package-lists/my.list.chroot}# with the following
+contents:
 
 code{
 
- #include <gnome-core>
+ #include <gnome>
  iceweasel
 
 }code
diff --git a/manual/en/user_customization-packages.ssi b/manual/en/user_customization-packages.ssi
index d4688c9..7b4934f 100644
--- a/manual/en/user_customization-packages.ssi
+++ b/manual/en/user_customization-packages.ssi
@@ -99,7 +99,7 @@ The simplest way to use lists is to specify one or more predefined lists with th
 
 code{
 
- $ lb config --package-lists "gnome-core rescue"
+ $ lb config --package-lists "gnome rescue"
 
 }code
 
@@ -125,11 +125,11 @@ To make a binary stage list, place a file suffixed with #{.list.binary}# in #{co
 
 The package lists that are included with live-build make extensive use of includes. Refer to these in the #{/usr/share/live/build/package-lists/}# directory, as they serve as good examples of how to write your own lists.
 
-For example, to make a list that includes the predefined #{gnome-core}# list plus iceweasel, create #{config/package-lists/my.list.chroot}# with the following contents:
+For example, to make a list that includes the predefined #{gnome}# list plus iceweasel, create #{config/package-lists/my.list.chroot}# with the following contents:
 
 code{
 
- #include <gnome-core>
+ #include <gnome>
  iceweasel
 
 }code
diff --git a/manual/es/user_customization-packages.ssi b/manual/es/user_customization-packages.ssi
index a2aee33..16fbd5c 100644
--- a/manual/es/user_customization-packages.ssi
+++ b/manual/es/user_customization-packages.ssi
@@ -194,7 +194,7 @@ with the #{--package-lists}# option. For example:
 
 code{
 
- $ lb config --package-lists "gnome-core rescue"
+ $ lb config --package-lists "gnome rescue"
 
 }code
 
@@ -238,13 +238,13 @@ The package lists that are included with live-build make extensive use of
 includes. Refer to these in the #{/usr/share/live/build/package-lists/}#
 directory, as they serve as good examples of how to write your own lists.
 
-For example, to make a list that includes the predefined #{gnome-core}# list
-plus iceweasel, create #{config/package-lists/my.list.chroot}# with the
-following contents:
+For example, to make a list that includes the predefined #{gnome}# list plus
+iceweasel, create #{config/package-lists/my.list.chroot}# with the following
+contents:
 
 code{
 
- #include <gnome-core>
+ #include <gnome>
  iceweasel
 
 }code
diff --git a/manual/fr/user_customization-packages.ssi b/manual/fr/user_customization-packages.ssi
index c0e1012..bf2ff16 100644
--- a/manual/fr/user_customization-packages.ssi
+++ b/manual/fr/user_customization-packages.ssi
@@ -189,7 +189,7 @@ with the #{--package-lists}# option. For example:
 
 code{
 
- $ lb config --package-lists "gnome-core rescue"
+ $ lb config --package-lists "gnome rescue"
 
 }code
 
@@ -233,13 +233,13 @@ The package lists that are included with live-build make extensive use of
 includes. Refer to these in the #{/usr/share/live/build/package-lists/}#
 directory, as they serve as good examples of how to write your own lists.
 
-For example, to make a list that includes the predefined #{gnome-core}# list
-plus iceweasel, create #{config/package-lists/my.list.chroot}# with the
-following contents:
+For example, to make a list that includes the predefined #{gnome}# list plus
+iceweasel, create #{config/package-lists/my.list.chroot}# with the following
+contents:
 
 code{
 
- #include <gnome-core>
+ #include <gnome>
  iceweasel
 
 }code
diff --git a/manual/it/user_customization-packages.ssi b/manual/it/user_customization-packages.ssi
index 63a423a..0e20ac0 100644
--- a/manual/it/user_customization-packages.ssi
+++ b/manual/it/user_customization-packages.ssi
@@ -181,7 +181,7 @@ with the #{--package-lists}# option. For example:
 
 code{
 
- $ lb config --package-lists "gnome-core rescue"
+ $ lb config --package-lists "gnome rescue"
 
 }code
 
@@ -225,13 +225,13 @@ The package lists that are included with live-build make extensive use of
 includes. Refer to these in the #{/usr/share/live/build/package-lists/}#
 directory, as they serve as good examples of how to write your own lists.
 
-For example, to make a list that includes the predefined #{gnome-core}# list
-plus iceweasel, create #{config/package-lists/my.list.chroot}# with the
-following contents:
+For example, to make a list that includes the predefined #{gnome}# list plus
+iceweasel, create #{config/package-lists/my.list.chroot}# with the following
+contents:
 
 code{
 
- #include <gnome-core>
+ #include <gnome>
  iceweasel
 
 }code
diff --git a/manual/po/de/user_customization-packages.ssi.po b/manual/po/de/user_customization-packages.ssi.po
index 4256271..583e416 100644
--- a/manual/po/de/user_customization-packages.ssi.po
+++ b/manual/po/de/user_customization-packages.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-02 12:23-0200\n"
+"POT-Creation-Date: 2011-11-02 12:47-0200\n"
 "PO-Revision-Date: 2011-04-23 14:15+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -433,7 +433,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:103
 #, no-wrap
-msgid " $ lb config --package-lists \"gnome-core rescue\"\n"
+msgid " $ lb config --package-lists \"gnome rescue\"\n"
 msgstr ""
 
 #. type: Plain text
@@ -519,16 +519,16 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:129
 msgid ""
-"For example, to make a list that includes the predefined #{gnome-core}# list "
-"plus iceweasel, create #{config/package-lists/my.list.chroot}# with the "
-"following contents:"
+"For example, to make a list that includes the predefined #{gnome}# list plus "
+"iceweasel, create #{config/package-lists/my.list.chroot}# with the following "
+"contents:"
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:134
 #, no-wrap
 msgid ""
-" #include <gnome-core>\n"
+" #include <gnome>\n"
 " iceweasel\n"
 msgstr ""
 
diff --git a/manual/po/es/user_customization-packages.ssi.po b/manual/po/es/user_customization-packages.ssi.po
index da222dc..5aa2069 100644
--- a/manual/po/es/user_customization-packages.ssi.po
+++ b/manual/po/es/user_customization-packages.ssi.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-02 12:23-0200\n"
+"POT-Creation-Date: 2011-11-02 12:47-0200\n"
 "PO-Revision-Date: 2011-11-01 16:13+0100\n"
 "Last-Translator: José Luis Zabalza and Carlos Zuferri «chals» "
 "<jlz.3008 at gmail.com> <chals at altorricon.com>\n"
@@ -576,7 +576,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:103
 #, fuzzy, no-wrap
 #| msgid " $ lb config --packages-lists \"gnome-core rescue\"\n"
-msgid " $ lb config --package-lists \"gnome-core rescue\"\n"
+msgid " $ lb config --package-lists \"gnome rescue\"\n"
 msgstr " $ lb config --packages-lists \"gnome-core rescue\"\n"
 
 #. type: Plain text
@@ -706,9 +706,9 @@ msgstr ""
 #| "plus iceweasel, create #{config/chroot_local-packageslists/mygnome.list}# "
 #| "with the following contents:"
 msgid ""
-"For example, to make a list that includes the predefined #{gnome-core}# list "
-"plus iceweasel, create #{config/package-lists/my.list.chroot}# with the "
-"following contents:"
+"For example, to make a list that includes the predefined #{gnome}# list plus "
+"iceweasel, create #{config/package-lists/my.list.chroot}# with the following "
+"contents:"
 msgstr ""
 "Por ejemplo, para hacer una lista de paquetes que incluya la lista de "
 "paquetes predefinida #{gnome}# y añadir el paquete iceweasel se puede crear "
@@ -722,7 +722,7 @@ msgstr ""
 #| " #include <gnome>\n"
 #| " iceweasel\n"
 msgid ""
-" #include <gnome-core>\n"
+" #include <gnome>\n"
 " iceweasel\n"
 msgstr ""
 " #include <gnome>\n"
diff --git a/manual/po/fr/user_customization-packages.ssi.po b/manual/po/fr/user_customization-packages.ssi.po
index 7677da9..0edba7b 100644
--- a/manual/po/fr/user_customization-packages.ssi.po
+++ b/manual/po/fr/user_customization-packages.ssi.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-02 12:23-0200\n"
+"POT-Creation-Date: 2011-11-02 12:47-0200\n"
 "PO-Revision-Date: 2011-11-01 16:26+0100\n"
 "Last-Translator: Carlos Zuferri «chals» <chals at altorricon.com>\n"
 "Language-Team:  <debian-live at lists.debian.org>\n"
@@ -559,7 +559,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:103
 #, no-wrap
-msgid " $ lb config --package-lists \"gnome-core rescue\"\n"
+msgid " $ lb config --package-lists \"gnome rescue\"\n"
 msgstr ""
 
 #. type: Plain text
@@ -689,9 +689,9 @@ msgstr ""
 #| "plus iceweasel, create #{config/chroot_local-packageslists/mygnome.list}# "
 #| "with the following contents:"
 msgid ""
-"For example, to make a list that includes the predefined #{gnome-core}# list "
-"plus iceweasel, create #{config/package-lists/my.list.chroot}# with the "
-"following contents:"
+"For example, to make a list that includes the predefined #{gnome}# list plus "
+"iceweasel, create #{config/package-lists/my.list.chroot}# with the following "
+"contents:"
 msgstr ""
 "Par exemple, pour faire une liste qui comprend la liste prédéfinie #{gnome}"
 "#, plus iceweasel, créer #{config/chroot_local-packageslists/mygnome.list}# "
@@ -701,7 +701,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:134
 #, no-wrap
 msgid ""
-" #include <gnome-core>\n"
+" #include <gnome>\n"
 " iceweasel\n"
 msgstr ""
 
diff --git a/manual/po/it/user_customization-packages.ssi.po b/manual/po/it/user_customization-packages.ssi.po
index c0da306..beeaa07 100644
--- a/manual/po/it/user_customization-packages.ssi.po
+++ b/manual/po/it/user_customization-packages.ssi.po
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0~a12\n"
-"POT-Creation-Date: 2011-11-02 12:23-0200\n"
+"POT-Creation-Date: 2011-11-02 12:47-0200\n"
 "PO-Revision-Date: 2011-08-02 00:53+0200\n"
 "Last-Translator: skizzhg <skizzhg at gmx.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -596,7 +596,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:103
 #, no-wrap
-msgid " $ lb config --package-lists \"gnome-core rescue\"\n"
+msgid " $ lb config --package-lists \"gnome rescue\"\n"
 msgstr ""
 
 #. type: Plain text
@@ -723,9 +723,9 @@ msgstr ""
 #| "plus iceweasel, create #{config/chroot_local-packageslists/mygnome.list}# "
 #| "with the following contents:"
 msgid ""
-"For example, to make a list that includes the predefined #{gnome-core}# list "
-"plus iceweasel, create #{config/package-lists/my.list.chroot}# with the "
-"following contents:"
+"For example, to make a list that includes the predefined #{gnome}# list plus "
+"iceweasel, create #{config/package-lists/my.list.chroot}# with the following "
+"contents:"
 msgstr ""
 "Per esempio, per creare un elenco che includa quello predefinito di #{gnome}"
 "# più iceweasel, creare #{config/chroot_local-packageslists/mygnome.list}# "
@@ -735,7 +735,7 @@ msgstr ""
 #: en/user_customization-packages.ssi:134
 #, no-wrap
 msgid ""
-" #include <gnome-core>\n"
+" #include <gnome>\n"
 " iceweasel\n"
 msgstr ""
 
diff --git a/manual/po/pt_BR/user_customization-packages.ssi.po b/manual/po/pt_BR/user_customization-packages.ssi.po
index 88ad749..ec17f9b 100644
--- a/manual/po/pt_BR/user_customization-packages.ssi.po
+++ b/manual/po/pt_BR/user_customization-packages.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-02 12:23-0200\n"
+"POT-Creation-Date: 2011-11-02 12:47-0200\n"
 "PO-Revision-Date: 2010-10-22 08:58-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -433,7 +433,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:103
 #, no-wrap
-msgid " $ lb config --package-lists \"gnome-core rescue\"\n"
+msgid " $ lb config --package-lists \"gnome rescue\"\n"
 msgstr ""
 
 #. type: Plain text
@@ -519,16 +519,16 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:129
 msgid ""
-"For example, to make a list that includes the predefined #{gnome-core}# list "
-"plus iceweasel, create #{config/package-lists/my.list.chroot}# with the "
-"following contents:"
+"For example, to make a list that includes the predefined #{gnome}# list plus "
+"iceweasel, create #{config/package-lists/my.list.chroot}# with the following "
+"contents:"
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:134
 #, no-wrap
 msgid ""
-" #include <gnome-core>\n"
+" #include <gnome>\n"
 " iceweasel\n"
 msgstr ""
 
diff --git a/manual/po/ro/user_customization-packages.ssi.po b/manual/po/ro/user_customization-packages.ssi.po
index a48d71f..f424bee 100644
--- a/manual/po/ro/user_customization-packages.ssi.po
+++ b/manual/po/ro/user_customization-packages.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-11-02 12:23-0200\n"
+"POT-Creation-Date: 2011-11-02 12:47-0200\n"
 "PO-Revision-Date: 2010-10-22 08:58-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -434,7 +434,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:103
 #, no-wrap
-msgid " $ lb config --package-lists \"gnome-core rescue\"\n"
+msgid " $ lb config --package-lists \"gnome rescue\"\n"
 msgstr ""
 
 #. type: Plain text
@@ -520,16 +520,16 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:129
 msgid ""
-"For example, to make a list that includes the predefined #{gnome-core}# list "
-"plus iceweasel, create #{config/package-lists/my.list.chroot}# with the "
-"following contents:"
+"For example, to make a list that includes the predefined #{gnome}# list plus "
+"iceweasel, create #{config/package-lists/my.list.chroot}# with the following "
+"contents:"
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:134
 #, no-wrap
 msgid ""
-" #include <gnome-core>\n"
+" #include <gnome>\n"
 " iceweasel\n"
 msgstr ""
 
diff --git a/manual/pot/user_customization-packages.ssi.pot b/manual/pot/user_customization-packages.ssi.pot
index a31d215..7c8ffd7 100644
--- a/manual/pot/user_customization-packages.ssi.pot
+++ b/manual/pot/user_customization-packages.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-11-02 12:23-0200\n"
+"POT-Creation-Date: 2011-11-02 12:47-0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -433,7 +433,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:103
 #, no-wrap
-msgid " $ lb config --package-lists \"gnome-core rescue\"\n"
+msgid " $ lb config --package-lists \"gnome rescue\"\n"
 msgstr ""
 
 #. type: Plain text
@@ -519,16 +519,16 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-packages.ssi:129
 msgid ""
-"For example, to make a list that includes the predefined #{gnome-core}# list "
-"plus iceweasel, create #{config/package-lists/my.list.chroot}# with the "
-"following contents:"
+"For example, to make a list that includes the predefined #{gnome}# list plus "
+"iceweasel, create #{config/package-lists/my.list.chroot}# with the following "
+"contents:"
 msgstr ""
 
 #. type: Plain text
 #: en/user_customization-packages.ssi:134
 #, no-wrap
 msgid ""
-" #include <gnome-core>\n"
+" #include <gnome>\n"
 " iceweasel\n"
 msgstr ""
 
diff --git a/manual/pt_BR/user_customization-packages.ssi b/manual/pt_BR/user_customization-packages.ssi
index 59da278..3f9ce53 100644
--- a/manual/pt_BR/user_customization-packages.ssi
+++ b/manual/pt_BR/user_customization-packages.ssi
@@ -174,7 +174,7 @@ with the #{--package-lists}# option. For example:
 
 code{
 
- $ lb config --package-lists "gnome-core rescue"
+ $ lb config --package-lists "gnome rescue"
 
 }code
 
@@ -218,13 +218,13 @@ The package lists that are included with live-build make extensive use of
 includes. Refer to these in the #{/usr/share/live/build/package-lists/}#
 directory, as they serve as good examples of how to write your own lists.
 
-For example, to make a list that includes the predefined #{gnome-core}# list
-plus iceweasel, create #{config/package-lists/my.list.chroot}# with the
-following contents:
+For example, to make a list that includes the predefined #{gnome}# list plus
+iceweasel, create #{config/package-lists/my.list.chroot}# with the following
+contents:
 
 code{
 
- #include <gnome-core>
+ #include <gnome>
  iceweasel
 
 }code
diff --git a/manual/ro/user_customization-packages.ssi b/manual/ro/user_customization-packages.ssi
index 59da278..3f9ce53 100644
--- a/manual/ro/user_customization-packages.ssi
+++ b/manual/ro/user_customization-packages.ssi
@@ -174,7 +174,7 @@ with the #{--package-lists}# option. For example:
 
 code{
 
- $ lb config --package-lists "gnome-core rescue"
+ $ lb config --package-lists "gnome rescue"
 
 }code
 
@@ -218,13 +218,13 @@ The package lists that are included with live-build make extensive use of
 includes. Refer to these in the #{/usr/share/live/build/package-lists/}#
 directory, as they serve as good examples of how to write your own lists.
 
-For example, to make a list that includes the predefined #{gnome-core}# list
-plus iceweasel, create #{config/package-lists/my.list.chroot}# with the
-following contents:
+For example, to make a list that includes the predefined #{gnome}# list plus
+iceweasel, create #{config/package-lists/my.list.chroot}# with the following
+contents:
 
 code{
 
- #include <gnome-core>
+ #include <gnome>
  iceweasel
 
 }code

-- 
live-manual



More information about the debian-live-changes mailing list