[Pkg-haskell-commits] darcs: haskell-top: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Fri Oct 24 19:55:25 UTC 2014


Fri Oct 24 19:54:10 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri Oct 24 19:54:10 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-top/changelog new-haskell-top/changelog
--- old-haskell-top/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-top/changelog	2014-10-24 19:55:24.973981440 +0000
@@ -0,0 +1,5 @@
+haskell-top (1.7-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org> Fri, 24 Oct 2014 21:51:04 +0200
diff -rN -u old-haskell-top/compat new-haskell-top/compat
--- old-haskell-top/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-top/compat	2014-10-24 19:55:24.973981440 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-top/control new-haskell-top/control
--- old-haskell-top/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-top/control	2014-10-24 19:55:24.973981440 +0000
@@ -0,0 +1,65 @@
+Source: haskell-top
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-parsec3-dev, 
+ libghc-parsec3-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-mtl-doc,
+ libghc-parsec3-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/Top
+X-Description: Constraint solving framework employed by the Helium Compiler.
+ At its most general, Top is a framework for constructing abstract interpretations
+ which focuses on giving good feedback on why an abstract interpretation does not give
+ any useful information.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-top
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-top
+
+Package: libghc-top-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-top-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-top-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
diff -rN -u old-haskell-top/copyright new-haskell-top/copyright
--- old-haskell-top/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-top/copyright	2014-10-24 19:55:24.977981442 +0000
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Top
+
+Files: *
+Copyright: (c) 2012
+License: GPL-3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-3
+
+License: GPL-3
+ 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 3 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.
+ .
+ See /usr/share/common-licenses/GPL-3 for a copy of the GNU General General
+ Public License.
diff -rN -u old-haskell-top/rules new-haskell-top/rules
--- old-haskell-top/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-top/rules	2014-10-24 19:55:24.973981440 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = top
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-top/source/format new-haskell-top/source/format
--- old-haskell-top/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-top/source/format	2014-10-24 19:55:24.973981440 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-top/watch new-haskell-top/watch
--- old-haskell-top/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-top/watch	2014-10-24 19:55:24.973981440 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/Top/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list