summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package/V3/Quilt.pm
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Dpkg::Source::Package::V3::Quilt: Print series file used when applying patchesGuillem Jover1-0/+2
2018-08-01Dpkg::Source: Do not change patch permissions if not necessaryGuillem Jover1-2/+2
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2016-10-30Dpkg::Source::Package: Prefix private functions with _Guillem Jover1-8/+8
2016-02-15dpkg-source: Add backend-specific --help options supportGuillem Jover1-0/+20
2016-01-26Dpkg::Source: Make patching a file multiple times fatal for first quilt patchGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-4/+4
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover1-1/+0
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-2/+2
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-8/+8
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-3/+5
2014-10-06Dpkg::Source::Package: Use a simple string match instead of a regexGuillem Jover1-2/+2
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-4/+2
2014-05-17Dpkg::Source::Quilt: Refactor register() and unregister() methodsGuillem Jover1-58/+2
2014-05-17Dpkg::Source::Package::V3::Quilt: Handle series files with no final newlineGuillem Jover1-2/+7
2014-05-17Dpkg::Source::Package::V3::Quilt: Refactor _load_file()Guillem Jover1-4/+12
2014-05-17Dpkg::Source::Quilt: Rename write_db() to save_db()Guillem Jover1-1/+1
2014-01-15Dpkg::Source::Package::V3::Quilt: Clarify missing revision errorGuillem Jover1-1/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-2/+2
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-12/+12
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-1/+1
2013-07-18scripts: Use Dpkg::Util list functions instead of grepGuillem Jover1-1/+2
2013-07-08Dpkg::Source::Package: Do not return an error message if we can buildGuillem Jover1-1/+1
2013-07-08Dpkg: Catch mismatches between version strings and format versionsBernhard R. Link1-0/+5
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-06-22Dpkg::Source::Package: Capitalize variant module namesGuillem Jover1-0/+285