summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Patch.pm
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-59/+59
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-79/+79
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-19/+19
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-1/+1
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover1-56/+65
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-13Dpkg::Source::Patch: let analyze() extract the patch header tooRaphaël Hertzog1-1/+8
2011-03-24Dpkg::Source::Patch: don't choke on empty patchesRaphaël Hertzog1-1/+1
2011-03-07dpkg-source: be a bit less strict when parsing patchesRaphaël Hertzog1-6/+8
2011-03-06Do not print warnings resulting from the autopatch analysisRaphaël Hertzog1-5/+10
2011-03-06dpkg-source: use server-side clock for patched file timestamp on NFSJonathan Nieder1-2/+5
2011-03-05dpkg-source: keep file order stable when regenerating autopatches.Colin Watson1-25/+57
2011-01-06Fix multiple security issues with dpkg-source (CVE-2010-1679)Raphaël Hertzog1-35/+63
2010-06-11Dpkg::Source::Patch: capture output of patch and print it on errorRaphaël Hertzog1-1/+11
2010-03-10Dpkg::Source::Patch: add more sanity checks on patchesRaphaël Hertzog1-2/+15
2010-02-21Dpkg::Source: fix parsing of diff's output to be POSIX-compliantRaphaël Hertzog1-1/+1
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-3/+3
2010-01-27Dpkg::Source::Patch: fix output of patch with an headerRaphaël Hertzog1-1/+1
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog1-3/+1
2010-01-22Dpkg::Compression::CompressedFile: update APIRaphaël Hertzog1-34/+27
2010-01-22Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFileRaphaël Hertzog1-2/+2
2010-01-22Rename Dpkg::Source::Compressor into Dpkg::Compression::CompressorRaphaël Hertzog1-1/+1
2009-11-11dpkg-source: add a DEP-3 compliant header to automatic patchesRaphaël Hertzog1-0/+11
2009-11-11dpkg-source: list upstream files modified by the diff during extractionRaphaël Hertzog1-0/+1
2009-11-08Unify format in license headersGuillem Jover1-3/+3
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-11-08Dpkg::Source::Patch::add_diff_directory(): small optimizationRaphaël Hertzog1-2/+2
2009-11-06dpkg-source: optimize diffing phase of a source package buildRaphaël Hertzog1-0/+3
2008-12-09Properly use internerr to report about programming bugsGuillem Jover1-2/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-06-09dpkg-source: be less strict on filenames accepted in patchesRaphael Hertzog1-17/+25
2008-06-07dpkg-source: accept patches with missing context at the endRaphael Hertzog1-1/+6
2008-06-07dpkg-source/3.0 (quilt): allow /dev/null in automatic patchRaphael Hertzog1-1/+5
2008-06-07dpkg-source: improve the patch parserRaphael Hertzog1-20/+35
2008-05-28dpkg-source/3.0 (quilt): improve reliability of check_patches_appliedRaphael Hertzog1-6/+42
2008-05-04Dpkg::Source::Patch.pm: Add missing import of internerrMarco d'Itri1-1/+1
2008-04-14dpkg-source: fix an error message about unrepresentable changes to sourceRaphael Hertzog1-2/+2
2008-03-20Dpkg::Source::Patch: change an error into a warningRaphael Hertzog1-1/+1
2008-03-18Allow inclusion of binary files outside of the debian subdirectoryRaphael Hertzog1-20/+32
2008-03-15Allow deletion of files by patches in Format: 3.0 (quilt)Raphael Hertzog1-5/+13
2008-03-14Misc bugfixesRaphael Hertzog1-1/+1
2008-03-12* scripts/Dpkg/Source/Patch.pm: Bugfix: use return instead of next in function.Raphael Hertzog1-1/+1
2008-03-02Miscellaneous fixesRaphael Hertzog1-1/+1
2008-02-24Dpkg::Source::Archive/Patch: small tweaksRaphael Hertzog1-0/+1
2008-02-22Dpkg::Source::Patch gains last features from dpkg-sourceRaphael Hertzog1-5/+153
2008-02-22Dpkg::Source::Archiver/Patch: Rename close() methods into finish()Raphael Hertzog1-2/+2
2008-02-22Dpkg::Source::Patch: New module to generate and apply patchesRaphael Hertzog1-0/+273