[Pkg-electronics-commits] [verilator] 01/01: releasing package verilator version 3.916-1
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at users.sourceforge.net
Sun Nov 26 00:51:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to branch master
in repository verilator.
commit 4fe553ecc6d1f3a998678a7562ffd57e87e29794
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date: Sun Nov 26 01:34:59 2017 +0100
releasing package verilator version 3.916-1
---
bin/verilator | 4 +---
bin/verilator_coverage | 4 +---
bin/verilator_includer | 4 +---
bin/verilator_profcfunc | 4 +---
debian/changelog | 10 ++++++++++
verilator.pc.in | 1 -
6 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/bin/verilator b/bin/verilator
index d814e97..49fb541 100755
--- a/bin/verilator
+++ b/bin/verilator
@@ -1,6 +1,4 @@
-: # -*-Mode: perl;-*- use perl, wherever it is
-eval 'exec perl -wS $0 ${1+"$@"}'
- if 0;
+#!/usr/bin/perl -w
######################################################################
#
# Copyright 2003-2017 by Wilson Snyder. This program is free software; you
diff --git a/bin/verilator_coverage b/bin/verilator_coverage
index a073dc7..d9e8ae9 100755
--- a/bin/verilator_coverage
+++ b/bin/verilator_coverage
@@ -1,6 +1,4 @@
-: # -*-Mode: perl;-*- use perl, wherever it is
-eval 'exec perl -wS $0 ${1+"$@"}'
- if 0;
+#!/usr/bin/perl -w
######################################################################
#
# Copyright 2003-2017 by Wilson Snyder. This program is free software; you
diff --git a/bin/verilator_includer b/bin/verilator_includer
index 3f2c58e..7e4576b 100755
--- a/bin/verilator_includer
+++ b/bin/verilator_includer
@@ -1,6 +1,4 @@
-: # -*-Mode: perl;-*- use perl, wherever it is
-eval 'exec perl -wS $0 ${1+"$@"}'
- if 0;
+#!/usr/bin/perl -w
# DESCRIPTION: Print include statements for each ARGV
#
# Copyright 2003-2017 by Wilson Snyder. This package is free software; you can
diff --git a/bin/verilator_profcfunc b/bin/verilator_profcfunc
index 1fad770..18da550 100755
--- a/bin/verilator_profcfunc
+++ b/bin/verilator_profcfunc
@@ -1,6 +1,4 @@
-: # -*-Mode: perl;-*- use perl, wherever it is
-eval 'exec perl -wS $0 ${1+"$@"}'
- if 0;
+#!/usr/bin/perl -w
# See copyright, etc in below POD section.
######################################################################
diff --git a/debian/changelog b/debian/changelog
index 19e6eb9..c757cd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+verilator (3.916-1) unstable; urgency=medium
+
+ * New upstream release
+ * Dropped patches:
+ + fix_spelling.diff, applied upstream
+ + fix_smoke.diff, no longer needed
+ * Switch to a secure URL in watch file
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net> Sun, 26 Nov 2017 01:27:17 +0100
+
verilator (3.914-2) unstable; urgency=medium
* fix_spelling.diff patch: remove a wrong fix
diff --git a/verilator.pc.in b/verilator.pc.in
index 2b3ba70..d514404 100644
--- a/verilator.pc.in
+++ b/verilator.pc.in
@@ -1,6 +1,5 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-libdir=@libdir@
datarootdir=@datarootdir@
includedir=@pkgdatadir@/include
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/verilator.git
More information about the Pkg-electronics-commits
mailing list