Package: gentoo
Version: 0.15.3-0.2
Severity: wishlist
Tags: patch
Gentoo's control file is used as an example in maint-guide, which I've
been busy proofreading, so as a side-effect I've ended up with a patch
for a couple of minor errors in gentoo's package description. Here
are the highlights:
-Description: a fully GUI-configurable, two-pane X file manager
+Description: fully GUI-configurable, two-pane X file manager
(For DevRef-compliance)
- coupled to a object-oriented style system, which together give you a lot
+ coupled to an object-oriented style system, which together give you a lot
(Looks like a plain old typo)
- gentoo was written from scratch in ANSI C, and it utilises the GTK+ toolkit
+ gentoo was written from scratch in ANSI C, and it utilizes the GTK+ toolkit
(To match "customize" earlier. On the other hand the word "utilize"
is unpopular in en_US, so you might prefer to substitute "uses".)
-- System Information:
Debian Release: 6.0.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gentoo depends on:
ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libcairo2 1.8.10-6 The Cairo 2D vector graphics libra
ii libfontconfig1 2.8.0-2.1 generic font configuration library
ii libfreetype6 2.4.2-2.1 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.24.2-1 The GLib library of C routines
ii libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface
ii libpango1.0-0 1.28.3-1+squeeze2 Layout and rendering of internatio
gentoo recommends no packages.
Versions of packages gentoo suggests:
ii file 5.04-5 Determines file type using "magic"
-- no debconf information
--
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru gentoo-0.19.9.pristine/debian/control gentoo-0.19.9/debian/control
--- gentoo-0.19.9.pristine/debian/control 2011-02-09 17:36:56.000000000 +0000
+++ gentoo-0.19.9/debian/control 2011-04-23 19:15:54.909259032 +0100
@@ -10,17 +10,17 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: file
-Description: a fully GUI-configurable, two-pane X file manager
+Description: fully GUI-configurable, two-pane X file manager
gentoo is a two-pane file manager for the X Window System. gentoo lets the
user do (almost) all of the configuration and customizing from within the
program itself. If you still prefer to hand-edit configuration files,
they're fairly easy to work with since they are written in an XML format.
.
gentoo features a fairly complex and powerful file identification system,
- coupled to a object-oriented style system, which together give you a lot
+ coupled to an object-oriented style system, which together give you a lot
of control over how files of different types are displayed and acted upon.
Additionally, over a hundred pixmap images are available for use in file
type descriptions.
.
- gentoo was written from scratch in ANSI C, and it utilises the GTK+ toolkit
+ gentoo was written from scratch in ANSI C, and it utilizes the GTK+ toolkit
for its interface.