summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-11 11:48:54 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-07-11 13:35:05 +0200
commit09963d6ddd745b07cac61c25d78d202e4d7043fd (patch)
treed56dcf20d9aa547f96640cf15dc417b73f5530d7
parent5a2c6845cfbc4cdb3ed73fcf7dadeea72fb35a4f (diff)
Some updates to the packaging:
* debian/copyright: - Use https protocol in Format field * debian/control: - Added dh-python as build-dependency (Closes: #896802) - Changed VCS URLs to Salsa - Mark 'yosys-doc' Multi-Arch: foreign - Remove 'Testsuite: autopkgtest' since it is now handled automatically - Updated Standards Version to 4.1.5 - requires reproducability * debian/patches/0007-Disable-pretty-build.patch: - New patch to disable pretty build (Closes: #847110) * debian/rules: - Upstream source has moved to https://github.com/YosysHQ/yosys
-rw-r--r--debian/changelog14
-rw-r--r--debian/control9
-rw-r--r--debian/copyright2
-rw-r--r--debian/watch2
4 files changed, 19 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 7fbc64de..efd11d1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
-yosys (0.7-3~exp1) UNRELEASED; urgency=low
+yosys (0.7-3~exp2) UNRELEASED; urgency=low
+ * debian/copyright:
+ - Use https protocol in Format field
+ * debian/control:
+ - Added dh-python as build-dependency (Closes: #896802)
+ - Changed VCS URLs to Salsa
+ - Mark 'yosys-doc' Multi-Arch: foreign
+ - Remove 'Testsuite: autopkgtest' since it is now handled automatically
+ - Updated Standards Version to 4.1.5 - requires reproducability
* debian/patches/0007-Disable-pretty-build.patch:
- New patch to disable pretty build (Closes: #847110)
+ * debian/rules:
+ - Upstream source has moved to https://github.com/YosysHQ/yosys
- -- Ruben Undheim <ruben.undheim@gmail.com> Wed, 05 Apr 2017 09:33:20 +0000
+ -- Ruben Undheim <ruben.undheim@gmail.com> Wed, 11 Jul 2018 11:47:08 +0200
yosys (0.7-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 17aa0e2e..e18ca98a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Uploaders: Ruben Undheim <ruben.undheim@gmail.com>,
Sebastian Kuzminsky <seb@highlab.com>
Section: electronics
Priority: optional
-Testsuite: autopkgtest
Build-Depends: debhelper (>= 9),
+ dh-python,
tcl-dev,
libreadline-dev,
bison,
@@ -30,9 +30,9 @@ Build-Depends-Indep:
texlive-bibtex-extra,
lmodern,
graphviz
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/yosys.git
-Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/yosys.git
+Standards-Version: 4.1.5
+Vcs-Browser: https://salsa.debian.org/science-team/yosys
+Vcs-Git: https://salsa.debian.org/science-team/yosys.git
Homepage: http://www.clifford.at/yosys
Package: yosys
@@ -71,6 +71,7 @@ Package: yosys-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
+Multi-Arch: foreign
Suggests: yosys
Description: Documentation for Yosys
Yosys is a framework for Verilog RTL synthesis. It currently has extensive
diff --git a/debian/copyright b/debian/copyright
index 4ce880cf..99a7fc13 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: yosys
Source: http://www.clifford.at/yosys/
diff --git a/debian/watch b/debian/watch
index 7b99b4e6..72d171cb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-https://github.com/cliffordwolf/yosys/releases /cliffordwolf/yosys/archive/\w+-(\d\S+)\.tar\.(?:bz2|gz|xz)
+https://github.com/YosysHQ/yosys/releases /YosysHQ/yosys/archive/\w+-(\d\S+)\.tar\.(?:bz2|gz|xz)