summaryrefslogtreecommitdiff
path: root/scripts/dpkg-source.pl
AgeCommit message (Expand)AuthorFilesLines
2009-09-19Drop Dpkg::Fields and convert everything to Dpkg::Control::FieldsRaphaël Hertzog1-20/+7
2009-09-19Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_typeRaphaël Hertzog1-2/+2
2009-09-19Replace old capit() by field_capitalize() everywhereRaphaël Hertzog1-2/+3
2009-09-16Rename Dpkg::Control in Dpkg::Control::InfoRaphaël Hertzog1-2/+2
2009-08-16dpkg-source/dpkg-genchanges: split long Binary: field valuesRaphael Hertzog1-0/+2
2009-06-26libdpkg-perl: Move unknown() from Dpkg::ErrorHandling to Dpkg::FieldsGuillem Jover1-2/+2
2009-06-26Dpkg::ErrorHandling: Explicitly pass field argument to unknown()Guillem Jover1-3/+3
2009-06-15Dpkg::ErrorHandling: Add new report_options()Guillem Jover1-2/+2
2009-06-15dpkg-source: Use default compressor values from Dpkg::Source::CompressorGuillem Jover1-6/+7
2009-05-19dpkg-source: Do not state in --help there is a default substvar fileGuillem Jover1-1/+1
2009-05-19Remove deprecated status for substvars in dpkg-source and dpkg-genchangesGuillem Jover1-2/+0
2009-05-02dpkg-source: do not set arch:any in dsc on arch-restricted packagesPhilipp Kern1-23/+20
2009-03-15dpkg-source: switch to standard info() function for outputRaphael Hertzog1-5/+1
2009-03-15Dpkg::Version::check_version() should not die by defaultRaphael Hertzog1-1/+1
2009-03-09dpkg-source: drop support of debian/control's Format fieldRaphael Hertzog1-4/+2
2009-02-05New framework to hook vendor-specific logicRaphael Hertzog1-0/+2
2008-12-09Fix some “use Dpkg::ErrorHandling qw(…)” callsRaphael Hertzog1-1/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-2/+1
2008-06-23dpkg-source: new option --require-valid-signatureRaphael Hertzog1-3/+10
2008-05-28dpkg-source: make sure the source package format is respectedRaphael Hertzog1-3/+16
2008-03-19dpkg-source: keep the old output for tools that parse the directoryRaphael Hertzog1-1/+5
2008-03-16Use default ignore rules for source package with format >> 1.0Raphael Hertzog1-54/+4
2008-03-16dpkg-source: factorize logic of copy of original tarballsRaphael Hertzog1-36/+31
2008-03-16Each source package format can have its own command line optionsRaphael Hertzog1-23/+16
2008-03-14Merge branch 'master' into sourcev3Raphael Hertzog1-2/+2
2008-03-06Rename DSP::V1_0::native to DSP::V3_0::nativeRaphael Hertzog1-1/+1
2008-03-02Preserve the order of dependencies and build-dependenciesRaphael Hertzog1-2/+2
2008-03-01Create Dpkg::Source::Package::V1_0::nativeRaphael Hertzog1-1/+1
2008-03-01dpkg-source: use a list of possible format for building a source packageRaphael Hertzog1-12/+16
2008-02-28* scripts/dpkg-source.pl: remove trailing slash on user-supplied directoriesRaphael Hertzog1-3/+3
2008-02-24dpkg-source: use the new Dpkg::Source::Package objectRaphael Hertzog1-750/+175
2008-02-22Rename Dpkg::Source::Archiver to Dpkg::Source::ArchiveRaphael Hertzog1-4/+4
2008-02-22Dpkg::Source::Patch gains last features from dpkg-sourceRaphael Hertzog1-160/+5
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-167/+10
2008-02-21dpkg-source: more cleanupRaphael Hertzog1-68/+46
2008-02-21Create Dpkg::Source::CompressedFile as spinoff of Dpkg::Source::CompressorRaphael Hertzog1-8/+6
2008-02-20Dpkg::Source: don't handle the compression level explicitelyRaphael Hertzog1-56/+36
2008-02-17Merge commit 'origin/master' into sourcev3Frank Lichtenheld1-33/+31
2008-02-16Handling of compression level in dpkg-sourceRaphael Hertzog1-1/+2
2008-02-16Dpkg::Source::Archiver: new module to work with tar archivesRaphael Hertzog1-117/+17
2008-02-15Simplify Dpkg::Source::Compressor by using the extended fork_and_exec()Raphael Hertzog1-2/+6
2008-02-15dpkg-source: removes some unused codeRaphael Hertzog1-227/+0
2008-02-15dpkg-source: use Dpkg::Source::CompressorRaphael Hertzog1-60/+12
2008-02-12Use new Dpkg::Checksums moduleFrank Lichtenheld1-33/+31
2008-02-10Fix sourcev3 code to work with current dpkg-devFrank Lichtenheld1-16/+21
2008-02-10Fix return value of loadvcsFrank Lichtenheld1-1/+2
2008-02-10Merge commit 'origin/master' into v3Frank Lichtenheld1-4/+7
2008-01-27Deprecate support of substvars in dpkg-source and dpkg-genchangesRaphael Hertzog1-0/+1
2008-01-22Remove the IO layer ":utf8" that re-encodes in utf8Raphael Hertzog1-1/+1