From 2722a1073889ff03606bb583c5ae29423edc1cb8 Mon Sep 17 00:00:00 2001 From: Veselin Georgiev Date: Tue, 21 Apr 2015 12:23:51 -0400 Subject: [PATCH] Address lintian warnings/errors. Fixes issue #16. --- debian/control | 6 +++++- debian/copyright | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e1d16f1..ab1d528 100644 --- a/debian/control +++ b/debian/control @@ -15,4 +15,8 @@ Description: small C library for x86/x86_64 CPU detection and feature extraction Package: libcpuid11-dev Architecture: amd64 i386 -Description: develop files for libcpuid +Section: libdevel +Depends: ${misc:Depends} +Description: Development files for libcpuid + For details about the programming API, please see the docs + on the project's site (http://libcpuid.sourceforge.net/) diff --git a/debian/copyright b/debian/copyright index 54cf0fb..e3332f0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,6 +6,26 @@ Files: * Copyright: 2008-2015 Veselin Georgiev License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2015 Zhang, Guodong