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

gregoa pushed a change to branch master
in repository libtravel-routing-de-vrr-perl.

      from  07cb075   releasing package libtravel-routing-de-vrr-perl version 
2.08-1
      adds  fdf39eb   initial
      adds  c93e5e3   Allow user to specify date and time
      adds  5526052   Major code cleanup
      adds  1f790d8   Added debug switch
      adds  7e2e33e   Code cleanup
      adds  8f0760b   Added documentation
      adds  15ec5a5   Added zsh completion
      adds  bb3478e   use 5.010;
      adds  2b0f4b4   Ignore all unknown information
      adds  fed04b3   A little bit input validation
      adds  dd66f1e   Added --time-for to get departure/arrival time
      adds  d0fe736   efa(1): Fixed typo
      adds  b0ecd4e   efa: Added --post to add any values to the HTTP POST 
request
      adds  06a005c   efa: Don't touch $raw while parsing
      adds  57b51d5   Added --via (→ --from some place --to other place via teh 
place)
      adds  2f900d2   Removed --time-for, added --arrive and --depart instead
      adds  7720f8a   Added --restrict option for line selection (e.g. use ICE 
lines, too)
      adds  7ee990d   Some restructuring
      adds  9abfcfa   efa: Show possible alternatives when receiving ambiguous 
input
      adds  26bd6e1   efa: Display possible values for every ambiguous input
      adds  49013ee   Don't use STDERR to display choices (it doesn't have 
binmode utf8)
      adds  eb8d117   efa: Put some stuff into subs
      adds  7cbb9bb   efa: parse_content: Print skipped infos in debug mode
      adds  f1275c0   efa: Don't print trailing separation mark ("------")
      adds  a8ac281   efa(1): Fixed a typo (thx zaba)
      adds  dac47c3   efa: Added alternative "efa city stop city stop" 
invocation
      adds  bc4137a   efa: Added note about no-break space in a regular 
expression
      adds  d937322   efa: Display additional train-related information
      adds  c39d354   efa: Added --ignore-info switch, ignore bicycle-related 
