debian/0000755000000000000000000000000012157173621007173 5ustar debian/watch0000644000000000000000000000037312036247715010231 0ustar # See uscan(1) for format version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|event-list-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/event-list \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000022312036247715010252 0ustar #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000147112036247715011133 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: event-list Maintainer: Henning Thielemann Source: http://hackage.haskell.org/packages/archive/event-list Files: * Copyright: 2007-2010, Henning Thielemann License: GPL-3+ Files: debian/* Copyright: 2010, Ernesto Hernández-Novich (USB) 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. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3' debian/source/0000755000000000000000000000000012036247715010475 5ustar debian/source/format0000644000000000000000000000001412036247715011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616166010376 0ustar 9 debian/control0000644000000000000000000000561012150230115010561 0ustar Source: haskell-event-list Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Ernesto Hernández-Novich (USB) Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libghc-quickcheck2-dev (>= 1.1), libghc-quickcheck2-dev (<< 3), libghc-quickcheck2-prof, libghc-non-negative-dev (>= 0.1), libghc-non-negative-dev (<< 0.2), libghc-non-negative-prof, libghc-transformers-dev (>= 0.1), libghc-transformers-dev (<< 0.4), libghc-transformers-prof, libghc-utility-ht-dev (>= 0.0.3), libghc-utility-ht-dev (<< 0.1), libghc-utility-ht-prof Build-Depends-Indep: ghc-doc, libghc-transformers-doc, libghc-non-negative-doc, libghc-utility-ht-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/event-list Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-event-list Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-event-list Package: libghc-event-list-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Event lists with relative or absolute timestamps${haskell:ShortBlurb} This library provides lists to manage events that are associated with times. Times may be given as difference between successive events or as absolute time values. Pauses before the first and after the last event are supported. The data structures can be used to represent MIDI files, OpenSoundControl message streams, music performances etc. . ${haskell:Blurb} Package: libghc-event-list-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Event lists with relative or absolute timestamps${haskell:ShortBlurb} This library provides lists to manage events that are associated with times. Times may be given as difference between successive events or as absolute time values. Pauses before the first and after the last event are supported. The data structures can be used to represent MIDI files, OpenSoundControl message streams, music performances etc. . ${haskell:Blurb} Package: libghc-event-list-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Event lists with relative or absolute timestamps${haskell:ShortBlurb} This library provides lists to manage events that are associated with times. Times may be given as difference between successive events or as absolute time values. Pauses before the first and after the last event are supported. The data structures can be used to represent MIDI files, OpenSoundControl message streams, music performances etc. . ${haskell:Blurb} debian/changelog0000644000000000000000000000425112157173621011047 0ustar haskell-event-list (0.1.0.2-3build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 16 Jun 2013 00:24:01 +0100 haskell-event-list (0.1.0.2-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:14 +0200 haskell-event-list (0.1.0.2-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:34 +0200 haskell-event-list (0.1.0.2-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 21:54:09 +0100 haskell-event-list (0.1.0.1-2) 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:19 +0200 haskell-event-list (0.1.0.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Thu, 17 May 2012 23:40:15 +0200 haskell-event-list (0.1-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Sat, 25 Feb 2012 16:47:54 +0100 haskell-event-list (0.1-1) unstable; urgency=low * New upstream release * Correctly specify build-depends (Closes: #640379) -- Joachim Breitner Mon, 05 Sep 2011 16:20:16 +0200 haskell-event-list (0.0.11-2) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Iain Lane ] * Standards-Version → 3.9.2, no changes required -- Iain Lane Thu, 26 May 2011 13:07:39 +0100 haskell-event-list (0.0.11-1) unstable; urgency=low * New upstream release. * Added missing source/format. * copyright: correct initial copyright year. -- Ernesto Hernández-Novich (USB) Thu, 06 May 2010 07:52:29 -0430 haskell-event-list (0.0.10.1-1) unstable; urgency=low * Initial release (Closes: 574951) -- Ernesto Hernández-Novich (USB) Mon, 22 Mar 2010 08:29:08 -0430