diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2012-03-14 23:22:37 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-03-14 23:25:53 +0100 |
commit | b508fbd5127c4ffbe7e68c9b2c98e78a7cd31ee5 (patch) | |
tree | 370ba947fef6e33858576bf1534ceef739a9979c | |
parent | 5080dc13d2e2ae50023a8e2976bb911cc90b9343 (diff) | |
download | apache2-b508fbd5127c4ffbe7e68c9b2c98e78a7cd31ee5.tar.gz |
Fix lintian -I complaints
- don't repeat source package's priority
- remove unused license paragraph GPL-2.0+
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/copyright | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/debian/control b/debian/control index e783f2af..eb2cc69a 100644 --- a/debian/control +++ b/debian/control @@ -206,7 +206,6 @@ Description: Apache debugging symbols Package: dh-apache2 Section: devel -Priority: optional Architecture: all Depends: debhelper (>= 7.0.50~), ${misc:Depends} Description: Apache debhelper utilities diff --git a/debian/copyright b/debian/copyright index eafcc230..c6a973c4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -429,28 +429,6 @@ License: Custom C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. -License: GPL-2.0+ - This program is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later - version. - . - This program is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the GNU General Public License for more - details. - . - You should have received a copy of the GNU General Public - License along with this package; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301 USA - . - On Debian systems, the full text of the GNU General Public - License version 2 can be found in the file - `/usr/share/common-licenses/GPL-2'. - License: Free for all As a special exception this file is not subject to any copyright and released to the general public without any restriction in inclusion, embedding, |