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

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

      from  0bcc027   update changelog
      adds  c5a2926   Imported Upstream version 3.418
       new  48eae2a   Merge tag 'upstream/3.418'
       new  2ba36ea   New upstream release.
       new  388d598   Update years of upstream and packaging copyright.
       new  898b31e   Declare compliance with Debian Policy 3.9.7.
       new  0e4d0d4   Add lintian override for a false positive 
spelling-error-in-manpage tag.
       new  85dcc44   releasing package libverilog-perl version 3.418-1

The 6 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:
 .gitignore                               | 17 +++++++++++++++++
 Changes                                  |  7 ++++++-
 EditFiles.pm                             |  4 ++--
 Getopt.pm                                |  4 ++--
 Language.pm                              |  4 ++--
 META.yml                                 |  2 +-
 Makefile.PL                              |  2 +-
 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/.gitignore                        | 23 +++++++++++++++++++++++
 Parser/Makefile.PL                       |  2 +-
 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                     |  2 +-
 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/flex-0                        |  2 +-
 Parser/gen/flex-1                        |  2 +-
 Preproc/.gitignore                       | 15 +++++++++++++++
 Preproc/Makefile.PL                      |  2 +-
 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                          |  4 +++-
 Preproc/gen/flex-0                       |  2 +-
 Preproc/gen/flex-1                       |  2 +-
 Preproc/toolhash                         |  2 +-
 Preproc/xsubppfix                        |  2 +-
 README                                   |  2 +-
 Std.pm                                   |  4 ++--
 Verilog-Perl.pod                         |  2 +-
 debian/changelog                         | 11 +++++++++--
 debian/control                           |  2 +-
 debian/copyright                         |  4 ++--
 debian/libverilog-perl.lintian-overrides |  4 ++++
 t/00_pod.t                               |  2 +-
 t/01_manifest.t                          |  2 +-
 t/02_help.t                              |  2 +-
 t/03_spaces.t                            |  2 +-
 t/04_critic.t                            |  2 +-
 t/05_yaml.t                              |  2 +-
 t/10_keywords.t                          |  2 +-
 t/12_splitbus.t                          |  2 +-
 t/14_numbers.t                           |  2 +-
 t/16_std.t                               |  2 +-
 t/20_getopt.t                            |  2 +-
 t/30_preproc.t                           |  2 +-
 t/32_noinc.t                             |  2 +-
 t/33_gzip.t                              |  2 +-
 t/34_parser.t                            |  2 +-
 t/35_sigparser.t                         |  2 +-
 t/36_sigmany.t                           |  2 +-
 t/40_netlist.t                           |  2 +-
 t/41_example.t                           |  2 +-
 t/42_dumpcheck.t                         |  2 +-
 t/44_create.t                            |  2 +-
 t/46_link.t                              |  2 +-
 t/48_leak.t                              |  2 +-
 t/49_largeish.t                          |  2 +-
 t/50_vrename.t                           |  2 +-
 t/51_vrename_kwd.t                       |  2 +-
 t/56_editfiles.t                         |  2 +-
 t/58_vsplitmodule.t                      |  2 +-
 t/60_vpassert.t                          |  2 +-
 t/80_vppreproc.t                         |  2 +-
 t/85_vhier.t                             |  2 +-
 t/86_vhier_tick.t                        |  2 +-
 t/test_utils.pl                          |  2 +-
 verilog/test.vrename                     |  2 +-
 vhier                                    |  4 ++--
 vpassert                                 |  4 ++--
 vppreproc                                |  4 ++--
 vrename                                  |  6 ++----
 100 files changed, 197 insertions(+), 126 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 Parser/.gitignore
 create mode 100644 Preproc/.gitignore
 create mode 100644 debian/libverilog-perl.lintian-overrides

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libverilog-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