[libcgi-formbuilder-perl] branch master updated (a0386c2 -> 89de384)

Jonas Smedegaard dr at jones.dk
Mon Aug 22 14:46:03 UTC 2016


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

js pushed a change to branch master
in repository libcgi-formbuilder-perl.

      from  a0386c2   releasing package libcgi-formbuilder-perl version 3.09-3
      adds  87edd77   Add Changes/INSTALL/MANIFEST/README from CPAN dist.
      adds  51480ea   Latest CGI.pm warns about using param() in the list context. Try to use multi_param() instead if it's available.
      adds  d152f1d   Fixed misprints.
      adds  376b366   Actually there is no harm to retrieve the params' names with param()
      adds  8f6367f   Merge branch 'master' of https://github.com/netangel/formbuilder into netangel-master
      adds  561eca3   Merge branch 'netangel-master' (GH-5)
      adds  c4f4d0d   Bump version to 3.10, update Changes
      adds  8a0f0fb   Bump version here too.
      adds  db2a1aa   Bump version to 3.10 for all files.
      adds  b16d346   Imported Upstream version 3.10
       new  475c2c2   Merge tag 'upstream/3.10'
       new  610d143   Declare compliance with Debian Policy 3.9.8.
       new  e4230ec   Modernize Vcs-Git field: Use https URL.
       new  bed9a2d   Update git-buildpackage config: Filter any .gitignore file.
       new  f74bfcc   Tidy rules file: Restructure package relations.
       new  d507f43   Sync control with control.in/rules: (Build-)depend on libcgi-pm-perl.
       new  6baba83   Update watch file: Bump to version 4. Track MetaCPAN URL (and only that). Mention gpb --uscan in usage comment.
       new  36eec98   Stop track upstream source with CDBS (use gpb --uscan).
       new  fa2efcc   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  c5b5d66   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  6095ac8   Bump debhelper compatibility level to 9.
       new  4fc6c2b   Add lintian override regarding debhelper 9.
       new  cdae090   Relicense packaging as GPL3+, and extend authoring coverage to recent years.
       new  0ee6720   Drop patch 0004: Fixed upstream.
       new  7f28414   Unfuzz patch 0007.
       new  89de384   Prepare for release: Update changelog and control file.

The 16 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                                            | 25 ++++---
 MANIFEST                                           |  2 +
 META.json                                          | 41 ++++++++++++
 META.yml                                           | 22 +++++++
 debian/changelog                                   | 31 ++++++++-
 debian/compat                                      |  2 +-
 debian/control                                     | 14 ++--
 debian/control.in                                  |  8 ++-
 debian/copyright                                   | 59 +++++------------
 debian/gbp.conf                                    |  1 +
 ...nneeded-warning-from-CGI.pm-4.05-or-newer.patch | 76 ----------------------
 ...t-cgi_param-is-context-sensitive-just-lik.patch |  2 +-
 debian/patches/series                              |  1 -
 debian/rules                                       | 27 ++++----
 debian/source/lintian-overrides                    |  8 +++
 debian/watch                                       | 13 +---
 lib/CGI/FormBuilder.pm                             |  7 +-
 lib/CGI/FormBuilder/Field.pm                       |  5 +-
 lib/CGI/FormBuilder/Field/button.pm                |  2 +-
 lib/CGI/FormBuilder/Field/checkbox.pm              |  2 +-
 lib/CGI/FormBuilder/Field/date.pm                  |  2 +-
 lib/CGI/FormBuilder/Field/datetime.pm              |  2 +-
 lib/CGI/FormBuilder/Field/datetime_local.pm        |  2 +-
 lib/CGI/FormBuilder/Field/email.pm                 |  2 +-
 lib/CGI/FormBuilder/Field/file.pm                  |  2 +-
 lib/CGI/FormBuilder/Field/hidden.pm                |  2 +-
 lib/CGI/FormBuilder/Field/image.pm                 |  2 +-
 lib/CGI/FormBuilder/Field/number.pm                |  2 +-
 lib/CGI/FormBuilder/Field/password.pm              |  2 +-
 lib/CGI/FormBuilder/Field/radio.pm                 |  2 +-
 lib/CGI/FormBuilder/Field/select.pm                |  2 +-
 lib/CGI/FormBuilder/Field/static.pm                |  2 +-
 lib/CGI/FormBuilder/Field/submit.pm                |  2 +-
 lib/CGI/FormBuilder/Field/text.pm                  |  2 +-
 lib/CGI/FormBuilder/Field/textarea.pm              |  2 +-
 lib/CGI/FormBuilder/Field/time.pm                  |  2 +-
 lib/CGI/FormBuilder/Field/url.pm                   |  2 +-
 lib/CGI/FormBuilder/Messages.pm                    |  2 +-
 lib/CGI/FormBuilder/Messages/C.pm                  |  2 +-
 lib/CGI/FormBuilder/Messages/_example.pm           |  2 +-
 lib/CGI/FormBuilder/Messages/base.pm               |  2 +-
 lib/CGI/FormBuilder/Messages/da.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/da_DK.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/de.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/de_DE.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/default.pm            |  2 +-
 lib/CGI/FormBuilder/Messages/en.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/en_US.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/es.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/es_ES.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/fr.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/fr_FR.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/ja.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/ja_JP.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/no.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/no_NO.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/ru.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/ru_RU.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/sv.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/sv_SE.pm              |  2 +-
 lib/CGI/FormBuilder/Messages/tr.pm                 |  2 +-
 lib/CGI/FormBuilder/Messages/tr_TR.pm              |  2 +-
 lib/CGI/FormBuilder/Multi.pm                       |  2 +-
 lib/CGI/FormBuilder/Source.pm                      |  2 +-
 lib/CGI/FormBuilder/Source/File.pm                 |  2 +-
 lib/CGI/FormBuilder/Template.pm                    |  2 +-
 lib/CGI/FormBuilder/Template/Builtin.pm            |  2 +-
 lib/CGI/FormBuilder/Template/CGI_SSI.pm            |  2 +-
 lib/CGI/FormBuilder/Template/Div.pm                |  2 +-
 lib/CGI/FormBuilder/Template/Fast.pm               |  2 +-
 lib/CGI/FormBuilder/Template/HTML.pm               |  2 +-
 lib/CGI/FormBuilder/Template/TT2.pm                |  2 +-
 lib/CGI/FormBuilder/Template/Text.pm               |  2 +-
 lib/CGI/FormBuilder/Test.pm                        |  2 +-
 lib/CGI/FormBuilder/Util.pm                        |  2 +-
 t/1a-generate.t                                    |  4 +-
 t/1b-fields.t                                      |  4 +-
 t/1c-validate.t                                    |  4 +-
 t/1d-messages.t                                    |  4 +-
 t/2a-template-html.t                               |  4 +-
 t/2b-template-text.t                               |  4 +-
 t/2c-template-tt2.t                                |  4 +-
 t/2d-template-fast.t                               |  4 +-
 t/2e-template-ssi.t                                |  4 +-
 t/3a-source-file.t                                 |  4 +-
 t/3b-multi-page.t                                  |  4 +-
 86 files changed, 253 insertions(+), 249 deletions(-)
 create mode 100644 META.json
 create mode 100644 META.yml
 delete mode 100644 debian/patches/0004-Avoid-unneeded-warning-from-CGI.pm-4.05-or-newer.patch
 create mode 100644 debian/source/lintian-overrides

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



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