[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFR] templates://dash/{dash.templates.in}



Justin B Rye wrote:
> s/pila/plia/ (here and elsewhere)

Oops!  Missed this in the patch.  Try again.
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
--- ../dash.old/debian/dash.templates.in	2007-10-19 23:13:23.000000000 +0100
+++ debian/dash.templates.in	2007-10-23 17:33:19.000000000 +0100
@@ -2,8 +2,9 @@
 Type: boolean
 Default: false
 _Description: Install dash as /bin/sh?
- Bash is the default /bin/sh on a Debian system.  However, since the Debian
- policy requires all shell scripts using /bin/sh to be POSIX compliant, any
- shell that conforms to POSIX can serve as /bin/sh.  Since dash is POSIX
- compliant, it can be used as /bin/sh.  You may wish to do this because
- dash is faster and smaller than bash.
+ The default /bin/sh shell on Debian and Debian-based systems is bash.
+ .
+ However, since the distribution policy requires all shell scripts
+ using /bin/sh to be POSIX compliant, any shell that conforms to
+ POSIX, such as dash, can serve as /bin/sh. You may wish to do this
+ because dash is faster and smaller than bash.
--- ../dash.old/debian/control	2007-10-19 23:13:23.000000000 +0100
+++ debian/control	2007-10-23 17:44:42.000000000 +0100
@@ -8,46 +8,37 @@
 Package: dash
 Architecture: any
 Pre-Depends: ${shlibs:Depends}
-Description: The Debian Almquist Shell
- "dash" is a POSIX compliant shell that is much smaller than "bash".
- We take advantage of that by making it the shell on the installation
- root floppy, where space is at a premium.
+Description: POSIX-compliant shell
+ The Debian Almquist Shell (dash) is a lightweight POSIX-compliant shell
+ derived from ash.
  .
  It can be usefully installed as /bin/sh (because it executes scripts
- somewhat faster than "bash"), or as the default shell either of root
- or of a second user with a userid of 0 (because it depends on fewer
- libraries, and is therefore less likely to be affected by an upgrade
- problem or a disk failure).  It is also useful for checking that a
- script uses only POSIX syntax.
- .
- "bash" is a better shell for most users, since it has some nice
- features absent from "dash", and is a required part of the system.
+ faster than bash), or as the default shell for the superuser.  It
+ depends on fewer libraries than bash, and is therefore less likely to
+ be affected by an upgrade problem or a disk failure. It is also
+ useful for checking the POSIX compliance of scripts.
 
 Package: dash-udeb
 Architecture: any
 Depends: ${shlibs:Depends}
 Section: debian-installer
 Priority: extra
-Description: The Debian Almquist Shell for boot floppies
- "dash" is a POSIX compliant shell that is much smaller than "bash".
- We take advantage of that by making it the shell on the installation
- root floppy, where space is at a premium.
+Description: POSIX-compliant shell - Debian Installer component
+ The Debian Almquist Shell (dash) is a lightweight POSIX-compliant shell
+ derived from ash.
  .
  It can be usefully installed as /bin/sh (because it executes scripts
- somewhat faster than "bash"), or as the default shell either of root
- or of a second user with a userid of 0 (because it depends on fewer
- libraries, and is therefore less likely to be affected by an upgrade
- problem or a disk failure).  It is also useful for checking that a
- script uses only POSIX syntax.
+ faster than bash), or as the default shell for the superuser.  It
+ depends on fewer libraries than bash, and is therefore less likely to
+ be affected by an upgrade problem or a disk failure. It is also
+ useful for checking the POSIX compliance of scripts.
  .
- "bash" is a better shell for most users, since it has some nice
- features absent from "dash", and is a required part of the system.
+ This package is used to build Debian Installer.
 
 Package: ash
 Architecture: all
 Pre-Depends: dash
-Description: Compatibility package for the Debian Almquist Shell
- This package exists so that users of the "ash" package can upgrade to the
- "dash" package which replaces the former.  It includes the /bin/ash symlink.
- You can remove this package if you do not use /bin/ash explicitly.
-
+Description: compatibility package for dash
+ This package allows upgrading ash to its replacement,
+ dash. It includes the /bin/ash symlink.
+ It can be removed as soon as /bin/ash is no longer used.
Template: dash/sh
Type: boolean
Default: false
_Description: Install dash as /bin/sh?
 The default /bin/sh shell on Debian and Debian-based systems is bash.
 .
 However, since the distribution policy requires all shell scripts
 using /bin/sh to be POSIX compliant, any shell that conforms to
 POSIX, such as dash, can serve as /bin/sh. You may wish to do this
 because dash is faster and smaller than bash.
Source: dash
Section: shells
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: po-debconf, dietlibc-dev [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc]
Standards-Version: 3.7.2.2

Package: dash
Architecture: any
Pre-Depends: ${shlibs:Depends}
Description: POSIX-compliant shell
 The Debian Almquist Shell (dash) is a lightweight POSIX-compliant shell
 derived from ash.
 .
 It can be usefully installed as /bin/sh (because it executes scripts
 faster than bash), or as the default shell for the superuser.  It
 depends on fewer libraries than bash, and is therefore less likely to
 be affected by an upgrade problem or a disk failure. It is also
 useful for checking the POSIX compliance of scripts.

Package: dash-udeb
Architecture: any
Depends: ${shlibs:Depends}
Section: debian-installer
Priority: extra
Description: POSIX-compliant shell - Debian Installer component
 The Debian Almquist Shell (dash) is a lightweight POSIX-compliant shell
 derived from ash.
 .
 It can be usefully installed as /bin/sh (because it executes scripts
 faster than bash), or as the default shell for the superuser.  It
 depends on fewer libraries than bash, and is therefore less likely to
 be affected by an upgrade problem or a disk failure. It is also
 useful for checking the POSIX compliance of scripts.
 .
 This package is used to build Debian Installer.

Package: ash
Architecture: all
Pre-Depends: dash
Description: compatibility package for dash
 This package allows upgrading ash to its replacement,
 dash. It includes the /bin/ash symlink.
 It can be removed as soon as /bin/ash is no longer used.

Reply to: