index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
Control
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-22
scripts: Use F<> for pathnames in POD markup
Guillem Jover
1
-2
/
+2
2013-06-22
perl: Add a VERSION to all modules
Guillem Jover
1
-0
/
+2
2013-06-22
scripts: Inherit from parent instead of base
Guillem Jover
3
-4
/
+4
2013-06-22
scripts: Do not inherit from Exporter just import its import
Guillem Jover
2
-2
/
+2
2013-06-22
Dpkg: Deprecate lowercase exported by default variables
Guillem Jover
1
-1
/
+1
2013-06-21
scripts: Use a new Dpkg::CONFDIR variable instead of literal strings
Guillem Jover
1
-1
/
+1
2013-06-21
Dpkg::Control::Fields: Use internerr instead of error
Guillem Jover
1
-1
/
+1
2013-06-21
Dpkg::Control::Hash: Do not require unused Dpkg::ErrorHandling
Guillem Jover
1
-1
/
+0
2013-06-21
Dpkg::Control::Hash: Fix set_options to take a hash instead of two scalars
Guillem Jover
1
-2
/
+2
2013-05-04
Do not use double-quotes on strings that do not need interpolation
Guillem Jover
4
-33
/
+33
2013-04-30
Do not quote simple identifier hash keys in element accesses
Guillem Jover
2
-20
/
+20
2013-04-30
Do not quote simple identifier hash keys in initializations
Guillem Jover
2
-7
/
+7
2013-04-29
scripts: Use // operator instead of an explicit defined check
Guillem Jover
1
-1
/
+1
2013-04-29
scripts: Do not use sort directly on the return keyword
Guillem Jover
1
-2
/
+4
2013-04-27
Dpkg::Control::Type: Use strict and warnings
Guillem Jover
1
-0
/
+3
2013-04-19
Use just 'return' instead of 'return undef' in perl code
Guillem Jover
3
-9
/
+9
2013-03-18
Dpkg::Control::Hash: Do not accept Armor Header Lines inside a paragraph
Guillem Jover
1
-1
/
+3
2013-03-18
Dpkg::Control::Hash: Check for presence of OpenPGP signatures
Guillem Jover
1
-0
/
+10
2013-03-18
Dpkg: Fix OpenPGP armored signature parsing
Guillem Jover
1
-6
/
+7
2012-06-30
Add support for binary-only key-value option in changelogs
Guillem Jover
1
-4
/
+8
2012-06-30
Dpkg::Control::Fields: Remove obsolete changelog fields
Guillem Jover
1
-2
/
+1
2012-06-06
Dpkg::Control::Fields: Put an & before field_capitalize() calls
Guillem Jover
1
-2
/
+2
2012-05-23
Add Build-Depends-Arch and Build-Conflicts-Arch
Roger Leigh
1
-3
/
+13
2012-05-23
scripts: Use new member set_as_used() instead of ad-hoc code
Guillem Jover
1
-2
/
+1
2012-04-27
Dpkg::Control: Fix memory leak due to objects not being garbage-collected
Ben Harris
1
-8
/
+19
2012-04-24
Fix typo: "same syntax than" → "same syntax as".
Peter Krefting
1
-1
/
+1
2012-03-05
Store Multi-Arch field after Architecture field in status file
Guillem Jover
1
-1
/
+1
2011-08-01
Revert "dpkg-buildpackage: support for Build-Features: build-arch"
Raphaël Hertzog
1
-3
/
+0
2011-07-07
Refer to Sources and Packages files as part of a repository
Guillem Jover
1
-2
/
+2
2011-06-25
dpkg-source: add some supplementary checks of debian/control
Raphaël Hertzog
1
-1
/
+5
2011-06-06
dpkg-buildpackage: support for Build-Features: build-arch
Bill Allombert
1
-0
/
+3
2011-03-24
dpkg-source: add new Package-List field to .dsc files
Raphaël Hertzog
1
-1
/
+5
2011-03-24
Dpkg::Control::Fields: define the place of the Built-Using field
Raphaël Hertzog
1
-2
/
+2
2011-03-23
dpkg-gencontrol: add support for Built-Using field
Mark Hymers
1
-0
/
+5
2011-03-12
Dpkg::Control::Hash: accept PGP signature as end of block
Roger Leigh
1
-1
/
+1
2010-04-11
Fix POD in several perl modules to avoid two consecutive lines starting with ...
Raphaël Hertzog
1
-0
/
+1
2010-02-26
Update POD documentation to indicate that it's using UTF-8 encoding
Raphaël Hertzog
5
-2
/
+12
2010-02-25
Dpkg::Checksums: rewrite to provide an object-oriented API
Raphaël Hertzog
2
-6
/
+6
2010-02-25
Add accent on Raphaël's name in several files
Guillem Jover
2
-2
/
+2
2010-02-21
dpkg-gencontrol: now indicates which package is concerned by the substvars wa...
Raphaël Hertzog
1
-2
/
+2
2010-02-21
Add $VERSION numbers to all perl modules
Raphaël Hertzog
4
-0
/
+8
2010-02-21
Dpkg::Interface::Storable: load() and save() accept "-" for standard input/ou...
Raphaël Hertzog
1
-6
/
+3
2010-02-21
Dpkg::Control::Info: provide an array representation of the object
Raphaël Hertzog
1
-1
/
+15
2010-02-20
Update Dpkg::Control::* to use Dpkg::Interface::Storable
Raphaël Hertzog
2
-39
/
+31
2009-11-29
Merge sid branch through commit '1.15.5.3'
Raphaël Hertzog
1
-1
/
+4
2009-11-23
Dpkg::Control::Hash: document how leading/trailing spaces are treated
Raphaël Hertzog
1
-0
/
+3
2009-11-22
Dpkg::Control::Hash: Strip leading spaces in the first line of a field's value
Guillem Jover
1
-1
/
+1
2009-11-21
Use angle brackets to mark i/o from descriptors
Guillem Jover
1
-1
/
+1
2009-11-18
Dpkg::Control::Fields, Dpkg::Version: avoid the "_" prototype
Raphaël Hertzog
1
-1
/
+2
2009-11-08
Add missing license headers
Guillem Jover
1
-0
/
+13
[next]