summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Merge commit '1.15.8.8'Raphaël Hertzog3-37/+70
2011-01-06Fix multiple security issues with dpkg-source (CVE-2010-1679)Raphaël Hertzog3-37/+70
2011-01-03Dpkg::Source::Package::V1.pm: correctly detect debian filesRaphaël Hertzog1-1/+1
2010-10-03dpkg-source: correctly create .pc/.quilt_series with alternate series filesRaphaël Hertzog1-1/+3
2010-09-19dpkg-source: properly exclude debian/source/local-options in source format 1.0Raphaël Hertzog1-0/+1
2010-09-18dpkg-source: ensure debian/source/local-options is always excludedRaphaë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-08-26Add gettext messages for plural formsGuillem Jover1-3/+6
2010-07-26dpkg-source: drop upstream debian directory before copying the debian one in ...Raphaël Hertzog1-0/+1
2010-07-25dpkg-source: fix path to gitshallow file in source format "3.0 (git)"Joey Hess1-1/+1
2010-07-25dpkg-source: replace tar ignore pattern *~ with */*~Raphaël Hertzog1-1/+1
2010-07-25dpkg-source: modify source format "3.0 (git)" to use git bundleJoey Hess1-207/+107
2010-06-11Dpkg::Source::Patch: capture output of patch and print it on errorRaphaël Hertzog2-3/+13
2010-06-10dpkg-source: new option --abort-on-upstream-changesRaphaël Hertzog2-0/+14
2010-06-10dpkg-source: new --unapply-patches optionRaphaël Hertzog2-0/+50
2010-05-19Merge branch 'sid' (through tag '1.15.7.1')Guillem Jover1-0/+1
2010-05-02dpkg-source: implement --before-build and --after-build commandRaphaël Hertzog2-0/+13
2010-05-01dpkg-source: add Bug-Ubuntu field in DEP-3 templateRaphaël Hertzog1-0/+1
2010-04-22dpkg-source: fix ignore regexp for source format 1.0 when -i is not usedRaphaël Hertzog1-1/+1
2010-04-09dpkg-source: do not allow underscore in component name for supplementary tarb...Raphaël Hertzog2-4/+4
2010-04-02dpkg-source: fix initialization of diff-ignore in 1.0 formatRaphaël Hertzog1-1/+5
2010-04-01dpkg-source: support debian/source/local-optionsRaphaël Hertzog2-0/+4
2010-03-29Dpkg::Source::Package: do not overwrite debian/source/format if it already ex...Raphaël Hertzog1-4/+6
2010-03-28Dpkg::Source::Package: add .gitattributes to dpkg-source ignore listsRaphaël Hertzog1-1/+2
2010-03-16dpkg-source: support unpacking old source packages lacking the Format fieldColin Watson1-1/+3
2010-03-10Dpkg::Source::Package::V3::quilt: sanity check of series fileRaphaël Hertzog1-0/+1
2010-03-10Dpkg::Source::Patch: add more sanity checks on patchesRaphaël Hertzog1-2/+15
2010-02-25Dpkg::Checksums: rewrite to provide an object-oriented APIRaphaël Hertzog1-44/+11
2010-02-21dpkg-source: new option --create-empty-orig in formats "2.0" and "3.0 (quilt)"Raphaël Hertzog2-8/+28
2010-02-21Dpkg::Source: fix parsing of diff's output to be POSIX-compliantRaphaël Hertzog2-2/+5
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog11-0/+22
2010-02-20Update Dpkg::Control::* to use Dpkg::Interface::StorableRaphaël Hertzog1-3/+1
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover4-24/+24
2010-01-27Dpkg::Source::Patch: fix output of patch with an headerRaphaël Hertzog1-1/+1
2010-01-23dpkg-source: unpacking a 3.0 (quilt) source package configures quilt accordinglyRaphaël Hertzog1-4/+22
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog2-4/+2
2010-01-22Dpkg::Compression: new API based on public functionsRaphaël Hertzog6-16/+18
2010-01-22Dpkg::Compression::CompressedFile: update APIRaphaël Hertzog2-55/+51
2010-01-22Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFileRaphaël Hertzog3-152/+3
2010-01-22Rename Dpkg::Source::Compressor into Dpkg::Compression::CompressorRaphaël Hertzog3-134/+3
2009-12-23dpkg-source: ensure quilt's .pc directory is created before writing .pc/appli...Raphaël Hertzog1-0/+1
2009-12-02dpkg-source: verify version of the quilt metadata before buildRaphaël Hertzog1-0/+28
2009-12-02dpkg-source: support debian/source/patch-headerRaphaël Hertzog2-1/+17
2009-12-02dpkg-source: support --single-debian-patch for "3.0 (quilt)"Raphaël Hertzog1-1/+14
2009-12-02Dpkg::Source::Package::V3::quilt: create and use .pc directoryRaphaël Hertzog2-168/+135
2009-11-24Dpkg::Source::Package::V3::quilt: check debian/patches{,series} before buildRaphaël Hertzog1-0/+18
2009-11-24Dpkg::Source::Package::V3::quilt: set QUILT_PATCH_OPTS to mimick D::S::PatchRaphaël Hertzog1-2/+4
2009-11-22dpkg-source: fail if several orig.tar files are availableRaphaël Hertzog1-0/+4
2009-11-11dpkg-source: add a DEP-3 compliant header to automatic patchesRaphaël Hertzog3-3/+57
2009-11-11dpkg-source: list upstream files modified by the diff during buildRaphaël Hertzog1-1/+11