]> git.deb.at Git - deb/packages.git/commitdiff
Packages::Sections: Remove 'Debian/GNU Linux' from description of 'net'
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 19 Jul 2009 12:44:02 +0000 (14:44 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 27 Oct 2009 21:40:45 +0000 (22:40 +0100)
The Debian part is distracting on the Ubuntu site, and the Linux
part doesn't fit for Debian anymore due to kfreebsd. So just remove
it.

lib/Packages/Sections.pm

index 580f7b193fc281926532293220bad4df2ee63f45..032c48271cc3404958243810a9ee609869a30f69 100644 (file)
@@ -72,7 +72,7 @@ our %sections_descs = (
                      misc      => [ N_("Miscellaneous"),
                                     N_("Miscellaneous utilities that didn\'t fit well anywhere else.") ],
                      net       => [ N_("Network"),
-                                    N_("Daemons and clients to connect your Debian GNU/Linux system to the world.") ],
+                                    N_("Daemons and clients to connect your system to the world.") ],
                      news      => [ N_("Newsgroups"),
                                     N_("Software to access Usenet, to set up news servers, etc.") ],
                      oldlibs   => [ N_("Old Libraries"),