[libatombus-perl] branch master updated (aec0071 -> d52ac58)

Jonas Smedegaard dr at jones.dk
Sun Nov 22 10:32:58 UTC 2015


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

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

      from  aec0071   releasing package libatombus-perl version 1.0405-2
       new  5337251   Revert wrong fix for missing-license-text-in-dep5-copyright lintian warning.
       new  412bf65   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  3d294a4   Bump debhelper compatibility level to 9.
       new  cd36faa   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  0a6a4f8   Add lintian override regarding debhelper 9.
       new  24f9934   Update copyright info: Extend copyright of packaging to cover recent years, and bump its license to GPL-3+.
       new  bf2338d   Tidy rules file: Reorganize CDBS-related variables.
       new  a829fb2   Update package relations: Stop depend (only build-depend) on libcapture-tiny-perl: Needed for testsuite but not at runtime.
       new  a2ab6c5   Declare compliance with Debian Policy 3.9.6.
       new  8e20df3   Update copyright info: Add alternate git source URL.
       new  caa41a6   Update copyright info: List issue tracker (not email of main author) as preferred upstream contact.
       new  05760e1   Tidy rules file: Stop track tarball checksum (check git instead).
       new  ddff9b6   Update changelog, control file and copyright hints.
      adds  1046a6e   Initial commit.
      adds  ffd046d   Updating README to explain idea behind this lib.
      adds  d073534   Forgot to add -H option to curl command in readme.
      adds  05b6988   formating xml in readme
      adds  f1fa5b2   github markup is not rendering this right
      adds  07990da   Fixing grammar.
      adds  ea26a42   Dispatch table looks nicer with strings rather than coderefs. Tweaked README.
      adds  60f067a   Automagically create db table if it doesn't already exist.
      adds  d41ee81   Adding POD documentation to main module.
      adds  21a7e61   Updating dist.ini
      adds  2c01d02   Adding PodWeaver
      adds  771aa42   Adding dist::zilla ReadmeFromPod plugin to generate README from pod.
      adds  9fff3c6   Adding README.pod to make github happy.
      adds  27cfbf1   Switching from dbi to dbic. Makes auto creating db table much simple. And so we now can auto create the table for all dbs (that dbic supports).
      adds  0b9d19f   Adding tests for adding new entries to server.
      adds  6b0d291   Adding Changes file.
      adds  8bc3dc5   Fixing version info.
      adds  c9c2925   Adding Test::MockObject to prereqs.
      adds  23201a2   Adding pod to ResultSet class.
      adds  7db9b72   Adding documentation for methods and a DATABASE section.
      adds  8a86eaf   Updating documentation.
      adds  adb1882   Added MOTIVATION section to docs.
      adds  4ba6dc3   Fixing grammar.
      adds  d055ad1   Added directions for running AtomMQ in a PSGI environment. Catch exception if db table creation fails.
      adds  63f4734   Added auto_create_db option. Added example sql for creating db table. Fixed PSGI example.
      adds  3630799   Updating version to 0.0200.
      adds  73fd818   Replaced dsn/user/password constructor params with db_info. Added exception handling test for missing db_info param. Updated default schema to use TEXT columns instead of VARCHAR.
      adds  1cc0ba9   Explicitly settting db options AutoCommit and RaiseError.
      adds  c22405b   Fixing exception handling for when db_info or schema params are missing.
      adds  fb56001   Updating version info and CHANGES file for a new release.
      adds  a0d5f03   Updating PSGI section of docs.
      adds  8a7f09f   Updating example in documentation of the new method.
      adds  060fcfd   One AtomMQ server can serve multiple feeds. Posting to a feed that doesn't exist will automatically create the feed for you. The feed name is no longer a param of the constructor.  It is passed in the     uri, e.g., /atommq/feed=widgets. Added a FastCGI section to the docs. Made the PSGI example simpler in the docs. Updating version for a 1.0000 release.
      adds  9f42c3e   Generted feed now validates against http://validator.w3.org/feed Added atommq_feed table.  Now there are 2 tables total. Entry and feed id's are now urn's
      adds  6a54c88   Added support for max_msgs_per_request. Added corresponding tests.
      adds  347e276   Adding documentation for max_msgs_per_request parameter. Updating version info for a new release.
      adds  9db61c4   Updating bugtracker and git info for META.yml
      adds  626c258   Now using Dancer, hooray!
      adds  15d8c75   Added support for paging and corresponding tests. Added tests for start_at and start_after params.
      adds  bdb372c   Updating version info for release 1.0300.  Cleaned up docs some.
      adds  5045f39   Suppressing warnings in tests when auto deploying tables.
      adds  9e3cfd3   Fixing documentation of order_id field.
      adds  2f51162   Adding back Capture::Tiny dep.
      adds  c636ecf   Removing Capture::Tiny dependency. We are no longer using it to capture the stdout and stderr when we deploy the schema.  It was causing problems when running via FastCGI. Upping version to 1.0301 for a new release.
      adds  2101b6f   Silencing warnings in tests caused by schema->deploy.
      adds  5f94dad   Experimenting with pubsubhubbub.  This pings a hub and also subscribes to it.
      adds  e4fec69   Added support for ETags. Behaves as recommended by pubsubhubbub: http://code.google.com/p/pubsubhubbub/wiki/PublisherEfficiency No longer require user to set schema_class config value. Updating version to 1.0400 for a new release.
      adds  1e861b3   Adding package declaration to ./bin/app.pl to make PodWeaver happy.
      adds  e720ce0   Just POD fixes.
      adds  12033c3   Updating README for github.
      adds  9bf4c1c   More POD fixes. Updating version to 1.0402 for a new release.
      adds  95f0ff8   Removing unnecessary files.
      adds  b5efc61   Renaming AtomMQ to AtomBus.
      adds  e1a29a5   Making configuration more friendly. All AtomBus specific settings should now be under the 'atombus' config setting. Updating version to 1.0404
      adds  dfc01c4   Set status 201 (not default 200) on POST success.
      adds  ee2f6d8   Set content_type on POST response.
      adds  68b7a85   Add Location header (using start_at argument) on POST response.
      adds  6733780   Implement entries/* route
      adds  d0a0f60   Fix set Location (use href attribute of object).
      adds  0a06aa9   Place route for entries as extension to feeds routes.
      adds  cff6716   Fix compose entry path.
      adds  b947f0f   Add regression tests for entry.
      adds  c6a0e0f   Merge pull request #1 from jonassmedegaard/master
      adds  2034745   Fixed example config file.
      adds  b1c4964   Removed unnecessary before hook
      adds  510a5b2   Fixed tests to set config options at compile time before AtomBus module is loaded
      adds  b532e4a   Getting ready to release 1.0405
      adds  45944f4   Imported Upstream version 1.0405
       new  d52ac58   Merge tag 'upstream/1.0405'

The 14 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:
 debian/changelog                | 25 +++++++++++++++++++++++
 debian/compat                   |  2 +-
 debian/control                  |  8 ++++----
 debian/control.in               |  6 +++---
 debian/copyright                | 45 +++++++++++++----------------------------
 debian/copyright_hints          | 32 +++++++++--------------------
 debian/rules                    | 27 +++++++++++++++----------
 debian/source/lintian-overrides |  8 ++++++++
 8 files changed, 80 insertions(+), 73 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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



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