[libpkgconfig-perl] branch master updated (1952fdd -> 289cc32)

gregor herrmann gregoa at debian.org
Mon Nov 20 21:08:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libpkgconfig-perl.

      from  1952fdd   update changelog
      adds  95c95ca   Merge branch 'upstream' of ssh://git.debian.org/git/pkg-perl/packages/libpkgconfig-perl into upstream
      adds  1da2d7d   fix for #29
      adds  8eb2cb2   README: update project URLs
      adds  959a609   fix typos
      adds  dff9cd6   update changes
      adds  32d2ba5   default search path for MSYS2
      adds  8a78956   on msys2 default to --static (#27)
      adds  f4ebe1b   update changes
      adds  3cb41c3   version 0.12026
      adds  419e57f   update see also
      adds  50125b6   support for static cflags
      adds  8108f68   version 0.14026
      adds  e09dc51   fix typos
      adds  2a5cf58   version 0.015026
      adds  a8c592b   fix for 5.25.11
      adds  fe75939   version 0.16026
      adds  eee4d10   test for gh#36
      adds  fe3e685   fix "debian9 pkg-config.pl --modversion geany" problem
      adds  667c5e9   update contributors
      adds  6de38c1   version 0.17026
      adds  eac27bb   New upstream version 0.17026
       new  ec876d1   Update upstream source from tag 'upstream/0.17026'
       new  92c72d0   Update debian/changelog
       new  df5abdb   Update 0001-Adjust-path-to-ppkg-config-in-test-scripts.patch.
       new  7099907   Declare compliance with Debian Policy 4.1.1.
       new  464b2df   Remove trailing whitespace in debian/control.
       new  d7a3656   Add a build dependency on libcapture-tiny-perl; used in a new test.
       new  8e5b07e   Add a spelling patch.
       new  289cc32   releasing package libpkgconfig-perl version 0.17026-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  17 +++-
 MANIFEST                                           |   5 ++
 META.json                                          |  10 +--
 META.yml                                           |   6 +-
 Makefile.PL                                        |   2 +-
 README.win32                                       |   2 +-
 debian/changelog                                   |  14 ++-
 debian/control                                     |  13 +--
 ...djust-path-to-ppkg-config-in-test-scripts.patch |  31 +++----
 debian/patches/series                              |   1 +
 debian/patches/spelling.patch                      |  51 +++++++++++
 lib/PkgConfig.pm                                   |  21 +++--
 script/pkg-config                                  |  21 +++--
 script/pkg-config.pl                               |  21 +++--
 script/ppkg-config                                 |  21 +++--
 t/02-iterfiles-FLISTaa.t                           |  84 +++++++++---------
 t/02-iterfiles-FLISTab.t                           |  94 ++++++++++----------
 t/02-iterfiles-FLISTac.t                           |  94 ++++++++++----------
 t/02-iterfiles-FLISTad.t                           |  92 +++++++++----------
 t/02-iterfiles-FLISTae.t                           |  92 +++++++++----------
 t/02-iterfiles-FLISTaf.t                           |  96 ++++++++++----------
 t/02-iterfiles-FLISTag.t                           |  94 ++++++++++----------
 t/02-iterfiles-FLISTah.t                           |  90 +++++++++----------
 t/02-iterfiles-FLISTai.t                           |  92 +++++++++----------
 t/02-iterfiles-FLISTaj.t                           |  98 ++++++++++-----------
 t/02-iterfiles-FLISTak.t                           |  94 ++++++++++----------
 t/02-iterfiles-FLISTal.t                           |   6 +-
 t/PkgConfigTest.pm                                 |   2 +-
 t/data/gh36/foo.pc                                 |  13 +++
 t/gh36.t                                           |  32 +++++++
 t/lib/PkgConfig/.Path.pm.swp                       | Bin 0 -> 1024 bytes
 t/lib/PkgConfig/Capture.pm                         |  20 +++++
 t/lib/PkgConfig/Path.pm                            |  26 ++++++
 33 files changed, 778 insertions(+), 577 deletions(-)
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 t/data/gh36/foo.pc
 create mode 100644 t/gh36.t
 create mode 100644 t/lib/PkgConfig/.Path.pm.swp
 create mode 100644 t/lib/PkgConfig/Capture.pm
 create mode 100644 t/lib/PkgConfig/Path.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpkgconfig-perl.git



More information about the Pkg-perl-cvs-commits mailing list