[Pkg-haskell-commits] darcs: haskell-configfile: Lintian cleanups and haskell substvars

Iain Lane laney at ubuntu.com
Fri Jan 4 14:45:34 UTC 2013


Sun Jul  4 08:57:04 UTC 2010  Iain Lane <laney at ubuntu.com>
  * Lintian cleanups and haskell substvars
  Ignore-this: 95ccab079f8c609e7664322361f6ad0e

    M ./changelog -1 +4
    M ./control -4 +8
    A ./watch

Sun Jul  4 08:57:04 UTC 2010  Iain Lane <laney at ubuntu.com>
  * Lintian cleanups and haskell substvars
  Ignore-this: 95ccab079f8c609e7664322361f6ad0e
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-01-04 14:45:33.956006125 +0000
+++ new-haskell-configfile//changelog	2013-01-04 14:45:34.163733428 +0000
@@ -6,8 +6,11 @@
       other Debian Haskell Group policies
     + Rename documentation package
     + Add profiling package
-    + debian/source/format: Create with 1.0. Thanks to Lintian.
+    + Remove redundant duplicated Section lines
+    + Add haskell substvars
     + Standards-Version 3.9.0, use Breaks/Replaces to rename doc package
+  * debian/source/format: Create with 1.0. Thanks to Lintian.
+  * debian/watch: Create
 
  -- Iain Lane <laney at ubuntu.com>  Sat, 03 Jul 2010 10:59:50 +0100
 
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-01-04 14:45:33.951934235 +0000
+++ new-haskell-configfile//control	2013-01-04 14:45:34.131935098 +0000
@@ -25,10 +25,11 @@
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-configfile.git;a=summary
 
 Package: libghc6-configfile-dev
-Section: haskell
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
-Suggests: libghc6-configfile-doc
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Parser and writer for sectioned config files in Haskell
  This package provides a library for the Haskell programming language. See
  http://www.haskell.org/ for more information on Haskell.
@@ -45,10 +46,11 @@
  the Unix shell, and make.
 
 Package: libghc6-configfile-prof
-Section: haskell
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
-Suggests: libghc6-configfile-doc
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Parser and writer for sectioned config files in Haskell; profiling libraries
  This package provides a library for the Haskell programming language. See
  http://www.haskell.org/ for more information on Haskell.
@@ -70,6 +72,8 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
 Breaks: configfile-doc (<< 1.0.6-2)
 Replaces: configfile-doc (<< 1.0.6-2)
 Description: Parser and writer for sectioned config files in Haskell; documentation
diff -rN -u old-haskell-configfile//watch new-haskell-configfile//watch
--- old-haskell-configfile//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-configfile//watch	2013-01-04 14:45:33.983958590 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|ConfigFile-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/ConfigFile \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list