[libsvn-notify-perl] branch master updated (152f1e5 -> c276b57)

gregor herrmann gregoa at debian.org
Sun Jan 12 16:44:48 UTC 2014


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

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

      from  152f1e5   [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.
      adds  ac70c45   Imported Upstream version 2.84
       new  cda8cac   Merge tag 'upstream/2.84'
       new  a8dd2f4   New upstream release. Closes: #655034
       new  95944b3   Use dh(1) in debian/rules.
       new  46622e0   Update (build) dependencies.
       new  b5365c9   cme: reformat debian/control
       new  93cad42   Add /me to Uploaders.
       new  aa32a98   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  60bdf06   Add a patch to fix a spelling mistake.
       new  7a085d0   Declare compliance with Debian Policy 3.9.5.
       new  c276b57   releasing package libsvn-notify-perl version 2.84-1

The 10 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:
 Build.PL                                 |  14 ++--
 Changes                                  |  39 +++++++++
 MANIFEST                                 |  11 ++-
 META.json                                |  32 +++++---
 META.yml                                 |  20 ++---
 Makefile.PL                              |  35 --------
 README                                   |  59 --------------
 README.md                                |  62 ++++++++++++++
 bin/svnnotify                            |  10 +--
 debian/changelog                         |  15 +++-
 debian/control                           |  38 +++++----
 debian/copyright                         |  75 ++++++++---------
 debian/patches/series                    |   1 +
 debian/patches/spelling.patch            |  18 +++++
 debian/rules                             |  56 +------------
 lib/SVN/Notify.pm                        | 134 ++++++++++++++++++-------------
 lib/SVN/Notify/Alternative.pm            |   5 +-
 lib/SVN/Notify/{Filter.pm => Filter.pod} |   6 +-
 lib/SVN/Notify/Filter/Trac.pm            |   8 +-
 lib/SVN/Notify/HTML.pm                   |  10 +--
 lib/SVN/Notify/HTML/ColorDiff.pm         |   8 +-
 t/alt.t                                  |   2 -
 t/base.t                                 |   2 -
 t/data/diff/333.txt                      |   4 +-
 t/data/diff/444.txt                      |   4 +-
 t/filter.t                               |   2 -
 t/html.t                                 |   2 -
 t/htmlcolordiff.t                        |   2 -
 t/options.t                              |  71 ++++++++--------
 t/pod-coverage.t                         |  11 ---
 t/pod.t                                  |   9 ---
 t/script.t                               |   2 -
 t/scripts/testsendmail                   |  22 +++++
 t/{bin => scripts}/testsvnlook           |  11 ++-
 t/smtp.t                                 |  35 ++++----
 35 files changed, 424 insertions(+), 411 deletions(-)
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 rename lib/SVN/Notify/{Filter.pm => Filter.pod} (99%)
 delete mode 100644 t/pod-coverage.t
 delete mode 100644 t/pod.t
 create mode 100755 t/scripts/testsendmail
 copy t/{bin => scripts}/testsvnlook (54%)

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



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