[icestorm] 02/02: Got rid of some lintians

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Oct 7 19:47:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository icestorm.

commit ac1e33060b6d31b17bc93aa472d714a660f9e49d
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Oct 7 23:41:20 2015 +0400

    Got rid of some lintians
---
 debian/changelog                    |  4 ++--
 debian/control                      | 19 +++++++++++++++----
 debian/copyright                    | 15 ++-------------
 debian/patches/01_installpath.patch |  2 ++
 debian/rules                        |  4 ++++
 5 files changed, 25 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 801ecaf..64b4c17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 icestorm (0~20151006git103e6fd-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #801229)
 
- -- Ruben Undheim <ruben.undheim at gmail.com>  Wed, 07 Oct 2015 19:26:37 +0400
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Wed, 07 Oct 2015 19:26:37 +0200
diff --git a/debian/control b/debian/control
index cebd81c..4aa4ff9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,14 @@ Homepage: http://www.clifford.at/icestorm/
 Package: icestorm-chipdb
 Architecture: all
 Depends: ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Chip database files for icestorm
+ Project IceStorm aims at documenting the bitstream format of Lattice iCE40
+ FPGAs and providing simple tools for analyzing and creating bitstream files. At
+ the moment the focus of the project is on the HX1K-TQ144 and HX8K-CT256
+ devices, but most of the information is device-independent.
+ .
+ This package contains the chip database files for icestorm.
+ 
 
 Package: icestorm
 Architecture: any
@@ -23,5 +29,10 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          python3
 Suggests: icestorm-chipdb
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Tools to handle the bitstream format of Lattice iCE40 FPGAs
+ Project IceStorm aims at documenting the bitstream format of Lattice iCE40
+ FPGAs and providing simple tools for analyzing and creating bitstream files. At
+ the moment the focus of the project is on the HX1K-TQ144 and HX8K-CT256
+ devices, but most of the information is device-independent.
+ .
+ This package contains multiple tools needed to handle the bitstream.
diff --git a/debian/copyright b/debian/copyright
index 33e6e41..daf9b8a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,16 +3,9 @@ Upstream-Name: icestorm
 Source: <url://example.com>
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: <special license>
- <Put the license of the package here indented by 1 space>
- <This follows the format of Description: lines in control file>
- .
- <Including paragraphs>
+Copyright: 2015 Clifford Wolf
+License: ISC
 
-# If you want to use GPL v2 or later for the /debian/* files use 
-# the following clauses, or change it to suit. Delete these two lines
 Files: debian/*
 Copyright: 2015 Ruben Undheim <ruben.undheim at gmail.com>
 License: GPL-2+
@@ -32,7 +25,3 @@ License: GPL-2+
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-# Please avoid picking licenses with terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/patches/01_installpath.patch b/debian/patches/01_installpath.patch
index e9446ba..28050d5 100644
--- a/debian/patches/01_installpath.patch
+++ b/debian/patches/01_installpath.patch
@@ -1,3 +1,5 @@
+Author: Ruben Undheim <ruben.undheim at gmail.com>
+Description: This patch makes sure that the files are installed in the correct location
 Index: icestorm-0~20151006git103e6fd/icebox/Makefile
 ===================================================================
 --- icestorm-0~20151006git103e6fd.orig/icebox/Makefile	2015-10-07 23:20:00.195332107 +0400
diff --git a/debian/rules b/debian/rules
index 59e0349..ba7cb15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE = 1
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 CHANGELOG_DATE ?= $(shell date -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/icestorm.git



More information about the debian-science-commits mailing list