summaryrefslogtreecommitdiff
path: root/scripts/dpkg-gencontrol.pl
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-06-30Add support for binary-only key-value option in changelogsGuillem Jover1-8/+21
2012-06-08scripts: Slice --help output stringsGuillem Jover1-3/+3
2012-06-08scripts: Unify “<option>...” --help outputGuillem Jover1-1/+1
2012-06-06Dpkg::File: Refactor file locking logic into this new moduleGuillem Jover1-4/+2
2012-05-23scripts: Hyphenate option argumentsGuillem Jover1-7/+7
2012-05-23scripts: Use “changelog” instead of “change log”Guillem Jover1-1/+1
2012-05-23scripts: Use new pkg_name_is_illegal() instead of ad-hoc checksGuillem Jover1-4/+6
2012-05-23scripts: Use new member set_as_used() instead of ad-hoc codeGuillem Jover1-5/+3
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-4/+3
2011-10-24Dpkg::Deps: Fix dependency evaluation logic to use arch qualifierRaphaël Hertzog1-1/+2
2011-10-21dpkg-gencontrol, dpkg-distaddfile: protect update of debian/files with a lockRaphaël Hertzog1-0/+13
2011-10-02scripts: Improve error messages when debian/control has no package stanzaGuillem Jover1-1/+4
2011-07-11dpkg-dev: fail when closing an output handle failsNiels Thykier1-1/+1
2011-06-15dpkg-gencontrol: Run du with --apparent-size for the Installed-Size fieldLudovic Brenta1-1/+2
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-11-02Unify execution error stringsGuillem Jover1-1/+1
2010-04-21dpkg-gencontrol: Do not output the Package-Type field on udebGuillem Jover1-0/+1
2010-03-12Use License instead of Licence in stringsGuillem Jover1-1/+1
2010-02-21dpkg-gencontrol, dpkg-genchanges, dpkg-source: support multiple -T optionsRaphaël Hertzog1-4/+5
2010-02-21dpkg-gencontrol: now indicates which package is concerned by the substvars wa...Raphaël Hertzog1-2/+4
2010-02-21dpkg-gencontrol: no longer warns if a substvar provided by -V is not usedRaphaël Hertzog1-0/+1
2010-02-21dpkg-gencontrol: don't accept arch-specific dependencies in arch: all packagesRaphaël Hertzog1-2/+8
2010-02-20Update Dpkg::Substvars to use Dpkg::Interface::StorableRaphaël Hertzog1-1/+1
2010-02-19scripts: Unify fork error stringGuillem Jover1-1/+1
2009-12-02Dpkg::Deps: cleanup APIRaphaël Hertzog1-6/+5
2009-12-02Dpkg::Deps: replace dump() method with output([$fh])Raphaël Hertzog1-1/+1
2009-11-08Add missing license headersGuillem Jover1-0/+15
2009-10-31Move parse_changelog() to a separate module Dpkg::Changelog::ParseRaphaël Hertzog1-2/+2
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