The branch, controllib-removal has been created
        at  51c74632203efa343b61f5f54ec960fbbc6d95a6 (commit)

- Shortlog ------------------------------------------------------------
commit 51c74632203efa343b61f5f54ec960fbbc6d95a6
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 18:31:45 2008 +0100

    Add many modules to list of files containing translatable strings

commit 025d6e02b697abefa6c349074fc7d20cf3704065
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 18:16:24 2008 +0100

    scripts/controllib.pl: Removed as it's no more needed by any script.

commit 4c01feffd3f467a63f934568f0c8762ed33580d4
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 18:13:07 2008 +0100

    Update all scripts to use Dpkg::Changelog::parse_changelog
    
    * scripts/dpkg-buildpackage.pl, scripts/dpkg-checkbuilddeps.pl,
    scripts/dpkg-genchanges.pl, scripts/dpkg-gencontrol.pl,
    scripts/dpkg-gensymbols.pl, scripts/dpkg-source.pl: Update scripts to use
    Dpkg::Changelog::parse_changelog instead of the old controllib.pl's
    parsechangelog. With this last change controllib.pl is no more used by
    any script.

commit 894364fca9657e42b529d7bb647699dfc5dd4e50
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 18:10:22 2008 +0100

    Dpkg::Changelog: New function parse_changelog to replace controllib's 
parsechangelog

commit d53f573b44388a375dc174645c199a98bf580009
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 17:46:46 2008 +0100

    Add missing modules in the dpkg-dev package

commit e3b720f8f1b0d1957cebd3b55a601220106e9e4b
Merge: 3b1eb76983cd67b8645c569baba02746f8e1364b 
24b37628a18c4921882d7e9068f12ca4bd42151d
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 20:36:48 2008 +0100

    Merge branch 'parsechangelog' into controllib-removal
    
    Conflicts:
    
        ChangeLog
        debian/changelog
        debian/dpkg-dev.install
        scripts/Dpkg/ErrorHandling.pm
        scripts/Makefile.am

commit 3b1eb76983cd67b8645c569baba02746f8e1364b
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 16:50:49 2008 +0100

    Update list of files to include in the distribution tarball

commit a758c0f19cdb2ca8ccfc4b5e3a28fa9c63149cf4
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 16:16:06 2008 +0100

    Remove all unused functions from controllib.pl

commit f4d652c97156ddefaeef06c9060632efa0f64706
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 16:13:26 2008 +0100

    dpkg-source: Integrate readmd5sum from controllib

commit 65dcc473ae8d2505033b5ce5b7f00dab0f850c13
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 15:59:08 2008 +0100

    Remove the last calls to chown(getfowner(), ...)
    
    * scripts/dpkg-distaddfile.pl, scripts/dpkg-gencontrol.pl: Delete
    the chown(getfowner(), ...) on new files. It doesn't seem to do anything
    useful anymore as it got dropped from several other scripts over the years
    without problems. This enables the removal of getfowner() from
    controllib.pl.

commit 5fb2ef86c87de7b4821fca99d7db15af2d5ec204
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 15:50:01 2008 +0100

    Dpkg::Vars: New module handling the global variable $sourcepackage
    
    * scripts/Dpkg/Vars.pm: New module exporting $sourcepackage and
    set_source_package to replace the $sourcepackage and setsourcepackage of
    controllib.pl.
    * scripts/dpkg-genchanges.pl: Updated to use Dpkg::Vars.
    * scripts/dpkg-gencontrol.pl: Likewise.
    * scripts/dpkg-source.pl: Likewise.

commit 86d0cbbb25e6517031c491ff443f9685e65df84d
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 14:54:55 2008 +0100

    Dpkg::Version: Add check_version to replace controllib's checkversion
    
    * scripts/Dpkg/Version.pm (check_version): New function.
    * scripts/dpkg-buildpackage.pl: Use the new check_version.
    * scripts/dpkg-source.pl: Likewise.

commit 120ecd5161f4cf468d611b3dea05ac8a43313a75
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Mon Dec 31 17:29:00 2007 +0100

    Update all scripts to use Dpkg::Substvars, Dpkg::Cdata, Dpkg::Control and 
Dpkg::Fields::Object

commit 1a5c8d6b7cf3e15f093ebccff8b9633d31bc7fcb
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Sat Dec 29 19:34:24 2007 +0100

    Add non-regression tests for Dpkg::Control and Dpkg::Cdata

commit 73c0afdba488997dfd34c8363533707aaedbd98e
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Sat Dec 29 19:04:07 2007 +0100

    Dpkg::Cdata, Dpkg::Control, Dpkg::Fields::Object: Add new modules
    
    * scripts/Dpkg/Cdata.pm: This module provides a function to parse a block of
    fields/values like those in debian/control, in changes files or in dsc 
files.
    * scripts/Dpkg/Fields.pm: Dpkg::Fields::Object implements a tied hash
    which handles proper capitalization of fields and which can be dumped
    back.
    * scripts/Dpkg/Control.pm: This module parses debian/control and provide
    access to the tied hash for each block (source one and binary ones).

commit 38fbc26b5403d51ffda0dde4149e5144bdb347db
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jan 1 12:49:22 2008 +0100

    Dpkg::Substvars: New module handling substvars

commit ea7f8214a2583c6d969d79245701b0fd93937c0e
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Sat Dec 29 18:46:07 2007 +0100

    Dpkg::ErrorHandling: New syntaxerr function

-----------------------------------------------------------------------

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to