summaryrefslogtreecommitdiff
path: root/scripts/dpkg-genchanges.pl
AgeCommit message (Expand)AuthorFilesLines
2009-09-20dpkg-genchanges, Dpkg::Vendor::Default: drop hook before-changes-creationRaphaël Hertzog1-2/+0
2009-09-19Drop Dpkg::Fields and convert everything to Dpkg::Control::FieldsRaphaël Hertzog1-19/+7
2009-09-19dpkg-genchanges, dpkg-gencontrol: do not hardcode the field output orderRaphaël Hertzog1-6/+0
2009-09-19Replace old capit() by field_capitalize() everywhereRaphaël Hertzog1-1/+1
2009-09-19Use the new Dpkg::Control interface everywhereRaphaël Hertzog1-6/+7
2009-09-16Rename Dpkg::Cdata into Dpkg::ControlRaphaël Hertzog1-1/+1
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-21dpkg-genchanges: skip warning about lower version for backportsRaphael Hertzog1-1/+3
2009-05-19Remove deprecated status for substvars in dpkg-source and dpkg-genchangesGuillem Jover1-1/+0
2009-05-18Fix changelog parsing code to differentiate the empty string from 0Raphael Hertzog1-1/+1
2009-05-15dpkg-genchanges: use same error string than in dpkg-buildpackageRaphael Hertzog1-4/+4
2009-05-10Do not set the Arch substvar in dpkg-sourceGuillem Jover1-0/+1
2009-03-15dpkg-genchanges, dpkg-gencontrol: avoid perl warningsRaphael Hertzog1-1/+1
2009-03-02dpkg-genchanges: correctly handles additional upstream tarballsRaphael Hertzog1-2/+3
2009-02-05New framework to hook vendor-specific logicRaphael Hertzog1-0/+2
2009-01-27Dpkg::Version fix and test-suite adjustmentRaphael Hertzog1-1/+1
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-11-11Use new style perl function callsGuillem Jover1-9/+11
2008-06-21dpkg-buildpackage/dpkg-genchanges: handle .debian.tar.gz files tooRaphael Hertzog1-2/+2
2008-04-15dpkg-genchanges: use Package-Type control field to detect udebsRaphael Hertzog1-1/+3
2008-04-02Ensure the Files field is last in *.dsc and *.changesRaphael Hertzog1-1/+2
2008-02-12Use new Dpkg::Checksums moduleFrank Lichtenheld1-22/+33
2008-01-30dpkg-genchanges: always list all binary packages in the Description fieldRaphael Hertzog1-12/+13
2008-01-27Deprecate support of substvars in dpkg-source and dpkg-genchangesRaphael Hertzog1-0/+1
2008-01-24dpkg-genchanges: add a new warningRaphael Hertzog1-1/+7
2008-01-22Disable variable substitution in dpkg-genchangesRaphael Hertzog1-3/+3
2008-01-22Remove the IO layer ":utf8" that re-encodes in utf8Raphael Hertzog1-1/+0
2008-01-18dpkg-genchanges: some code refactoring to simplify the codeRaphael Hertzog1-46/+42
2008-01-18dpkg-genchanges: Enhance logic to decide if we include the original tarballRaphael Hertzog1-2/+30
2008-01-18Integrated dpkg-parsechangelog processing into Dpkg::Changelog::parse_changel...Raphael Hertzog1-1/+6
2008-01-17dpkg-genchanges: Reinstate support of the ${Format} substvarRaphael Hertzog1-1/+2
2008-01-14Give some hints to Perl on the use of UTF-8 for outputRaphael Hertzog1-0/+1
2008-01-13Dpkg::Fields: Change set_field_importance() into a method of Dpkg::Fields::Ob...Raphael Hertzog1-2/+2
2008-01-12Define list of valid debian/control fields in Dpkg::FieldsRaphael Hertzog1-18/+16
2008-01-08Merge branch 'controllib-removal'Raphael Hertzog1-77/+81
2008-01-08Do not warn about unrecognized Homepage field in binary package stanzasGuillem Jover1-1/+1
2008-01-01Update all scripts to use Dpkg::Changelog::parse_changelogRaphael Hertzog1-22/+16
2008-01-01Dpkg::Vars: New module handling the global variable $sourcepackageRaphael Hertzog1-3/+3
2008-01-01Update all scripts to use Dpkg::Substvars, Dpkg::Cdata, Dpkg::Control and Dpk...Raphael Hertzog1-63/+73
2007-12-29Dpkg::Compression: New module with compression variables from DpkgGuillem Jover1-1/+2
2007-12-12dpkg-genchanges: Fix typo (syserror() -> syserr())Guillem Jover1-1/+1
2007-12-12Use ||= instead of checking if the variables are not definedGuillem Jover1-2/+2
2007-12-05dpkg-genchanges: Fix handling of 'all' in Architecture fieldFrank Lichtenheld1-0/+3
2007-12-05dpkg-genchanges/dpkg-buildpackages: Add new -A optionFrank Lichtenheld1-19/+37
2007-12-05dpkg-genchanges: Allow different archs and types in debian/filesFrank Lichtenheld1-35/+43
2007-12-04dpkg-genchanges: Handle source files not compressed with gzip correctlyFrank Lichtenheld1-6/+7