diff -Nru apt-build-0.12.42/debian/changelog apt-build-0.12.43/debian/changelog --- apt-build-0.12.42/debian/changelog 2012-02-24 02:21:58.000000000 +0000 +++ apt-build-0.12.43/debian/changelog 2012-04-11 21:14:35.000000000 +0000 @@ -1,3 +1,13 @@ +apt-build (0.12.43) unstable; urgency=low + + * QA upload. + * Upload to unstable + * Patch from Kumar Appaiah: Fix compiler links with host names. Closes: + #502377 + * Patch from Kumar Appaiah: Add gfortran support. Closes: #502379 + + -- Dominique Lasserre Wed, 11 Apr 2012 23:13:55 +0200 + apt-build (0.12.42) experimental; urgency=low * QA upload. diff -Nru apt-build-0.12.42/debian/rules apt-build-0.12.43/debian/rules --- apt-build-0.12.42/debian/rules 2012-02-22 22:43:59.000000000 +0000 +++ apt-build-0.12.43/debian/rules 2012-04-12 17:15:14.000000000 +0000 @@ -56,7 +56,7 @@ # Add here commands to install the package into debian/apt-build. sed 's/my $$VERSION = .*/my $$VERSION = "$(shell head -n 1 debian/changelog | cut -d " " -f 2 | sed -e 's/(//; s/)//;' | cut -d "-" -f 2)";/' apt-build > debian/apt-build/usr/bin/apt-build - install -d 755 debian/apt-build/usr/share/apt-build + install -d -m 755 debian/apt-build/usr/share/apt-build install -m 644 debian/Release debian/apt-build/usr/share/apt-build/ # Build architecture-independent files here. diff -Nru apt-build-0.12.42/Makefile apt-build-0.12.43/Makefile --- apt-build-0.12.42/Makefile 2008-02-25 15:39:54.000000000 +0000 +++ apt-build-0.12.43/Makefile 2012-04-12 17:15:17.000000000 +0000 @@ -2,7 +2,7 @@ APT_BUILD = apt-build APT_BUILD_WRAPPER = apt-build-wrapper -WRAP_PROGRAMMS = gcc cc g++ c++ make +WRAP_PROGRAMMS = gcc cc g++ c++ make gfortran CFLAGS = -W -Wall -Wextra -std=gnu99 -pipe -Wundef -Wshadow -Wcast-align \ -Wwrite-strings -Wsign-compare -Wunused -Winit-self -Wpointer-arith -Wredundant-decls \ -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn -D_GNU_SOURCE -g @@ -27,8 +27,8 @@ $(LN_S) $(APT_BUILD_WRAPPER) $(APT_BUILD_DIR)/$$prog; \ done ifneq ($(HOST_TYPE),) - for prog in gcc g++; do \ - $(LN_S) $(APT_BUILD_WRAPPER) $(APT_BUILD_DIR)/$$prog-$(HOST_TYPE); \ + for prog in gcc g++ gfortran; do \ + $(LN_S) $(APT_BUILD_WRAPPER) $(APT_BUILD_DIR)/$(HOST_TYPE)-$$prog; \ done endif diff -Nru apt-build-0.12.42/man/po/apt-build.pot apt-build-0.12.43/man/po/apt-build.pot --- apt-build-0.12.42/man/po/apt-build.pot 2008-03-03 09:14:21.000000000 +0000 +++ apt-build-0.12.43/man/po/apt-build.pot 2012-04-11 21:15:08.000000000 +0000 @@ -2,492 +2,493 @@ # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2008-02-25 16:28+0100\n" +"POT-Creation-Date: 2012-04-11 23:15+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: ENCODING" +"Content-Transfer-Encoding: 8bit\n" -# type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "APT-BUILD" msgstr "" -# type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "November 2003" msgstr "" -# type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "Debian Distribution" msgstr "" -# type: SH +#. type: SH #: apt-build.1:3 #, no-wrap msgid "NAME" msgstr "" -# type: Plain text +#. type: Plain text #: apt-build.1:5 msgid "" "apt-build - Fetch sources and build packages optimized for your " "architecture." msgstr "" -# type: SH +#. type: SH #: apt-build.1:5 #, no-wrap msgid "SYNOPSIS" msgstr "" -# type: Plain text -#: apt-build.1:16 +#. type: Plain text +#: apt-build.1:15 msgid "" "B I B<] [ update ] [ upgrade ] [ world ] [ install> " "I B<] [ remove> I B<] [ info> I B<]>" msgstr "" -# type: SH -#: apt-build.1:16 +#. type: SH +#: apt-build.1:15 #, no-wrap msgid "DESCRIPTION" msgstr "" -# type: Plain text -#: apt-build.1:20 +#. type: Plain text +#: apt-build.1:19 msgid "" "B is an apt-get frontend to build and install architecture " "optimized packages." msgstr "" -# type: SH -#: apt-build.1:21 +#. type: SH +#: apt-build.1:20 #, no-wrap msgid "COMMANDS" msgstr "" -# type: TP -#: apt-build.1:22 +#. type: TP +#: apt-build.1:21 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:25 +#. type: Plain text +#: apt-build.1:24 msgid "Retrieve new lists of packages" msgstr "" -# type: TP -#: apt-build.1:25 +#. type: TP +#: apt-build.1:24 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:28 +#. type: Plain text +#: apt-build.1:27 msgid "Perform an upgrade" msgstr "" -# type: TP -#: apt-build.1:28 +#. type: TP +#: apt-build.1:27 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:31 +#. type: Plain text +#: apt-build.1:30 msgid "Rebuild your system" msgstr "" -# type: TP -#: apt-build.1:31 +#. type: TP +#: apt-build.1:30 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:34 +#. type: Plain text +#: apt-build.1:33 msgid "Build and install new packages" msgstr "" -# type: TP -#: apt-build.1:34 +#. type: TP +#: apt-build.1:33 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:37 +#. type: Plain text +#: apt-build.1:36 msgid "Download and extract source in the build directory" msgstr "" -# type: TP -#: apt-build.1:37 +#. type: TP +#: apt-build.1:36 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:40 +#. type: Plain text +#: apt-build.1:39 msgid "Info on a package which could be built" msgstr "" -# type: TP -#: apt-build.1:40 +#. type: TP +#: apt-build.1:39 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:43 +#. type: Plain text +#: apt-build.1:42 msgid "Remove packages" msgstr "" -# type: TP -#: apt-build.1:43 +#. type: TP +#: apt-build.1:42 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:46 +#. type: Plain text +#: apt-build.1:45 msgid "Erase built packages" msgstr "" -# type: TP -#: apt-build.1:46 +#. type: TP +#: apt-build.1:45 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:49 +#. type: Plain text +#: apt-build.1:48 msgid "Call debian/rules clean in source directories" msgstr "" -# type: TP -#: apt-build.1:49 +#. type: TP +#: apt-build.1:48 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:52 +#. type: Plain text +#: apt-build.1:51 msgid "Build source without installing them" msgstr "" -# type: TP -#: apt-build.1:52 +#. type: TP +#: apt-build.1:51 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:55 +#. type: Plain text +#: apt-build.1:54 msgid "Update sources and rebuild them if they are missing in the repository" msgstr "" -# type: TP -#: apt-build.1:55 +#. type: TP +#: apt-build.1:54 #, no-wrap msgid "B" msgstr "" -# type: Plain text -#: apt-build.1:58 +#. type: Plain text +#: apt-build.1:57 msgid "Rebuild the repository" msgstr "" -# type: SH -#: apt-build.1:58 +#. type: SH +#: apt-build.1:57 #, no-wrap msgid "OPTIONS" msgstr "" -# type: TP -#: apt-build.1:59 +#. type: TP +#: apt-build.1:58 #, no-wrap msgid "B<--help\\ >" msgstr "" -# type: Plain text -#: apt-build.1:62 +#. type: Plain text +#: apt-build.1:61 msgid "Shows help" msgstr "" -# type: TP -#: apt-build.1:62 +#. type: TP +#: apt-build.1:61 #, no-wrap msgid "B<--nowrapper>" msgstr "" -# type: Plain text -#: apt-build.1:65 +#. type: Plain text +#: apt-build.1:64 msgid "Do not use the gcc wrapper" msgstr "" -# type: TP -#: apt-build.1:65 +#. type: TP +#: apt-build.1:64 #, no-wrap msgid "B<--remove-builddep>" msgstr "" -# type: Plain text -#: apt-build.1:68 +#. type: Plain text +#: apt-build.1:67 msgid "Remove build-dependencies installed by apt-build" msgstr "" -# type: TP -#: apt-build.1:68 +#. type: TP +#: apt-build.1:67 #, no-wrap msgid "B<--no-source>" msgstr "" -# type: Plain text -#: apt-build.1:71 +#. type: Plain text +#: apt-build.1:70 msgid "Don't download source" msgstr "" -# type: TP -#: apt-build.1:71 +#. type: TP +#: apt-build.1:70 #, no-wrap msgid "B<--build-dir>" msgstr "" -# type: Plain text -#: apt-build.1:74 +#. type: Plain text +#: apt-build.1:73 msgid "Specify build-dir" msgstr "" -# type: TP -#: apt-build.1:74 +#. type: TP +#: apt-build.1:73 #, no-wrap msgid "B<--build-only>" msgstr "" -# type: Plain text -#: apt-build.1:77 +#. type: Plain text +#: apt-build.1:76 msgid "Build package only" msgstr "" -# type: TP -#: apt-build.1:77 +#. type: TP +#: apt-build.1:76 #, no-wrap msgid "B<--rebuild>" msgstr "" -# type: Plain text -#: apt-build.1:80 +#. type: Plain text +#: apt-build.1:79 msgid "Rebuild a package" msgstr "" -# type: TP -#: apt-build.1:80 +#. type: TP +#: apt-build.1:79 #, no-wrap msgid "B<--reinstall>" msgstr "" -# type: Plain text -#: apt-build.1:83 +#. type: Plain text +#: apt-build.1:82 msgid "Build and install an already installed package" msgstr "" -# type: TP -#: apt-build.1:83 +#. type: TP +#: apt-build.1:82 #, no-wrap msgid "B<--build-command> EIE" msgstr "" -# type: Plain text -#: apt-build.1:86 +#. type: Plain text +#: apt-build.1:85 msgid "Use this command to build package" msgstr "" -# type: TP -#: apt-build.1:86 +#. type: TP +#: apt-build.1:85 #, no-wrap msgid "B<--patch> EIE" msgstr "" -# type: Plain text -#: apt-build.1:89 +#. type: Plain text +#: apt-build.1:88 msgid "Apply this patch before build (you can use this option one or several times)" msgstr "" -# type: TP -#: apt-build.1:89 +#. type: TP +#: apt-build.1:88 #, no-wrap msgid "B<--patch-strip>, B<-p> EIE" msgstr "" -# type: Plain text -#: apt-build.1:92 +#. type: Plain text +#: apt-build.1:91 msgid "Prefix to strip on patch (0 = -p0, 1 = -p1 ...)" msgstr "" -# type: TP -#: apt-build.1:92 +#. type: TP +#: apt-build.1:91 #, no-wrap msgid "B<--yes>, B<-y>" msgstr "" -# type: Plain text -#: apt-build.1:95 +#. type: Plain text +#: apt-build.1:94 msgid "Assume yes" msgstr "" -# type: TP -#: apt-build.1:95 +#. type: TP +#: apt-build.1:94 #, no-wrap msgid "B<--purge>" msgstr "" -# type: Plain text -#: apt-build.1:98 +#. type: Plain text +#: apt-build.1:97 msgid "Use purge instead of remove" msgstr "" -# type: TP -#: apt-build.1:98 +#. type: TP +#: apt-build.1:97 #, no-wrap msgid "B<--noupdate>" msgstr "" -# type: Plain text -#: apt-build.1:101 +#. type: Plain text +#: apt-build.1:100 msgid "Do not run 'apt-get update' before package installation" msgstr "" -# type: TP -#: apt-build.1:101 +#. type: TP +#: apt-build.1:100 #, no-wrap msgid "B<--sources-list>" msgstr "" -# type: Plain text -#: apt-build.1:106 +#. type: Plain text +#: apt-build.1:105 msgid "Specify I file" msgstr "" -# type: TP -#: apt-build.1:106 +#. type: TP +#: apt-build.1:105 #, no-wrap msgid "B<--apt-get>" msgstr "" -# type: Plain text -#: apt-build.1:111 +#. type: Plain text +#: apt-build.1:110 msgid "Specify an alternative I command" msgstr "" -# type: TP -#: apt-build.1:111 +#. type: TP +#: apt-build.1:110 #, no-wrap msgid "B<--apt-cache>" msgstr "" -# type: Plain text -#: apt-build.1:116 +#. type: Plain text +#: apt-build.1:115 msgid "Specify an alternative I command" msgstr "" -# type: TP -#: apt-build.1:116 +#. type: TP +#: apt-build.1:115 #, no-wrap msgid "B<--force-yes>" msgstr "" -# type: Plain text -#: apt-build.1:119 +#. type: Plain text +#: apt-build.1:118 msgid "Force yes" msgstr "" -# type: TP -#: apt-build.1:119 +#. type: TP +#: apt-build.1:118 #, no-wrap msgid "B<--source>" msgstr "" -# type: Plain text -#: apt-build.1:122 +#. type: Plain text +#: apt-build.1:121 msgid "Do not download source (sources are extracted already)" msgstr "" -# type: TP -#: apt-build.1:122 +#. type: TP +#: apt-build.1:121 #, no-wrap msgid "B<--repository-dir>" msgstr "" -# type: Plain text -#: apt-build.1:125 +#. type: Plain text +#: apt-build.1:124 msgid "Specify the repository directory" msgstr "" -# type: TP -#: apt-build.1:125 +#. type: TP +#: apt-build.1:124 #, no-wrap msgid "B<--target-release>" msgstr "" -# type: Plain text -#: apt-build.1:128 +#. type: Plain text +#: apt-build.1:127 msgid "Distribution to fetch packages from" msgstr "" -# type: TP -#: apt-build.1:128 +#. type: TP +#: apt-build.1:127 #, no-wrap msgid "B<--config>" msgstr "" -# type: Plain text -#: apt-build.1:131 +#. type: Plain text +#: apt-build.1:130 msgid "Specify an alternative configuration file" msgstr "" -# type: TP -#: apt-build.1:131 +#. type: TP +#: apt-build.1:130 #, no-wrap msgid "B<--version>,B<\\ -v>" msgstr "" -# type: Plain text -#: apt-build.1:134 +#. type: Plain text +#: apt-build.1:133 msgid "Show version" msgstr "" -# type: SH -#: apt-build.1:134 +#. type: SH +#: apt-build.1:133 #, no-wrap msgid "BUGS" msgstr "" -# type: Plain text -#: apt-build.1:136 +#. type: Plain text +#: apt-build.1:135 msgid "Many." msgstr "" -# type: SH -#: apt-build.1:138 +#. type: SH +#: apt-build.1:137 #, no-wrap msgid "AUTHOR" msgstr "" -# type: Plain text -#: apt-build.1:141 +#. type: Plain text +#: apt-build.1:140 msgid "" "B was written by Julien Danjou Eacid@debian.orgE with " "many contributors." diff -Nru apt-build-0.12.42/man/po/es.po apt-build-0.12.43/man/po/es.po --- apt-build-0.12.42/man/po/es.po 2012-01-20 19:19:39.000000000 +0000 +++ apt-build-0.12.43/man/po/es.po 2012-04-11 21:15:08.000000000 +0000 @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.12.37\n" -"POT-Creation-Date: 2008-02-25 16:28+0100\n" +"POT-Creation-Date: 2012-04-11 23:15+0300\n" "PO-Revision-Date: 2009-07-13 16:08+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish " @@ -40,30 +40,35 @@ "Content-Transfer-Encoding: 8bit\n" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "APT-BUILD" msgstr "APT-BUILD" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "November 2003" msgstr "Noviembre de 2003" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "Debian Distribution" msgstr "Distribución Debian" # type: SH +#. type: SH #: apt-build.1:3 #, no-wrap msgid "NAME" msgstr "NOMBRE" # type: Plain text +#. type: Plain text #: apt-build.1:5 msgid "" "apt-build - Fetch sources and build packages optimized for your architecture." @@ -72,13 +77,15 @@ "arquitectura" # type: SH +#. type: SH #: apt-build.1:5 #, no-wrap msgid "SYNOPSIS" msgstr "SINOPSIS" # type: Plain text -#: apt-build.1:16 +#. type: Plain text +#: apt-build.1:15 msgid "" "B I B<] [ update ] [ upgrade ] [ world ] [ install> " "I B<] [ remove> I B<] [ info> I B<]>" @@ -87,13 +94,15 @@ "I B<] [ remove> I B<] [ info> I B<]>" # type: SH -#: apt-build.1:16 +#. type: SH +#: apt-build.1:15 #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPCIÓN" # type: Plain text -#: apt-build.1:20 +#. type: Plain text +#: apt-build.1:19 msgid "" "B is an apt-get frontend to build and install architecture " "optimized packages." @@ -102,257 +111,303 @@ "optimizados para una determinada arquitectura." # type: SH -#: apt-build.1:21 +#. type: SH +#: apt-build.1:20 #, no-wrap msgid "COMMANDS" msgstr "ÓRDENES" # type: TP -#: apt-build.1:22 +#. type: TP +#: apt-build.1:21 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:25 +#. type: Plain text +#: apt-build.1:24 msgid "Retrieve new lists of packages" msgstr "Obtiene una nueva lista de paquetes" # type: TP -#: apt-build.1:25 +#. type: TP +#: apt-build.1:24 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:28 +#. type: Plain text +#: apt-build.1:27 msgid "Perform an upgrade" msgstr "Ejecuta una actualización" # type: TP -#: apt-build.1:28 +#. type: TP +#: apt-build.1:27 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:31 +#. type: Plain text +#: apt-build.1:30 msgid "Rebuild your system" msgstr "Reconstruye todo su sistema" # type: TP -#: apt-build.1:31 +#. type: TP +#: apt-build.1:30 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:34 +#. type: Plain text +#: apt-build.1:33 msgid "Build and install new packages" msgstr "Construye e instala paquetes nuevos" # type: TP -#: apt-build.1:34 +#. type: TP +#: apt-build.1:33 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:37 +#. type: Plain text +#: apt-build.1:36 msgid "Download and extract source in the build directory" msgstr "Descarga y extrae paquetes fuente en el directorio de construcción" # type: TP -#: apt-build.1:37 +#. type: TP +#: apt-build.1:36 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:40 +#. type: Plain text +#: apt-build.1:39 msgid "Info on a package which could be built" msgstr "Obtiene información de un paquete que se podría construir" # type: TP -#: apt-build.1:40 +#. type: TP +#: apt-build.1:39 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:43 +#. type: Plain text +#: apt-build.1:42 msgid "Remove packages" msgstr "Elimina los paquetes" # type: TP -#: apt-build.1:43 +#. type: TP +#: apt-build.1:42 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:46 +#. type: Plain text +#: apt-build.1:45 msgid "Erase built packages" msgstr "Elimina los paquetes construidos" # type: TP -#: apt-build.1:46 +#. type: TP +#: apt-build.1:45 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:49 +#. type: Plain text +#: apt-build.1:48 msgid "Call debian/rules clean in source directories" msgstr "Invoca debian/rules en los directorios de fuentes" # type: TP -#: apt-build.1:49 +#. type: TP +#: apt-build.1:48 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:52 +#. type: Plain text +#: apt-build.1:51 msgid "Build source without installing them" msgstr "Construye el paquete sin instalarlo" # type: TP -#: apt-build.1:52 +#. type: TP +#: apt-build.1:51 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:55 +#. type: Plain text +#: apt-build.1:54 msgid "Update sources and rebuild them if they are missing in the repository" msgstr "" "Actualiza los paquetes fuente y los reconstruye si no están en el repositorio" # type: TP -#: apt-build.1:55 +#. type: TP +#: apt-build.1:54 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:58 +#. type: Plain text +#: apt-build.1:57 msgid "Rebuild the repository" msgstr "Reconstruye el repositorio" # type: SH -#: apt-build.1:58 +#. type: SH +#: apt-build.1:57 #, no-wrap msgid "OPTIONS" msgstr "OPCIONES" # type: TP -#: apt-build.1:59 +#. type: TP +#: apt-build.1:58 #, no-wrap msgid "B<--help\\ >" msgstr "B<--help\\ >" # type: Plain text -#: apt-build.1:62 +#. type: Plain text +#: apt-build.1:61 msgid "Shows help" msgstr "Muestra la ayuda" # type: TP -#: apt-build.1:62 +#. type: TP +#: apt-build.1:61 #, no-wrap msgid "B<--nowrapper>" msgstr "B<--nowrapper>" # type: Plain text -#: apt-build.1:65 +#. type: Plain text +#: apt-build.1:64 msgid "Do not use the gcc wrapper" msgstr "No usar el «wrapper» (envoltorio) de gcc" # type: TP -#: apt-build.1:65 +#. type: TP +#: apt-build.1:64 #, no-wrap msgid "B<--remove-builddep>" msgstr "B<--remove-builddep>" # type: Plain text -#: apt-build.1:68 +#. type: Plain text +#: apt-build.1:67 msgid "Remove build-dependencies installed by apt-build" msgstr "Elimina las dependencias de compilación instaladas por apt-build" # type: TP -#: apt-build.1:68 +#. type: TP +#: apt-build.1:67 #, no-wrap msgid "B<--no-source>" msgstr "B<--no-source>" # type: Plain text -#: apt-build.1:71 +#. type: Plain text +#: apt-build.1:70 msgid "Don't download source" msgstr "No descargar las fuentes" # type: TP -#: apt-build.1:71 +#. type: TP +#: apt-build.1:70 #, no-wrap msgid "B<--build-dir>" msgstr "B<--build-dir>" # type: Plain text -#: apt-build.1:74 +#. type: Plain text +#: apt-build.1:73 msgid "Specify build-dir" msgstr "Especifica build-dir (directorio de construcción)" # type: TP -#: apt-build.1:74 +#. type: TP +#: apt-build.1:73 #, no-wrap msgid "B<--build-only>" msgstr "B<--build-only>" # type: Plain text -#: apt-build.1:77 +#. type: Plain text +#: apt-build.1:76 msgid "Build package only" msgstr "Sólo construye el paquete" # type: TP -#: apt-build.1:77 +#. type: TP +#: apt-build.1:76 #, no-wrap msgid "B<--rebuild>" msgstr "B<--rebuild>" # type: Plain text -#: apt-build.1:80 +#. type: Plain text +#: apt-build.1:79 msgid "Rebuild a package" msgstr "Reconstruye un paquete" # type: TP -#: apt-build.1:80 +#. type: TP +#: apt-build.1:79 #, no-wrap msgid "B<--reinstall>" msgstr "B<--reinstall>" # type: Plain text -#: apt-build.1:83 +#. type: Plain text +#: apt-build.1:82 msgid "Build and install an already installed package" msgstr "Construye e instala un paquete ya instalado" # type: TP -#: apt-build.1:83 +#. type: TP +#: apt-build.1:82 #, no-wrap msgid "B<--build-command> EIE" msgstr "B<--build-command> EIE" # type: Plain text -#: apt-build.1:86 +#. type: Plain text +#: apt-build.1:85 msgid "Use this command to build package" msgstr "Use esta orden para construir el paquete" # type: TP -#: apt-build.1:86 +#. type: TP +#: apt-build.1:85 #, no-wrap msgid "B<--patch> EIE" msgstr "B<--patch> EIE" # type: Plain text -#: apt-build.1:89 +#. type: Plain text +#: apt-build.1:88 msgid "" "Apply this patch before build (you can use this option one or several times)" msgstr "" @@ -360,168 +415,198 @@ "veces)" # type: TP -#: apt-build.1:89 +#. type: TP +#: apt-build.1:88 #, no-wrap msgid "B<--patch-strip>, B<-p> EIE" msgstr "B<--patch-strip>, B<-p> EIE" # type: Plain text -#: apt-build.1:92 +#. type: Plain text +#: apt-build.1:91 msgid "Prefix to strip on patch (0 = -p0, 1 = -p1 ...)" msgstr "" "Especifica el número de prefijos que omitirá patch (0 = -p0, 1 = -p1 ...)" # type: TP -#: apt-build.1:92 +#. type: TP +#: apt-build.1:91 #, no-wrap msgid "B<--yes>, B<-y>" msgstr "B<--yes>, B<-y>" # type: Plain text -#: apt-build.1:95 +#. type: Plain text +#: apt-build.1:94 msgid "Assume yes" msgstr "Responde afirmativamente a toda pregunta" # type: TP -#: apt-build.1:95 +#. type: TP +#: apt-build.1:94 #, no-wrap msgid "B<--purge>" msgstr "B<--purge>" # type: Plain text -#: apt-build.1:98 +#. type: Plain text +#: apt-build.1:97 msgid "Use purge instead of remove" msgstr "Usa «purge» (purgar) en vez de «remove» (eliminar)" # type: TP -#: apt-build.1:98 +#. type: TP +#: apt-build.1:97 #, no-wrap msgid "B<--noupdate>" msgstr "B<--noupdate>" # type: Plain text -#: apt-build.1:101 +#. type: Plain text +#: apt-build.1:100 msgid "Do not run 'apt-get update' before package installation" msgstr "No ejecuta «apt-get update» antes de instalar los paquetes" # type: TP -#: apt-build.1:101 +#. type: TP +#: apt-build.1:100 #, no-wrap msgid "B<--sources-list>" msgstr "B<--sources-list>" # type: Plain text -#: apt-build.1:106 +#. type: Plain text +#: apt-build.1:105 msgid "Specify I file" msgstr "Especifica un archivo «I»" # type: TP -#: apt-build.1:106 +#. type: TP +#: apt-build.1:105 #, no-wrap msgid "B<--apt-get>" msgstr "B<--apt-get>" # type: Plain text -#: apt-build.1:111 +#. type: Plain text +#: apt-build.1:110 msgid "Specify an alternative I command" msgstr "Especifica una orden de «I» alternativa" # type: TP -#: apt-build.1:111 +#. type: TP +#: apt-build.1:110 #, no-wrap msgid "B<--apt-cache>" msgstr "B<--apt-cache>" # type: Plain text -#: apt-build.1:116 +#. type: Plain text +#: apt-build.1:115 msgid "Specify an alternative I command" msgstr "Especifica una orden de «I» alternativa" # type: TP -#: apt-build.1:116 +#. type: TP +#: apt-build.1:115 #, no-wrap msgid "B<--force-yes>" msgstr "B<--force-yes>" # type: Plain text -#: apt-build.1:119 +#. type: Plain text +#: apt-build.1:118 msgid "Force yes" msgstr "Fuerza «yes» ante preguntas" # type: TP -#: apt-build.1:119 +#. type: TP +#: apt-build.1:118 #, no-wrap msgid "B<--source>" msgstr "B<--source>" # type: Plain text -#: apt-build.1:122 +#. type: Plain text +#: apt-build.1:121 msgid "Do not download source (sources are extracted already)" msgstr "No descargar la fuentes (las fuentes ya se han extraído)" # type: TP -#: apt-build.1:122 +#. type: TP +#: apt-build.1:121 #, no-wrap msgid "B<--repository-dir>" msgstr "B<--repository-dir>" # type: Plain text -#: apt-build.1:125 +#. type: Plain text +#: apt-build.1:124 msgid "Specify the repository directory" msgstr "Especifica el directorio del repositorio" # type: TP -#: apt-build.1:125 +#. type: TP +#: apt-build.1:124 #, no-wrap msgid "B<--target-release>" msgstr "B<--target-release>" # type: Plain text -#: apt-build.1:128 +#. type: Plain text +#: apt-build.1:127 msgid "Distribution to fetch packages from" msgstr "Distribución de la que obtener los paquetes" # type: TP -#: apt-build.1:128 +#. type: TP +#: apt-build.1:127 #, no-wrap msgid "B<--config>" msgstr "B<--config>" # type: Plain text -#: apt-build.1:131 +#. type: Plain text +#: apt-build.1:130 msgid "Specify an alternative configuration file" msgstr "Especifica un archivo de configuración alternativo" # type: TP -#: apt-build.1:131 +#. type: TP +#: apt-build.1:130 #, no-wrap msgid "B<--version>,B<\\ -v>" msgstr "B<--version>,B<\\ -v>" # type: Plain text -#: apt-build.1:134 +#. type: Plain text +#: apt-build.1:133 msgid "Show version" msgstr "Ver versión" # type: SH -#: apt-build.1:134 +#. type: SH +#: apt-build.1:133 #, no-wrap msgid "BUGS" msgstr "FALLOS" # type: Plain text -#: apt-build.1:136 +#. type: Plain text +#: apt-build.1:135 msgid "Many." msgstr "Muchos." # type: SH -#: apt-build.1:138 +#. type: SH +#: apt-build.1:137 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" # type: Plain text -#: apt-build.1:141 +#. type: Plain text +#: apt-build.1:140 msgid "" "B was written by Julien Danjou Eacid@debian.orgE with " "many contributors." diff -Nru apt-build-0.12.42/man/po/fr.po apt-build-0.12.43/man/po/fr.po --- apt-build-0.12.42/man/po/fr.po 2011-03-13 11:39:49.000000000 +0000 +++ apt-build-0.12.43/man/po/fr.po 2012-04-11 21:15:08.000000000 +0000 @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-build 0.12.9\n" -"POT-Creation-Date: 2008-02-25 16:28+0100\n" +"POT-Creation-Date: 2012-04-11 23:15+0300\n" "PO-Revision-Date: 2008-03-18 10:05+0100\n" "Last-Translator: Jean-Baka Domelevo Entfellner \n" "Language-Team: French \n" @@ -15,30 +15,35 @@ "X-Poedit-Country: FRANCE\n" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "APT-BUILD" msgstr "APT-BUILD" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "November 2003" msgstr "Novembre 2003" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "Debian Distribution" msgstr "Distribution Debian" # type: SH +#. type: SH #: apt-build.1:3 #, no-wrap msgid "NAME" msgstr "NOM" # type: Plain text +#. type: Plain text #: apt-build.1:5 msgid "" "apt-build - Fetch sources and build packages optimized for your architecture." @@ -47,13 +52,15 @@ "l'architecture" # type: SH +#. type: SH #: apt-build.1:5 #, no-wrap msgid "SYNOPSIS" msgstr "SYNOPSIS" # type: Plain text -#: apt-build.1:16 +#. type: Plain text +#: apt-build.1:15 msgid "" "B I B<] [ update ] [ upgrade ] [ world ] [ install> " "I B<] [ remove> I B<] [ info> I B<]>" @@ -62,13 +69,15 @@ "I B<] [ remove> I B<] [ info> I B<]>" # type: SH -#: apt-build.1:16 +#. type: SH +#: apt-build.1:15 #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPTION" # type: Plain text -#: apt-build.1:20 +#. type: Plain text +#: apt-build.1:19 msgid "" "B is an apt-get frontend to build and install architecture " "optimized packages." @@ -77,259 +86,305 @@ "paquets optimisés pour une architecture donnée." # type: SH -#: apt-build.1:21 +#. type: SH +#: apt-build.1:20 #, no-wrap msgid "COMMANDS" msgstr "COMMANDES" # type: TP -#: apt-build.1:22 +#. type: TP +#: apt-build.1:21 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:25 +#. type: Plain text +#: apt-build.1:24 msgid "Retrieve new lists of packages" msgstr "Récupère les listes de nouveaux paquets" # type: TP -#: apt-build.1:25 +#. type: TP +#: apt-build.1:24 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:28 +#. type: Plain text +#: apt-build.1:27 msgid "Perform an upgrade" msgstr "Fait une mise à niveau" # type: TP -#: apt-build.1:28 +#. type: TP +#: apt-build.1:27 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:31 +#. type: Plain text +#: apt-build.1:30 msgid "Rebuild your system" msgstr "Reconstruit le système" # type: TP -#: apt-build.1:31 +#. type: TP +#: apt-build.1:30 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:34 +#. type: Plain text +#: apt-build.1:33 msgid "Build and install new packages" msgstr "Construit et installe de nouveaux paquets" # type: TP -#: apt-build.1:34 +#. type: TP +#: apt-build.1:33 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:37 +#. type: Plain text +#: apt-build.1:36 msgid "Download and extract source in the build directory" msgstr "" "Télécharge et décompacte les sources dans le répertoire de construction" # type: TP -#: apt-build.1:37 +#. type: TP +#: apt-build.1:36 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:40 +#. type: Plain text +#: apt-build.1:39 msgid "Info on a package which could be built" msgstr "Affiche des informations sur un paquet pouvant être construit" # type: TP -#: apt-build.1:40 +#. type: TP +#: apt-build.1:39 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:43 +#. type: Plain text +#: apt-build.1:42 msgid "Remove packages" msgstr "Enlève un paquet" # type: TP -#: apt-build.1:43 +#. type: TP +#: apt-build.1:42 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:46 +#. type: Plain text +#: apt-build.1:45 msgid "Erase built packages" msgstr "Efface les paquets qui ont été construits" # type: TP -#: apt-build.1:46 +#. type: TP +#: apt-build.1:45 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:49 +#. type: Plain text +#: apt-build.1:48 msgid "Call debian/rules clean in source directories" msgstr "Appelle debian/rules clean dans le répertoire des sources" # type: TP -#: apt-build.1:49 +#. type: TP +#: apt-build.1:48 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:52 +#. type: Plain text +#: apt-build.1:51 msgid "Build source without installing them" msgstr "Construit les sources sans les installer" # type: TP -#: apt-build.1:52 +#. type: TP +#: apt-build.1:51 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:55 +#. type: Plain text +#: apt-build.1:54 msgid "Update sources and rebuild them if they are missing in the repository" msgstr "" "Met à jour les sources et les reconstruit si elles sont manquantes dans le " "dépôt" # type: TP -#: apt-build.1:55 +#. type: TP +#: apt-build.1:54 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:58 +#. type: Plain text +#: apt-build.1:57 msgid "Rebuild the repository" msgstr "Met à jour le référentiel" # type: SH -#: apt-build.1:58 +#. type: SH +#: apt-build.1:57 #, no-wrap msgid "OPTIONS" msgstr "OPTIONS" # type: TP -#: apt-build.1:59 +#. type: TP +#: apt-build.1:58 #, no-wrap msgid "B<--help\\ >" msgstr "B<--help\\ >" # type: Plain text -#: apt-build.1:62 +#. type: Plain text +#: apt-build.1:61 msgid "Shows help" msgstr "Affiche l'aide" # type: TP -#: apt-build.1:62 +#. type: TP +#: apt-build.1:61 #, no-wrap msgid "B<--nowrapper>" msgstr "B<--nowrapper>" # type: Plain text -#: apt-build.1:65 +#. type: Plain text +#: apt-build.1:64 msgid "Do not use the gcc wrapper" msgstr "N'utilise pas le wrapper de gcc" # type: TP -#: apt-build.1:65 +#. type: TP +#: apt-build.1:64 #, no-wrap msgid "B<--remove-builddep>" msgstr "B<--remove-builddep>" # type: Plain text -#: apt-build.1:68 +#. type: Plain text +#: apt-build.1:67 msgid "Remove build-dependencies installed by apt-build" msgstr "Enlève les dépendances de construction installées par apt-build" # type: TP -#: apt-build.1:68 +#. type: TP +#: apt-build.1:67 #, no-wrap msgid "B<--no-source>" msgstr "B<--no-source>" # type: Plain text -#: apt-build.1:71 +#. type: Plain text +#: apt-build.1:70 msgid "Don't download source" msgstr "Ne télécharge pas les sources" # type: TP -#: apt-build.1:71 +#. type: TP +#: apt-build.1:70 #, no-wrap msgid "B<--build-dir>" msgstr "B<--build-dir>" # type: Plain text -#: apt-build.1:74 +#. type: Plain text +#: apt-build.1:73 msgid "Specify build-dir" msgstr "Spécifie le répertoire de construction" # type: TP -#: apt-build.1:74 +#. type: TP +#: apt-build.1:73 #, no-wrap msgid "B<--build-only>" msgstr "B<--build-only>" # type: Plain text -#: apt-build.1:77 +#. type: Plain text +#: apt-build.1:76 msgid "Build package only" msgstr "Se contente de construire le paquet" # type: TP -#: apt-build.1:77 +#. type: TP +#: apt-build.1:76 #, no-wrap msgid "B<--rebuild>" msgstr "B<--rebuild>" # type: Plain text -#: apt-build.1:80 +#. type: Plain text +#: apt-build.1:79 msgid "Rebuild a package" msgstr "Reconstruit un paquet" # type: TP -#: apt-build.1:80 +#. type: TP +#: apt-build.1:79 #, no-wrap msgid "B<--reinstall>" msgstr "B<--reinstall>" # type: Plain text -#: apt-build.1:83 +#. type: Plain text +#: apt-build.1:82 msgid "Build and install an already installed package" msgstr "Construit et réinstalle un paquet déjà installé sur votre système" # type: TP -#: apt-build.1:83 +#. type: TP +#: apt-build.1:82 #, no-wrap msgid "B<--build-command> EIE" msgstr "B<--build-command> EIE" # type: Plain text -#: apt-build.1:86 +#. type: Plain text +#: apt-build.1:85 msgid "Use this command to build package" msgstr "Construit un paquet" # type: TP -#: apt-build.1:86 +#. type: TP +#: apt-build.1:85 #, no-wrap msgid "B<--patch> EIE" msgstr "B<--patch> EIE" # type: Plain text -#: apt-build.1:89 +#. type: Plain text +#: apt-build.1:88 msgid "" "Apply this patch before build (you can use this option one or several times)" msgstr "" @@ -337,167 +392,197 @@ "plusieurs fois)" # type: TP -#: apt-build.1:89 +#. type: TP +#: apt-build.1:88 #, no-wrap msgid "B<--patch-strip>, B<-p> EIE" msgstr "B<--patch-strip>, B<-p> EIE" # type: Plain text -#: apt-build.1:92 +#. type: Plain text +#: apt-build.1:91 msgid "Prefix to strip on patch (0 = -p0, 1 = -p1 ...)" msgstr "Applique le préfixe pour la rustine (0 = -p0, 1 = -p1, ...)" # type: TP -#: apt-build.1:92 +#. type: TP +#: apt-build.1:91 #, no-wrap msgid "B<--yes>, B<-y>" msgstr "B<--yes>, B<-y>" # type: Plain text -#: apt-build.1:95 +#. type: Plain text +#: apt-build.1:94 msgid "Assume yes" msgstr "Répond oui à toutes les questions" # type: TP -#: apt-build.1:95 +#. type: TP +#: apt-build.1:94 #, no-wrap msgid "B<--purge>" msgstr "B<--purge>" # type: Plain text -#: apt-build.1:98 +#. type: Plain text +#: apt-build.1:97 msgid "Use purge instead of remove" msgstr "Utilise « purge » plutôt que « remove »" # type: TP -#: apt-build.1:98 +#. type: TP +#: apt-build.1:97 #, no-wrap msgid "B<--noupdate>" msgstr "B<--noupdate>" # type: Plain text -#: apt-build.1:101 +#. type: Plain text +#: apt-build.1:100 msgid "Do not run 'apt-get update' before package installation" msgstr "N'exécute pas « apt-get update » avant l'installation du paquet" # type: TP -#: apt-build.1:101 +#. type: TP +#: apt-build.1:100 #, no-wrap msgid "B<--sources-list>" msgstr "B<--sources-list>" # type: Plain text -#: apt-build.1:106 +#. type: Plain text +#: apt-build.1:105 msgid "Specify I file" msgstr "Spécifie le fichier I" # type: TP -#: apt-build.1:106 +#. type: TP +#: apt-build.1:105 #, no-wrap msgid "B<--apt-get>" msgstr "B<--apt-get>" # type: Plain text -#: apt-build.1:111 +#. type: Plain text +#: apt-build.1:110 msgid "Specify an alternative I command" msgstr "Indique une commande alternative à I" # type: TP -#: apt-build.1:111 +#. type: TP +#: apt-build.1:110 #, no-wrap msgid "B<--apt-cache>" msgstr "B<--apt-cache>" # type: Plain text -#: apt-build.1:116 +#. type: Plain text +#: apt-build.1:115 msgid "Specify an alternative I command" msgstr "Indique une commande alternative à I" # type: TP -#: apt-build.1:116 +#. type: TP +#: apt-build.1:115 #, no-wrap msgid "B<--force-yes>" msgstr "B<--force-yes>" # type: Plain text -#: apt-build.1:119 +#. type: Plain text +#: apt-build.1:118 msgid "Force yes" msgstr "Répond toujours « oui », en forçant si nécessaire (dangereux)" # type: TP -#: apt-build.1:119 +#. type: TP +#: apt-build.1:118 #, no-wrap msgid "B<--source>" msgstr "B<--source>" # type: Plain text -#: apt-build.1:122 +#. type: Plain text +#: apt-build.1:121 msgid "Do not download source (sources are extracted already)" msgstr "Télécharge les fichiers source (option par défaut)" # type: TP -#: apt-build.1:122 +#. type: TP +#: apt-build.1:121 #, no-wrap msgid "B<--repository-dir>" msgstr "B<--repository-dir>" # type: Plain text -#: apt-build.1:125 +#. type: Plain text +#: apt-build.1:124 msgid "Specify the repository directory" msgstr "Spécifie le référentiel" # type: TP -#: apt-build.1:125 +#. type: TP +#: apt-build.1:124 #, no-wrap msgid "B<--target-release>" msgstr "B<--target-release>" # type: Plain text -#: apt-build.1:128 +#. type: Plain text +#: apt-build.1:127 msgid "Distribution to fetch packages from" msgstr "Distribution où aller chercher les paquets" # type: TP -#: apt-build.1:128 +#. type: TP +#: apt-build.1:127 #, no-wrap msgid "B<--config>" msgstr "B<--config>" # type: Plain text -#: apt-build.1:131 +#. type: Plain text +#: apt-build.1:130 msgid "Specify an alternative configuration file" msgstr "Indique un fichier de configuration alternatif" # type: TP -#: apt-build.1:131 +#. type: TP +#: apt-build.1:130 #, no-wrap msgid "B<--version>,B<\\ -v>" msgstr "B<--version>, B<-v>" # type: Plain text -#: apt-build.1:134 +#. type: Plain text +#: apt-build.1:133 msgid "Show version" msgstr "Affiche la version" # type: SH -#: apt-build.1:134 +#. type: SH +#: apt-build.1:133 #, no-wrap msgid "BUGS" msgstr "BOGUES" # type: Plain text -#: apt-build.1:136 +#. type: Plain text +#: apt-build.1:135 msgid "Many." msgstr "Beaucoup." # type: SH -#: apt-build.1:138 +#. type: SH +#: apt-build.1:137 #, no-wrap msgid "AUTHOR" msgstr "AUTEURS" # type: Plain text -#: apt-build.1:141 +#. type: Plain text +#: apt-build.1:140 msgid "" "B was written by Julien Danjou Eacid@debian.orgE with " "many contributors." diff -Nru apt-build-0.12.42/man/po/it.po apt-build-0.12.43/man/po/it.po --- apt-build-0.12.42/man/po/it.po 2011-03-13 11:39:49.000000000 +0000 +++ apt-build-0.12.43/man/po/it.po 2012-04-11 21:15:08.000000000 +0000 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-build 0.12.18 italian manpage\n" -"POT-Creation-Date: 2008-02-25 16:28+0100\n" +"POT-Creation-Date: 2012-04-11 23:15+0300\n" "PO-Revision-Date: 2006-08-09 21:22+0200\n" "Last-Translator: Luca Monducci \n" "Language-Team: Italian \n" @@ -16,30 +16,35 @@ "Content-Transfer-Encoding: 8bit\n" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "APT-BUILD" msgstr "APT-BUILD" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "November 2003" msgstr "Novembre 2003" # type: TH +#. type: TH #: apt-build.1:1 #, no-wrap msgid "Debian Distribution" msgstr "Distribuzione Debian" # type: SH +#. type: SH #: apt-build.1:3 #, no-wrap msgid "NAME" msgstr "NOME" # type: Plain text +#. type: Plain text #: apt-build.1:5 msgid "" "apt-build - Fetch sources and build packages optimized for your architecture." @@ -48,13 +53,15 @@ "per la propria architettura." # type: SH +#. type: SH #: apt-build.1:5 #, no-wrap msgid "SYNOPSIS" msgstr "SINTASSI" # type: Plain text -#: apt-build.1:16 +#. type: Plain text +#: apt-build.1:15 msgid "" "B I B<] [ update ] [ upgrade ] [ world ] [ install> " "I B<] [ remove> I B<] [ info> I B<]>" @@ -63,13 +70,15 @@ "I B<] [ remove> I B<] [ info> I B<]>" # type: SH -#: apt-build.1:16 +#. type: SH +#: apt-build.1:15 #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIZIONE" # type: Plain text -#: apt-build.1:20 +#. type: Plain text +#: apt-build.1:19 msgid "" "B is an apt-get frontend to build and install architecture " "optimized packages." @@ -78,256 +87,302 @@ "ottimizzati per la propria architettura." # type: SH -#: apt-build.1:21 +#. type: SH +#: apt-build.1:20 #, no-wrap msgid "COMMANDS" msgstr "COMANDI" # type: TP -#: apt-build.1:22 +#. type: TP +#: apt-build.1:21 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:25 +#. type: Plain text +#: apt-build.1:24 msgid "Retrieve new lists of packages" msgstr "Recupera un nuovo elenco dei pacchetti" # type: TP -#: apt-build.1:25 +#. type: TP +#: apt-build.1:24 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:28 +#. type: Plain text +#: apt-build.1:27 msgid "Perform an upgrade" msgstr "Effettua un aggiornamento" # type: TP -#: apt-build.1:28 +#. type: TP +#: apt-build.1:27 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:31 +#. type: Plain text +#: apt-build.1:30 msgid "Rebuild your system" msgstr "Ricompila l'intero sistema" # type: TP -#: apt-build.1:31 +#. type: TP +#: apt-build.1:30 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:34 +#. type: Plain text +#: apt-build.1:33 msgid "Build and install new packages" msgstr "Compila e installa un nuovo pacchetto" # type: TP -#: apt-build.1:34 +#. type: TP +#: apt-build.1:33 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:37 +#. type: Plain text +#: apt-build.1:36 msgid "Download and extract source in the build directory" msgstr "Scarica ed estrae i sorgenti nella directory di compilazione" # type: TP -#: apt-build.1:37 +#. type: TP +#: apt-build.1:36 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:40 +#. type: Plain text +#: apt-build.1:39 msgid "Info on a package which could be built" msgstr "Informazioni su un pacchetto che può essere compilato" # type: TP -#: apt-build.1:40 +#. type: TP +#: apt-build.1:39 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:43 +#. type: Plain text +#: apt-build.1:42 msgid "Remove packages" msgstr "Rimuove i pacchetti" # type: TP -#: apt-build.1:43 +#. type: TP +#: apt-build.1:42 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:46 +#. type: Plain text +#: apt-build.1:45 msgid "Erase built packages" msgstr "Rimuove i pacchetti compilati" # type: TP -#: apt-build.1:46 +#. type: TP +#: apt-build.1:45 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:49 +#. type: Plain text +#: apt-build.1:48 msgid "Call debian/rules clean in source directories" msgstr "Chiama debian/rules clean nelle directory con i sorgenti" # type: TP -#: apt-build.1:49 +#. type: TP +#: apt-build.1:48 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:52 +#. type: Plain text +#: apt-build.1:51 msgid "Build source without installing them" msgstr "Compila i sorgenti senza installarli" # type: TP -#: apt-build.1:52 +#. type: TP +#: apt-build.1:51 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:55 +#. type: Plain text +#: apt-build.1:54 msgid "Update sources and rebuild them if they are missing in the repository" msgstr "Aggiorna i sorgenti e li ricompila se non presenti nel repository" # type: TP -#: apt-build.1:55 +#. type: TP +#: apt-build.1:54 #, no-wrap msgid "B" msgstr "B" # type: Plain text -#: apt-build.1:58 +#. type: Plain text +#: apt-build.1:57 msgid "Rebuild the repository" msgstr "Ricompila il repository" # type: SH -#: apt-build.1:58 +#. type: SH +#: apt-build.1:57 #, no-wrap msgid "OPTIONS" msgstr "OPZIONI" # type: TP -#: apt-build.1:59 +#. type: TP +#: apt-build.1:58 #, no-wrap msgid "B<--help\\ >" msgstr "B<--help\\ >" # type: Plain text -#: apt-build.1:62 +#. type: Plain text +#: apt-build.1:61 msgid "Shows help" msgstr "Mostra l'aiuto" # type: TP -#: apt-build.1:62 +#. type: TP +#: apt-build.1:61 #, no-wrap msgid "B<--nowrapper>" msgstr "B<--nowrapper>" # type: Plain text -#: apt-build.1:65 +#. type: Plain text +#: apt-build.1:64 msgid "Do not use the gcc wrapper" msgstr "Non usa il wrapper gcc" # type: TP -#: apt-build.1:65 +#. type: TP +#: apt-build.1:64 #, no-wrap msgid "B<--remove-builddep>" msgstr "B<--remove-builddep>" # type: Plain text -#: apt-build.1:68 +#. type: Plain text +#: apt-build.1:67 msgid "Remove build-dependencies installed by apt-build" msgstr "Rimuove le dipendenze per la compilazione installate da apt-build" # type: TP -#: apt-build.1:68 +#. type: TP +#: apt-build.1:67 #, no-wrap msgid "B<--no-source>" msgstr "B<--no-source>" # type: Plain text -#: apt-build.1:71 +#. type: Plain text +#: apt-build.1:70 msgid "Don't download source" msgstr "Non scarica i sorgenti" # type: TP -#: apt-build.1:71 +#. type: TP +#: apt-build.1:70 #, no-wrap msgid "B<--build-dir>" msgstr "B<--build-dir>" # type: Plain text -#: apt-build.1:74 +#. type: Plain text +#: apt-build.1:73 msgid "Specify build-dir" msgstr "Specifica la directory di compilazione" # type: TP -#: apt-build.1:74 +#. type: TP +#: apt-build.1:73 #, no-wrap msgid "B<--build-only>" msgstr "B<--build-only>" # type: Plain text -#: apt-build.1:77 +#. type: Plain text +#: apt-build.1:76 msgid "Build package only" msgstr "Effettua la sola compilazione" # type: TP -#: apt-build.1:77 +#. type: TP +#: apt-build.1:76 #, no-wrap msgid "B<--rebuild>" msgstr "B<--rebuild>" # type: Plain text -#: apt-build.1:80 +#. type: Plain text +#: apt-build.1:79 msgid "Rebuild a package" msgstr "Ricompila un pacchetto" # type: TP -#: apt-build.1:80 +#. type: TP +#: apt-build.1:79 #, no-wrap msgid "B<--reinstall>" msgstr "B<--reinstall>" # type: Plain text -#: apt-build.1:83 +#. type: Plain text +#: apt-build.1:82 msgid "Build and install an already installed package" msgstr "Compila e installa un pacchetto già installato" # type: TP -#: apt-build.1:83 +#. type: TP +#: apt-build.1:82 #, no-wrap msgid "B<--build-command> EIE" msgstr "B<--build-command> EIE" # type: Plain text -#: apt-build.1:86 +#. type: Plain text +#: apt-build.1:85 msgid "Use this command to build package" msgstr "Usa questo comando per compilare il pacchetto" # type: TP -#: apt-build.1:86 +#. type: TP +#: apt-build.1:85 #, no-wrap msgid "B<--patch> EIE" msgstr "B<--patch> EIE" # type: Plain text -#: apt-build.1:89 +#. type: Plain text +#: apt-build.1:88 msgid "" "Apply this patch before build (you can use this option one or several times)" msgstr "" @@ -335,168 +390,198 @@ "specificata più volte)" # type: TP -#: apt-build.1:89 +#. type: TP +#: apt-build.1:88 #, no-wrap msgid "B<--patch-strip>, B<-p> EIE" msgstr "B<--patch-strip>, B<-p> EIE" # type: Plain text -#: apt-build.1:92 +#. type: Plain text +#: apt-build.1:91 msgid "Prefix to strip on patch (0 = -p0, 1 = -p1 ...)" msgstr "Prefisso da togliere alla patch (0 = -p0, 1 = -p1 ...)" # type: TP -#: apt-build.1:92 +#. type: TP +#: apt-build.1:91 #, no-wrap msgid "B<--yes>, B<-y>" msgstr "B<--yes>, B<-y>" # type: Plain text -#: apt-build.1:95 +#. type: Plain text +#: apt-build.1:94 msgid "Assume yes" msgstr "Assume sì come risposta a tutte le domande" # type: TP -#: apt-build.1:95 +#. type: TP +#: apt-build.1:94 #, no-wrap msgid "B<--purge>" msgstr "B<--purge>" # type: Plain text -#: apt-build.1:98 +#. type: Plain text +#: apt-build.1:97 msgid "Use purge instead of remove" msgstr "Usa «purge» al posto di «remove»" # type: TP -#: apt-build.1:98 +#. type: TP +#: apt-build.1:97 #, no-wrap msgid "B<--noupdate>" msgstr "B<--noupdate>" # type: Plain text -#: apt-build.1:101 +#. type: Plain text +#: apt-build.1:100 msgid "Do not run 'apt-get update' before package installation" msgstr "Non esegue «apt-get update» prima dell'installazione del pacchetto" # type: TP -#: apt-build.1:101 +#. type: TP +#: apt-build.1:100 #, no-wrap msgid "B<--sources-list>" msgstr "B<--sources-list>" # type: Plain text -#: apt-build.1:106 +#. type: Plain text +#: apt-build.1:105 msgid "Specify I file" msgstr "Specifica il file I" # type: TP -#: apt-build.1:106 +#. type: TP +#: apt-build.1:105 #, no-wrap msgid "B<--apt-get>" msgstr "B<--apt-get>" # type: Plain text -#: apt-build.1:111 +#. type: Plain text +#: apt-build.1:110 msgid "Specify an alternative I command" msgstr "Specifica un comando alternativo a I" # type: TP -#: apt-build.1:111 +#. type: TP +#: apt-build.1:110 #, no-wrap msgid "B<--apt-cache>" msgstr "B<--apt-cache>" # type: Plain text -#: apt-build.1:116 +#. type: Plain text +#: apt-build.1:115 msgid "Specify an alternative I command" msgstr "Specifica un comando alternativo a I" # type: TP -#: apt-build.1:116 +#. type: TP +#: apt-build.1:115 #, fuzzy, no-wrap msgid "B<--force-yes>" msgstr "B<--sources-list>" # type: Plain text -#: apt-build.1:119 +#. type: Plain text +#: apt-build.1:118 msgid "Force yes" msgstr "" # type: TP -#: apt-build.1:119 +#. type: TP +#: apt-build.1:118 #, fuzzy, no-wrap msgid "B<--source>" msgstr "B" # type: Plain text -#: apt-build.1:122 +#. type: Plain text +#: apt-build.1:121 msgid "Do not download source (sources are extracted already)" msgstr "" # type: TP -#: apt-build.1:122 +#. type: TP +#: apt-build.1:121 #, fuzzy, no-wrap msgid "B<--repository-dir>" msgstr "B" # type: Plain text -#: apt-build.1:125 +#. type: Plain text +#: apt-build.1:124 #, fuzzy msgid "Specify the repository directory" msgstr "Ricompila il repository" # type: TP -#: apt-build.1:125 +#. type: TP +#: apt-build.1:124 #, fuzzy, no-wrap msgid "B<--target-release>" msgstr "B<--apt-cache>" # type: Plain text -#: apt-build.1:128 +#. type: Plain text +#: apt-build.1:127 msgid "Distribution to fetch packages from" msgstr "" # type: TP -#: apt-build.1:128 +#. type: TP +#: apt-build.1:127 #, no-wrap msgid "B<--config>" msgstr "B<--config>" # type: Plain text -#: apt-build.1:131 +#. type: Plain text +#: apt-build.1:130 msgid "Specify an alternative configuration file" msgstr "Specifica un file di configurazione alternativo" # type: TP -#: apt-build.1:131 +#. type: TP +#: apt-build.1:130 #, no-wrap msgid "B<--version>,B<\\ -v>" msgstr "B<--version>,B<\\ -v>" # type: Plain text -#: apt-build.1:134 +#. type: Plain text +#: apt-build.1:133 msgid "Show version" msgstr "Mostra la versione" # type: SH -#: apt-build.1:134 +#. type: SH +#: apt-build.1:133 #, no-wrap msgid "BUGS" msgstr "BUG" # type: Plain text -#: apt-build.1:136 +#. type: Plain text +#: apt-build.1:135 msgid "Many." msgstr "Molti." # type: SH -#: apt-build.1:138 +#. type: SH +#: apt-build.1:137 #, no-wrap msgid "AUTHOR" msgstr "AUTORE" # type: Plain text -#: apt-build.1:141 +#. type: Plain text +#: apt-build.1:140 msgid "" "B was written by Julien Danjou Eacid@debian.orgE with " "many contributors."