debian/0000755000000000000000000000000012157164021007165 5ustar debian/watch0000644000000000000000000000033412036247541010223 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|datetime-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/datetime \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036247541010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000137612036247541011134 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Name: Haskell library to convert date and time data among different formats Maintainer: Eric Sessoms Source: http://hackage.haskell.org/package/texmath Files: * Copyright: © 2008-2009 Eric Sessoms License: GPL On Debian GNU/Linux systems, the complete text of the GNU General Public License Version 3 can be found in `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: © 2009-2010 Giovanni Mascellani License: GPL-3+ The Debian packaging information is under the GPL, version 3 or later. On Debian GNU/Linux systems, the complete text of the GNU General Public License Version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012036247541010472 5ustar debian/source/format0000644000000000000000000000001412036247541011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616152010371 0ustar 9 debian/control0000644000000000000000000000405112147627340010577 0ustar Source: haskell-datetime Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, ghc-doc, libghc-quickcheck2-dev, libghc-quickcheck2-prof, libghc-quickcheck2-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/datetime Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-datetime Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-datetime Package: libghc-datetime-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell library to convert date and time formats${haskell:ShortBlurb} This Haskell library provides several utilities for easily converting among the various standard library Date and Time types, and for converting between these and standard external representations. . ${haskell:Blurb} Package: libghc-datetime-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell library to convert date and time formats${haskell:ShortBlurb} This Haskell library provides several utilities for easily converting among the various standard library Date and Time types, and for converting between these and standard external representations. . ${haskell:Blurb} Package: libghc-datetime-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Haskell library to convert date and time formats${haskell:ShortBlurb} This Haskell library provides several utilities for easily converting among the various standard library Date and Time types, and for converting between these and standard external representations. . ${haskell:Blurb} debian/changelog0000644000000000000000000000477412157164021011053 0ustar haskell-datetime (0.2.1-5build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 15 Jun 2013 23:17:53 +0100 haskell-datetime (0.2.1-5) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:22 +0200 haskell-datetime (0.2.1-4) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Thu, 18 Oct 2012 10:25:14 +0200 haskell-datetime (0.2.1-3) unstable; urgency=low * Remove doc-base file, avoids squeeze → wheezy upgrade problems -- Joachim Breitner Sat, 19 May 2012 22:41:47 +0200 haskell-datetime (0.2.1-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Iain Lane Thu, 23 Feb 2012 11:19:37 +0000 haskell-datetime (0.2.1-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 [ Giovanni Mascellani ] * Updated my email address. [ Joachim Breitner ] * New upstream release -- Joachim Breitner Mon, 11 Apr 2011 14:31:55 +0530 haskell-datetime (0.2-1) unstable; urgency=low [ Giovanni Mascellani ] * debian/copyright: link moved to GPL-3 [ Marco Túlio Gontijo e Silva ] * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * debian/control: Remove uneeded Build-Depends: in libghc6-time-*. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 * New upstream version (can use quickcheck 2) -- Joachim Breitner Sat, 20 Feb 2010 16:56:20 +0100 haskell-datetime (0.1-1) unstable; urgency=low [Giovanni Mascellani] * Initial release. (closes: #562758) [Joachim Breitner] * Add QuickCheck < 2 constraint via debian/rules -- Giovanni Mascellani Fri, 08 Jan 2010 15:54:30 +0100