Examples moved into /usr/share/doc/emdebian-rootfs/examples (Closes: #533236)
git-svn-id: http://emdebian.org/svn/current@6503 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
4e7964edde
commit
2b6d92c5fd
5 changed files with 14 additions and 8 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -3,8 +3,10 @@ emdebian-rootfs (2.0.2) unstable; urgency=low
|
|||
* emrootfslib : Add provide_empty_dpkg_divert function for Crush.
|
||||
* Update default values for MIRROR (Closes: #532764)
|
||||
* emrootfslib : Add for empty scripts to replace adduser
|
||||
* Examples moved into /usr/share/doc/emdebian-rootfs/examples
|
||||
(Closes: #533236)
|
||||
|
||||
-- Neil Williams <codehelp@debian.org> Sat, 13 Jun 2009 17:45:33 +0100
|
||||
-- Neil Williams <codehelp@debian.org> Sat, 20 Jun 2009 22:45:43 +0100
|
||||
|
||||
emdebian-rootfs (2.0.1) unstable; urgency=low
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -6,7 +6,7 @@ Uploaders: Wookey <wookey@debian.org>
|
|||
Build-Depends: cdbs, debhelper (>= 5), po-debconf
|
||||
Build-Depends-Indep: devscripts, docbook-xml, docbook-xsl,
|
||||
gnupg, libxml2-utils, po4a, xml-core, xsltproc
|
||||
Standards-Version: 3.8.1
|
||||
Standards-Version: 3.8.2
|
||||
Homepage: http://www.emdebian.org/
|
||||
Vcs-Browser: http://buildd.emdebian.org/svn/browser/current/
|
||||
Vcs-Svn: http://buildd.emdebian.org/repos/current/
|
||||
|
|
8
debian/emdebian-rootfs.install
vendored
8
debian/emdebian-rootfs.install
vendored
|
@ -11,8 +11,8 @@ emdebian.gpe ./usr/share/emdebian-tools/
|
|||
emdebian.coreutils ./usr/share/emdebian-tools/
|
||||
doc/man/man1/emsandbox.1 ./usr/share/man/man1/
|
||||
doc/man/man3/* ./usr/share/man/man3/
|
||||
examples/packages.conf ./usr/share/emdebian-tools/examples/machine/default/
|
||||
examples/setup.sh ./usr/share/emdebian-tools/examples/machine/default/
|
||||
examples/config.sh ./usr/share/emdebian-tools/examples/machine/default/
|
||||
examples/README ./usr/share/emdebian-tools/examples/
|
||||
examples/packages.conf ./usr/share/doc/emdebian-rootfs/examples/
|
||||
examples/setup.sh ./usr/share/doc/emdebian-rootfs/examples/
|
||||
examples/config.sh ./usr/share/doc/emdebian-rootfs/examples/
|
||||
examples/README ./usr/share/doc/emdebian-rootfs/examples/
|
||||
emdebian-rootfs ./etc/bash_completion.d/
|
||||
|
|
|
@ -205,6 +205,10 @@ I: Extracting base-passwd...
|
|||
<filename>setup.sh</filename> and <filename>config.sh</filename> shell
|
||||
scripts (which may be empty).
|
||||
</para>
|
||||
<para>Examples of <filename>packages.conf</filename>,
|
||||
<filename>setup.sh</filename> and <filename>config.sh</filename> are
|
||||
in <filename>/usr/share/doc/emdebian-rootfs/examples/</filename>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
======================
|
||||
|
||||
|
||||
The example files live machine/default so that you can copy
|
||||
the files into the right place in your machine:variant hierarchy.
|
||||
The example files exist so that you can copy the files into the
|
||||
right place in your machine:variant hierarchy.
|
||||
|
||||
$WORK/machine/$machine_name/default/packages.conf
|
||||
$WORK/machine/$machine_name/default/config.sh
|
||||
|
|
Loading…
Reference in a new issue