index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dpkg-gencontrol.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-06
Dpkg::File: Refactor file locking logic into this new module
Guillem Jover
1
-4
/
+2
2012-05-23
scripts: Hyphenate option arguments
Guillem Jover
1
-7
/
+7
2012-05-23
scripts: Use “changelog” instead of “change log”
Guillem Jover
1
-1
/
+1
2012-05-23
scripts: Use new pkg_name_is_illegal() instead of ad-hoc checks
Guillem Jover
1
-4
/
+6
2012-05-23
scripts: Use new member set_as_used() instead of ad-hoc code
Guillem Jover
1
-5
/
+3
2012-02-01
Move copyright information from --version output to file comment headers
Guillem Jover
1
-4
/
+3
2011-10-24
Dpkg::Deps: Fix dependency evaluation logic to use arch qualifier
Raphaël Hertzog
1
-1
/
+2
2011-10-21
dpkg-gencontrol, dpkg-distaddfile: protect update of debian/files with a lock
Raphaël Hertzog
1
-0
/
+13
2011-10-02
scripts: Improve error messages when debian/control has no package stanza
Guillem Jover
1
-1
/
+4
2011-07-11
dpkg-dev: fail when closing an output handle fails
Niels Thykier
1
-1
/
+1
2011-06-15
dpkg-gencontrol: Run du with --apparent-size for the Installed-Size field
Ludovic Brenta
1
-1
/
+2
2010-11-19
Cleanup white spaces
Guillem Jover
1
-1
/
+0
2010-11-02
Unify execution error strings
Guillem Jover
1
-1
/
+1
2010-04-21
dpkg-gencontrol: Do not output the Package-Type field on udeb
Guillem Jover
1
-0
/
+1
2010-03-12
Use License instead of Licence in strings
Guillem Jover
1
-1
/
+1
2010-02-21
dpkg-gencontrol, dpkg-genchanges, dpkg-source: support multiple -T options
Raphaël Hertzog
1
-4
/
+5
2010-02-21
dpkg-gencontrol: now indicates which package is concerned by the substvars wa...
Raphaël Hertzog
1
-2
/
+4
2010-02-21
dpkg-gencontrol: no longer warns if a substvar provided by -V is not used
Raphaël Hertzog
1
-0
/
+1
2010-02-21
dpkg-gencontrol: don't accept arch-specific dependencies in arch: all packages
Raphaël Hertzog
1
-2
/
+8
2010-02-20
Update Dpkg::Substvars to use Dpkg::Interface::Storable
Raphaël Hertzog
1
-1
/
+1
2010-02-19
scripts: Unify fork error string
Guillem Jover
1
-1
/
+1
2009-12-02
Dpkg::Deps: cleanup API
Raphaël Hertzog
1
-6
/
+5
2009-12-02
Dpkg::Deps: replace dump() method with output([$fh])
Raphaël Hertzog
1
-1
/
+1
2009-11-08
Add missing license headers
Guillem Jover
1
-0
/
+15
2009-10-31
Move parse_changelog() to a separate module Dpkg::Changelog::Parse
Raphaël Hertzog
1
-2
/
+2
2009-09-19
Drop Dpkg::Fields and convert everything to Dpkg::Control::Fields
Raphaël Hertzog
1
-26
/
+12
2009-09-19
dpkg-genchanges, dpkg-gencontrol: do not hardcode the field output order
Raphaël Hertzog
1
-7
/
+1
2009-09-19
Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_type
Raphaël Hertzog
1
-3
/
+4
2009-09-19
Use the new Dpkg::Control interface everywhere
Raphaël Hertzog
1
-5
/
+7
2009-09-16
Rename Dpkg::Control in Dpkg::Control::Info
Raphaël Hertzog
1
-2
/
+2
2009-09-06
Add Multi-Arch to the list of known binary package fields for dpkg-dev
Steve Langasek
1
-1
/
+1
2009-09-06
Unify and mark strings for translation
Guillem Jover
1
-1
/
+1
2009-06-26
libdpkg-perl: Move unknown() from Dpkg::ErrorHandling to Dpkg::Fields
Guillem Jover
1
-2
/
+2
2009-06-26
Dpkg::ErrorHandling: Explicitly pass field argument to unknown()
Guillem Jover
1
-3
/
+3
2009-06-20
dpkg-gencontrol: warn about unused substvars (closes: #532760)
Joachim Breitner
1
-0
/
+2
2009-05-10
Do not set the Arch substvar in dpkg-source
Guillem Jover
1
-0
/
+1
2009-03-15
dpkg-gencontrol: improve error message with a bad union dependency
Raphael Hertzog
1
-2
/
+4
2009-03-15
dpkg-genchanges, dpkg-gencontrol: avoid perl warnings
Raphael Hertzog
1
-3
/
+3
2009-02-22
dpkg-gencontrol, dpkg-gensymbols: reset umask to 0022
Raphael Hertzog
1
-0
/
+1
2008-12-09
Fix some “use Dpkg::ErrorHandling qw(…)” calls
Raphael Hertzog
1
-1
/
+1
2008-12-09
Dpkg::ErrorHandling: Replace failure calls with error or syserr
Guillem Jover
1
-1
/
+1
2008-12-09
Dpkg::ErrorHandling: Export public functions by default
Guillem Jover
1
-2
/
+1
2008-11-11
Use new style perl function calls
Guillem Jover
1
-10
/
+12
2008-05-12
dpkg-gencontrol: Rename $package_type to $pkg_type for uniformity
Guillem Jover
1
-6
/
+6
2008-05-12
dpkg-gencontrol: Consider also custom Package-Type fields for warnings
Guillem Jover
1
-2
/
+2
2008-03-02
Preserve the order of dependencies and build-dependencies
Raphael Hertzog
1
-1
/
+1
2008-02-07
dpkg-gencontrol: Do not output the Homepage field on udeb
Guillem Jover
1
-1
/
+3
2008-01-22
Remove the IO layer ":utf8" that re-encodes in utf8
Raphael Hertzog
1
-2
/
+1
2008-01-18
Integrated dpkg-parsechangelog processing into Dpkg::Changelog::parse_changel...
Raphael Hertzog
1
-1
/
+3
2008-01-14
Give some hints to Perl on the use of UTF-8 for output
Raphael Hertzog
1
-5
/
+9
[prev]
[next]