information by default
      adds  5bb52b7   Added --ignore-info to zsh completion...
      adds  3da8aff   efa: Extend $ignore_info to cover more cases
      adds  87d8ac2   efa: Added <from> <via> <to> invocation
      adds  0cbcf59   efa(1): Fixed and updated --ignore-info
      adds  7dea23f   efa(1): Fixed the --restrict list
      adds  7c379a6   Assume that this is v0.9
      adds  024ccd5   efa: Added --help option
      adds  713f157   Added README
      adds  9c9c9cb   efa: Added --prefer option (choose connection based on 
speed/interchanges/walking)
      adds  065e00f   efa: Added --proximity ("Berücksichtigung von 
Nachbarhaltestellen bei Start und Ziel")
      adds  0fd9e8a   efa: Added --max-change (maximum number of interchanges)
      adds  5ccbdc9   efa: Added --exclude ("ausgewählte Verkehrsmittel")
      adds  d788348   Version bump to 0.9.1
      adds  13f9096   efa: Added --walk-speed ("Gehgeschwindigkeit")
      adds  79f1339   efa: Added --bike option ("Fahrradmitnahme")
      adds  39be1d9   efa: Improved --ignore-info handling
      adds  e9fee40   efa: fixed a typo in an error message
      adds  d9ba0bb   Added makefile
      adds  a76aab8   efa: --walk-speed: Use smart matches instead of regexes
      adds  baf4b39   efa(1): --from and --to are no longer mandatory
      adds  28982bc   efa: Added support for --{from,to,via}-type
      adds  10458f5   efa: Fixed parsing of "Fußweg" messages
      adds  6c653dd   efa: Fixed generic messages without time
      adds  3e6dac3   efa: Show "Fußweg" on all connections, not just the last 
one
      adds  17a2ac7   Version bump to 1.0
      adds  4683eeb   efa: --date: Make the year optional
      adds  63c7f6c   Makefile: Don't use $(RM)
      adds  7d9111f   Makefile: Don't use install
      adds  7aa9199   Shortened zsh completion a bit
      adds  ce92496   efa: Use perldoc -F
      adds  5519d29   efa: Refer to efa --help whin invoked with wrong arguments
      adds  db9341b   efa: Support additional cases of un-timestamped 
connections
      adds  5036063   efa: Support more non-timestamped connections
      adds  1eaa594   efa(1): Fixed a POD warning
      adds  df2ec5d   efa: efa.vrr.de changed something, fixed the resulting 
encoding fuckup
      adds  b46e86e   Version bump to 1.0.1
      adds  d5f572e   Makefile: install: Make sure the file mode is right
      adds  a45d2f8   Added tests (right now only for valid pod, but whatever 
:-)
      adds  db2b943   efa(1): Mention missing unicode support for arguments
      adds  ff5aad8   test/main: use sh -e
      adds  873ff58   efa: Added --version switch
      adds  9256af3   efa: Renamed --restrict option to --include
      adds  b573ef1   efa: Fixed a really stupid mistake
      adds  86fe527   test: Do a normal syntax check of bin/efa
      adds  6b5ac12   Some code cleanup
      adds  64819cc   efa: Code cleanup
      adds  6e14365   Use foreach instead of for with useless $j counter
      adds  3d31ca3   efa: parse_content: Merged two if () checks
      adds  554e3c7   efa: parse_content: Correctly parse Fußweg messages with 
time
      adds  09dda71   efa(1): Unicode may work or may not.
      adds  9d02c50   Version bump
      adds  87a5ea0   Improved readability of the regular expressions
      adds  a7c3ef1   Yet more code cleanup
      adds  78c56b0   Fixed length of unicode chars in printf (but now unicode 
in arguments doesn't work)
      adds  5849e2f   Update Changelog for 1.0.3
      adds  8c7b014   efa: Allow stop-specification as addr:stop and poi:stop
      adds  a50988c   Yet further continued code cleanup
      adds  a7eca51   More code reuse
      adds  55acc72   Simplify --exclude parsing
      adds  2b32323   Improve an error message, use die/warn instead of print 
STDERR
      adds  e980268   Update the version in the script... ahem.
      adds  2424507   efa: Add licence text
      adds  174b56b   Release v1.1
      adds  ccdb63b   Add argument verification for --date & --time; die upon 
invalid arguments
      adds  b1a2658   Add short options
      adds  382fc24   Slight makefile/manpage cleanups, release v1.1.1 while at 
it
      adds  616becb   Replace shell test script by Perl TAP stuff, add test 
target to Makefile
      adds  dd78ad3   Fix --date verification regex
      adds  84bc19f   Add test for a few offline efa options
      adds  a41dbb9   efa: Add option checking for --exclude
      adds  f7b3a08   Add tests for some more options
      adds  1c1cd84   Add tests for short options
      adds  849e589   Add short option for --version
      adds  d2f853a   efa: --max-change arguments are verified by Getopt::Lang
      adds  b0eb2aa   Add some actual parser tests
      adds  5e98acb   Fix --ignore-info handling, add more parser tests
      adds  452673f   efa: Correct --date help message
      adds  65e9c85   Add installation note to README
      adds  b4661dd   Release v1.1.2
      adds  804ad75   Die upon invalid options
      adds  597cb8e   test/50-efa.t: Some cleanup
      adds  700bba6   efa(1): Add some general POD sections
      adds  6328b9c   Add --timeout switch, decrease default timeout from 180 
to 60 seconds
      adds  b71529f   Use HTML::TreeBuilder::XPath for parsing. Todo: Lots of 
code cleanup.
      adds  1ba1ca7   Parse most options via subs instead of vars
      adds  892605e   Slight variable name cleanup
      adds  8349779   Put some more stuff into functions
      adds  d47e303   efa: Fix opt_date
      adds  a01aed0   Fix special cases like "nicht umsteigen, Weiterfahrt 
[...]"
      adds  df83e67   Update and reenable parser tests
      adds  32216d9   Add parser test for ambiguous input
      adds  27e5df9   Fix(?) UTF-8 issues with bin/efa. Nobody knows why it 
works.
      adds  67f3a44   Set utf8 binmode on STDOUT & update tests again. I have 
not the slightest clue why the tests are actually still working.
      adds  afe8fc4   Set proper encoding for decoded_content
      adds  487193b   Specify decode comment
      adds  df107a6   Use latin-1 for decoded_content
      adds  62f59f8   Update documentation
      adds  791a932   Release v1.2
      adds  2cfe5f5   parse_tree: Minor performance improvenets (bin/efa: 2.5s 
→ 1.8s avg)
      adds  8413c8a   Slightly change option error messages
      adds  dde575a   Use HTML::TreeBuilder::LibXML. Major performance 
enhancement.
      adds  04f76c5   Use XML::LibXML directly
      adds  35577e1   Remove HTML::TreeBuilder::LibXML workaround
      adds  a6f76d8   Detect efa.vrr.de error messages
      adds  05b9609   Update documentation + fix typo in source comment
      adds  aa50986   Detect non-itinerary efa.vrr.de output (i.e. upon invalid 
input data)
      adds  23c0341   Write errors to STDERR
      adds  7fbe9d8   Fix a few perlcritic warnings
      adds  3cedd7a   Update Changelog and README
      adds  298b004   Actually, release v1.3
      adds  76012ea   Remove prereqs file (useless for distribution)
      adds  a3fbcc9   README: Add modules required for testing
      adds  c1f858f   Remove --x-type, error handling for --to city 
type:something
      adds  c8a7e87   Update zsh completion
      adds  dc62ee7   Fix --exclude argument validation
      adds  34dddb5   Move tests to t/, re-structure the directory while at it
      adds  c91b464   Switch to Module::Build
      adds  e9ccc9d   Initial splitup to WWW::Efa. Lots of stuff to improve yet
      adds  18d8507   First try at API. And it even seems to work.
      adds  308ec1b   Rename bin/efa test
      adds  ee38a4b   Add Efa::Error class (probably sucks so far :p)
      adds  a30be50   Fix internal error handling + tests for it
      adds  a9fd781   Initial module test (new/isa/can)
      adds  96dd6af   Tests for WWW::Efa->new() => correct post data
      adds  9059cce   Make POD test futureproof
      adds  a0ec8b0   Add Test::Synopsis test, rename pod test
      adds  5e15ca4   Make WWW::Efa synopsis actually work
      adds  311e480   Split up Error.pm into WWW::Efa::Error::{Backend,Setup}
      adds  829d1e1   Add README, begin documentation for Efa::Error::Setup
      adds  c7f28c4   Some documentation
      adds  5f87f2b   Add $efa->setup_error() to replace $efa->{'error'} check
      adds  7a65667   WWW::Efa::Error::Setup: document as_string a bit
      adds  fec4f0d   WWW::Efa::Error::Setup: Add accessors for inernals
      adds  8bfee41   Add remaining error classes, sort of
      adds  b9c18d6   Efa.pm: Remove unnecessary double quotes
      adds  49bca5b   Remove 'time' option from WWW::Efa
      adds  f029535   Fix efa --help
      adds  8af5e43   (Hopefully) fix addr: etc. handling. Thx penma.
      adds  0df70e1   Replace WWW::Mechanize with LWP::UserAgent (first step)
      adds  404dff9   Fix tests for new POST stuff
      adds  5f4f2a4   Build.PL: Get version from git. Still need to get it into 
the .pl file, tho
      adds  2adc759   WWW::Efa: create_post: Fix indentation, use correct 
date/time
      adds  5dc6d07   WWW::Efa documentation updates
      adds  3557cfb   Improve(?) error handling
      adds  bd7537b   WWW::Efa: Also allow dd.mm dates, for those really lazy 
people
      adds  0c140f0   Slightly improve date handling
      adds  b09b7e7   Update gitignore
      adds  c219025   Code cleanup, remove WWW::Efa::Error stuff for now (to be 
reimplemented)
      adds  b53f339   Rename to Net::Travel::DE::VRR
      adds  194c4ee   Update Changelog
      adds  4da3a72   Introducing ::Route and ::Route::Part
      adds  26deb42   More descriptive accessor names in 
Net::Travel::DE::VRR::Route::Part
      adds  50bf9be   Eliminate $efa->parse(), include it in $efa->submit()
      adds  8828e04   VRR.pm: Fix SYNOPSIS
      adds  263f961   VRR.pm: Change new() key names
      adds  5866cec   VRR.pm: Somewhat unfuck post_ methods
      adds  c200438   efa(1): Note that it works all over germany
      adds  b7c2965   VRR.pm: Convert all remaining functions to methods
      adds  2824ee4   VRR.pm: Make post_ methods better usable as external 
setters
      adds  3368c4f   VRR.pm: Documentation
      adds  2a1d17f   Fix efa --ignore-info to allow the argument to be omitted
      adds  13b9dcd   Rename to Travel::Routing::DE::VRR
      adds  db6e031   Remove useless git version magic from Build.PL, update 
gitignore
      adds  f9fa576   bin/efa: Actually use Travel::Routing, not Net::Travel...
      adds  7e21498   VRR.pm: HTTP request error handling
      adds  ed8f38f   Try Exception::Class
      adds  c1c3afa   VRR.pm: Document new submit behaviour
      adds  7615088   VRR.pm: Add Travel::Routing::DE::VRR::Exception base class
      adds  4e6c225   Document exceptions
      adds  12d0fec   VRR.pm: Update SYNOPSIS
      adds  fa8720d   Further documentation fixes
      adds  5551da6   efa: Add little help text, do not launch perldoc on --help
      adds  4b7ded5   Update Changelog and README
      adds  9ffefcd   Update BUGS AND LIMITATIONS
      adds  afe352a   efa(1): Update EXIT STATUS
      adds  3291343   efa: Show help upon Getopt::Long error as well
      adds  1325602   efa: Handle more setup errors
      adds  826ec4a   Minor code style adjustment (no parens after accessors)
      adds  2e98be0   Release v1.04 (about time)
      adds  2db7700   Documentation: It's Travel::Routing, not Travel::Status 
>_>
      adds  d9c788b   efa: Fix Travel::Routing::DE::VRR::Exception::Net handler
      adds  d2b2f15   Re-add VRR.pm setup error tests
      adds  fdc7fd4   Release v1.05
      adds  5ded3fe   Documentation / Build.PL: WWW::Mechanize is no longer 
required
      adds  a951d4d   Add missing LWP::UserAgent dependency in README/Build.PL
      adds  7143e69   Release v1.06
      adds  779ee8a   VRR.pm: Fix spelling mistake (inofficial -> unofficial)
      adds  2d274f5   start switching from HTML to XML mode (parsing works 
fine, todo: error detection)
      adds  7e8832e   Re-add error checking
      adds  24a5590   Fix extra info display
      adds  107ca44   efa: Add -E option to display total route time and ticket 
class/price
      adds  89d0040   cleanup
      adds  10d600e   Add more XML dumps for future test cases
      adds  1d5e4ae   Initial support for intermediate stops (via -E -E). will 
be cleaned up tomorrow
      adds  7e8258a   Fix display and parsing of delay connections
      adds  9aa1eab   documentation
      adds  c4cc115   add tests for XML parsing
      adds  b5eb02b   Route/Part.pm: Fix typo in via
      adds  b272087   note that ->via does not work reliably, remove it from 
bin/efa
      adds  db1479f   Add ->via test
      adds  da4a703   changelog
      adds  dc9a1c2   Route/Part: _stop_and_platform: Only concatenate if 
platform is non-empty
      adds  ab6e200   Release v2.00
      adds  8f79386   Route/Part.pm: Fix departure_stop_and_platform (closes 
github #3)
      adds  ed850c6   Release v2.01
      adds  7307088   Mention WWW::EFA in documentation
      adds  26e4722   efa: Align dashes with destination column
      adds  6b06640   update gitignore
      adds  95c31e4   respect proxy environment variables
      adds  4d68ccb   release v2.02
      adds  3d3c561   changelog: fix date
      adds  52cc72d   replace obsolete homelinux.org domain
      adds  1147826   fix smartmatch warnings on perl >= 5.018
      adds  d63bafe   Build.PL: specify M::B version
      adds  d1ead7b   efa / VRR.pm: Handle UTF8 / decoded input with non-ASCII 
chars
      adds  357b530   Decode all arguments (thanks mxey)
      adds  abdf3cf   version bump
      adds  a4f855c   Improve unparsable route data error message, and two-way 
trips to limitations
      adds  937a09c   Add an exception class for EFA backend errors, pass 
provided message
      adds  eccf8ca   Move EFA logic to ::EFA, just set URL in ::VRR
      adds  b8fd2ab   add efa-url support to efa script
      adds  5264120   rename XML specific functions to ..._xml
      adds  444dad0   Add option to specify maximum number of connections
      adds  890fb51   add -f/--full-route option (show all interemdiate stops)
      adds  36ff95e   add missing entries to changelog
      adds  50aa308   version bump to 2.05
      adds  9f27ebc   Route/Part.pm: add 
{arrival,departure}_{route,station}maps accessors
      adds  fd3c07f   efa: add -m, --maps option
      adds  663e5f1   perltidy
      adds  1574bc0   fix exclude / --exclude bug
      adds  47bff7b   version bump
      adds  a2f2dc6   Update README (URL / primary manual)
      adds  b11161f   add more EFA entry points
      adds  23b5098   support EFA services which do not set itdDateTimeTarget
      adds  9e453de   add --discover option and get_efa_urls method
      adds  6c99da0   efa: add --auto-url / --discover-and-print option
      adds  85cda21   efa(1): --post is not supported
      adds  37031cf   efa(1): add other EFA services to description
      adds  ca14b83   version bump
      adds  0fc9495   Fix typos (patch by gregoa)
      adds  430eda5   update additional typos in the documentation
      adds  eae082a   Add shortname to EFA service list
      adds  133ccd4   add efa -l / --list option
      adds  eec38a6   efa: add -s / --service option
      adds  ee87dee   efa(1): -u: refer to -l as well
      adds  71de030   link to GitHub from META files and thus from MetaCPAN.org
      adds  f74a3a4   Merge branch 'szabgab-patch-1'
      adds  bd43bba   efa -l: shorten table headers
      adds  d630acf   efa -s: use case insensitive matching
      adds  a15a4e0   efa(1): Add examples
      adds  562b6b3   efa(1): sort options alphabetically
      adds  36e0bbf   efa(1): spellcheck
      adds  f028f34   version bump
      adds  4d0a56b   Add an alternative VRR EFA entrypoint (Thanks to 
@NoMoKeTo for pointing it out)
      adds  1470a71   Improve error messages, especially for ambiguous input 
values
      adds  3db2799   documentation
      adds  83e40ad   EFA.pm: Add DING (Donau-Iller Nahverkehr). Thanks to 
@_stk for pointing it out
      adds  3b1131e   Version bump
      adds  6ae5136   Imported Upstream version 2.09
       new  5ce6310   Merge tag 'upstream/2.09'
       new  8e9eb80   Update debian/changelog
       new  ca9f410   Update years of upstream and packaging copyright.
       new  92eb894   Add a patch to fix a typo in an error message.
       new  7c89aaf   releasing package libtravel-routing-de-vrr-perl version 
2.09-1

The 5 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:
 Changelog                               |  7 +++++
 META.json                               | 14 +++++-----
 META.yml                                | 14 +++++-----
 SIGNATURE                               | 44 ++++++++++++++++----------------
 bin/efa                                 | 31 +++++++++++++----------
 debian/changelog                        |  8 ++++++
 debian/copyright                        |  4 +--
 debian/patches/series                   |  1 +
 debian/patches/typo.patch               | 18 +++++++++++++
 lib/Travel/Routing/DE/EFA.pm            | 45 ++++++++++++++++++++++++---------
 lib/Travel/Routing/DE/EFA/Exception.pod |  4 +--
 lib/Travel/Routing/DE/EFA/Route.pm      |  6 ++---
 lib/Travel/Routing/DE/EFA/Route/Part.pm |  6 ++---
 lib/Travel/Routing/DE/VRR.pm            |  6 ++---
 14 files changed, 133 insertions(+), 75 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtravel-routing-de-vrr-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to