index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
Arch.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-26
Merge https://salsa.debian.org/dpkg-team/dpkg
Igor Pashev
1
-6
/
+22
2018-01-16
scripts: Reject negated values in Architecture field
Guillem Jover
1
-6
/
+22
2017-11-19
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
1
-111
/
+348
2017-10-17
Dpkg::Arch: Do not emit a perl warning if gcc or dpkg is not found
Guillem Jover
1
-0
/
+4
2017-10-13
Dpkg::Arch: Add new debarch_to_cpubits() function
Guillem Jover
1
-0
/
+13
2017-10-12
scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()
Guillem Jover
1
-3
/
+3
2017-09-24
scripts: Use split() with ' ' instead of /\s+/
Guillem Jover
1
-1
/
+1
2017-09-24
perl: Remove unused use POSIX module imports
Guillem Jover
1
-1
/
+0
2017-05-20
Dpkg::Util: Remove and replace with core module List::Util
Guillem Jover
1
-1
/
+1
2017-01-22
Dpkg::Arch: Add new import tags
Guillem Jover
1
-1
/
+42
2017-01-22
Dpkg::Arch: Fix debwildcard_to_debtuple() on quadruplets
Guillem Jover
1
-1
/
+1
2016-10-31
Dpkg::Arch: Support debarch_to_debtuple returning a hash references
Guillem Jover
1
-1
/
+8
2016-10-31
arch: Internally represent architectures as quadruplets
Guillem Jover
1
-58
/
+62
2016-07-31
Dpkg: Rename various private methods and functions
Guillem Jover
1
-19
/
+19
2016-07-03
scripts: Fix typos in POD
Guillem Jover
1
-1
/
+1
2016-05-02
perl: Fix various perl critic regressions
Guillem Jover
1
-1
/
+1
2016-04-01
Dpkg::Arch: Add new functions to validate and parse architecture names
Guillem Jover
1
-1
/
+41
2016-02-15
Dpkg::BuildEnv: Rename to Dpkg::Build::Env
Guillem Jover
1
-3
/
+3
2015-12-19
Dpkg::Arch: Make the host gnu type retrieval more compiler agnostic
Guillem Jover
1
-18
/
+21
2015-12-19
Dpkg::Arch: Add a new set_host_gnu_type()
Guillem Jover
1
-26
/
+34
2015-12-19
Dpkg::Arch: Handle an undef architecture argument in debarch_to_debtriplet()
Guillem Jover
1
-0
/
+2
2015-07-28
Dpkg::Arch: Document and mark the module as public
Guillem Jover
1
-1
/
+117
2015-07-16
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
1
-101
/
+115
2015-05-30
scripts, dselsect/methods: Switch from `` to operator qx()
Guillem Jover
1
-2
/
+2
2015-05-30
scripts: Use the state keyword
Guillem Jover
1
-23
/
+26
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-03-30
perl: Rework use and exporter declarations
Guillem Jover
1
-10
/
+22
2015-01-28
Dpkg: Use shift instead of @_ on single argument unpacking
Guillem Jover
1
-8
/
+8
2015-01-28
Dpkg::Arch: Refactor table loading into a common function
Guillem Jover
1
-49
/
+25
2015-01-28
Dpkg::Arch: Assume abitable is always present
Guillem Jover
1
-12
/
+6
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
1
-6
/
+6
2015-01-28
Dpkg::Arch: Add new debarch_is_concerned()
Guillem Jover
1
-0
/
+29
2014-10-26
Fixed Dyson multiarch
Igor Pashev
1
-3
/
+1
2014-10-23
Merge tag '1.17.20' of git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
1
-8
/
+6
2014-10-06
Dpkg::Arch: Map i786 to i386 for the multiarch pathname
Guillem Jover
1
-1
/
+1
2014-10-06
scripts: Use named variables instead of using the topic variable
Guillem Jover
1
-5
/
+2
2014-08-26
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
1
-1
/
+1
2014-08-09
scripts: Use // instead of || where appropriate
Guillem Jover
1
-1
/
+1
2014-01-30
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
1
-18
/
+19
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-04
Dpkg::Arch: Move argument unpacking to the beginning of functions
Guillem Jover
1
-6
/
+6
2013-09-19
Decapitalize error and warning messages
Guillem Jover
1
-2
/
+2
2013-07-28
Dpkg::Arch: Make debwildcard_to_debtriplet() more robust
Guillem Jover
1
-8
/
+9
2013-07-26
scripts: Use () instead of qw() for empty imports
Guillem Jover
1
-1
/
+1
2013-07-24
Merge git://git.debian.org/git/dpkg/dpkg
Igor Pashev
1
-41
/
+45
2013-07-22
Dpkg::Arch: Fix value caching by not shadowing the variables
Guillem Jover
1
-2
/
+2
2013-07-18
scripts: Use Dpkg::Util list functions instead of grep
Guillem Jover
1
-1
/
+2
2013-07-08
Dpkg::Arch: Do not overwrite triplet mappings with latter matches
Guillem Jover
1
-0
/
+3
2013-06-22
scripts: Do not inherit from Exporter just import its import
Guillem Jover
1
-1
/
+1
2013-06-22
Dpkg: Deprecate lowercase exported by default variables
Guillem Jover
1
-5
/
+5
[next]