summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Patch.pm
AgeCommit message (Expand)AuthorFilesLines
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