[libverilog-perl] branch master updated (5996443 -> 37b6da2)

gregor herrmann gregoa at debian.org
Fri Oct 10 13:23:25 UTC 2014


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

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

      from  5996443   update changelog
      adds  0756a67   Imported Upstream version 3.406
       new  a563fc2   Merge tag 'upstream/3.406'
       new  85b25d9   New upstream release.
       new  6845fc0   Drop hardening.patch, applied upstream.
       new  27af4f5   Update years of packaging copyright.
       new  1cd3804   Declare compliance with Debian Policy 3.9.6.
       new  dd939ee   d/copyright: editorial changes
       new  37b6da2   releasing package libverilog-perl version 3.406-1

The 7 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                        |    13 +
 EditFiles.pm                   |     2 +-
 Getopt.pm                      |     2 +-
 Language.pm                    |     2 +-
 MANIFEST.SKIP                  |     2 +
 META.yml                       |     2 +-
 Makefile.PL                    |     2 +
 Netlist.pm                     |     2 +-
 Netlist/Cell.pm                |     2 +-
 Netlist/ContAssign.pm          |     2 +-
 Netlist/Defparam.pm            |     2 +-
 Netlist/File.pm                |    14 +-
 Netlist/Interface.pm           |     2 +-
 Netlist/Logger.pm              |     2 +-
 Netlist/ModPort.pm             |     2 +-
 Netlist/Module.pm              |     2 +-
 Netlist/Net.pm                 |     4 +-
 Netlist/Pin.pm                 |     2 +-
 Netlist/Port.pm                |     2 +-
 Netlist/Subclass.pm            |     2 +-
 Parser/.gitignore              |    23 +
 Parser/Makefile.PL             |     8 +-
 Parser/Parser.pm               |     2 +-
 Parser/SigParser.pm            |     2 +-
 Parser/VParse.h                |     2 +-
 Parser/VParseBison.y           |    20 +-
 Parser/bisonpre                |     2 +-
 Parser/callbackgen             |     2 +-
 Parser/gen/bisonpre-0          |     2 +-
 Parser/gen/bisonpre-1          | 16322 +++++++++++++++++++--------------------
 Preproc/.gitignore             |    15 +
 Preproc/Makefile.PL            |     8 +-
 Preproc/Preproc.pm             |    13 +-
 Preproc/VPreProc.cpp           |     3 +-
 Std.pm                         |     2 +-
 debian/changelog               |    11 +-
 debian/control                 |     2 +-
 debian/copyright               |    64 +-
 debian/patches/hardening.patch |    17 -
 debian/patches/series          |     1 -
 t/35_sigparser.out             |    15 +
 verilog/parser_sv.v            |     9 +
 vhier                          |     2 +-
 vpassert                       |     2 +-
 vppreproc                      |     2 +-
 vrename                        |     2 +-
 47 files changed, 8366 insertions(+), 8269 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 Parser/.gitignore
 create mode 100644 Preproc/.gitignore
 delete mode 100644 debian/patches/hardening.patch
 delete mode 100644 debian/patches/series

-- 
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