summaryrefslogtreecommitdiff
path: root/scripts/dpkg-architecture.pl
AgeCommit message (Expand)AuthorFilesLines
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-1/+1
2014-05-17perl: Do not use global match variablesGuillem Jover1-10/+10
2014-05-17dpkg-architecture: Move -L argument to the Commands --help output sectionGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-20/+20
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-18/+18
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-3/+3
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-1/+1
2012-06-08scripts: Slice --help output stringsGuillem Jover1-6/+6
2012-06-08scripts: Unify “<option>...” --help outputGuillem Jover1-1/+1
2012-05-23scripts: Refer to commands instead of actions in help outputGuillem Jover1-2/+2
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-5/+1
2011-10-02dpkg-architecture: Clarify warning about mismatched GNU system typeGuillem Jover1-1/+2
2011-10-02dpkg-architecture: Only compute the requested variablesGuillem Jover1-45/+97
2011-10-02scripts: Use error() or syserr() instead of dieGuillem Jover1-7/+7
2011-10-02dpkg-architecture: Group build and host variables settingGuillem Jover1-16/+20
2011-03-14Add new variables, DEB_HOST_MULTIARCH and DEB_BUILD_MULTIARCHSteve Langasek1-2/+8
2011-03-01dpkg-architecture: Set DEB_HOST_ARCH and DEB_HOST_GNU_TYPE only onceGuillem Jover1-5/+10
2010-03-12Use License instead of Licence in stringsGuillem Jover1-1/+1
2009-11-08Clean up perl shebang lineGuillem Jover1-1/+1
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-2/+1
2009-08-15dpkg-architecture: finish support of DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}Raphaël Hertzog1-4/+4
2009-08-15dpkg-architecture: Add support for bits and endianness variablesGuillem Jover1-0/+6
2009-06-18dpkg-architecture: Remove unused variableGuillem Jover1-1/+0
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-11-11Use new style perl function callsGuillem Jover1-2/+2
2007-11-23Dpkg::Arch: Make get_host_arch and get_build_arch read from the environmentGuillem Jover1-3/+3
2007-11-23dpkg-architecture: use a hash instead of independent variablesGuillem Jover1-51/+30
2007-11-16dpkg-architecture: Move host and build arch detection code to Dpkg::ArchGuillem Jover1-34/+8
2007-11-16dpkg-architecture: Wrap long strings for die callsGuillem Jover1-2/+6
2007-11-16Dpkg::Arch: Add functions for direct debarch to/from gnutriplet conversionGuillem Jover1-5/+6
2007-11-16dpkg-architecture: Perform -L actions inside argument processing loopGuillem Jover1-39/+39
2007-10-18Dpkg::ErrorHandling: Add support for format stringsGuillem Jover1-4/+11
2007-10-12Switch perl programs to use the new Dpkg/Arch moduleGuillem Jover1-3/+3
2007-10-11Switch perl programs to use the new Dpkg/ErrorHandling moduleGuillem Jover1-0/+1
2007-07-22Switch 'dpkg-gettext.pl' to a new style perl module Dpkg::Gettext.Guillem Jover1-1/+1
2007-07-22Switch perl programs to use the new Dpkg module and its variables.Guillem Jover1-4/+1
2007-05-12 * scripts/controllib.pl (debian_arch_eq): Rename to ...Guillem Jover1-2/+2
2007-05-07Generalize source architecture handling by abstracting it through the newGuillem Jover1-13/+14
2007-05-04 * scripts/dpkg-architecture.pl: Use get_valid_arches instead ofGuillem Jover1-84/+3
2007-04-11Make all perl scripts use strict and warnings, to ease catching errors.Guillem Jover1-35/+46
2007-04-03 * scripts/controllib.pl (warn): Rename to ...Guillem Jover1-4/+4
2006-08-08Use dpkg-architecture from the source tree to get the target DebianGuillem Jover1-2/+2
2006-05-23Standarize scripts usage output format and at the same time makeGuillem Jover1-21/+36
2006-05-12* Add gettext support for the Perl scripts. Based on a patch byFrank Lichtenheld1-16/+19
2006-03-15Do not expand architecture aliases anymore in .dsc files.Guillem Jover1-0/+31
2006-01-28Make dpkg-architecture not print the warning about a missmatch betweenGuillem Jover1-1/+1