[Pkg-electronics-commits] [SCM] Debian packaging for Icarus Verilog branch, master, updated. debian/0.8.6-1-23-gb59fe4a

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Mon Jan 4 11:31:29 UTC 2010


The following commit has been merged in the master branch:
commit 59929b8d7bc5e4f9409ed1ec574e243f8923ba07
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Mon Jan 4 13:09:58 2010 +0200

    * Removed manpages patch, since it got applied by upstream.
    * Refreshed outdated_config.diff

diff --git a/debian/patches/manpages.diff b/debian/patches/manpages.diff
deleted file mode 100644
index d27d679..0000000
--- a/debian/patches/manpages.diff
+++ /dev/null
@@ -1,112 +0,0 @@
-Description: Fix manpages
- * Fix hyphenation.
- * Remove undefined `l' command.
-Forwarded: yes
-Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
---- a/driver/iverilog.man
-+++ b/driver/iverilog.man
-@@ -4,10 +4,10 @@
- 
- .SH SYNOPSIS
- .B iverilog
--[-ESVv] [-Bpath] [-ccmdfile|-fcmdfile] [-Dmacro[=defn]] [-pflag=value]
--[-dname] [-g1995|-g2001|-g2005|-g<feature>]
--[-Iincludedir] [-mmodule] [-Mfile] [-Nfile] [-ooutputfilename]
--[-stopmodule] [-ttype] [-Tmin/typ/max] [-Wclass] [-ypath] sourcefile
-+[\-ESVv] [\-Bpath] [\-ccmdfile|\-fcmdfile] [\-Dmacro[=defn]] [\-pflag=value]
-+[\-dname] [\-g1995|\-g2001|\-g2005|\-g<feature>]
-+[\-Iincludedir] [\-mmodule] [\-Mfile] [\-Nfile] [\-ooutputfilename]
-+[\-stopmodule] [\-ttype] [\-Tmin/typ/max] [\-Wclass] [\-ypath] sourcefile
- 
- .SH DESCRIPTION
- .PP
-@@ -18,7 +18,6 @@
- types are added as code generators are implemented.
- 
- .SH OPTIONS
--.l
- \fIiverilog\fP accepts the following options:
- .TP 8
- .B -B\fIbase\fP
-@@ -359,7 +358,7 @@
- 
- .TP 8
- .B +libdir+\fIdir\fP
--This is another way to specify library directories. See the -y flag.
-+This is another way to specify library directories. See the \-y flag.
- 
- .TP 8
- .B +libdir-nocase+\fIdir\fP
-@@ -424,11 +423,11 @@
- 
- To compile hello.v to an executable file called hello:
- 
--	iverilog -o hello hello.v
-+	iverilog \-o hello hello.v
- 
- To compile and run explicitly using the vvp runtime:
- 
--	iverilog -ohello.vvp -tvvp hello.v
-+	iverilog \-ohello.vvp \-tvvp hello.v
- 
- .SH "AUTHOR"
- .nf
---- a/iverilog-vpi.man
-+++ b/iverilog-vpi.man
-@@ -4,7 +4,7 @@
- 
- .SH SYNOPSIS
- .B iverilog-vpi
--[--name=\fIname\fP]
-+[\-\-name=\fIname\fP]
- \fIsourcefile\fP...
- 
- .SH DESCRIPTION
-@@ -20,7 +20,6 @@
- \fIfoo.vpi\fP.
- 
- .SH OPTIONS
--.l
- \fIiverilog-vpi\fP accepts the following options:
- .TP 8
- .B -l\fIlibrary\fP
-@@ -104,9 +103,9 @@
- .P
- Example GNU makefile that takes advantage of these flags:
- .IP "" 4
--CFLAGS = -Wall -O $(CFLAGS_$@)
-+CFLAGS = \-Wall \-O $(CFLAGS_$@)
- .br
--VPI_CFLAGS := $(shell iverilog-vpi --cflags)
-+VPI_CFLAGS := $(shell iverilog-vpi \-\-cflags)
- .br
- CFLAGS_messagev.o = $(VPI_CFLAGS)
- .br
---- a/vvp/vvp.man
-+++ b/vvp/vvp.man
-@@ -4,7 +4,7 @@
- 
- .SH SYNOPSIS
- .B vvp
--[-sv] [-Mpath] [-mmodule] [-llogfile] inputfile [extended-args...]
-+[\-sv] [\-Mpath] [\-mmodule] [\-llogfile] inputfile [extended-args...]
- 
- .SH DESCRIPTION
- .PP
-@@ -14,7 +14,6 @@
- \fIvvp\fP program is invoked to execute the generated output file.
- 
- .SH OPTIONS
--.l
- \fIvvp\fP accepts the following options:
- .TP 8
- .B -l\fIlogfile\fP
-@@ -116,7 +115,7 @@
- 
- .TP 8
- .B -sdf-verbose
--This is shorthand for -sdf-info -sdf-warn.
-+This is shorthand for \-sdf\-info \-sdf\-warn.
- 
- .SH ENVIRONMENT
- .PP
diff --git a/debian/patches/outdated_config.diff b/debian/patches/outdated_config.diff
index d6df7b9..0577cf8 100644
--- a/debian/patches/outdated_config.diff
+++ b/debian/patches/outdated_config.diff
@@ -10,7 +10,7 @@ Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourcef
 +
  # Attempt to guess a canonical system name.
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- #   2000, 2001, 2002 Free Software Foundation, Inc.
+ #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 --- a/config.sub
 +++ b/config.sub
 @@ -1,4 +1,8 @@
@@ -21,4 +21,4 @@ Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourcef
 +
  # Configuration validation subroutine script.
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- #   2000, 2001, 2002 Free Software Foundation, Inc.
+ #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
diff --git a/debian/patches/series b/debian/patches/series
index fcef22b..d6cfa75 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-manpages.diff
 outdated_config.diff

-- 
Debian packaging for Icarus Verilog



More information about the Pkg-electronics-commits mailing list