summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Arch.pm
AgeCommit message (Expand)AuthorFilesLines
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-10/+22
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-8/+8
2015-01-28Dpkg::Arch: Refactor table loading into a common functionGuillem Jover1-49/+25
2015-01-28Dpkg::Arch: Assume abitable is always presentGuillem Jover1-12/+6
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-6/+6
2015-01-28Dpkg::Arch: Add new debarch_is_concerned()Guillem Jover1-0/+29
2014-10-06Dpkg::Arch: Map i786 to i386 for the multiarch pathnameGuillem Jover1-1/+1
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-5/+2
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04Dpkg::Arch: Move argument unpacking to the beginning of functionsGuillem Jover1-6/+6
2013-09-19Decapitalize error and warning messagesGuillem Jover1-2/+2
2013-07-28Dpkg::Arch: Make debwildcard_to_debtriplet() more robustGuillem Jover1-8/+9
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-22Dpkg::Arch: Fix value caching by not shadowing the variablesGuillem Jover1-2/+2
2013-07-18scripts: Use Dpkg::Util list functions instead of grepGuillem Jover1-1/+2
2013-07-08Dpkg::Arch: Do not overwrite triplet mappings with latter matchesGuillem Jover1-0/+3
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-1/+1
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-5/+5
2013-05-08scripts: On split use an actual regex instead of a literal stringGuillem Jover1-2/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-10/+10
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-12/+12
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-4/+4
2013-04-23Dpkg::Arch: Properly fix debarch_to_debtriplet() callersGuillem Jover1-4/+4
2013-04-23Dpkg::Arch: Multiple fixes to cope with empty tripletsRaphaël Hertzog1-2/+2
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-8/+8
2012-06-30Dpkg::Arch: Add new debarch_is_wildcard functionGuillem Jover1-1/+16
2012-06-30Dpkg::BuildFlags: Record environment variables accessed or modifiedGuillem Jover1-2/+3
2012-05-04Dpkg::Arch: Move loaded table sentinels inside load table functionsGuillem Jover1-9/+24
2012-04-18Dpkg::Arch: Add support for arch ABI attribute overridesGuillem Jover1-1/+31
2011-10-02dpkg-architecture: Only compute the requested variablesGuillem Jover1-1/+5
2011-03-14Add new variables, DEB_HOST_MULTIARCH and DEB_BUILD_MULTIARCHSteve Langasek1-1/+21
2010-03-12libdpkg-perl: Demote some unstable modules to VERSION 0.01Guillem Jover1-1/+1
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2009-11-08Add missing license headersGuillem Jover1-0/+13
2009-09-06Unify and mark strings for translationGuillem Jover1-3/+3
2009-08-15dpkg-architecture: Add support for bits and endianness variablesGuillem Jover1-1/+17
2009-06-26libdpkg-perl: Import Exporter with ‘use base’Guillem Jover1-2/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2007-11-24Dpkg::Arch: Do not shadow $gcc_host_gnu_type inside get_raw_host_archGuillem Jover1-1/+1
2007-11-23Dpkg::Arch: Make get_host_arch and get_build_arch read from the environmentGuillem Jover1-4/+15
2007-11-16Dpkg::Arch: Force a sane input record separator for file parsing functionsGuillem Jover1-0/+3
2007-11-16dpkg-architecture: Move host and build arch detection code to Dpkg::ArchGuillem Jover1-5/+55
2007-11-16Dpkg::Arch: Add functions for direct debarch to/from gnutriplet conversionGuillem Jover1-0/+15
2007-11-16Dpkg::Arch: Instead of printing make get_valid_arches return an arrayGuillem Jover1-1/+5
2007-10-12Switch perl programs to use the new Dpkg/Arch moduleGuillem Jover1-0/+242