summaryrefslogtreecommitdiff
path: root/scripts/Dpkg
AgeCommit message (Expand)AuthorFilesLines
2017-09-24Dpkg::Interface::Storable: Add new option to disable compression supportGuillem Jover1-13/+27
2017-09-24Dpkg::Shlibs::SymbolFile: Avoid many function arguments in parse()Guillem Jover1-20/+24
2017-09-24Dpkg::ErrorHandling: Move printforhelp initialization into usageerr()Guillem Jover1-2/+2
2017-09-24Dpkg::ErrorHandling: Move color setup into report_prettyGuillem Jover1-3/+4
2017-09-24Dpkg::ErrorHandling: Only load Term::ANSIColor if we are using colorsGuillem Jover1-2/+3
2017-09-24Dpkg::Vendor: Only load Dpkg::BuildOptions and Dpkg::Arch if neededGuillem Jover2-7/+14
2017-09-24Dpkg::Compression::FileHandle: Only load POSIX if we need signal handlingGuillem Jover1-2/+3
2017-09-24Dpkg::Vendor::Ubuntu: Remove unused Dpkg::PathGuillem Jover1-1/+0
2017-09-24Dpkg::Source: Use Errno module instead of the slow to import POSIXGuillem Jover2-2/+2
2017-09-24perl: Remove unused use POSIX module importsGuillem Jover3-4/+0
2017-08-26Dpkg::Source::Package::V1: Re-enable upstream tar signatures when buildingGuillem Jover1-3/+1
2017-08-26Dpkg::Substvars: Make the warnings output deterministicChris Lamb1-1/+1
2017-08-26Dpkg::Vendor::Debian: Mark ppc64 as having builtin PIEGuillem Jover1-1/+1
2017-08-26perl: Use -> operator for function variablesGuillem Jover6-12/+12
2017-07-04Dpkg::Index: Add a new "unique_tuple_key" option to set_options()Guillem Jover1-10/+59
2017-07-04Dpkg::Index: Itemize the CTRL_* constants in the PODGuillem Jover1-9/+41
2017-05-20man: Document currently accepted syntax for changelogsGuillem Jover1-4/+4
2017-05-20test: Enable perlcritic Miscellanea::ProhibitTiesGuillem Jover2-2/+2
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover9-67/+7
2017-05-17Dpkg::Source::Package: Ignore debian/files and debian/files.new by defaultGuillem Jover2-4/+12
2017-05-17Dpkg::Deps: Bump $VERSION to match the documented CHANGESGuillem Jover1-2/+2
2017-05-17build: Detect the required GNU patchGuillem Jover1-4/+5
2017-05-07Dpkg::Vendor::Ubuntu: Remove obsolete hardening-wrapper supportAdam Conrad1-37/+0
2017-05-06doc: Spelling fixesJosh Soref3-3/+3
2017-02-26Dpkg::Vendor::Debian: Switch PIE handling to have no default (!)Guillem Jover1-3/+12
2017-02-26Dpkg::Vendor::Debian: Mark more architectures as having gcc builtin PIEGuillem Jover1-1/+2
2017-02-26Dpkg::Source::Package: Add ‘.mnt-ignore’ to the default ignore listsNicolas Boulenguez1-1/+2
2017-02-26Dpkg::Shlibs::Objdump: Do not parse bogus ELF binaries in get_format()Guillem Jover1-2/+2
2017-02-26Dpkg::Shlibs::Objdump:Object: Warn for unknown exec formats in analyze()Guillem Jover1-0/+5
2017-02-26Dpkg::Shlibs::Objdump: Fix read() error handling in get_format()Guillem Jover1-1/+6
2017-02-26Dpkg::Shlibs::Objdump: Do not special case EM_SPARC32PLUS for NetBSDGuillem Jover1-10/+1
2017-02-01Dpkg::Shlibs::Objdump: Mask ABI bits in flags for ARMGuillem Jover1-3/+0
2017-01-29Revert "dpkg-source: Generate Testsuite-Restrictions fields from test restric...Guillem Jover1-6/+1
2017-01-29Dpkg::Shlibs::Objdump: Map alternative or old ELF machines to canonical onesGuillem Jover1-0/+49
2017-01-28Dpkg::File: Disable the NFS-unsafe warning on LinuxGuillem Jover1-1/+5
2017-01-28Dpkg::Shlibs::Objdump: Encode the ELF ABI as a big-endian byte streamGuillem Jover1-2/+3
2017-01-28Dpkg::Shlibs::Objdump: Mask ELF machine bits for SH and MIPSGuillem Jover1-3/+1
2017-01-26Dpkg::BuildOptions: Add new parse_features() methodGuillem Jover2-31/+49
2017-01-26dpkg-shlibdeps: Improve ELF ABI mismatch detectorGuillem Jover2-28/+102
2017-01-26Dpkg::ErrorHandling: Add a new debug() functionGuillem Jover1-0/+19
2017-01-25dpkg-source: Generate Testsuite-Restrictions fields from test restrictionsGuillem Jover1-1/+6
2017-01-23dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCHGuillem Jover1-1/+1
2017-01-23libdpkg, Dpkg::Version: Do not allow empty epochs and revisionsGuillem Jover1-0/+10
2017-01-23man, Dpkg::Control::FieldsCore: Add new Auto-Built-Package fieldGuillem Jover1-1/+5
2017-01-23Dpkg: Call anonymous subs via -> operator instead of casting with &Guillem Jover2-4/+4
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover3-3/+3
2017-01-22Dpkg::Source::Package::V2: Abort on EOF in patch name promptGuillem Jover1-1/+3
2017-01-22Dpkg::Source::Package: Clarify major/minor format version parsing codeGuillem Jover1-2/+4
2017-01-22Dpkg::Arch: Add new import tagsGuillem Jover2-3/+43
2017-01-22Dpkg::Arch: Fix debwildcard_to_debtuple() on quadrupletsGuillem Jover1-1/+1