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
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
2008-01-13
Dpkg::Fields: Change set_field_importance() into a method of Dpkg::Fields::Ob...
Raphael Hertzog
1
-2
/
+2
2008-01-12
Define list of valid debian/control fields in Dpkg::Fields
Raphael Hertzog
1
-20
/
+15
2008-01-11
dpkg-gencontrol: Also force version in ${binary:Version} if -v<version> is used.
Raphael Hertzog
1
-0
/
+1
2008-01-01
Update all scripts to use Dpkg::Changelog::parse_changelog
Raphael Hertzog
1
-22
/
+17
2008-01-01
Remove the last calls to chown(getfowner(), ...)
Raphael Hertzog
1
-2
/
+0
2008-01-01
Dpkg::Vars: New module handling the global variable $sourcepackage
Raphael Hertzog
1
-3
/
+3
2008-01-01
Update all scripts to use Dpkg::Substvars, Dpkg::Cdata, Dpkg::Control and Dpk...
Raphael Hertzog
1
-115
/
+108
2007-12-12
Use || to fallback to a default value instead of using !defined()
Guillem Jover
1
-3
/
+1
2007-12-12
Use ||= instead of checking if the variables are not defined
Guillem Jover
1
-1
/
+1
2007-11-29
dpkg-gencontrol: Unify parsing of Section and Priority fields with Homepage
Guillem Jover
1
-12
/
+3
2007-11-29
dpkg-gencontrol (spfileslistvalue): Add prototype, move to the top of the file
Guillem Jover
1
-5
/
+7
2007-11-21
Add new module Dpkg::Fields replacing parts of controllib.pl
Raphael Hertzog
1
-0
/
+1
2007-11-19
Dpkg::Deps::parse(): handle empty fields properly instead of returning undef
Raphael Hertzog
1
-5
/
+6
2007-11-19
dpkg-gencontrol.pl: Don't try to parse empty fields.
Raphael Hertzog
1
-1
/
+1
2007-11-19
Add initial udeb support
Guillem Jover
1
-5
/
+20
2007-10-18
dpkg-gencontrol: use the new Dpkg::Deps module to rewrite the dependencies
Raphael Hertzog
1
-10
/
+37
2007-10-18
Dpkg::ErrorHandling: Add support for format strings
Guillem Jover
1
-22
/
+27
2007-10-12
Switch perl programs to use the new Dpkg/Arch module
Guillem Jover
1
-0
/
+1
2007-10-11
Switch perl programs to use the new Dpkg/ErrorHandling module
Guillem Jover
1
-0
/
+2
2007-10-08
Refer to host instead of build architecture and quote it in error string
Guillem Jover
1
-2
/
+3
2007-09-08
Stop recognizing the obsolete Optional field when building packages
Guillem Jover
1
-1
/
+1
2007-09-06
Do not declare $host_arch as an 'our' variable
Guillem Jover
1
-1
/
+0
2007-09-06
Make %fieldimps private to controllib.pl
Guillem Jover
1
-1
/
+0
2007-09-05
Properly override Homepage field from binary package stanzas
Guillem Jover
1
-1
/
+4
2007-08-31
Implement support for Tag field
Guillem Jover
1
-2
/
+2
[next]