libconfig-model-dpkg-perl (2.068) unstable; urgency=medium

  * Dpkg dependency: make sure that debhelper shows a warning when
    compat is increased (in interactive mode like cme edit dpkg)
  * control: added dep libtext-levenshtein-damerau-perl. Installing this
    dependency enable cme to warn about typos in permissive files
    like debian/copyright (Closes: #789568)
  * source options: advise user to log a bug in case of missing parameter

 -- Dominique Dumont <dod@debian.org>  Fri, 24 Jul 2015 16:45:22 +0200

libconfig-model-dpkg-perl (2.067) unstable; urgency=medium

  Major bug fixes release: previous version removed too many
  directory entries. This version fixes this problem while being
  able to merge existing directory entries with data extracted from
  files (including LICENSE, COPYING or README files)

  Also fixed:
  * C::M::Dpkg::Dependency: escape '{' in regexp (Closes: #789841) ...
  * Scanner::__squash_copyrights_years: also handle last entry of
    $copyrights_by_id...

 -- Dominique Dumont <dod@debian.org>  Fri, 03 Jul 2015 20:13:44 +0200

libconfig-model-dpkg-perl (2.066) unstable; urgency=medium

  [ gregor herrmann ]
  * Add Build-Conflicts-Indep fields to Dpkg::Control::Source model.
  * Dpkg::Control::Source model: warn on duplicates in Build-
    Conflicts{,-Indep}.
  * Update descriptions and summaries for Dpkg::Control::Source model.

  [ Dominique Dumont ]
  * updated © years in model doc
  * Dpkg::Copyright doc:
    + added explanation on merge mechanism in pod doc
    + added scary example to modify copyright content with cme

 -- Dominique Dumont <dod@debian.org>  Mon, 15 Jun 2015 12:45:10 +0200

libconfig-model-dpkg-perl (2.065) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Correct name of licensecheck utility.
    Thanks to Andreas Metzler (Closes: #784838)

  [ Dominique Dumont ]
  * Dpkg Control: can now fix formatting of Description when more
    than one paragraph has too long lines
  * Dependency:
    * added stretch and buster to the list of known debian releases
    * die if something went wrong while finding the ideal dependency
      for an alternate dependency
    * preserve Perl's versioned dep if the alternate lib has no
      versioned dependency.
  * Copyright update: can remove old directory entries when needed

 -- Dominique Dumont <dod@debian.org>  Wed, 20 May 2015 18:46:08 +0200

libconfig-model-dpkg-perl (2.064) unstable; urgency=medium

  * Fixed scanner bugs found while trying 'cme update dpkg-copyright' on
    icedove files:
    * don't croak on utf8 encoding errors
    * can use $ENV{COPYRIGHT_SCANNER_INPUT} as input for tests..
    * fix parsing of multi copyright owners
    * provide better error message for invalid (c) year ranges
    * improved copyright cleanup

 -- Dominique Dumont <dod@debian.org>  Fri, 08 May 2015 18:45:47 +0200

libconfig-model-dpkg-perl (2.063) unstable; urgency=medium

  * Copyright scanner:
    * to cope with owner containing 'f00' (Closes: #783932)
    * handle ranges like 2010-12 or 2002-3 (Closes: #783928)
  * Dpkg::Patch: fix handling of Subject body expressed as
    free form text below header.
  * Updated list of supported arch in C::M::Dpkg::Dependency
    (Closes: #782995)
  * control: added build-dep on libyaml-tiny-perl

 -- Dominique Dumont <dod@debian.org>  Fri, 08 May 2015 10:24:03 +0200

libconfig-model-dpkg-perl (2.062) experimental; urgency=medium

  * control: added missing deps libarray-intspan-perl
    and libexporter-lite-perl (Closes: #782010)

 -- Dominique Dumont <dod@debian.org>  Tue, 07 Apr 2015 08:21:48 +0200

libconfig-model-dpkg-perl (2.061) experimental; urgency=medium

  * Improved 'cme update dpkg-copyright' command:
    * update can now start from scratch
    * improved handling of fix.scanned.copyright file
    * cleanup "by" and "all rights reserved" from copyrights
    * globally squash copyright that have same owners and licenses
    * don't remove correct entries while updating...

  * Other copyright model changes:
    * improve error message when copyright header is missing
    * issue a warning when boilerplate license is found

  * copyright: added entry for lib/Dpkg/Copyright/Scanner.pm
    Thanks to Jonas for agreeing to LGPL-2.1+

  * control:
    * updated dep version of libconfig-model-perl and
      libconfig-model-tester-perl
    * added runtime dependency on devscripts (for licensecheck)
    * udpated description for 'cme update dpkg'

 -- Dominique Dumont <dod@debian.org>  Sat, 04 Apr 2015 11:27:37 +0200

libconfig-model-dpkg-perl (2.060) experimental; urgency=medium

  * New feature:
    + added scan-copyright command: Scan source file and print lines for
      debian/copyright files. This command is indenpendant of Config::Model
      and may land in its own package or in devscript if required.
    + new 'cme update dpkg' command that uses scan-copyright to update
      the content on debian/copyright from the source files.
      See Config::Model::Dpkg::Copyright documentation for more details.

  * Model changes:
    * Dpkg::Source: 'cme migrate' sets TestSuite to autopkgtest-pkg-perl
      for pkg-perl team packages

  * Perf improvement of dependency checks:
    * C::M::Dpkg::Dependency: do not use regexp to find Perl module
      in CoreList...

  * Minor changes:
    * Use show_message instead of say for most user messages
    * debian/control: dep on libconfig-model-perl 2.066
    * debian/copyright: updated year

 -- Dominique Dumont <dod@debian.org>  Fri, 20 Feb 2015 13:16:24 +0100

libconfig-model-dpkg-perl (2.059) unstable; urgency=medium

  * Copyright license text (Closes: #767494):
    * fix (really) automatic import of license summary or text
    * suppress misleading warning

 -- Dominique Dumont <dod@debian.org>  Fri, 31 Oct 2014 14:06:18 +0100

libconfig-model-dpkg-perl (2.058) unstable; urgency=medium

  * Team upload.
  * Trigger warning 'Synopsis is too long.' only for >= 80 characters.
    Cf. Debian Policy 3.4.1, DEP3, and lintian.

 -- gregor herrmann <gregoa@debian.org>  Fri, 10 Oct 2014 16:38:59 +0200

libconfig-model-dpkg-perl (2.057) unstable; urgency=medium

  * Dpkg::Dependency: support new build profile syntax.
    Tx Johannes Schauer (Closes: #763772)

 -- Dominique Dumont <dod@debian.org>  Tue, 07 Oct 2014 21:09:03 +0200

libconfig-model-dpkg-perl (2.056) unstable; urgency=medium

  [ Dominique Dumont ]
  * Dpkg::Copyright: fix automatic import of license summary or text
  * control:
    * depends on liconfig-model-perl 2.061
    * depends on libsoftware-license-perl (>= 0.103010-3~)
    * removed versioned dep on libconfig-model-tester-perl

  [ gregor herrmann ]
  * dpkg-control model: allow autopkgtest-pkg-{ruby,perl}
    in Testsuite header.
  * Use autopkgtest-pkg-ruby in tests.

  [ Dominique Dumont ]
  * Fix broken Vcs-Git and Vcs-Browser computed default values
  * Dpkg::Dependency: Warn and fix if a dual dependency is used with
    a module that is or will no longer be dual life

  [ gregor herrmann ]
  * Fix some occurences of libmodule-build-perl versions in test suite.
  * Mark package as autopkgtest-able.

 -- Dominique Dumont <dod@debian.org>  Sat, 27 Sep 2014 21:05:05 +0200

libconfig-model-dpkg-perl (2.054) unstable; urgency=medium

  * Team upload.

  * Set default Standards-Version to 3.9.6 in dpkg-control model.
    Update tests as well.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <gregoa@debian.org>  Sat, 20 Sep 2014 21:47:23 +0200

libconfig-model-dpkg-perl (2.053) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.

  [ Dominique Dumont ]
  * dpkg copyright format: accepts http and https url and default
    to https (Closes:  #756876)
  * Copyright model: Accept multi-line string for Files-Excluded
    field (Closes: #757812)

 -- Dominique Dumont <dod@debian.org>  Mon, 08 Sep 2014 20:56:15 +0200

libconfig-model-dpkg-perl (2.052) unstable; urgency=medium

  * Team upload.

  [ Paul Wise ]
  * Use the correct hostname for the ftp-master changelog service

  [ Salvatore Bonaccorso ]
  * Fix URL in description of the XS-Testsuite field.
    Adjust file name to README.package-tests.rst and switch to URL based on
    the cgit web frontend on alioth.
  * Fix URL in description of the Testsuite field.
    Adjust file name to README.package-tests.rst and switch to URL based on
    the cgit web frontend on alioth.
  * Recommend Vcs-Browser field values pointing to cgit web frontend.
    Recommend the cgit based URLs for the Vcs-Browser field instead of the
    gitweb based URLs.
  * Adjust Vcs-Browser URLs in testsuite to cgit web frontend based URLs

  [ Dominique Dumont ]
  * Provide Vcs-Git and Vcs_browser values for pkg-javascript team
  * added missing "memory cycle" test label
  * Fix expected Vcs-Browser URL

  [ Salvatore Bonaccorso ]
  * Strip appended ';a=summary' if the cgit webinterface is used.
    Thanks to Gregor Herrmann for the patch
  * Update Vcs-Browser URL to cgit web frontend
  * Switch http to https URLs in dpkg-control exampes in testsuite

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 17 Aug 2014 13:59:51 +0200

libconfig-model-dpkg-perl (2.051) unstable; urgency=medium

  * Control Binary model: added Build-Profiles (Tx Peter Pentchev)
  * added TestSuite parameter (Closes: #752149)
  * Patch model:can now fix synopsis when using 'cme fix patch my-great-patch'
  * fix typo in bash completion file name (which broke completion for
    'cme edit patch')
  * rules: added --with bash-completion

 -- Dominique Dumont <dod@debian.org>  Sat, 19 Jul 2014 18:18:28 +0200

libconfig-model-dpkg-perl (2.050) unstable; urgency=medium

  * Dpkg::Patch:
    * Author, From, Reviewed-by and Ack-by fields are now list
    + added missing inline documentation

 -- Dominique Dumont <dod@debian.org>  Sun, 15 Jun 2014 18:52:58 +0200

libconfig-model-dpkg-perl (2.049) unstable; urgency=medium

  * Dpkg::Copyright:
    * fixed Files-Excluded type and updated doc
    * consider license exception as part of license short
      name (Closes: #748501)
  * Dpkg::Patch(es):
    * read/write patches in utf8 mode
    * skip non dep-3 patches when cme is run with -force option
      (Closes: 748502)
    * added bash completion for 'cme edit|fix|check dpkg-patch'
  * control:
    * build depends on libconfig-model-tester 2.048 to test
      tolerance of bad patch
    * added BDI on libpath-tiny-perl

 -- Dominique Dumont <dod@debian.org>  Sat, 14 Jun 2014 14:37:59 +0200

libconfig-model-dpkg-perl (2.048) unstable; urgency=medium

  + Added a patch (DEP-3) editor/checker:
    * check all patches with 'cme check dpkg-patches'
    * check one patch with 'cme check dpkg-patch debian/patches/foo'
      or 'cme check dpkg-patch foo'
    * the edit command can also be used. E.g. 'cme edit dpkg-patch foo'
  * control:
    - removed dependency on libnamespace-autoclean-perl
    * depends on libconfig-model-perl 2.055
    + added depends on liburi-perl (not used during tests)
  * fix warnings by removing last traces of async calls
  * fix test (removed calls to removed functions)

 -- Dominique Dumont <dod@debian.org>  Mon, 05 May 2014 19:23:55 +0200

libconfig-model-dpkg-perl (2.047) unstable; urgency=medium

  * Model changes:
    * Dpkg::Dependency: added libgl-dev and libtiff-dev to virtual packages
    * Dpkg::Control: removed experience attribute
  * Dpkg::Patch backend: leave a space after colon when writing back
    patch header. I.e. 'Field: foo' (thankd gregoa for the heads-up)
  * Removed all asynchronous code from Dpkg::Dependency. The code should be
    easier to understand.
  * control: removed deps on libanyevent*. Added dep on libwww-perl

 -- Dominique Dumont <dod@debian.org>  Sun, 20 Apr 2014 14:16:33 +0200

libconfig-model-dpkg-perl (2.046) unstable; urgency=medium

  * Dependency checker: use escape_uri on package name to build the URL
    used to query madison (Closes: #742302)
  * Dpkg::Copyright model:
    + added Files-Excluded parameter (the one used by uscan)
    * check consistency of global License parameter
  * Config::Model::Dpkg::Dependency: no longer complain about *known*
    virtual packages (i.e. mostly virtual packages listed in packaging
    manual)
  * Config::Model::Dpkg: added 'cme modify dpkg' examples in pod doc
  * control: BD-I on libconfig-model-perl 2.053

 -- Dominique Dumont <dod@debian.org>  Wed, 26 Mar 2014 12:25:04 +0100

libconfig-model-dpkg-perl (2.045) unstable; urgency=medium

  * Control model: set up value for Vcs-Git and Vcs-Browser for
    pkg-ruby-extra team
  * allow config file override for dpkg-control and dpkg-copyright
    (Closes: #739387). See Config::Model::Dpkg(3pm) for explanations
  * control: depends on libconfig-model-perl >= 2.050 for the config
    file overrride

 -- Dominique Dumont <dod@debian.org>  Sat, 01 Mar 2014 19:48:26 +0100

libconfig-model-dpkg-perl (2.044) unstable; urgency=medium

  * section parameter:
    * fix check to cope with section like 'gnu-r' (Closes: #735308)
  * dependency parameters:
    * fix warnings issued when a alternate dep contains an unknown/virtual
      package
    * compute cache expiry date only once
    * added global function cache_info_from_madison
  * source Vcs-* parameters:
    * warn (and fix) if Vcs-* field is not a recommended URL
     (Closes: #735309)
    * fix Vcs-Git url substitution (thanks Andreas)
  * Backend Dpkg Control: query info for all package in one call to
    madison. (Closes: #735000)
  * debian/copyright: updated year

 -- Dominique Dumont <dod@debian.org>  Sat, 01 Feb 2014 11:46:55 +0100

libconfig-model-dpkg-perl (2.043) unstable; urgency=low

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Set Standards-Version to 3.9.5 for the dpkg-control model
  * Bump Standards-Version to 3.9.5

  [ Dominique Dumont ]
  * copyright backend: improved error message

  [ gregor herrmann ]
  * Remove version from libconfig-model-tester-perl build dependency.
    Nothing older in the archive; found with the help of this very
    package.

 -- gregor herrmann <gregoa@debian.org>  Fri, 22 Nov 2013 02:55:21 +0100

libconfig-model-dpkg-perl (2.042) unstable; urgency=low

  [ Bas Couwenberg ]
  * Homepage is also allowed for binary packages.
  * XB-Python-Version is allowed but deprecated for binary packages.

  [ Dominique Dumont ]
  * copyright backend: improved error message
  * Added doc to 'patch' dpkg parameter
  * skip comments in debian/series files (Closes: #725147)

 -- Dominique Dumont <dod@debian.org>  Sun, 13 Oct 2013 20:56:27 +0200

libconfig-model-dpkg-perl (2.041) unstable; urgency=low

  * fix new dual life dependency corner case uncovered by last corner
    case fix

 -- Dominique Dumont <dod@debian.org>  Sat, 28 Sep 2013 09:46:59 +0200

libconfig-model-dpkg-perl (2.040) unstable; urgency=low

  * All: fix white space and extraneous line issue (Closes: #721832)
  * dpkg-copyright:
    * skip empty-ish license
    * append second occurrence of an entry (Closes: #721670)
    * convert File section into Files (Closes: #721672)
  * dpkg-control:
    + added support for XS-Testsuite (Thanks Stig) (Closes: #721663)
    * added tests for xs-testsuite (Thanks Stig)
  * control: BD on libconfig-model-tester >= 2.044 to test white space fix

 -- Dominique Dumont <dod@debian.org>  Sun, 08 Sep 2013 21:03:40 +0200

libconfig-model-dpkg-perl (2.039) unstable; urgency=low

  * Team upload.

  [ Dominique Dumont ]
  * Dpkg::Copyright: clean up comma from Files line

  [ gregor herrmann ]
  * Switch order of alternative (build) dependencies after Perl 5.18
    upload to unstable.
  * Remove version from libconfig-model-tester-perl build dependency.
    Nothing older in the archive. This fix was brought to the audience by
    cme and libconfig-model-dpkg-perl itself.

 -- gregor herrmann <gregoa@debian.org>  Mon, 02 Sep 2013 21:36:44 +0200

libconfig-model-dpkg-perl (2.038) unstable; urgency=low

  * Fix alternate dependency corner case (Closes: #719225)
  * Dpkg Source model: add XS-AutoBuild field (Closes: #719753)
  * Dpkg Control Binary model: fixed pod error in embedded doc
  * dpkg control backend: improved error message for unknown flags
  * Dpkg model: added XS-Ruby-Versions and XB-Ruby-Versions fields
   (Closes: #713053)
  * control:
    + added libconfig-model-tester-perl dependency.
    * Clean up other dependencies
    * up-to-date libmodule-corelist-perl is now required instead
      of recommended to ensure better resulst with Perl dual-life
      package
    * updated description
  - removed obsolete lintian override

 -- Dominique Dumont <dod@debian.org>  Sun, 25 Aug 2013 17:17:05 +0200

libconfig-model-dpkg-perl (2.037) unstable; urgency=low

  * Dpkg Source model: fixed typo (thanks Daniel)
  * Source Option model: added compression and compression-level
    parameters (thanks Daniel)
  * doc: added BUGS section
  * Dependency parser:
    * rewrote grammar to give better error message. Extracted
      complex treament from grammar. Fixed bugs related to arch parsing
      (Closes: #707565)
    * trap mismatched '!' in dependency arch declaration
  * Patch backend: replaced 'given...when' with good old 'if'
    (Closes: #709783)

 -- Dominique Dumont <dod@debian.org>  Mon, 20 May 2013 18:55:09 +0200

libconfig-model-dpkg-perl (2.036) unstable; urgency=low

  * Dependency:
    * fix bug to save all info from rmasdison in cache
    * fix bug that blocked cme during request to rmadison, now
      rmadison requests are done again in parrallel
  * Dpkg::Source: DM-Upload-Allowed is deprecated. This parmeter will
    be removed when running 'cme migrate dpkg' (or cme edit)
  * Dpkg Control backend: avoid double deprecation warnings

 -- Dominique Dumont <dod@debian.org>  Sat, 27 Apr 2013 16:51:13 +0200

libconfig-model-dpkg-perl (2.035) unstable; urgency=low

  * Removed deps on Any::Moose. Use Mouse now
  * control:
    - removed deps on libany-moose-perl
    + added deps on libnamespace-autoclean-perl
  * Copyright model: parse correctly license short
    name when a comma is appended to name (Closes: #692131)

 -- Dominique Dumont <dod@debian.org>  Mon, 22 Apr 2013 13:48:56 +0200

libconfig-model-dpkg-perl (2.034) unstable; urgency=low

  * Dpkg Backend: removed AnyEvent code that blocked until
    http request were done. This is now handled by Config::Model
  * Dependency: use asynchronous store
  * control: depends on libconfig-model-perl >= 2.030
  * copyright: updated years

 -- Dominique Dumont <dod@debian.org>  Sun, 24 Mar 2013 19:28:16 +0100

libconfig-model-dpkg-perl (2.033) unstable; urgency=low

  * bail out of of check_perl_lib_dep if the version contains a
    variable (Closes: #698876) (Tx gregoa for the help)
  * Allow version with variables and appended stuff (e.g. ${foo}.1~ )
    (Closes: #702792)

 -- Dominique Dumont <dod@debian.org>  Thu, 14 Mar 2013 19:25:31 +0100

libconfig-model-dpkg-perl (2.032) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * Fix typos in package description.
    Thanks to Stephen Kitt <steve@sk2.org> (Closes: #696630)
  * Correct regexp for allowed package names.
    According to Debian policy "5.6.1 Source", package names must consist
    only of lower case letters (a-z), digits (0-9), plus (+) and minus (-)
    signs, and periods (.). They must be at least two characters long and
    must start with an alphanumeric character.
    Thanks to Stephen Kitt <steve@sk2.org> (Closes: #696631)
  * Add support for Built-Using field (Closes: #696768)
  * Expand testsuite to check for binary package using Built-Using field
  * Add description for Built-Using field
  * Warn if Built-Using field is not filled via substvars.
    Add a regular expression matching the allowed variable substitution
    names for Built-Using field and warn unless it matches. See
    deb-substvars(5).
    Expand the built-using test using a 'fake' variable substitution.
  * Fix FTBFS if no writable $HOME is available during tests.
    Add overrides for dh_clean and dh_auto_test to provide a writable $HOME
    during tests.
  * Use posix character classes for warn_unless regular expression
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)

  [ Dominique Dumont ]
  * manifest.skip: ignore HOWTO.release, *.bak, *.tar.gz
  * HOWTO.release: added instructions to clean repo
  * control source model: fix computed value for VCS-Git to use
    anonscm.debian.org
  * removed old changelog
  * Build.PL: updated repo URL (for CPAN)
  * MANIFEST.SKIP: updated to ship debian/changelog to CPAN
  * fix build-depends-on-1-revision lintian warning

 -- Dominique Dumont <dod@debian.org>  Wed, 09 Jan 2013 18:46:41 +0100

libconfig-model-dpkg-perl (2.031) unstable; urgency=low

  * adapted Dpkg copyright model to new libsoftware-license-perl
    (Closes: #696140)
  * Dependency: check if dependency is provided within the control
    file (Closes: #692849)
  * control: depends on libsoftware-license-perl ( >= 0.103005-1)

 -- Dominique Dumont <dod@debian.org>  Mon, 17 Dec 2012 19:44:45 +0100

libconfig-model-dpkg-perl (2.030) unstable; urgency=low

  * Team upload.
  * Set Standards-Version to 3.9.4 for the dpkg-control model.
  * Bump Standards-Version to 3.9.4 for the package itself.

 -- gregor herrmann <gregoa@debian.org>  Sat, 03 Nov 2012 15:44:57 +0100

libconfig-model-dpkg-perl (2.029) unstable; urgency=low

  * Team upload.
  * Add missing Build-Depends-Indep on lintian.
    Fix FTBFS "Can't locate Lintian/Relation.pm in @INC" during tests.
    Thanks to Angel Abad <angel@debian.org> (Closes: #691905)
  * Fix spelling-error-in-copyright lintian warning.
    Fix "spelling-error-in-copyright GNU Lesser Public License GNU Lesser
    General Public License" lintian warning.

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 31 Oct 2012 12:33:52 +0100

libconfig-model-dpkg-perl (2.028) unstable; urgency=low

  * updated doc embedded in dpkg-copyright model
  * control: added build-dep on libfile-copy-recursive
    to fix a FTBS

 -- Dominique Dumont <dod@debian.org>  Tue, 09 Oct 2012 14:04:16 +0200

libconfig-model-dpkg-perl (2.027) unstable; urgency=low

  * re-release to unstable

 -- Dominique Dumont <dod@debian.org>  Sun, 07 Oct 2012 10:55:27 +0200

libconfig-model-dpkg-perl (2.026) experimental; urgency=low

  * Initial Release. (Closes: #689241)

 -- Dominique Dumont <dod@debian.org>  Sun, 07 Oct 2012 10:54:11 +0200
