summaryrefslogtreecommitdiff
path: root/scripts/dpkg-architecture.pl
AgeCommit message (Expand)AuthorFilesLines
2017-10-17Dpkg::Getopt: Do not normalize args past a passthrough stop wordGuillem Jover1-1/+1
2017-10-12scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()Guillem Jover1-4/+4
2017-01-22Dpkg::Arch: Add new import tagsGuillem Jover1-5/+1
2016-10-31dpkg-architecture: Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variablesGuillem Jover1-5/+12
2016-10-31arch: Internally represent architectures as quadrupletsGuillem Jover1-4/+5
2015-12-25dpkg-architecture: Fix usage of -s after other action optionsGuillem Jover1-0/+1
2015-12-19Dpkg::Arch: Make the host gnu type retrieval more compiler agnosticGuillem Jover1-5/+5
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-1/+1
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-12/+12
2014-10-12dpkg-architecture: Add long command and option names for all short optionsGuillem Jover1-51/+54
2014-10-12dpkg-architecture: Normalize ARGV parsingGuillem Jover1-31/+36
2014-10-12dpkg-architecture: Use || instead of conditional to assign _ARCH variablesGuillem Jover1-14/+4
2014-10-12dpkg-architecture: Initialize DEB_TARGET_ARCH variable w/o DEB_HOST_ARCHGuillem Jover1-1/+1
2014-10-06dpkg-architecture: Say arch-wildcard instead of arch-alias in --help outputGuillem Jover1-1/+1
2014-10-06dpkg-architecture: Add architecture restriction options for -LGuillem Jover1-2/+20
2014-10-06dpkg-architecture: Move -L actual code close to the other commandsGuillem Jover1-9/+6
2014-10-06scripts: Place Commands: before Options: in --help outputGuillem Jover1-9/+9
2014-10-06dpkg-architecture: Clarify that -a, -t, -e and -i work with the host systemGuillem Jover1-4/+4
2014-10-06dpkg-architecture: Add support for target informationGuillem Jover1-2/+55
2014-10-06dpkg-architecture: Refactor check_arch_coherency()Guillem Jover1-24/+33
2014-08-15scripts: Use length instead of defined when checking environment variablesGuillem Jover1-1/+1
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