summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Archive.pm
AgeCommit message (Expand)AuthorFilesLines
2017-01-23dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCHGuillem Jover1-1/+1
2016-10-30Dpkg: Add new Dpkg::PROGTAR variable to store GNU tar command nameGuillem Jover1-2/+3
2016-10-30Dpkg::Source::Archive: Fix reproducible source package supportGuillem Jover1-1/+1
2016-07-19Dpkg::Source::Archive: Add support for reproducible source packagesGuillem Jover1-1/+4
2015-07-30Dpkg::Source::Archive: Future-proof tar invocationsGuillem Jover1-5/+5
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-5/+5
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-6/+6
2014-08-15Dpkg::Source::Archive: Use tar --format=gnu when creating archivesJan Blunck1-1/+1
2014-08-09Dpkg::Source::Archive: Delete the current compressor SIGPIPE dispositionGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-4/+4
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04scripts: Use croak instead of internerr on programming errors in modulesGuillem Jover1-3/+5
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-9/+9
2013-09-19Decapitalize error and warning messagesGuillem Jover1-2/+2
2013-07-18scripts: Do not use negative expression in unless and until conditionsGuillem Jover1-1/+2
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-15/+15
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-36/+36
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-3/+3
2013-03-18scripts: Remove unused POSIX module usageGuillem Jover1-1/+0
2011-01-06Fix multiple security issues with dpkg-source (CVE-2010-1679)Raphaël Hertzog1-1/+1
2010-09-05dpkg-source: drop -k parameter from the tar command line used to extract tarb...Raphaë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-17/+17
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog1-1/+1
2010-01-22Dpkg::Compression::CompressedFile: update APIRaphaël Hertzog1-21/+24
2010-01-22Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFileRaphaël Hertzog1-1/+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-05-28Unset TAR_OPTIONS when handling tar archives for source packagesRaphael Hertzog1-0/+2
2009-04-19dpkg-source: do not store user/group names in generated tarballsRaphael Hertzog1-1/+2
2009-02-03Merge branch 'lenny' (through tag '1.14.25')Guillem Jover1-1/+6
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-1/+1
2008-12-09Properly use internerr to report about programming bugsGuillem Jover1-3/+3
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-12-05dpkg-source -x: create temporary directory next to the target placeRaphael Hertzog1-1/+6
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-03-18Allow in-place extraction of a tar archiveRaphael Hertzog1-31/+19
2008-02-28Dpkg::Source::Archive/Package: misc fixes and changesRaphael Hertzog1-7/+20
2008-02-24Dpkg::Source::Archive/Patch: small tweaksRaphael Hertzog1-0/+2
2008-02-22Rename Dpkg::Source::Archiver to Dpkg::Source::ArchiveRaphael Hertzog1-0/+146