[fpga-icestorm] 09/09: Get rid of more lintians
Ruben Undheim
rubund-guest at moszumanska.debian.org
Thu Feb 25 23:20:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository fpga-icestorm.
commit 8691efed05653599a9312b7bf6e653cc1ec5236f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Fri Feb 26 00:07:03 2016 +0100
Get rid of more lintians
---
debian/changelog | 11 +++++++---
debian/control | 2 +-
debian/patches/fix_spelling_in_binaries.patch | 31 +++++++++++++++++++++++++++
debian/patches/override-CXX.patch | 4 ++++
debian/patches/series | 1 +
5 files changed, 45 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2af7ea4..dee7f7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
fpga-icestorm (0~20160218gitf2b2549-1) unstable; urgency=medium
- * Non-maintainer upload
+ [ Sebastian Kuzminsky ]
* New upstream version
* debian/man:
- Added man pages for new commands: icetime and icepll
@@ -9,9 +9,14 @@ fpga-icestorm (0~20160218gitf2b2549-1) unstable; urgency=medium
which compiler to use.
- Refreshed patches
* debian/rules:
- - Needs to set PREFIX=/usr in override_dh_auto_install
+ - Set PREFIX=/usr in override_dh_auto_install
- -- Sebastian Kuzminsky <seb at highlab.com> Tue, 23 Feb 2016 19:21:14 -0700
+ [ Ruben Undheim ]
+ * debian/control:
+ - Updated Standards version to 3.9.7
+ * Added debian/patches/fix_spelling_in_binaries.patch
+
+ -- Ruben Undheim <ruben.undheim at gmail.com> Thu, 25 Feb 2016 23:59:47 +0100
fpga-icestorm (0~20151006git103e6fd-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index bca644b..0790b09 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
libftdi-dev,
python3,
txt2man
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/fpga-icestorm.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/fpga-icestorm.git
Homepage: http://www.clifford.at/icestorm/
diff --git a/debian/patches/fix_spelling_in_binaries.patch b/debian/patches/fix_spelling_in_binaries.patch
new file mode 100644
index 0000000..ed7a65c
--- /dev/null
+++ b/debian/patches/fix_spelling_in_binaries.patch
@@ -0,0 +1,31 @@
+Description: This patch fixes a few spelling errors detected by lintian
+Author: Ruben Undheim <ruben.undheim at gmail.com>
+
+--- fpga-icestorm-0~20160218gitf2b2549.orig/icepll/icepll.cc
++++ fpga-icestorm-0~20160218gitf2b2549/icepll/icepll.cc
+@@ -84,12 +84,12 @@ int main(int argc, char **argv)
+ int best_divq = 0;
+
+ if (f_pllin < 10 || f_pllin > 133) {
+- fprintf(stderr, "Error: PLL input freqency %.3f MHz is outside range 10 MHz - 133 MHz!\n", f_pllin);
++ fprintf(stderr, "Error: PLL input frequency %.3f MHz is outside range 10 MHz - 133 MHz!\n", f_pllin);
+ exit(1);
+ }
+
+ if (f_pllout < 16 || f_pllout > 275) {
+- fprintf(stderr, "Error: PLL output freqency %.3f MHz is outside range 16 MHz - 275 MHz!\n", f_pllout);
++ fprintf(stderr, "Error: PLL output frequency %.3f MHz is outside range 16 MHz - 275 MHz!\n", f_pllout);
+ exit(1);
+ }
+
+--- fpga-icestorm-0~20160218gitf2b2549.orig/icetime/icetime.cc
++++ fpga-icestorm-0~20160218gitf2b2549/icetime/icetime.cc
+@@ -1886,7 +1886,7 @@ int main(int argc, char **argv)
+
+ if (device_type.empty()) {
+ device_type = "lp" + config_device;
+- printf("// Warning: Missing -d paramter. Assuming '%s' device.\n", device_type.c_str());
++ printf("// Warning: Missing -d parameter. Assuming '%s' device.\n", device_type.c_str());
+ }
+
+ if (device_type == "lp1k" || device_type == "hx1k") {
diff --git a/debian/patches/override-CXX.patch b/debian/patches/override-CXX.patch
index 077f320..3fa516a 100644
--- a/debian/patches/override-CXX.patch
+++ b/debian/patches/override-CXX.patch
@@ -1,3 +1,7 @@
+Description: This patch makes sure that CXX and CC can be set by the package
+ build system.
+Author: Sebastian Kuzminsky <seb at highlab.com>
+
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
diff --git a/debian/patches/series b/debian/patches/series
index dd0faf2..0353649 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
02_spelling_fixes.patch
03_cxxflags.patch
override-CXX.patch
+fix_spelling_in_binaries.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fpga-icestorm.git
More information about the debian-science-commits
mailing list