[Pkg-haskell-commits] darcs: charsetdetect-ae: Make lintian almost happy
Marcel Fourné
debian at marcelfourne.de
Fri May 29 09:41:06 UTC 2015
Fri May 29 09:40:14 UTC 2015 Marcel Fourn[_<U+00E9>_] <debian at marcelfourne.de>
* Make lintian almost happy
M ./control -6 +7
M ./copyright -4 +4
Fri May 29 09:40:14 UTC 2015 Marcel Fourné <debian at marcelfourne.de>
* Make lintian almost happy
diff -rN -u old-charsetdetect-ae/control new-charsetdetect-ae/control
--- old-charsetdetect-ae/control 2015-05-29 09:41:05.971787834 +0000
+++ new-charsetdetect-ae/control 2015-05-29 09:41:05.979788024 +0000
@@ -12,13 +12,14 @@
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://github.com/Aelve/charsetdetect-ae
-X-Description: Character set detection using Mozilla's Universal Character Set Detector
- Mozilla have developed a robust and efficient character set detection algorithm for
- use in their web browsers. The algorithm is able to detect all of the most frequently
- encountered character encodings totally automatically.
+X-Description: Charset detection using Mozilla's Universal Character Set Detector
+ Mozilla have developed a robust and efficient character set detection
+ algorithm for use in their web browsers. The algorithm is able to detect all
+ of the most frequently encountered character encodings totally automatically.
.
- This library wraps up their library and exposes a very simple Haskell interface to it.
- The library is portable, and is confirmed to work on both Unix and Windows.
+ This library wraps up their library and exposes a very simple Haskell
+ interface to it. The library is portable, and is confirmed to work on both
+ Unix and Windows.
Package: libghc-charsetdetect-ae-dev
Architecture: any
diff -rN -u old-charsetdetect-ae/copyright new-charsetdetect-ae/copyright
--- old-charsetdetect-ae/copyright 2015-05-29 09:41:05.971787834 +0000
+++ new-charsetdetect-ae/copyright 2015-05-29 09:41:05.979788024 +0000
@@ -5,13 +5,13 @@
Files: *
Copyright: Max Bolingbroke <batterseapower at hotmail.com>
-License: LGPL
+License: LGPL-2.1
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
-License: LGPL
+License: LGPL-2.1
-License: LGPL
+License: LGPL-2.1
Copyright (C) 2010 Maximilian Bolingbroke
.
This library is free software; you can redistribute it and/or
More information about the Pkg-haskell-commits
mailing list