~ubuntu-branches/debian/sid/menu/sid

« back to all changes in this revision

Viewing changes to default/hello

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2005-05-24 10:34:47 UTC
  • mfrom: (1.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050524103447-9zu50so5d0nte3o9
Tags: 2.1.24
* The "head or tail" release 
* Fix .menus typo in menufile.5. Closes: #306564. Thanks Sean Finney.
* Add Vietnamese menu messages and menu sections translations.
  Thanks Clytie Siddall. Closes: #307450, #308953.
* Update Esperanto menu sections translation. Thanks MJ Ray.
* Add Esperanto menu messages translation. Thanks MJ Ray.
* Unfuzzy Norwegian Bokmål menu messages translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
?package(hello):needs="text" section="Apps/Programming" \
2
 
   title="Hello" \
3
 
   longtitle="Hello, The classic greeting, and a good example"\
4
 
   description="The GNU hello program produces a familiar, friendly greeting.  It allows nonprogrammers to use a classic computer science tool which\
5
 
 would otherwise be unavailable to them.   Seriously, though: this is an example\
6
 
 of how to do a Debian package. It is the Debian version of the GNU Project's `hello world'\
7
 
 program (which is itself an example for the GNU Project)."\
8
 
   command="sh -c \"/usr/bin/hello;echo PRESS ENTER; read\""