summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Arch.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge https://salsa.debian.org/dpkg-team/dpkgIgor Pashev1-6/+22
2018-01-16scripts: Reject negated values in Architecture fieldGuillem Jover1-6/+22
2017-11-19Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-111/+348
2017-10-17Dpkg::Arch: Do not emit a perl warning if gcc or dpkg is not foundGuillem Jover1-0/+4
2017-10-13Dpkg::Arch: Add new debarch_to_cpubits() functionGuillem Jover1-0/+13
2017-10-12scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()Guillem Jover1-3/+3
2017-09-24scripts: Use split() with ' ' instead of /\s+/Guillem Jover1-1/+1
2017-09-24perl: Remove unused use POSIX module importsGuillem Jover1-1/+0
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2017-01-22Dpkg::Arch: Add new import tagsGuillem Jover1-1/+42
2017-01-22Dpkg::Arch: Fix debwildcard_to_debtuple() on quadrupletsGuillem Jover1-1/+1
2016-10-31Dpkg::Arch: Support debarch_to_debtuple returning a hash referencesGuillem Jover1-1/+8
2016-10-31arch: Internally represent architectures as quadrupletsGuillem Jover1-58/+62
2016-07-31Dpkg: Rename various private methods and functionsGuillem Jover1-19/+19
2016-07-03scripts: Fix typos in PODGuillem Jover1-1/+1
2016-05-02perl: Fix various perl critic regressionsGuillem Jover1-1/+1
2016-04-01Dpkg::Arch: Add new functions to validate and parse architecture namesGuillem Jover1-1/+41
2016-02-15Dpkg::BuildEnv: Rename to Dpkg::Build::EnvGuillem Jover1-3/+3
2015-12-19Dpkg::Arch: Make the host gnu type retrieval more compiler agnosticGuillem Jover1-18/+21
2015-12-19Dpkg::Arch: Add a new set_host_gnu_type()Guillem Jover1-26/+34
2015-12-19Dpkg::Arch: Handle an undef architecture argument in debarch_to_debtriplet()Guillem Jover1-0/+2
2015-07-28Dpkg::Arch: Document and mark the module as publicGuillem Jover1-1/+117
2015-07-16Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-101/+115
2015-05-30scripts, dselsect/methods: Switch from `` to operator qx()Guillem Jover1-2/+2
2015-05-30scripts: Use the state keywordGuillem Jover1-23/+26
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
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-26Fixed Dyson multiarchIgor Pashev1-3/+1
2014-10-23Merge tag '1.17.20' of git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-8/+6
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-26Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-1/+1
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-1/+1
2014-01-30Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev1-18/+19
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-24Merge git://git.debian.org/git/dpkg/dpkgIgor Pashev1-41/+45
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