[libverilog-perl] branch master updated (28d3eba -> c91b5de)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Fri Jun 23 22:14:48 UTC 2017


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

kanashiro pushed a change to branch master
in repository libverilog-perl.

      from  28d3eba   releasing libverilog-perl version 3.422-1
      adds  65a1dc3   New upstream version 3.426
       new  30b3cfe   Updated version 3.426 from 'upstream/3.426'
       new  5e596ae   Update debian/changelog
       new  eaca684   Refresh autopkgtest.patch
       new  15825de   Update years of upstream copyright
       new  9ffc0c8   Update Debian packaging copyright
       new  aad701e   Bump debhelper compatibility level to 10
       new  fd39554   Declare compliance with Debian Policy 4.0.0
       new  dfa9204   Lintian overrides 'iff' spelling error
       new  c91b5de   releasing libverilog-perl version 3.426-1 to unstable

The 9 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                                  |  12 +-
 EditFiles.pm                             |   4 +-
 Getopt.pm                                |   7 +-
 Language.pm                              |   4 +-
 META.yml                                 |   2 +-
 Makefile.PL                              |   4 +-
 Netlist.pm                               |   4 +-
 Netlist/Cell.pm                          |   4 +-
 Netlist/ContAssign.pm                    |   4 +-
 Netlist/Defparam.pm                      |   4 +-
 Netlist/File.pm                          |   4 +-
 Netlist/Interface.pm                     |   4 +-
 Netlist/Logger.pm                        |   4 +-
 Netlist/ModPort.pm                       |   4 +-
 Netlist/Module.pm                        |   4 +-
 Netlist/Net.pm                           |   4 +-
 Netlist/Pin.pm                           |   4 +-
 Netlist/Port.pm                          |   4 +-
 Netlist/Subclass.pm                      |   4 +-
 Parser/Makefile.PL                       |   4 +-
 Parser/Parser.pm                         |   4 +-
 Parser/Parser.xs                         |   2 +-
 Parser/SigParser.pm                      |   4 +-
 Parser/VAst.cpp                          |   2 +-
 Parser/VAst.h                            |   2 +-
 Parser/VParse.cpp                        |   2 +-
 Parser/VParse.h                          |   2 +-
 Parser/VParseBison.y                     |   6 +-
 Parser/VParseGrammar.h                   |   2 +-
 Parser/VParseLex.h                       |   2 +-
 Parser/VParseLex.l                       |   2 +-
 Parser/VSymTable.cpp                     |   2 +-
 Parser/VSymTable.h                       |   2 +-
 Parser/bisonpre                          |   4 +-
 Parser/callbackgen                       |   4 +-
 Parser/gen/bisonpre-0                    |   2 +-
 Parser/gen/bisonpre-1                    |   4 +-
 Parser/gen/flex-0                        |   2 +-
 Parser/gen/flex-1                        | 209 +++++++++++++++++--------------
 Preproc/Makefile.PL                      |   4 +-
 Preproc/Preproc.pm                       |   4 +-
 Preproc/Preproc.xs                       |   2 +-
 Preproc/VFileLine.cpp                    |   2 +-
 Preproc/VFileLine.h                      |   2 +-
 Preproc/VPreLex.h                        |   2 +-
 Preproc/VPreLex.l                        |   2 +-
 Preproc/VPreProc.cpp                     |   2 +-
 Preproc/VPreProc.h                       |   2 +-
 Preproc/flexfix                          |   2 +-
 Preproc/gen/flex-0                       |   2 +-
 Preproc/gen/flex-1                       | 185 ++++++++++++++-------------
 Preproc/toolhash                         |   2 +-
 Preproc/xsubppfix                        |   2 +-
 README                                   |   2 +-
 Std.pm                                   |   4 +-
 Verilog-Perl.pod                         |   2 +-
 debian/changelog                         |  13 ++
 debian/compat                            |   2 +-
 debian/control                           |   4 +-
 debian/copyright                         |   3 +-
 debian/libverilog-perl.lintian-overrides |   2 +
 debian/patches/autopkgtest.patch         |   4 +-
 t/00_pod.t                               |   2 +-
 t/01_manifest.t                          |   2 +-
 t/02_help.t                              |   4 +-
 t/03_spaces.t                            |   4 +-
 t/04_critic.t                            |   2 +-
 t/05_yaml.t                              |   2 +-
 t/10_keywords.t                          |   4 +-
 t/12_splitbus.t                          |   4 +-
 t/14_numbers.t                           |   4 +-
 t/16_std.t                               |   4 +-
 t/20_getopt.t                            |   4 +-
 t/30_preproc.t                           |   4 +-
 t/32_noinc.t                             |   4 +-
 t/33_gzip.t                              |   4 +-
 t/34_parser.t                            |   4 +-
 t/35_sigparser.out                       |  30 ++---
 t/35_sigparser.t                         |   4 +-
 t/36_sigmany.t                           |   4 +-
 t/40_netlist.t                           |   4 +-
 t/41_example.t                           |   4 +-
 t/42_dumpcheck.t                         |   4 +-
 t/43_storable.t                          |   4 +-
 t/44_create.t                            |   4 +-
 t/46_link.t                              |   4 +-
 t/48_leak.t                              |   4 +-
 t/49_largeish.t                          |   4 +-
 t/50_vrename.t                           |   4 +-
 t/51_vrename_kwd.t                       |   4 +-
 t/56_editfiles.t                         |   4 +-
 t/58_vsplitmodule.t                      |   4 +-
 t/60_vpassert.t                          |   4 +-
 t/80_vppreproc.t                         |   4 +-
 t/85_vhier.t                             |   4 +-
 t/86_vhier_tick.t                        |   4 +-
 t/test_utils.pl                          |   2 +-
 verilog/test.vrename                     |   2 +-
 vhier                                    |   4 +-
 vpassert                                 |   4 +-
 vppreproc                                |   4 +-
 vrename                                  |   4 +-
 102 files changed, 420 insertions(+), 353 deletions(-)

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



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