summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-22dpkg-buildflags: Do not set -fstack-protector on arm64Matthias Klose2-2/+5
2013-06-22Dpkg::Source::Package: Capitalize variant module namesGuillem Jover10-20/+27
2013-06-22perl: Decapitalize variable namesGuillem Jover2-46/+46
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover28-90/+102
2013-06-21scripts: Use a new Dpkg::CONFDIR variable instead of literal stringsGuillem Jover9-12/+21
2013-06-21dpkg-vendor: Use Dpkg::Vendor::get_vendor_dir instead of literal stringGuillem Jover2-3/+4
2013-06-21Dpkg::Vendor: Add a new get_vendor_dir functionGuillem Jover2-2/+20
2013-06-21Dpkg::Control::Fields: Use internerr instead of errorGuillem Jover1-1/+1
2013-06-21Dpkg::Control::Hash: Do not require unused Dpkg::ErrorHandlingGuillem Jover1-1/+0
2013-06-21Dpkg::Control::Hash: Fix set_options to take a hash instead of two scalarsGuillem Jover2-2/+4
2013-06-21libdpkg: Only ignore older packages if the existing version is informativeGuillem Jover2-0/+4
2013-06-21Fix incorrect translation of "fortify" in French manpage for dpkg-buildflags ...Christian PERRIER2-1/+5
2013-06-20Typo fixJavier Fernandez-Sanguino1-1/+1
2013-06-03build: Bump automake version to 1.11Guillem Jover2-5/+3
2013-06-03build: Quiesce msgmerge commandsGuillem Jover3-3/+3
2013-06-03build: Bump gettext version to 0.18.2Guillem Jover5-8/+38
2013-06-03build: Ignore automake 1.13+ test suite log filesGuillem Jover1-0/+2
2013-06-03build: Handle the ChangeLog as a distributed-only fileGuillem Jover1-6/+1
2013-06-03doc: Switch from png to svg for graph imagesGuillem Jover1-1/+1
2013-05-31Remove install-info wrapperGuillem Jover10-95/+2
2013-05-08scripts/t: Move constant tests plan to ‘use Test::More’ timeGuillem Jover2-16/+4
2013-05-08perl: Use my-style lexical loop iterator variablesGuillem Jover7-50/+44
2013-05-08dselect: Change mkcurkeys p() to take explicit key and value argumentsGuillem Jover1-8/+7
2013-05-08scripts: Do not write out implcit $_ in foreach loopsGuillem Jover3-9/+9
2013-05-08Dpkg::Source::Patch: Use number separator to ease readabilityGuillem Jover2-2/+3
2013-05-08perl: Conditionally include modules with require instead of useGuillem Jover3-4/+5
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover10-16/+20
2013-05-08dpkg-genchanges: Do not use conditional declarationsGuillem Jover2-3/+6
2013-05-08Remove trailing whitespacesGuillem Jover25-203/+204
2013-05-08Dpkg::Deps: Use braces for multiline regexpGuillem Jover2-2/+3
2013-05-08scripts/t/200_Dpkg_Shlibs.t: Use semicolon instead of commaGuillem Jover2-3/+4
2013-05-08perl: Use correct comparison operator for each typeGuillem Jover3-2/+3
2013-05-08scripts: Do not use indirect object syntaxGuillem Jover3-3/+4
2013-05-08dpkg-shlibdeps: Do not use readline operator in a foreach loopGuillem Jover2-1/+3
2013-05-08perl: Slurp files more efficientlyGuillem Jover7-8/+22
2013-05-08Dpkg::Changelog: Refactor out _is_full_range()Guillem Jover1-7/+15
2013-05-08scripts: On split use an actual regex instead of a literal stringGuillem Jover3-3/+4
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover8-14/+19
2013-05-08perl: Remove unused variablesGuillem Jover8-8/+5
2013-05-06scripts: Initialize arrays with the qw() operatorGuillem Jover5-9/+9
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover95-1960/+1970
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover51-854/+862
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover22-193/+209
2013-04-29Dpkg::Shlibs::Symbol: Remove quotes around constant declarationGuillem Jover1-1/+1
2013-04-29Dpkg: Use identifiers as key names whenever possibleGuillem Jover6-27/+27
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover18-38/+35
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover9-10/+22
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover7-119/+137
2013-04-28Fix file descriptor leaks in perl codeGuillem Jover2-0/+2
2013-04-28dpkg-gensymbols: Use closedir instead of close for directory handlesGuillem Jover1-1/+1