index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-24
Dpkg::Interface::Storable: Add new option to disable compression support
Guillem Jover
1
-13
/
+27
2017-09-24
Dpkg::Shlibs::SymbolFile: Avoid many function arguments in parse()
Guillem Jover
1
-20
/
+24
2017-09-24
Dpkg::ErrorHandling: Move printforhelp initialization into usageerr()
Guillem Jover
1
-2
/
+2
2017-09-24
Dpkg::ErrorHandling: Move color setup into report_pretty
Guillem Jover
1
-3
/
+4
2017-09-24
Dpkg::ErrorHandling: Only load Term::ANSIColor if we are using colors
Guillem Jover
1
-2
/
+3
2017-09-24
Dpkg::Vendor: Only load Dpkg::BuildOptions and Dpkg::Arch if needed
Guillem Jover
2
-7
/
+14
2017-09-24
Dpkg::Compression::FileHandle: Only load POSIX if we need signal handling
Guillem Jover
1
-2
/
+3
2017-09-24
Dpkg::Vendor::Ubuntu: Remove unused Dpkg::Path
Guillem Jover
1
-1
/
+0
2017-09-24
Dpkg::Source: Use Errno module instead of the slow to import POSIX
Guillem Jover
2
-2
/
+2
2017-09-24
perl: Remove unused use POSIX module imports
Guillem Jover
3
-4
/
+0
2017-08-26
Dpkg::Source::Package::V1: Re-enable upstream tar signatures when building
Guillem Jover
1
-3
/
+1
2017-08-26
Dpkg::Substvars: Make the warnings output deterministic
Chris Lamb
1
-1
/
+1
2017-08-26
Dpkg::Vendor::Debian: Mark ppc64 as having builtin PIE
Guillem Jover
1
-1
/
+1
2017-08-26
perl: Use -> operator for function variables
Guillem Jover
6
-12
/
+12
2017-07-04
Dpkg::Index: Add a new "unique_tuple_key" option to set_options()
Guillem Jover
1
-10
/
+59
2017-07-04
Dpkg::Index: Itemize the CTRL_* constants in the POD
Guillem Jover
1
-9
/
+41
2017-05-20
man: Document currently accepted syntax for changelogs
Guillem Jover
1
-4
/
+4
2017-05-20
test: Enable perlcritic Miscellanea::ProhibitTies
Guillem Jover
2
-2
/
+2
2017-05-20
Dpkg::Util: Remove and replace with core module List::Util
Guillem Jover
9
-67
/
+7
2017-05-17
Dpkg::Source::Package: Ignore debian/files and debian/files.new by default
Guillem Jover
2
-4
/
+12
2017-05-17
Dpkg::Deps: Bump $VERSION to match the documented CHANGES
Guillem Jover
1
-2
/
+2
2017-05-17
build: Detect the required GNU patch
Guillem Jover
1
-4
/
+5
2017-05-07
Dpkg::Vendor::Ubuntu: Remove obsolete hardening-wrapper support
Adam Conrad
1
-37
/
+0
2017-05-06
doc: Spelling fixes
Josh Soref
3
-3
/
+3
2017-02-26
Dpkg::Vendor::Debian: Switch PIE handling to have no default (!)
Guillem Jover
1
-3
/
+12
2017-02-26
Dpkg::Vendor::Debian: Mark more architectures as having gcc builtin PIE
Guillem Jover
1
-1
/
+2
2017-02-26
Dpkg::Source::Package: Add ‘.mnt-ignore’ to the default ignore lists
Nicolas Boulenguez
1
-1
/
+2
2017-02-26
Dpkg::Shlibs::Objdump: Do not parse bogus ELF binaries in get_format()
Guillem Jover
1
-2
/
+2
2017-02-26
Dpkg::Shlibs::Objdump:Object: Warn for unknown exec formats in analyze()
Guillem Jover
1
-0
/
+5
2017-02-26
Dpkg::Shlibs::Objdump: Fix read() error handling in get_format()
Guillem Jover
1
-1
/
+6
2017-02-26
Dpkg::Shlibs::Objdump: Do not special case EM_SPARC32PLUS for NetBSD
Guillem Jover
1
-10
/
+1
2017-02-01
Dpkg::Shlibs::Objdump: Mask ABI bits in flags for ARM
Guillem Jover
1
-3
/
+0
2017-01-29
Revert "dpkg-source: Generate Testsuite-Restrictions fields from test restric...
Guillem Jover
1
-6
/
+1
2017-01-29
Dpkg::Shlibs::Objdump: Map alternative or old ELF machines to canonical ones
Guillem Jover
1
-0
/
+49
2017-01-28
Dpkg::File: Disable the NFS-unsafe warning on Linux
Guillem Jover
1
-1
/
+5
2017-01-28
Dpkg::Shlibs::Objdump: Encode the ELF ABI as a big-endian byte stream
Guillem Jover
1
-2
/
+3
2017-01-28
Dpkg::Shlibs::Objdump: Mask ELF machine bits for SH and MIPS
Guillem Jover
1
-3
/
+1
2017-01-26
Dpkg::BuildOptions: Add new parse_features() method
Guillem Jover
2
-31
/
+49
2017-01-26
dpkg-shlibdeps: Improve ELF ABI mismatch detector
Guillem Jover
2
-28
/
+102
2017-01-26
Dpkg::ErrorHandling: Add a new debug() function
Guillem Jover
1
-0
/
+19
2017-01-25
dpkg-source: Generate Testsuite-Restrictions fields from test restrictions
Guillem Jover
1
-1
/
+6
2017-01-23
dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCH
Guillem Jover
1
-1
/
+1
2017-01-23
libdpkg, Dpkg::Version: Do not allow empty epochs and revisions
Guillem Jover
1
-0
/
+10
2017-01-23
man, Dpkg::Control::FieldsCore: Add new Auto-Built-Package field
Guillem Jover
1
-1
/
+5
2017-01-23
Dpkg: Call anonymous subs via -> operator instead of casting with &
Guillem Jover
2
-4
/
+4
2017-01-22
doc: Fix typos in documentation and code comments
Guillem Jover
3
-3
/
+3
2017-01-22
Dpkg::Source::Package::V2: Abort on EOF in patch name prompt
Guillem Jover
1
-1
/
+3
2017-01-22
Dpkg::Source::Package: Clarify major/minor format version parsing code
Guillem Jover
1
-2
/
+4
2017-01-22
Dpkg::Arch: Add new import tags
Guillem Jover
2
-3
/
+43
2017-01-22
Dpkg::Arch: Fix debwildcard_to_debtuple() on quadruplets
Guillem Jover
1
-1
/
+1
[prev]
[next]