summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Functions.pm
AgeCommit message (Expand)AuthorFilesLines
2017-09-24Dpkg::Source: Use Errno module instead of the slow to import POSIXGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-0/+2
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-31Say directory instead of dir in output messagesGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-3/+7
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-4/+4
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-6/+6
2014-04-21scripts: Add a space after commaGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-1/+1
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-5/+5
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-6/+6
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-3/+3
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-2/+2
2013-04-27scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_hGuillem Jover1-1/+1
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+0
2012-06-27Dpkg::Source::Functions::is_binary(): localize $_ to avoid side-effectsRaphaël Hertzog1-0/+1
2011-03-06dpkg-source: use server-side clock for patched file timestamp on NFSJonathan Nieder1-1/+25
2010-02-21Dpkg::Source: fix parsing of diff's output to be POSIX-compliantRaphaël Hertzog1-1/+4
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover1-1/+1
2009-11-08Add missing license headersGuillem Jover1-0/+13
2009-06-26libdpkg-perl: Import Exporter with ‘use base’Guillem Jover1-2/+1
2008-12-09Dpkg::ErrorHandling: Replace failure calls with error or syserrGuillem Jover1-1/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-11-19dpkg-source: fix to support POSIXLY_CORRECT=1Raphael Hertzog1-2/+2
2008-05-08dpkg-source (2.0/3.0 (quilt)): refuse binary files in debian subdirRaphael Hertzog1-1/+27
2008-03-18Allow in-place extraction of a tar archiveRaphael Hertzog1-1/+23
2008-02-24Dpkg::Exit and Dpkg::Source::Functions: two new modulesRaphael Hertzog1-0/+31