Skip to content
  • gregor herrmann's avatar
    Import Debian version 2.143 · 4d652bfb
    gregor herrmann authored
    libconfig-model-dpkg-perl (2.143) unstable; urgency=medium
    
      * Team upload.
      * Add a test for a calculated virtual package dh-sequence-something.
      * Config::Model::Dpkg::Dependency: change handling of virtual packages.
        Add a private method _is_virtual which returns true for known virtual
        packages and also for established patterns (currently "dh-sequence-*"),
        and use this method instead of checking only the known list.
        Thanks to Dominique Dumont for proposing this approach.
        (Closes: #971784)
    
    libconfig-model-dpkg-perl (2.142) unstable; urgency=medium
    
      [ Guillem Jover ]
      * scanner: Switch from TOML to TOML::Tiny (Closes: #977892)
    
      [ Dominique Dumont ]
      * doc: add Guillem in contributor list
      * feature (scanner): Extract info from NodeJS's package.json
      * feature (scanner): handle copyright owner written in markdown
        (Closes: 954248)
      * feature (scanner): Extract info from Perl's META.yml
      * feature (scanner): Extract info from Raku's META6.json
      * fix (model): add trailing \n to default rules file
    
    libconfig-model-dpkg-perl (2.141) unstable; urgency=medium
    
      * fix (scanner): no longer swap information from Config.toml
    
    libconfig-model-dpkg-perl (2.140) unstable; urgency=medium
    
      [ gregor herrmann ]
      * Update list of virtual packages. Cf. #971784
      * Add 'needs-internet' to autpkgtest restrictions.
        Thanks to Xavier Guimard for the bug report. (Closes: #971785)
    
      [ Dominique Dumont ]
      * copyright scanner: fix Dist::Zilla generated LICENSE file entry
      * add Xavier Guimard (yadd) in contributor list (thanks !)
      * fix (scanner): parse rust files (*.rs)
      * feature (scanner): extract info from Config.toml.
        Thanks to Andrej Shadura for the patch
      * control: declare compliance with policy 4.5.1
      * control: add dependency on libtoml-perl
    
    libconfig-model-dpkg-perl (2.139) unstable; urgency=medium
    
      * Team upload.
    
      [ Dominique Dumont ]
      * warn (and fix) when install path begin with / see dh_install man page,
        path in these files should be relative
      * test fix of absolute install paths
    
      [ gregor herrmann ]
      * Replace '--with bash{_,-}completion' in debian/rules with a build
        dependency on 'dh-sequence-bash-completion'.
      * Update list of virtual packages.
      * Drop libconfig-model-dpkg-perl.maintscript which was needed for
        upgrades from versions before oldstable.
      * lib/Config/Model/models/Dpkg.pl: add a newline to the embedded POD.
        Fixes a pod2man glitch.
        Thanks to lintian.
    
    libconfig-model-dpkg-perl (2.138) unstable; urgency=medium
    
      * Bug fixes:
        * set default changelog version to 0.0.0.0-0
        * white-list libkvm-dev virtual package
        * fix handling of debian/install files. Now handle
          [<package>.]install[.<arch>]
        * update doc of install element
        * fix handling of maintainer scripts. Now handle
          [<package>.]<pre|post><inst|rm>[.<arch>]
      * update Dpkg backend doc
      * control: depends on libconfig-model-perl >= 2.140
    
    libconfig-model-dpkg-perl (2.137) unstable; urgency=medium
    
      * use getcwd instead of $ENV{PWD} (Fixes FTBFS)
    
    libconfig-model-dpkg-perl (2.136) unstable; urgency=medium
    
      * Team upload.
      * Add build dependency on libtest-longstring-perl.
        Thanks to Adrian Bunk for the bug report. (Closes: #964135)
      * Bump debhelper-compat to 13.
      * debian/rules: drop handling of $HOME.
        debhelper 13 does this for us.
      * Update lintian override.
        lintian capitalizes field names now.
    
    libconfig-model-dpkg-perl (2.135) unstable; urgency=medium
    
      * dpkg-copyright: do not reformat imported license text
    
    libconfig-model-dpkg-perl (2.134) unstable; urgency=medium
    
      [ gregor herrmann ]
      * Update list of virtual packages in
        lib/Config/Model/Dpkg/Dependency.pm.
      * Add debhelper sequences to virtual package list in
        lib/Config/Model/Dpkg/Dependency.pm.
    
      [ Dominique Dumont ]
      * DpkgSyntax: http://foo.com is not a key value pair...
      * Patch:
        * better preserve Subject or Description
        * add a blank line between unstructured text and diff
        * write file when fixing multi line Subject
    
    libconfig-model-dpkg-perl (2.133) unstable; urgency=medium
    
      * Copyright: document that debian/* entries are kept during update
      * Copyright: remove debian/ entries without matching file or dir
      * Patch: concatenate Subject lines (Closes: 958746)
    
    libconfig-model-dpkg-perl (2.132) unstable; urgency=medium
    
      * Team upload.
      * Annotate test-only build dependencies with <!nocheck>.
      * Config/Model/Dpkg/Control/Source/StandardVersion: adjust loading of
        lintian profile after changes in Lintian::Profile.
      * Adjust t/model_tests.d/dpkg-control-test-conf.pl to new
        Lintian::Profile as well.
      * Make build and runtime dependency on lintian versioned.
    
    libconfig-model-dpkg-perl (2.131) unstable; urgency=medium
    
      * control: depends on licensecheck >= 3.0.45
    
    libconfig-model-dpkg-perl (2.130) unstable; urgency=medium
    
      * fix test broken by licensecheck fix (Closes: 952170)
    
    libconfig-model-dpkg-perl (2.129) unstable; urgency=medium
    
      * Clarify C::M::Dpkg::Copyright doc.
        Thanks to Ross Vandegrift for the doc update (Closes: 942756)
      * Scanner: improve error messages
      * Scanner: handle copyright like "2015, -present"
      * FileLicense model: fix typo in user message
      * control: declare compliance with policy 4.5.0
    
    libconfig-model-dpkg-perl (2.128) unstable; urgency=medium
    
      [ Andrej Shadura ]
      * Point prospective contributors to Salsa instead of Alioth
      * Prevent some of the binary junk from being dumped into the output as is
        (Closes: #946675)
    
      [ Dominique Dumont ]
      * add Andrej Shadura in contributor list
      * Switch from YAML::Tiny to YAML::XS
      * abort scan when licensecheck exits on error (Closes: #948471)
      * update scanner doc
      * skips binary graphic files when scanning for copyright
      * allow licence combination with and/or (Thanks Jonas for the heads-up)
      * issue a warning with and/or licence combination
      * control: build require licensecheck
      * control: depends on libyaml-libyaml-perl
    
    libconfig-model-dpkg-perl (2.127) unstable; urgency=medium
    
      [ gregor herrmann ]
      * Add perl-xs-dev to list of virtual packages.
    
      [ Dominique Dumont ]
      * 'cme fix dpkg' can now remove autotools and autoreconf dep
        when debhelper >= 10
      * fix debhelper compat only in Build dependencies, i.e. don't try
        to fix runtime debhelper dependency
      * control: put back runtime depends on plain debhelper (oh the irony)
      * fix typo in Dpkg::Control::Source model
      * C::M::Dependency:
        * skip check when check param is 'no'
        * fix typo in warning message
      * control: declare compliance with policy 4.4.1
    
    libconfig-model-dpkg-perl (2.126) unstable; urgency=medium
    
      * handle correctly section comments.
        Thanks to Andreas Tille for the bug report (Closes: 933648)
      * merge copyright info from README, LICENSE.. files.
        Thanks to Pirate Praveen for the bug report (Closes: 929694)
      * Do not list LICENSE and COPYING files as their license information
        is stored in directory entries like foo/*. See
        Dpkg::Copyright::Scanner doc for details
      * update Dpkg::Copyright::Scanner doc about README and
        LICENSE license scan
      * control: depends on debhelper-compat (= 12)
    
    libconfig-model-dpkg-perl (2.125) unstable; urgency=medium
    
      * Team upload.
      * Add a dependency on debhelper which is used by
        Config::Model::Dpkg::Dependency since ee144a0.
        Thanks to autopkgtests.
      * Add lintian override for adding a dependency on debhelper.
    
    libconfig-model-dpkg-perl (2.124) unstable; urgency=medium
    
      [ gregor herrmann ]
      * debian/*: replace ADTTMP with AUTOPKGTEST_TMP.
    
      [ Dominique Dumont ]
      * no longer show confusing warning when old lintian is installed.
        Thanks to Clément Hermann for the bug report (Closes: 932409)
      * handle debhelper-compat dependency (Closes: 930118)
      * better handle LICENSE and README files (See: 929694)
      * do not retry to get info from madison for unknown package
      * handle and/or license operator coming from licensecheck
      * add new virtual package (added with policy 4.3.0)
      * control:
        * setup new debhelper-compat dependency with cme (dogfooding)
        * add dependency on libsort-versions-perl
        * comply with policy 4.4.0
    
    libconfig-model-dpkg-perl (2.123) experimental; urgency=medium
    
      * Use XDG_CACHE_HOME to store dependency cache.
        Thanks to Guillem Jover for the report (Closes: 899337)
      * handle dependency list with leading commas.
        Thanks to Xavier Guimard for the bug report (Closes: 923265)
    4d652bfb
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.