[libapp-info-perl] branch master updated (094ed48 -> 1022aef)

gregor herrmann gregoa at debian.org
Sun Jan 12 15:24:53 UTC 2014


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

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

      from  094ed48   [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.
       new  eaea1b4   debian/rules: use dh(1).
       new  bc63c8b   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  2e04448   Don't install README anymore.
       new  9918a69   Add /me to Uploaders.
       new  b2f5886   Make short description a noun phrase.
       new  4593059   wrap&sort d/control
      adds  d4389a8   Imported Upstream version 0.57
       new  79463ae   Merge tag 'upstream/0.57'
       new  4d30d03   New upstream release.
       new  4dd3320   Update years of upstream copyright.
       new  f3a2a80   Declare compliance with Debian Policy 3.9.5.
       new  1022aef   releasing package libapp-info-perl version 0.57-1

The 11 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                         | 10 ++++--
 Changes                          |  6 ++++
 MANIFEST                         | 15 ++++++--
 META.json                        | 49 ++++++++++++++------------
 META.yml                         | 43 ++++++++++++-----------
 Makefile.PL                      | 34 ------------------
 README => README.md              | 30 ++++++++--------
 debian/changelog                 | 17 ++++++---
 debian/control                   | 20 ++++++-----
 debian/copyright                 | 74 ++++++++++++++++------------------------
 debian/docs                      |  1 -
 debian/rules                     | 53 ++--------------------------
 lib/App/Info.pm                  | 19 ++++++-----
 lib/App/Info/HTTPD.pm            | 19 ++++++-----
 lib/App/Info/HTTPD/Apache.pm     | 19 ++++++-----
 lib/App/Info/Handler.pm          | 19 ++++++-----
 lib/App/Info/Handler/Carp.pm     | 19 ++++++-----
 lib/App/Info/Handler/Print.pm    | 19 ++++++-----
 lib/App/Info/Handler/Prompt.pm   | 19 ++++++-----
 lib/App/Info/Lib.pm              | 19 ++++++-----
 lib/App/Info/Lib/Expat.pm        | 19 ++++++-----
 lib/App/Info/Lib/Iconv.pm        | 19 ++++++-----
 lib/App/Info/Lib/OSSPUUID.pm     | 19 ++++++-----
 lib/App/Info/RDBMS.pm            | 19 ++++++-----
 lib/App/Info/RDBMS/PostgreSQL.pm | 19 ++++++-----
 lib/App/Info/RDBMS/SQLite.pm     | 19 ++++++-----
 lib/App/Info/Request.pm          | 19 ++++++-----
 lib/App/Info/Util.pm             | 19 ++++++-----
 t/apache.t                       |  2 --
 t/apache2.t                      |  2 --
 t/apache_info.t                  |  2 --
 t/carp.t                         |  2 --
 t/confirm.t                      |  2 --
 t/errors.t                       |  2 --
 t/expat.t                        |  2 --
 t/expat_info.t                   |  2 --
 t/iconv_info.t                   |  2 --
 t/postgres.t                     |  2 --
 t/postgres_info.t                |  2 --
 t/print.t                        |  2 --
 t/prompt.t                       |  2 --
 t/request.t                      |  2 --
 t/{bin => scripts}/httpd         |  8 ++++-
 t/{bin => scripts}/httpd2        |  8 ++++-
 t/scripts/iconv                  |  9 +++++
 t/scripts/myapxs                 | 12 +++++++
 t/scripts/mycreatedb             |  9 +++++
 t/scripts/myuuid                 |  9 +++++
 t/{bin => scripts}/pg_config     |  8 ++++-
 t/scripts/postgres               |  9 +++++
 t/scripts/sqlite3                |  9 +++++
 t/{bin => scripts}/uuid-config   |  8 ++++-
 t/sqlite.t                       |  2 --
 t/sqlite_info.t                  |  2 --
 t/util.t                         |  2 --
 t/uuid.t                         |  2 --
 t/uuid_info.t                    |  2 --
 t/zpod.t                         |  8 ++---
 58 files changed, 412 insertions(+), 379 deletions(-)
 delete mode 100644 Makefile.PL
 rename README => README.md (83%)
 delete mode 100644 debian/docs
 copy t/{bin => scripts}/httpd (86%)
 copy t/{bin => scripts}/httpd2 (85%)
 create mode 100755 t/scripts/iconv
 create mode 100755 t/scripts/myapxs
 create mode 100755 t/scripts/mycreatedb
 create mode 100755 t/scripts/myuuid
 copy t/{bin => scripts}/pg_config (67%)
 create mode 100755 t/scripts/postgres
 create mode 100755 t/scripts/sqlite3
 copy t/{bin => scripts}/uuid-config (71%)

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



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