r40182 - in /trunk/libverilog-perl/debian: ./ changelog compat control copyright examples libverilog-perl.docs rules watch
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Sun Jul 19 15:20:39 UTC 2009
Author: aelmahmoudy-guest
Date: Sun Jul 19 15:20:22 2009
New Revision: 40182
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40182
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libverilog-perl/debian/
trunk/libverilog-perl/debian/changelog
trunk/libverilog-perl/debian/compat
trunk/libverilog-perl/debian/control
trunk/libverilog-perl/debian/copyright
trunk/libverilog-perl/debian/examples
trunk/libverilog-perl/debian/libverilog-perl.docs
trunk/libverilog-perl/debian/rules (with props)
trunk/libverilog-perl/debian/watch
Added: trunk/libverilog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/changelog?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/changelog (added)
+++ trunk/libverilog-perl/debian/changelog Sun Jul 19 15:20:22 2009
@@ -1,0 +1,5 @@
+libverilog-perl (3.211-1) UNSTABLE; urgency=low
+
+ * Initial Release. (Closes: #537268)
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net> Thu, 16 Jul 2009 17:47:47 +0300
Added: trunk/libverilog-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/compat?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/compat (added)
+++ trunk/libverilog-perl/debian/compat Sun Jul 19 15:20:22 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libverilog-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/control?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/control (added)
+++ trunk/libverilog-perl/debian/control Sun Jul 19 15:20:22 2009
@@ -1,0 +1,32 @@
+Source: libverilog-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~), perl (>= 5.6.0-12), flex, bison
+Maintainer: Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Verilog-Perl/
+
+Package: libverilog-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: building point for Verilog support in the Perl language
+ The Verilog-Perl library is a building point for Verilog support in the Perl
+ language. It includes:
+ * Verilog::Getopt which parses command line options similar to C++ and VCS.
+ * Verilog::Language which knows the language keywords and parses numbers.
+ * Verilog::Netlist which builds netlists out of Verilog files. This allows
+ easy scripts to determine things such as the hierarchy of modules.
+ * Verilog::Parser invokes callbacks for language tokens.
+ * Verilog::Preproc preprocesses the language, and allows reading
+ post-processed files right from Perl without temporary files.
+ * vpassert inserts PLIish warnings and assertions for any simulator.
+ * vppreproc preprocesses the complete Verilog 2001 and SystemVerilog
+ language.
+ * vrename renames and cross-references Verilog symbols. Vrename
+ creates Verilog cross references and makes it easy to rename
+ signal and module names across multiple files. Vrename uses a
+ simple and efficient three step process. First, you run vrename to
+ create a list of signals in the design. You then edit this list,
+ changing as many symbols as you wish. Vrename is then run a second
+ time to apply the changes.
+ .
Added: trunk/libverilog-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/copyright?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/copyright (added)
+++ trunk/libverilog-perl/debian/copyright Sun Jul 19 15:20:22 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Wilson Snyder <wsnyder at wsnyder.org>
+Upstream-Source: http://search.cpan.org/dist/Verilog-Perl/
+Upstream-Name: Verilog-Perl
+
+Files: *
+Copyright: Wilson Snyder <wsnyder at wsnyder.org>
+License-Alias: Perl
+License: Artistic | LGPL-3+
+
+Files: debian/*
+Copyright: 2009, Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+License: Artistic | LGPL-3+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in /usr/share/common-licenses/Artistic
+
+License: LGPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+ On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/L-GPL3'
Added: trunk/libverilog-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/examples?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/examples (added)
+++ trunk/libverilog-perl/debian/examples Sun Jul 19 15:20:22 2009
@@ -1,0 +1,1 @@
+vsplitmodule
Added: trunk/libverilog-perl/debian/libverilog-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/libverilog-perl.docs?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/libverilog-perl.docs (added)
+++ trunk/libverilog-perl/debian/libverilog-perl.docs Sun Jul 19 15:20:22 2009
@@ -1,0 +1,1 @@
+README
Added: trunk/libverilog-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/rules?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/rules (added)
+++ trunk/libverilog-perl/debian/rules Sun Jul 19 15:20:22 2009
@@ -1,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_install:
+ dh_auto_install
+ rm $(CURDIR)/debian/libverilog-perl/usr/bin/vsplitmodule
+
+override_dh_installchangelogs:
+ dh_installchangelogs Changes
Propchange: trunk/libverilog-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libverilog-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libverilog-perl/debian/watch?rev=40182&op=file
==============================================================================
--- trunk/libverilog-perl/debian/watch (added)
+++ trunk/libverilog-perl/debian/watch Sun Jul 19 15:20:22 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Verilog-Perl/ .*/Verilog-Perl-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list