summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package/V1.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Fix missing $dirIgor Pashev1-1/+1
2019-10-30Dpkg::Source::Package: Verify original tarball signatures at build timeGuillem Jover1-0/+2
2019-10-12Dpkg::Source::Package: Refactor original tarball handlingGuillem Jover1-3/+5
2019-03-24Dpkg::Source::Package::V1: Change default build option style to -saGuillem Jover1-1/+1
2018-02-19Dpkg::Source::Package: Print building lines for upstream tarball signaturesGuillem Jover1-1/+4
2017-10-21Dpkg::Source::Package::V1: Check that $tarname is defined before useChristoph Biedl1-1/+1
2017-10-17Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII ArmorGuillem Jover1-0/+4
2017-09-24Dpkg::Source: Use Errno module instead of the slow to import POSIXGuillem Jover1-1/+1
2017-08-26Dpkg::Source::Package::V1: Re-enable upstream tar signatures when buildingGuillem Jover1-3/+1
2017-05-17Dpkg::Source::Package: Ignore debian/files and debian/files.new by defaultGuillem Jover1-2/+6
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
2016-07-03Dpkg::Source::Package::V1: Disable upstream tar signature when buildingGuillem Jover1-1/+3
2016-07-03dpkg-source: Add new --no-overwrite-dir extraction optionGuillem Jover1-1/+5
2016-05-02scripts: Remove -s option argument parsing that does not matchGuillem Jover1-2/+2
2016-05-02Dpkg::Source::Package: Include upstream orig tarball signaturesGuillem Jover1-0/+3
2016-05-02Dpkg::Source::Package::V1: Allow detached upstream orig tarball signaturesGuillem Jover1-0/+3
2016-02-15dpkg-source: Add backend-specific --help options supportGuillem Jover1-0/+60
2015-09-21scripts: Use error() and errormsg() instead of printing on STDERR directlyGuillem Jover1-2/+1
2015-05-30scripts: Use non-destructive substitutions inside mapGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-0/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-10/+10
2015-03-31Say directory instead of dir in output messagesGuillem Jover1-2/+2
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-6/+6
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-1/+2
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-42/+42
2014-10-12scripts: Do not modify the topic variable values in list functionsGuillem Jover1-1/+2
2014-10-06Dpkg::Source::Package: Use a simple string match instead of a regexGuillem Jover1-3/+3
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-4/+4
2014-04-21dpkg-source: Add a new extraction --ignore-bad-version optionGuillem Jover1-0/+4
2014-01-15dpkg-source: Set default compression options in source format specific modulesGuillem Jover1-0/+5
2014-01-15Dpkg::Source::Package: Always pass compression_level explicitlyGuillem 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-21/+21
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-2/+4
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-5/+5
2013-11-24Dpkg::Exit: Expose proper functions instead of variablesGuillem Jover1-5/+5
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-08Dpkg::Source::Package: Do not return an error message if we can buildGuillem Jover1-2/+4
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-06-22Dpkg::Source::Package: Capitalize variant module namesGuillem Jover1-4/+4
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-2/+2
2013-05-08perl: Remove unused variablesGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-46/+46
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-28/+28
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-1/+1
2013-04-27scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_hGuillem Jover1-1/+1
2013-04-27scripts: Use getcwd from Cwd instead of POSIXGuillem Jover1-1/+2
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+0
2011-06-11dpkg-source: support debian/source/local-patch-headerRaphaƫl Hertzog1-3/+4