summaryrefslogtreecommitdiff
path: root/scripts/dpkg-gencontrol.pl
AgeCommit message (Expand)AuthorFilesLines
2009-09-19Drop Dpkg::Fields and convert everything to Dpkg::Control::FieldsRaphaël Hertzog1-26/+12
2009-09-19dpkg-genchanges, dpkg-gencontrol: do not hardcode the field output orderRaphaël Hertzog1-7/+1
2009-09-19Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_typeRaphaël Hertzog1-3/+4
2009-09-19Use the new Dpkg::Control interface everywhereRaphaël Hertzog1-5/+7
2009-09-16Rename Dpkg::Control in Dpkg::Control::InfoRaphaël Hertzog1-2/+2
2009-09-06Add Multi-Arch to the list of known binary package fields for dpkg-devSteve Langasek1-1/+1
2009-09-06Unify and mark strings for translationGuillem Jover1-1/+1
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-20dpkg-gencontrol: warn about unused substvars (closes: #532760)Joachim Breitner1-0/+2
2009-05-10Do not set the Arch substvar in dpkg-sourceGuillem Jover1-0/+1
2009-03-15dpkg-gencontrol: improve error message with a bad union dependencyRaphael Hertzog1-2/+4
2009-03-15dpkg-genchanges, dpkg-gencontrol: avoid perl warningsRaphael Hertzog1-3/+3
2009-02-22dpkg-gencontrol, dpkg-gensymbols: reset umask to 0022Raphael Hertzog1-0/+1
2008-12-09Fix some “use Dpkg::ErrorHandling qw(…)” callsRaphael Hertzog1-1/+1
2008-12-09Dpkg::ErrorHandling: Replace failure calls with error or syserrGuillem Jover1-1/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-2/+1
2008-11-11Use new style perl function callsGuillem Jover1-10/+12
2008-05-12dpkg-gencontrol: Rename $package_type to $pkg_type for uniformityGuillem Jover1-6/+6
2008-05-12dpkg-gencontrol: Consider also custom Package-Type fields for warningsGuillem Jover1-2/+2
2008-03-02Preserve the order of dependencies and build-dependenciesRaphael Hertzog1-1/+1
2008-02-07dpkg-gencontrol: Do not output the Homepage field on udebGuillem Jover1-1/+3
2008-01-22Remove the IO layer ":utf8" that re-encodes in utf8Raphael Hertzog1-2/+1
2008-01-18Integrated dpkg-parsechangelog processing into Dpkg::Changelog::parse_changel...Raphael Hertzog1-1/+3
2008-01-14Give some hints to Perl on the use of UTF-8 for outputRaphael Hertzog1-5/+9
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-20/+15
2008-01-11dpkg-gencontrol: Also force version in ${binary:Version} if -v<version> is used.Raphael Hertzog1-0/+1
2008-01-01Update all scripts to use Dpkg::Changelog::parse_changelogRaphael Hertzog1-22/+17
2008-01-01Remove the last calls to chown(getfowner(), ...)Raphael Hertzog1-2/+0
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-115/+108
2007-12-12Use || to fallback to a default value instead of using !defined()Guillem Jover1-3/+1
2007-12-12Use ||= instead of checking if the variables are not definedGuillem Jover1-1/+1
2007-11-29dpkg-gencontrol: Unify parsing of Section and Priority fields with HomepageGuillem Jover1-12/+3
2007-11-29dpkg-gencontrol (spfileslistvalue): Add prototype, move to the top of the fileGuillem Jover1-5/+7
2007-11-21Add new module Dpkg::Fields replacing parts of controllib.plRaphael Hertzog1-0/+1
2007-11-19Dpkg::Deps::parse(): handle empty fields properly instead of returning undefRaphael Hertzog1-5/+6
2007-11-19dpkg-gencontrol.pl: Don't try to parse empty fields.Raphael Hertzog1-1/+1
2007-11-19Add initial udeb supportGuillem Jover1-5/+20
2007-10-18dpkg-gencontrol: use the new Dpkg::Deps module to rewrite the dependenciesRaphael Hertzog1-10/+37
2007-10-18Dpkg::ErrorHandling: Add support for format stringsGuillem Jover1-22/+27
2007-10-12Switch perl programs to use the new Dpkg/Arch moduleGuillem Jover1-0/+1
2007-10-11Switch perl programs to use the new Dpkg/ErrorHandling moduleGuillem Jover1-0/+2
2007-10-08Refer to host instead of build architecture and quote it in error stringGuillem Jover1-2/+3
2007-09-08Stop recognizing the obsolete Optional field when building packagesGuillem Jover1-1/+1
2007-09-06Do not declare $host_arch as an 'our' variableGuillem Jover1-1/+0
2007-09-06Make %fieldimps private to controllib.plGuillem Jover1-1/+0
2007-09-05Properly override Homepage field from binary package stanzasGuillem Jover1-1/+4
2007-08-31Implement support for Tag fieldGuillem Jover1-2/+2