[Pkg-haskell-commits] darcs: haskell-debian: Fix lintian warnings in control file.

Erik de Castro Lopo erikd at mega-nerd.com
Sun May 9 23:04:50 UTC 2010


Sun May  9 23:04:17 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Fix lintian warnings in control file.
  Ignore-this: e19842e2abc65be7fcbc6f71f1c85c8f

    M ./changelog -1 +5
    M ./control -4 +9

Sun May  9 23:04:17 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Fix lintian warnings in control file.
  Ignore-this: e19842e2abc65be7fcbc6f71f1c85c8f
diff -rN -u old-haskell-debian/changelog new-haskell-debian/changelog
--- old-haskell-debian/changelog	2010-05-09 23:04:50.552219549 +0000
+++ new-haskell-debian/changelog	2010-05-09 23:04:50.560219973 +0000
@@ -1,5 +1,9 @@
 haskell-debian (3.47-1) unstable; urgency=low
 
-  * Initial release. 
+  [ Joachim Breitner ]
+  * Initial release.
+
+  [ Erik de Castro Lopo ]
+  * debian/control: Fix lintian warnings.
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 09 May 2010 19:08:20 +0200
diff -rN -u old-haskell-debian/control new-haskell-debian/control
--- old-haskell-debian/control	2010-05-09 23:04:50.552219549 +0000
+++ new-haskell-debian/control	2010-05-09 23:04:50.556219761 +0000
@@ -49,7 +49,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Modules for working with the Debian package system
+Description: Haskell library for working with the Debian package system
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
@@ -58,6 +58,8 @@
  and dependency relations, on up to the types necessary for computing and
  installing build dependencies, building source and binary packages,
  and inserting them into a repository.
+ .
+ This package contains the libraries compiled for GHC 6.
 
 Package: libghc6-debian-prof
 Architecture: any
@@ -67,7 +69,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Modules for working with the Debian package system
+Description: Profiling library for working with the Debian package system
  This package provides a library for the Haskell programming language,
  compiled for profiling.
  See http://www.haskell.org/ for more information on Haskell.
@@ -77,6 +79,8 @@
  and dependency relations, on up to the types necessary for computing and
  installing build dependencies, building source and binary packages,
  and inserting them into a repository.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
 
 Package: libghc6-debian-doc
 Section: doc
@@ -84,7 +88,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Modules for working with the Debian package system
+Description: Documentation for Debian package system library
  This package provides the documentation for a library for the Haskell
  programming language.
  See http://www.haskell.org/ for more information on Haskell.
@@ -94,10 +98,11 @@
  and dependency relations, on up to the types necessary for computing and
  installing build dependencies, building source and binary packages,
  and inserting them into a repository.
+ .
+ This package contains the library documentation.
 
 Package: haskell-debian-utils
 Section: devel
-Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Various helpers to work with Debian packages





More information about the Pkg-haskell-commits mailing list