diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2010-02-11 23:41:42 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2010-02-11 23:41:42 +0300 |
| commit | 1c28207ccaf96519ead4f84bc423c8e9fd833a1a (patch) | |
| tree | 039e09ed6c0115de0c4ab56c6fe237f28ce8510f | |
| parent | 9510c5bbf2f2e6f9b92ec9ab4c403d493af018fa (diff) | |
| download | DHG_packages-1c28207ccaf96519ead4f84bc423c8e9fd833a1a.tar.gz | |
haskell-time: Initial check-in
| -rw-r--r-- | p/haskell-time/debian/changelog | 110 | ||||
| -rw-r--r-- | p/haskell-time/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-time/debian/control | 43 | ||||
| -rw-r--r-- | p/haskell-time/debian/copyright | 26 | ||||
| -rwxr-xr-x | p/haskell-time/debian/rules | 4 |
5 files changed, 184 insertions, 0 deletions
diff --git a/p/haskell-time/debian/changelog b/p/haskell-time/debian/changelog new file mode 100644 index 000000000..feb45af4a --- /dev/null +++ b/p/haskell-time/debian/changelog @@ -0,0 +1,110 @@ +haskell-time (1.1.2.4-1) unstable; urgency=low + + * New upstream release + + -- Kari Pahula <kaol@debian.org> Mon, 18 May 2009 15:14:17 +0300 + +haskell-time (1.1.2.3-3) unstable; urgency=low + + * Use hlibrary.mk from haskell-devscripts and remove the local copy. + + -- Kari Pahula <kaol@debian.org> Wed, 25 Feb 2009 15:14:07 +0200 + +haskell-time (1.1.2.3-2) unstable; urgency=low + + * Updated hlibrary.mk to put .haddock file to -dev. + + -- Kari Pahula <kaol@debian.org> Fri, 20 Feb 2009 09:52:52 +0200 + +haskell-time (1.1.2.3-1) unstable; urgency=low + + * New upstream release + * New maintainer. + * Switched over to use hlibrary.mk and haskell-devscripts. + + -- Kari Pahula <kaol@debian.org> Thu, 19 Feb 2009 10:27:57 +0200 + +haskell-time (1.1.2.0-2) unstable; urgency=low + + * Upgrade to "Generic Haskell cabal library packaging files v10": + * Versioned dependencies are now generated for the Cabal packages we + depend on. + * Use the new ${impl:ghc6:*_deps} variables in debian/control.in. + * Call canonicalise-comma-list on the depends and suggests fields in + control.in. This works around bugs in lintian, where it gets + confused and starts giving spurious warnings. + + -- Ian Lynagh (wibble) <igloo@debian.org> Thu, 28 Feb 2008 01:01:46 +0000 + +haskell-time (1.1.2.0-1) unstable; urgency=low + + * New upstream version. + * Upgrade to "Generic Haskell cabal library packaging files v9": + * Allows Setup to be in Setup.lhs instead of Setup.hs. + * Bump the required haskell-utils from 1.8 to 1.10. + * The control.in gives a standards-version of 3.7.3 (was 3.7.2). + * Move everything from the devel section to the libdevel section. + * Delete the LICENSE file (currently we assume it has that name, and + that it exists) after "Setup copy"ing the Cabal package. + * Remove some hacks that worked around older Cabal not letting us + tell it exactly where to put the documentation. + * Use --hyperlink-source when telling Cabal to haddock the library. + * Add hscolour to the build-depends. + + -- Ian Lynagh (wibble) <igloo@debian.org> Tue, 20 Nov 2007 00:01:23 +0000 + +haskell-time (1.1.1-2) unstable; urgency=low + + * Upgrade to "Generic Haskell cabal library packaging files v8": + * update-generated-files rule in debian/rules runs + update-debian-haskell-files. + * Build-dep on haddock >= 0.8-2 in order to get portable .haddock files. + * We tell Cabal's configure where to put the docs so that it doesn't + break when we move them around behind its back. + * Use canonicalise-comma-list around the build-deps in debian/control.in + to fix problems where we get an unparsable ", , " when a variable is + empty. + + -- Ian Lynagh (wibble) <igloo@debian.org> Mon, 04 Jun 2007 21:53:07 +0000 + +haskell-time (1.1.1-1) unstable; urgency=low + + * New upstream version. + * Fix Setup.hs (type signatures don't match our version of Cabal). + * Split off profiling and documentation into separate packages. + * debian/control.in now makes much more use of variables, including + magic Cabal variables. + * Use debhelper level 5 (was 4). + * Bump haskell-utils build-dep requirement to 1.8. + * Upgrade to "Generic Haskell cabal library debian/rules v0.7": + * Generate haddock docs. + * -doc package calls gen_contents_index from postinst and postrm. + * Use destdir rather than deprecated copy-prefix flag to Setup copy. + * Add -X.haddock to dh_compress call. + + -- Ian Lynagh (wibble) <igloo@debian.org> Thu, 10 May 2007 13:42:21 +0100 + +haskell-time (1.0-3) unstable; urgency=low + + * Upgrade to "Generic Haskell cabal library debian/rules v0.6". + Tell setup to use ghc6 rather than ghc, so that the postinst/prerm + scripts work when the ghc-pkg symlink doesn't exist or doesn't + point to ghc6's ghc-pkg. + + -- Ian Lynagh (wibble) <igloo@debian.org> Mon, 20 Nov 2006 20:50:42 +0000 + +haskell-time (1.0-2) unstable; urgency=low + + * Update control from control.in to include arm, mips and mipsel in the + architecture list. + * Upgrade to "Generic Haskell cabal library debian/rules v0.5". + Fixes build-failure on non-x86/amd64 due to object splitting + being unconditionally enabled. + + -- Ian Lynagh (wibble) <igloo@debian.org> Mon, 23 Oct 2006 12:32:51 +0100 + +haskell-time (1.0-1) unstable; urgency=low + + * Initial release (was part of ghc6 until version 6.6-1). + + -- Ian Lynagh (wibble) <igloo@debian.org> Fri, 13 Oct 2006 16:43:11 +0000 diff --git a/p/haskell-time/debian/compat b/p/haskell-time/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/p/haskell-time/debian/compat @@ -0,0 +1 @@ +5 diff --git a/p/haskell-time/debian/control b/p/haskell-time/debian/control new file mode 100644 index 000000000..bfafd1fcd --- /dev/null +++ b/p/haskell-time/debian/control @@ -0,0 +1,43 @@ +Source: haskell-time +Section: haskell +Priority: optional +Maintainer: Kari Pahula <kaol@debian.org> +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 5), haddock (>= 2.4.2), hscolour, haskell-devscripts, ghc6, ghc6-prof, ghc6-doc, cdbs +Homepage: http://semantic.org/TimeLib/ + +Package: libghc6-time-dev +Section: haskell +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Suggests: libghc6-time-prof, libghc6-time-doc +Description: Haskell time library for GHC + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides time and date related functionality. + +Package: libghc6-time-prof +Section: haskell +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libghc6-time-dev (= ${binary:Version}) +Suggests: libghc6-time-doc +Description: Haskell time library for GHC; profiling libraries + This package provides a library for the Haskell programming language, + compiled for profiling. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides time and date related functionality. + +Package: libghc6-time-doc +Section: doc +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ghc6-doc +Suggests: libghc6-time-dev, libghc6-time-prof +Description: Haskell time library for GHC; documentation + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides time and date related functionality. diff --git a/p/haskell-time/debian/copyright b/p/haskell-time/debian/copyright new file mode 100644 index 000000000..c1e9b03c4 --- /dev/null +++ b/p/haskell-time/debian/copyright @@ -0,0 +1,26 @@ + +This package was debianised by Ian Lynagh <igloo@debian.org> on Fri, +13 Oct 2006. Further packaging by Kari Pahula <kaol@debian.org>. +Licensed under GPLv2 or later. + +It was downloaded from +http://hackage.haskell.org/packages/archive/time/ + +----- + +Upstream Author: Ashley Yakeley <ashley@semantic.org> + +Copyright (c) 2004-2007, Ashley Yakeley + +BSD licenced. The complete text of the BSD license can be found in +/usr/share/common-licenses/BSD on Debian systems. + +----- + +configure is + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. diff --git a/p/haskell-time/debian/rules b/p/haskell-time/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-time/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk |
