[Pkg-electronics-commits] [SCM] Packaging for Verilator branch, master, updated. upstream/3.801-19-g2d706ce
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Thu Apr 22 03:51:43 UTC 2010
The following commit has been merged in the master branch:
commit 284d49a7125f3c671524b37d8b5e35c524eb381f
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date: Thu Apr 22 04:58:44 2010 +0200
Override dh_installexamples to move examples dir from
/usr/share/verilator to /usr/share/doc/verilator
diff --git a/debian/changelog b/debian/changelog
index cbc5a9f..e1b5b43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,14 +13,14 @@ verilator (3.801-1) unstable; urgency=low
+ Added verilator.html & verilator.pdf
* debian/watch: set the upstream URL to one that can be checked.
* Added manpage for verilator_profcfunc
- * Added debian/links
- * Added debian/doc-base
- * Added debian/manpages
+ * Added debian/links, debian/doc-base, debian/manpages
* Remove debian/dirs
* debian/rules:
+ No more need to override dh_auto_test since upstream now skips SystemC
tests if SystemC is not installed.
+ No need to override dh_auto_install
+ + Override dh_installexamples to move examples dir from
+ /usr/share/verilator to /usr/share/doc/verilator
* Added install_perms.diff patch to install data files without executable
permissions.
* Added typos.diff patch to fix some spelling mistakes in verilator
@@ -30,7 +30,7 @@ verilator (3.801-1) unstable; urgency=low
+ Converted to machine-readable format.
+ Changed packaging license to match that of upstream.
- -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 10 Apr 2010 12:35:09 +0200
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 21 Apr 2010 23:33:46 +0200
verilator (3.800-5) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 3a25d70..3a0d7c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
+override_dh_installexamples:
+ mv debian/verilator/usr/share/verilator/examples debian/verilator/usr/share/doc/verilator/
+
override_dh_compress:
dh_compress -Xexamples
--
Packaging for Verilator
More information about the Pkg-electronics-commits
mailing list