diff -Nru dpkg-cross-2.6.13ubuntu1/debian/changelog dpkg-cross-2.6.15/debian/changelog --- dpkg-cross-2.6.13ubuntu1/debian/changelog 2015-05-13 00:56:29.000000000 +0000 +++ dpkg-cross-2.6.15/debian/changelog 2018-07-12 21:37:50.000000000 +0000 @@ -1,3 +1,40 @@ +dpkg-cross (2.6.15-2ubuntu1) cosmic; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Fix fix_ldscript to cover all multiarch and non-multiarch cases. + + -- Steve Langasek Thu, 12 Jul 2018 14:37:50 -0700 + +dpkg-cross (2.6.15-2) unstable; urgency=medium + + * Make code perl 5.26-compatible (escape left braces in regexps). + (Thanks to Gregor Herman) (Closes: #869433) + + -- Wookey Mon, 24 Jul 2017 17:09:56 +0100 + +dpkg-cross (2.6.15-1) unstable; urgency=medium + + * Adopted by Wookey + + -- Wookey Tue, 11 Oct 2016 15:11:12 +0100 + +dpkg-cross (2.6.15) unstable; urgency=medium + + * Add Breaks & Replaces for dpkg-cross 2.6.13 (Closes: #831641) + + -- Neil Williams Mon, 18 Jul 2016 20:08:45 +0100 + +dpkg-cross (2.6.14) unstable; urgency=medium + + * Create cross-config package which will remain after the + deprecated dpkg-cross and libdebian-dpkgcross-perl binares + are removed from this package in time for the Stretch release. + * In light of deprecation of the dpkg-cross binary, drop the + default_arch support and associated debconf support. + (Closes: #771496) + + -- Neil Williams Tue, 12 Jul 2016 19:09:54 +0100 + dpkg-cross (2.6.13ubuntu1) wily; urgency=medium * Fix fix_ldscript to cover all multiarch and non-multiarch cases. @@ -929,7 +966,7 @@ (Closes: #86808) -- David Schleef Fri, 28 Feb 2003 15:33:01 -0800 - + dpkg-cross (1.13.1) unstable; urgency=low * Non-maintainer upload. diff -Nru dpkg-cross-2.6.13ubuntu1/debian/control dpkg-cross-2.6.15/debian/control --- dpkg-cross-2.6.13ubuntu1/debian/control 2015-05-13 00:56:35.000000000 +0000 +++ dpkg-cross-2.6.15/debian/control 2018-07-12 21:37:50.000000000 +0000 @@ -2,18 +2,32 @@ Section: utils Priority: extra Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Embedded Group -Uploaders: Neil Williams , Wookey -Build-Depends: cdbs, debhelper (>> 5), po-debconf -Standards-Version: 3.9.4 +XSBC-Original-Maintainer: Wookey +Build-Depends: cdbs, debhelper (>> 5) +Standards-Version: 3.9.8 Homepage: http://dpkg-cross.alioth.debian.org/ Vcs-Browser: http://www.emdebian.org/trac/browser/current/host/trunk/dpkg-cross/trunk/ Vcs-SVN: http://www.emdebian.org/svn/current/host/trunk/dpkg-cross/trunk/ +Package: cross-config +Architecture: all +Depends: ${misc:Depends} +Breaks: dpkg-cross (<= 2.6.14) +Replaces: dpkg-cross (<= 2.6.14) +Description: autotools support for cross-compilation + This package contains configuration files describing available + cross architecture settings for use by autotools along with + support for cross-building using CMake and a small number of + package-specific cross-building configuration support files. + . + This package will remain after the deprecated dpkg-cross binary + and supporting perl module have been removed. + Package: dpkg-cross Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, dpkg-dev (>= 1.14.7), - libconfig-auto-perl, libdebian-dpkgcross-perl (= ${source:Version}) + libconfig-auto-perl, libdebian-dpkgcross-perl (= ${source:Version}), + cross-config Recommends: fakeroot Suggests: binutils-multiarch Breaks: debhelper (<< 8.1.2~) @@ -21,6 +35,10 @@ dpkg-cross is a tool for installing libraries and headers from packages which have not been converted for Multi-Arch to support cross compiling. + . + This package contains only the deprecated dpkg-cross binary. Future + releases will drop the dpkg-cross and libdebian-dpkgcross-perl + binary packages. Package: libdebian-dpkgcross-perl Section: perl @@ -31,3 +49,6 @@ Description: functions to aid cross-compiling Debian packages Debian::DpkgCross is a module of perl functions to aid installing libraries and headers for cross compiling. + . + This package is deprecated as it only supports the deprecated + dpkg-cross binary. diff -Nru dpkg-cross-2.6.13ubuntu1/debian/cross-config.dirs dpkg-cross-2.6.15/debian/cross-config.dirs --- dpkg-cross-2.6.13ubuntu1/debian/cross-config.dirs 1970-01-01 00:00:00.000000000 +0000 +++ dpkg-cross-2.6.15/debian/cross-config.dirs 2010-01-17 15:43:14.000000000 +0000 @@ -0,0 +1,2 @@ +/etc/dpkg-cross/cross-config.d/ +/etc/dpkg-cross/multiarch-cross.d/ diff -Nru dpkg-cross-2.6.13ubuntu1/debian/cross-config.install dpkg-cross-2.6.15/debian/cross-config.install --- dpkg-cross-2.6.13ubuntu1/debian/cross-config.install 1970-01-01 00:00:00.000000000 +0000 +++ dpkg-cross-2.6.15/debian/cross-config.install 2016-07-12 17:59:12.000000000 +0000 @@ -0,0 +1,3 @@ +config/cross-config.* ./etc/dpkg-cross/ +config/cmake/* ./etc/dpkg-cross/cmake/ +config/qmake/* ./etc/dpkg-cross/qmake/ diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.config dpkg-cross-2.6.15/debian/dpkg-cross.config --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.config 2008-06-04 15:28:53.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.config 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -#!/usr/bin/perl -w - -use Debconf::Client::ConfModule qw(:all); - -version("2.0"); -my $capb=capb("backup"); -#debug -#purge(); -#fset("dpkg-cross/default-arch", "seen", "false"); -beginblock(); -title("Default cross-build architecture selection"); -input("medium", "dpkg-cross/default-arch"); -endblock(); -go(); diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.dirs dpkg-cross-2.6.15/debian/dpkg-cross.dirs --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.dirs 2010-01-17 15:43:14.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -/etc/dpkg-cross/cross-config.d/ -/etc/dpkg-cross/multiarch-cross.d/ diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.install dpkg-cross-2.6.15/debian/dpkg-cross.install --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.install 2012-12-16 13:07:49.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.install 2017-07-24 22:19:00.000000000 +0000 @@ -1,6 +1,3 @@ dpkg-cross ./usr/bin/ -config/cross-config.* ./etc/dpkg-cross/ -config/cmake/* ./etc/dpkg-cross/cmake/ -config/qmake/* ./etc/dpkg-cross/qmake/ -cross-compile.sample ./etc/dpkg-cross/ +cross-compile.sample ./usr/share/dpkg-cross/ dpkg-cross.1 ./usr/share/man/man1/ diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.postinst dpkg-cross-2.6.15/debian/dpkg-cross.postinst --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.postinst 1970-01-01 00:00:00.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.postinst 2016-07-12 18:33:01.000000000 +0000 @@ -0,0 +1,71 @@ +#! /bin/sh +# postinst script for dpkg-cross +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +diverted="dpkg-buildpackage dpkg-shlibdeps" + +case "$1" in + configure) + # Remove diversion of dh_strip left from older versions of dpkg-cross + if dpkg-divert --list /usr/bin/dh_strip | grep -q dpkg-cross; then + # For some reason, dh_strip from older version of package is still + # there at this point. Looks like dpkg does not delete file from + # older version of a package if that file diverts another file .. + # This causes funny things such as #237511 that don't seem to have + # a good solution. Looks that the only way to make a sane upgrade + # is to delete the file here - which is bad, I know, but IMHO + # it's better than dpkg errors. + test -e /usr/bin/dh_strip && test -e /usr/bin/dh_strip.orig && + rm -f /usr/bin/dh_strip + dpkg-divert --package dpkg-cross --remove --rename \ + --divert /usr/bin/dh_strip.orig \ + /usr/bin/dh_strip + fi + # dpkg-divert --package wibble --rename --remove /usr/bin/example + for prog in $diverted; do + if dpkg-divert --list /usr/bin/$prog | grep -q dpkg-cross; then + dpkg-divert --package dpkg-cross --rename --remove \ + /usr/bin/$prog + fi + done + if [ ! -f '/etc/dpkg-cross/cross-compile' ]; then + cp /usr/share/dpkg-cross/cross-compile.sample /etc/dpkg-cross/cross-compile + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.postrm dpkg-cross-2.6.15/debian/dpkg-cross.postrm --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.postrm 1970-01-01 00:00:00.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.postrm 2016-07-12 18:03:02.000000000 +0000 @@ -0,0 +1,51 @@ +#! /bin/sh +# postrm script for dpkg-cross +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + remove) + ;; + + purge) + rm -rf /etc/dpkg-cross/cross-compile.sample + rm -rf /etc/dpkg-cross/cross-compile + if [ "$1" = "purge" ] && [ -e /usr/share/debconf/confmodule ]; then + # Source debconf library. + . /usr/share/debconf/confmodule + # Remove my changes to the db. + db_purge + fi + ;; + + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + +# vim:ts=4:et diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.preinst dpkg-cross-2.6.15/debian/dpkg-cross.preinst --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.preinst 1970-01-01 00:00:00.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.preinst 2011-03-27 06:14:10.000000000 +0000 @@ -0,0 +1,46 @@ +#! /bin/sh +# preinst script for dpkg-cross +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + install|upgrade) + # Move dpkg-cross's files from /etc/dpkg in /etc/dpkg-cross directory. + # Do this in preinst, not postinst, to make dpkg conffile handling + # to work as expected. Needed until Etch becomes oldstable. + if test -n "$2" && dpkg --compare-versions "$2" lt "1.24"; then + mkdir -p /etc/dpkg-cross + mv -f /etc/dpkg/cross-compile* /etc/dpkg/cross-config.* \ + /etc/dpkg/crosstools* /etc/dpkg-cross/. 2>/dev/null || true + fi + + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + +# vim:ts=4:et diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.prerm dpkg-cross-2.6.15/debian/dpkg-cross.prerm --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.prerm 1970-01-01 00:00:00.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.prerm 2011-03-27 06:14:10.000000000 +0000 @@ -0,0 +1,44 @@ +#! /bin/sh +# prerm script for dpkg-cross +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `upgrade' +# * `failed-upgrade' +# * `remove' `in-favour' +# * `deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + upgrade) + # Move dpkg-cross's files from /etc/dpkg in /etc/dpkg-cross directory. + # Do this in preinst, not postinst, to make dpkg conffile handling + # to work as expected. Needed until Etch becomes oldstable. + if dpkg --compare-versions "$2" lt "1.24"; then + mkdir -p /etc/dpkg + mv -f /etc/dpkg-cross/cross-compile* /etc/dpkg-cross/cross-config* \ + /etc/dpkg-cross/crosstools* /etc/dpkg/. 2>/dev/null || true + rmdir /etc/dpkg-cross 2>/dev/null || true + fi + ;; + remove|deconfigure|failed-upgrade) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff -Nru dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.templates dpkg-cross-2.6.15/debian/dpkg-cross.templates --- dpkg-cross-2.6.13ubuntu1/debian/dpkg-cross.templates 2010-12-08 19:35:17.000000000 +0000 +++ dpkg-cross-2.6.15/debian/dpkg-cross.templates 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -Template: dpkg-cross/default-arch -Type: select -# Translators: "None" here refers to "architecture" -#flag:translate:1 -__Choices: None, alpha, amd64, arm, armeb, armel, armhf, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc -Default: None -_Description: Default cross-building architecture: - If this machine is typically cross-building for one main architecture, - you can select that architecture here to save specifying it again when - running dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have - no default. diff -Nru dpkg-cross-2.6.13ubuntu1/debian/NEWS dpkg-cross-2.6.15/debian/NEWS --- dpkg-cross-2.6.13ubuntu1/debian/NEWS 2011-02-22 13:21:31.000000000 +0000 +++ dpkg-cross-2.6.15/debian/NEWS 2017-07-24 22:19:00.000000000 +0000 @@ -1,3 +1,20 @@ +dpkg-cross (2.6.14) unstable; urgency=medium + + The cross architecture configuration files have moved to the + new cross-config package and the older dpkg-cross binary with + supporting perl module are now deprecated. Future uploads will + only include the cross-config package. + . + Use cross-config to retain support for autotools and CMake + cross-building configuration. + . + If you use the deprecated dpkg-cross binary, now is the time + to migrate away from these path changes. The dpkg-cross binary + and the supporting perl module should NOT be expected to be + part of Debian by the time of the Stretch release. + + -- Neil Williams Tue, 12 Jul 2016 19:06:19 +0100 + dpkg-cross (2.6.2) unstable; urgency=low debhelper (>= 8.1.2) now contains support for stripping cross diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/cs.po dpkg-cross-2.6.15/debian/po/cs.po --- dpkg-cross-2.6.13ubuntu1/debian/po/cs.po 2010-12-08 20:30:25.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/cs.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2007-01-30 22:12+0100\n" -"Last-Translator: Miroslav Kure \n" -"Language-Team: Czech \n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Žádná" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Výchozí architektura pro křížovou kompilaci:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Pokud tento počítač většinou používáte pro křížovou kompilaci pro jednu " -"konkrétní architekturu, můžete ji zde zadat a ušetřit si psaní při spouštění " -"dpkg-cross, apt-cross nebo emdebian-tools. Jestliže nechcete zadávat výchozí " -"architekturu, zvolte \"Žádná\"." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/da.po dpkg-cross-2.6.15/debian/po/da.po --- dpkg-cross-2.6.13ubuntu1/debian/po/da.po 2012-03-31 15:41:35.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/da.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -# Danish translation dpkg-cross. -# Copyright (C) 2012 dpkg-cross & Joe Hansen. -# This file is distributed under the same license as the dpkg-cross package. -# Joe Hansen , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2012-03-31 17:30+01:00\n" -"Last-Translator: Joe Hansen \n" -"Language-Team: Danish \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Ingen" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Standardarkitektur for krydsbygning:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Hvis denne maskine typisk krydsbygger for en hovedarkitektur, så kan du " -"vælge den arkitektur her for at spare specificeringen af den igen, når du " -"kører dpkg-cross, apt-cross eller emdebian-tools. Vælg »Ingen« for ikke at " -"have en standard." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/de.po dpkg-cross-2.6.15/debian/po/de.po --- dpkg-cross-2.6.13ubuntu1/debian/po/de.po 2010-12-08 20:30:28.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/de.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -# Translation of dpkg-cross debconf templates to German -# Copyright (C) Helge Kreutzmann , 2007. -# This file is distributed under the same license as the dpkg-cross package. -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross 1.34\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2007-01-30 19:16+0100\n" -"Last-Translator: Helge Kreutzmann \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Keine" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Standard Cross-Bau-Architektur:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Falls diese Maschine typischerweise fr eine Hauptarchitektur (cross-)baut, " -"knnen Sie diese Architektur hier auswhlen, damit Sie diese nicht erneut " -"angeben mssen, wenn Sie dpkg-cross, apt-cross oder emdebian-tools " -"ausfhren. Whlen Sie Keine fr die Standardeinstellung." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/es.po dpkg-cross-2.6.15/debian/po/es.po --- dpkg-cross-2.6.13ubuntu1/debian/po/es.po 2010-12-08 20:30:35.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/es.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -# dpkg-cross po-debconf translation to Spanish -# Copyright (C) 2009 Software in the Public Interest -# This file is distributed under the same license as the dpkg-cross package. -# -# Changes: -# - Initial translation -# Francisco Javier Cuadrado , 2009 -# -# Traductores, si no conocen el formato PO, merece la pena leer la -# documentación de gettext, especialmente las secciones dedicadas a este -# formato, por ejemplo ejecutando: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Equipo de traducción al español, por favor lean antes de traducir -# los siguientes documentos: -# -# - El proyecto de traducción de Debian al español -# http://www.debian.org/intl/spanish/ -# especialmente las notas de traducción en -# http://www.debian.org/intl/spanish/notas -# -# - La guía de traducción de po's de debconf: -# /usr/share/doc/po-debconf/README-trans -# o http://www.debian.org/intl/l10n/po-debconf/README-trans -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross 2.3.0.1\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2009-01-31 13:35+0100\n" -"Last-Translator: Francisco Javier Cuadrado \n" -"Language-Team: Debian l10n Spanish \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Ninguna" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Arquitectura predeterminada para la compilación cruzada:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Si esta máquina normalmente sólo realiza compilaciones cruzadas para una " -"arquitectura principal, puede seleccionar esa arquitectura para ahorrarse el " -"especificarla cada vez que ejecute «dpkg-cross», «apt-cross» o «emdebian-" -"tools». Elija «ninguna» si no tiene una arquitectura predeterminada." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/fr.po dpkg-cross-2.6.15/debian/po/fr.po --- dpkg-cross-2.6.13ubuntu1/debian/po/fr.po 2010-12-08 20:30:37.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/fr.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -# translation of fr.po to French -# Copyright (C) 2007 Free Software Foundation, Inc. -# This file is distributed under the same license as the dpkg-cross package. -# -# Christian Perrier , 2007. -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2007-01-30 21:04+0100\n" -"Last-Translator: Christian Perrier \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Aucune" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Architecture par défaut pour la compilation croisée :" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Si cette machine effectue des compilations croisées plus particulièrement " -"pour une architecture donnée, vous pouvez choisir cette architecture afin " -"d'éviter d'avoir à l'indiquer à l'exécution de dpkg-cross, apt-cross ou " -"emdebian-tools. Si vous choisissez « Aucune », aucune architecture par " -"défaut ne sera définie." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/it.po dpkg-cross-2.6.15/debian/po/it.po --- dpkg-cross-2.6.13ubuntu1/debian/po/it.po 2010-12-08 20:30:44.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/it.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -# Italian (it) translation of debconf templates for dpkg-cross -# Copyright (C) 2007 Free Software Foundation, Inc. -# This file is distributed under the same license as the dpkg-cross package. -# Luca Monducci , 2007. -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross 1.35 italian debconf templates\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2007-05-06 15:43+0200\n" -"Last-Translator: Luca Monducci \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Nessuna" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Architettura di cross-compilazione predefinita:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Se su questa macchina si effettua tipicamente la cross-compilazione su una " -"architettura in particolare, è possibile selezionare adesso quella " -"architettura in modo da non doverla poi specificare ogni volta che si usa " -"dpkg-cross, apt-cross o emdebian-tools. Selezionare \"Nessuna\" se non vi " -"vuole avere una architettura predefinita." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/ja.po dpkg-cross-2.6.15/debian/po/ja.po --- dpkg-cross-2.6.13ubuntu1/debian/po/ja.po 2010-12-08 20:30:48.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/ja.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -# Japanese debconf templates translation for dpkg-cross. -# Copyright (C) 2007 Noritada Kobayashi -# This file is distributed under the same license as the dpkg-cross package. -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross (debconf) 1.35\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2007-03-01 16:27+0900\n" -"Last-Translator: Noritada Kobayashi \n" -"Language-Team: Japanese \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "なし" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "デフォルトのクロスビルドアーキテクチャ:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"このマシンでクロスビルドするアーキテクチャが主に特定の 1 つに限られている場" -"合、そのアーキテクチャをここで選択して、dpkg-cross や apt-cross、emdebian-" -"tools を実行する際にあらためて指定せずに済むようにできます。デフォルトを与え" -"ない場合は「なし」を選択してください。" diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/ka.po dpkg-cross-2.6.15/debian/po/ka.po --- dpkg-cross-2.6.13ubuntu1/debian/po/ka.po 2010-12-08 20:30:51.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/ka.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: 2.3.0\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2008-10-12 17:11+0400\n" -"Last-Translator: Aiet Kolkhi \n" -"Language-Team: Georgian \n" -"Language: ka\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "არაფერი" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "cross-building-ის სტანდარტული არქიტექტურა:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"თუ ეს კომპიუტერი ძირითადად ერთ მთავარ არქიტექტურაზე cross-building-ისათვის " -"გამოიყენება, შეგიძლიათ ამოირჩიოთ იგი აქ, რათა ყოველ ჯერზე მითითება აღარ " -"მოგიწიოთ dpkg-cross, apt-cross ან emdebian-tools ბრძანებების გაშვებისას. " -"ამოირჩიეთ „არაფერი“, თუ არ გსურთ ნაგულისხმევად რომელიმეს დაყენება." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/nl.po dpkg-cross-2.6.15/debian/po/nl.po --- dpkg-cross-2.6.13ubuntu1/debian/po/nl.po 2010-12-08 20:30:54.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/nl.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2007-03-09 18:38+0100\n" -"Last-Translator: Bart Cornelis \n" -"Language-Team: debian-l10n-dutch \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Dutch\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Geen" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Architectuur waarvoor standaard te cross-builden:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Als deze machine meestal gebruikt wordt om te 'cross-builden' naar één " -"architectuur kunt u deze hier selecteren zodat u dit niet bij iedere aanroep " -"van dpkg-cross, apt-cross en emdebian-tools dient te doen. Selecteer 'Geen' " -"als u geen standaard-architectuur wilt instellen." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/POTFILES.in dpkg-cross-2.6.15/debian/po/POTFILES.in --- dpkg-cross-2.6.13ubuntu1/debian/po/POTFILES.in 2007-01-21 14:27:15.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/POTFILES.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -[type: gettext/rfc822deb] dpkg-cross.templates - diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/pt_BR.po dpkg-cross-2.6.15/debian/po/pt_BR.po --- dpkg-cross-2.6.13ubuntu1/debian/po/pt_BR.po 2012-03-31 16:40:08.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/pt_BR.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -# Debconf translation of dpkg-cross -# Copyright (C) 2011 dpkg-cross' COPYRIGHT HOLDER -# This file is distributed under the same license as the dpkg-cross package. -# Marco Juliano e Silva , 2011. -# -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2011-11-21 21:34-0200\n" -"Last-Translator: Marco Juliano e Silva \n" -"Language-Team: Brazilian Portuguese \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Nenhuma" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Arquitetura cross-building padrão:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Se esta máquina faz tipicamente cross-building para uma arquitetura " -"principal, você pode selecionar essa arquitetura aqui, para não ter que " -"especificar novamente quando estiver rodando dpkg-cross, apt-cross ou " -"emdebian-tools. Selecione 'Nenhuma' para não ter padrão." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/pt.po dpkg-cross-2.6.15/debian/po/pt.po --- dpkg-cross-2.6.13ubuntu1/debian/po/pt.po 2010-12-08 20:30:58.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/pt.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -# Portuguese translation for dpkg-cross debconf messages. -# Copyright (C) 2007 Pedro Ribeiro -# This file is distributed under the same license as the dpkg-cross package. -# Pedro Ribeiro , 2007 -# -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross_1.38\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2007-06-28 19:03+0100\n" -"Last-Translator: Pedro Ribeiro \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Nenhuma" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "" -"Arquitectura por omissão para a criação de pacotes para outra arquitectura:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Se esta máquina é usada para a criação de pacotes para uma outra " -"arquitectura específica, pode seleccioná-la aqui para evitar especificá-la " -"novamente quando executar dpkg-cross, apt-cross ou emdebian-tools. Escolha " -"'Nenhuma' para não ter arquitectura por omissão." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/ru.po dpkg-cross-2.6.15/debian/po/ru.po --- dpkg-cross-2.6.13ubuntu1/debian/po/ru.po 2010-12-08 20:31:03.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/ru.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -# translation of ru.po to Russian -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Yuri Kozlov , 2008. -msgid "" -msgstr "" -"Project-Id-Version: ru\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2008-08-31 10:44+0400\n" -"Last-Translator: Yuri Kozlov \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Нет предпочтений" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Архитектура по умолчанию для перекрёстной сборки:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Если эта машина обычно используется для сборки под одну основную " -"архитектуру, то вы можете указать её, и это будет учтено при работе pkg-" -"cross, apt-cross или emdebian-tools. Выберите 'Нет предпочтений', если " -"машина используется для сборки под разные архитектуры." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/sv.po dpkg-cross-2.6.15/debian/po/sv.po --- dpkg-cross-2.6.13ubuntu1/debian/po/sv.po 2010-12-08 20:31:13.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/sv.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -# translation of dpkg-cross_sv.po to Swedish -# Copyright (C) 2008 -# This file is distributed under the same license as the dpkg-cross package. -# -# Martin Ågren , 2008. -msgid "" -msgstr "" -"Project-Id-Version: dpkg-cross_sv\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2008-10-12 22:30+0200\n" -"Last-Translator: Martin Ågren \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Ingen" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Standardarkitektur för krossbyggnation:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Om den här maskinen typiskt används för att bygga för en huvudarkitektur, " -"kan du välja den arkitekturen här för att slippa ange den igen när du kör " -"dpkg-cross, apt-cross eller emdebian-tools. Välj 'Ingen' för att inte ha " -"något standardval." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/templates.pot dpkg-cross-2.6.15/debian/po/templates.pot --- dpkg-cross-2.6.13ubuntu1/debian/po/templates.pot 2007-02-07 10:31:24.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/templates.pot 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" diff -Nru dpkg-cross-2.6.13ubuntu1/debian/po/uk.po dpkg-cross-2.6.15/debian/po/uk.po --- dpkg-cross-2.6.13ubuntu1/debian/po/uk.po 2010-12-08 20:31:17.000000000 +0000 +++ dpkg-cross-2.6.15/debian/po/uk.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -# Olexandr Kravchuk -# -# -msgid "" -msgstr "" -"Project-Id-Version: 2.3.0\n" -"Report-Msgid-Bugs-To: debian-embedded@lists.debian.org\n" -"POT-Creation-Date: 2007-02-07 10:26+0000\n" -"PO-Revision-Date: 2008-10-12 14:54+0300\n" -"Last-Translator: Olexandr Kravchuk \n" -"Language-Team: \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: select -#. Choices -#. Translators: "None" here refers to "architecture" -#: ../dpkg-cross.templates:1001 -msgid "None" -msgstr "Ніякої" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "Default cross-building architecture:" -msgstr "Архітектура за замовчуванням:" - -#. Type: select -#. Description -#: ../dpkg-cross.templates:1002 -msgid "" -"If this machine is typically cross-building for one main architecture, you " -"can select that architecture here to save specifying it again when running " -"dpkg-cross, apt-cross or emdebian-tools. Select 'None' to have no default." -msgstr "" -"Якщо це машина переважно використовується для крос-збірки наодну " -"арахітектуру, то можна зробити, щоб це значення зберігалосьпри кожному " -"запуску програми. Якщо ж ні, виберіть \"Ніякої\"." diff -Nru dpkg-cross-2.6.13ubuntu1/debian/postinst dpkg-cross-2.6.15/debian/postinst --- dpkg-cross-2.6.13ubuntu1/debian/postinst 2007-08-27 10:45:53.000000000 +0000 +++ dpkg-cross-2.6.15/debian/postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,81 +0,0 @@ -#! /bin/sh -# postinst script for dpkg-cross -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - -diverted="dpkg-buildpackage dpkg-shlibdeps" - -case "$1" in - configure) - # Remove diversion of dh_strip left from older versions of dpkg-cross - if dpkg-divert --list /usr/bin/dh_strip | grep -q dpkg-cross; then - # For some reason, dh_strip from older version of package is still - # there at this point. Looks like dpkg does not delete file from - # older version of a package if that file diverts another file .. - # This causes funny things such as #237511 that don't seem to have - # a good solution. Looks that the only way to make a sane upgrade - # is to delete the file here - which is bad, I know, but IMHO - # it's better than dpkg errors. - test -e /usr/bin/dh_strip && test -e /usr/bin/dh_strip.orig && - rm -f /usr/bin/dh_strip - dpkg-divert --package dpkg-cross --remove --rename \ - --divert /usr/bin/dh_strip.orig \ - /usr/bin/dh_strip - fi - # dpkg-divert --package wibble --rename --remove /usr/bin/example - for prog in $diverted; do - if dpkg-divert --list /usr/bin/$prog | grep -q dpkg-cross; then - dpkg-divert --package dpkg-cross --rename --remove \ - /usr/bin/$prog - fi - done - # Source debconf library. - . /usr/share/debconf/confmodule - db_get dpkg-cross/default-arch - if [ "$RET" = "None" ]; then - sed -e s/#*default_arch\ =\ .*/#default_arch\ =\ / \ - /etc/dpkg-cross/cross-compile.sample \ - > /etc/dpkg-cross/cross-compile - else - sed -e s/#*default_arch\ =\ .*/default_arch\ =\ $RET/ \ - /etc/dpkg-cross/cross-compile.sample \ - > /etc/dpkg-cross/cross-compile - fi - db_stop - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff -Nru dpkg-cross-2.6.13ubuntu1/debian/postrm dpkg-cross-2.6.15/debian/postrm --- dpkg-cross-2.6.13ubuntu1/debian/postrm 2012-07-25 19:50:19.000000000 +0000 +++ dpkg-cross-2.6.15/debian/postrm 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -#! /bin/sh -# postrm script for dpkg-cross -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' overwrit>r> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - -case "$1" in - remove) - ;; - - purge) - rm -rf /etc/dpkg-cross/cross-config* - rm -rf /etc/dpkg-cross/cmake/ - rm -rf /etc/dpkg-cross/multiarch-cross.d/ - rm -rf /etc/dpkg-cross/cross-compile.sample - rm -rf /etc/dpkg-cross/cross-compile - if [ "$1" = "purge" ] && [ -e /usr/share/debconf/confmodule ]; then - # Source debconf library. - . /usr/share/debconf/confmodule - # Remove my changes to the db. - db_purge - fi - ;; - - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - -# vim:ts=4:et diff -Nru dpkg-cross-2.6.13ubuntu1/debian/preinst dpkg-cross-2.6.15/debian/preinst --- dpkg-cross-2.6.13ubuntu1/debian/preinst 2011-03-27 06:14:10.000000000 +0000 +++ dpkg-cross-2.6.15/debian/preinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -#! /bin/sh -# preinst script for dpkg-cross -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - -case "$1" in - install|upgrade) - # Move dpkg-cross's files from /etc/dpkg in /etc/dpkg-cross directory. - # Do this in preinst, not postinst, to make dpkg conffile handling - # to work as expected. Needed until Etch becomes oldstable. - if test -n "$2" && dpkg --compare-versions "$2" lt "1.24"; then - mkdir -p /etc/dpkg-cross - mv -f /etc/dpkg/cross-compile* /etc/dpkg/cross-config.* \ - /etc/dpkg/crosstools* /etc/dpkg-cross/. 2>/dev/null || true - fi - - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - -# vim:ts=4:et diff -Nru dpkg-cross-2.6.13ubuntu1/debian/prerm dpkg-cross-2.6.15/debian/prerm --- dpkg-cross-2.6.13ubuntu1/debian/prerm 2011-03-27 06:14:10.000000000 +0000 +++ dpkg-cross-2.6.15/debian/prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -#! /bin/sh -# prerm script for dpkg-cross -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - -case "$1" in - upgrade) - # Move dpkg-cross's files from /etc/dpkg in /etc/dpkg-cross directory. - # Do this in preinst, not postinst, to make dpkg conffile handling - # to work as expected. Needed until Etch becomes oldstable. - if dpkg --compare-versions "$2" lt "1.24"; then - mkdir -p /etc/dpkg - mv -f /etc/dpkg-cross/cross-compile* /etc/dpkg-cross/cross-config* \ - /etc/dpkg-cross/crosstools* /etc/dpkg/. 2>/dev/null || true - rmdir /etc/dpkg-cross 2>/dev/null || true - fi - ;; - remove|deconfigure|failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff -Nru dpkg-cross-2.6.13ubuntu1/debian/README.debian dpkg-cross-2.6.15/debian/README.debian --- dpkg-cross-2.6.13ubuntu1/debian/README.debian 2011-03-27 06:14:10.000000000 +0000 +++ dpkg-cross-2.6.15/debian/README.debian 2017-07-24 22:19:00.000000000 +0000 @@ -173,7 +173,7 @@ Since supplying fixed answers for questions that configure asks is against its purpose, really only those values should be defined that -cannot be detemined when cross compiling. This group again can be +cannot be determined when cross compiling. This group again can be split into two subgroups: Linux-specific values (the target is always a Linux system, since we're building Debian packages), and values specific to the target architecture. Therefore, there are actually diff -Nru dpkg-cross-2.6.13ubuntu1/debian/rules dpkg-cross-2.6.15/debian/rules --- dpkg-cross-2.6.13ubuntu1/debian/rules 2012-03-31 15:47:50.000000000 +0000 +++ dpkg-cross-2.6.15/debian/rules 2017-07-24 22:19:00.000000000 +0000 @@ -9,7 +9,6 @@ clean:: $(RM) Debian::DpkgCross.3 dpkg-cross.1 $(RM) debian/stamp-makefile-build debian/stamp-makefile-check - debconf-updatepo build/dpkg-cross:: install -d debian/dpkg-cross/usr/share/bug/dpkg-cross/ diff -Nru dpkg-cross-2.6.13ubuntu1/dpkg-cross dpkg-cross-2.6.15/dpkg-cross --- dpkg-cross-2.6.13ubuntu1/dpkg-cross 2015-05-13 00:56:01.000000000 +0000 +++ dpkg-cross-2.6.15/dpkg-cross 2017-07-24 22:18:59.000000000 +0000 @@ -727,16 +727,16 @@ print TO "libdir=$crosslib\n"; } # preserve original prefix for datarootdir entries - } elsif (/^datarootdir="\${prefix}(.*)"$/ or /^datarootdir=\${prefix}(.*)$/) { + } elsif (/^datarootdir="\$\{prefix}(.*)"$/ or /^datarootdir=\$\{prefix}(.*)$/) { print TO "datarootdir=${orig_prefix}${1}\n"; # preserve original (build arch) prefix for ${exec_prefix}/bin entries # (e.g. orbit_idl). - } elsif (m:\${exec_prefix}/bin:) { - s:\${exec_prefix}/bin:${orig_prefix}/bin:; + } elsif (m:\$\{exec_prefix}/bin:) { + s:\$\{exec_prefix}/bin:${orig_prefix}/bin:; print TO; } elsif (/^includedir=/) { my $inc = ($crossinc eq "$crossdir/include") ? "\${prefix}/include" : $crossinc; - s:\${(exec_)?prefix}/include:$inc:; + s:\$\{(exec_)?prefix}/include:$inc:; print TO "includedir=$inc\n"; } elsif (m#^Cflags:.*(-I/usr/include)#) { # dpkg-cross unconditionally moves /usr/include to /usr/$host/include diff -Nru dpkg-cross-2.6.13ubuntu1/po/dpkg-cross.pot dpkg-cross-2.6.15/po/dpkg-cross.pot --- dpkg-cross-2.6.13ubuntu1/po/dpkg-cross.pot 1970-01-01 00:00:00.000000000 +0000 +++ dpkg-cross-2.6.15/po/dpkg-cross.pot 2016-07-17 09:43:27.000000000 +0000 @@ -0,0 +1,374 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: dpkg-cross@packages.debian.org\n" +"POT-Creation-Date: 2016-07-17 10:43+0100\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: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: ../dpkg-cross:249 +#, perl-format +msgid "" +"\n" +"dpkg-cross version %s\n" +"\n" +"Usage:\n" +" dpkg-cross [OPTIONS] [--install|-i] \n" +" dpkg-cross [OPTIONS] [--build|-b] \n" +" dpkg-cross [OPTIONS] [--remove|--purge|-r] \n" +" dpkg-cross [OPTIONS] [--status|-s] \n" +" dpkg-cross [OPTIONS] [--list|-l] \n" +" dpkg-cross [OPTIONS] [--list-files|-L] \n" +" dpkg-cross [OPTIONS] [--query|-Q] \n" +" dpkg-cross [OPTIONS] [--update|-u] \n" +"\n" +"Commands:\n" +" -?|-h|--help|--version: print this message.\n" +"\n" +"Options:\n" +" -a|--arch ARCH: set architecture (default: defined in configuration " +"file)\n" +" -v|--verbose: be verbose\n" +" -q|--quiet: be quiet\n" +" -A|--convert-anyway: convert package even if it does not provide any\n" +" development files\n" +" -M|--convert-multiarch: convert package even if it is a multiarch package\n" +" -X|--exclude PACKAGE: Exclude this package from the dependency list of " +"the\n" +" built package.\n" +" -k|--keep-temp: Keep the temporary archives when installing.\n" +"\n" +"dpkg-cross installs or removes libraries and include files for\n" +"cross-compiling Debian packages. It reads /etc/dpkg-cross/cross-compile\n" +"to determine the base directory of the cross compiler installation, and\n" +"works in the subdirectories lib and include there.\n" +"\n" +msgstr "" + +#: ../dpkg-cross:308 ../dpkg-cross:311 ../dpkg-cross:314 ../dpkg-cross:317 +#: ../dpkg-cross:320 ../dpkg-cross:323 ../dpkg-cross:326 ../dpkg-cross:329 +#, perl-format +msgid "%s: Only one action can be specified!\n" +msgstr "" + +#: ../dpkg-cross:333 +#, perl-format +msgid "%s: --arch needs an argument.\n" +msgstr "" + +#: ../dpkg-cross:336 +#, perl-format +msgid "%s: --exclude needs an argument.\n" +msgstr "" + +#: ../dpkg-cross:343 +#, perl-format +msgid "%s: Unknown option %s.\n" +msgstr "" + +#: ../dpkg-cross:348 +#, perl-format +msgid "%s: Too few arguments.\n" +msgstr "" + +#: ../dpkg-cross:352 +#, perl-format +msgid "%s: No default architecture has been set.\n" +msgstr "" + +#: ../dpkg-cross:356 +#, perl-format +msgid "%s: Unrecognised architecture: %s\n" +msgstr "" + +#: ../dpkg-cross:365 +msgid "No updates available.\n" +msgstr "" + +#: ../dpkg-cross:369 +msgid "Available updates:\n" +msgstr "" + +#: ../dpkg-cross:371 +#, perl-format +msgid "%s (from %s to %s)\n" +msgstr "" + +#: ../dpkg-cross:395 +msgid "Converting packages:\n" +msgstr "" + +#: ../dpkg-cross:406 +msgid "Installing converted packages with dpkg\n" +msgstr "" + +#: ../dpkg-cross:410 +#, perl-format +msgid "Unpacking %s\n" +msgstr "" + +#: ../dpkg-cross:423 +msgid "dpkg -i failed.\n" +msgstr "" + +#: ../dpkg-cross:427 +msgid "Removing tmp packages\n" +msgstr "" + +#: ../dpkg-cross:429 +#, perl-format +msgid "Removing %s failed: %s\n" +msgstr "" + +#: ../dpkg-cross:437 +#, perl-format +msgid "Trying to build: %s\n" +msgstr "" + +#: ../dpkg-cross:445 +#, perl-format +msgid "Calling %s\n" +msgstr "" + +#: ../dpkg-cross:457 +#, perl-format +msgid "%s: cannot access %s: %s\n" +msgstr "" + +#: ../dpkg-cross:461 +#, perl-format +msgid "Going to convert %s\n" +msgstr "" + +#: ../dpkg-cross:469 +#, perl-format +msgid "%s: failed to create temporary directory: %s\n" +msgstr "" + +#: ../dpkg-cross:474 +#, perl-format +msgid "%s: failed to prepare temporary directory: %s\n" +msgstr "" + +#: ../dpkg-cross:481 +msgid "Removing tmp files...\n" +msgstr "" + +#: ../dpkg-cross:483 +msgid "Interrupted.\n" +msgstr "" + +#: ../dpkg-cross:486 +#, perl-format +msgid "Extracting %s\n" +msgstr "" + +#: ../dpkg-cross:493 +msgid "Extracting information from control file\n" +msgstr "" + +#: ../dpkg-cross:497 +#, perl-format +msgid "%s: cannot open package control file: %s\n" +msgstr "" + +#. Carry on and process file anyway if --convert-multiarch given +#: ../dpkg-cross:518 +#, perl-format +msgid "" +"%s: Multi-Arch package detected; processing anyway as --convert-multiarch " +"specified.\n" +msgstr "" + +#: ../dpkg-cross:522 +#, perl-format +msgid "%s: Skipping Multi-Arch package '%s'.\n" +msgstr "" + +#: ../dpkg-cross:537 +#, perl-format +msgid "%s: required field '%s' missing in control file\n" +msgstr "" + +#: ../dpkg-cross:547 +#, perl-format +msgid "%s: %s already looks like a cross-compile package\n" +msgstr "" + +#: ../dpkg-cross:555 +#, perl-format +msgid "%s: %s has wrong architecture (%s)\n" +msgstr "" + +#. now ready to start preparing destination package +#: ../dpkg-cross:566 +msgid "Creating destination package tree\n" +msgstr "" + +#: ../dpkg-cross:577 +#, perl-format +msgid "%s: failed to create %s: %s\n" +msgstr "" + +#: ../dpkg-cross:590 +#, perl-format +msgid "%s: failed to link %s to %s: %s" +msgstr "" + +#: ../dpkg-cross:603 +#, perl-format +msgid "%s: failed to open: %s\n" +msgstr "" + +#: ../dpkg-cross:623 +#, perl-format +msgid "%s: failed to open %s: %s" +msgstr "" + +#: ../dpkg-cross:628 ../dpkg-cross:669 ../dpkg-cross:702 ../dpkg-cross:786 +#: ../dpkg-cross:804 +#, perl-format +msgid "%s: failed to open %s for writing: %s" +msgstr "" + +#: ../dpkg-cross:664 ../dpkg-cross:697 ../dpkg-cross:781 ../dpkg-cross:799 +#, perl-format +msgid "%s: failed to open %s: %s\n" +msgstr "" + +#. Translators, retain the -> to indicate the direction of the link. +#: ../dpkg-cross:1029 +#, perl-format +msgid "Creating symlink %s -> %s\n" +msgstr "" + +#: ../dpkg-cross:1043 +#, perl-format +msgid "%s: failed to create symlink %s -> %s: %s\n" +msgstr "" + +#: ../dpkg-cross:1055 +#, perl-format +msgid "" +"package %s doesn't provide any useful files, but processing it anyway as " +"requested\n" +msgstr "" + +#: ../dpkg-cross:1058 +#, perl-format +msgid "package %s doesn't provide any useful files. Skipping.\n" +msgstr "" + +#: ../dpkg-cross:1068 +#, perl-format +msgid "Creating %s\n" +msgstr "" + +#: ../dpkg-cross:1071 +#, perl-format +msgid "%s: failed to open %s for writing: %s\n" +msgstr "" + +#: ../dpkg-cross:1084 +#, perl-format +msgid "%s: failed to create %s/DEBIAN: %s\n" +msgstr "" + +#: ../dpkg-cross:1098 +#, perl-format +msgid "%s: failed to open %s/DEBIAN/control for writing: %s\n" +msgstr "" + +#. Create md5sums file +#: ../dpkg-cross:1158 +msgid "Creating md5sums file\n" +msgstr "" + +#: ../dpkg-cross:1167 +#, perl-format +msgid "%s: %s is not available, package files will not be owned by root\n" +msgstr "" + +#. Build the .deb +#: ../dpkg-cross:1174 +#, perl-format +msgid "Building %s\n" +msgstr "" + +#: ../dpkg-cross:1176 +#, perl-format +msgid "%s: building package with dpkg-deb -b failed.\n" +msgstr "" + +#: ../dpkg-cross:1188 +#, perl-format +msgid "%s: conversion of %s failed.\n" +msgstr "" + +#: ../dpkg-cross:1197 +msgid "Determining installed packages " +msgstr "" + +#: ../dpkg-cross:1200 +#, perl-format +msgid "Can't open %s: %s" +msgstr "" + +#: ../dpkg-cross:1205 ../dpkg-cross:1251 +#, perl-format +msgid "(%d package)\n" +msgid_plural "(%d packages)\n" +msgstr[0] "" +msgstr[1] "" + +#: ../dpkg-cross:1230 +#, perl-format +msgid "Scanning .deb files under %s " +msgstr "" + +#: ../dpkg-cross:1234 +#, perl-format +msgid "find command returned error status %s\n" +msgstr "" + +#: ../dpkg-cross:1236 +#, perl-format +msgid "No .deb files found under %s\n" +msgstr "" + +#: ../dpkg-cross:1243 +#, perl-format +msgid "Can't run dpkg --field %s: %s\n" +msgstr "" + +#: ../dpkg-cross:1335 +#, perl-format +msgid "Excluding: %s\n" +msgstr "" + +#: ../Debian/DpkgCross.pm:94 +#, perl-format +msgid "Unable to read %s: %s\n" +msgstr "" + +#: ../Debian/DpkgCross.pm:103 +#, perl-format +msgid "syntax error for %s in %s\n" +msgstr "" + +#: ../Debian/DpkgCross.pm:373 +#, perl-format +msgid "%s: Architecture is not specified.\n" +msgstr ""