summaryrefslogtreecommitdiff
path: root/scripts/dpkg-architecture.pl
AgeCommit message (Expand)AuthorFilesLines
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
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