debian/0000755000000000000000000000000012150231234007157 5ustar debian/copyright0000644000000000000000000000147512036250662011132 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: markov-chain Maintainer: Henning Thielemann Source: http://hackage.haskell.org/packages/archive/markov-chain Files: * Copyright: 2007-2009, 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/watch0000644000000000000000000000037712036250662010230 0ustar # See uscan(1) for format version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|markov-chain-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/markov-chain \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616250010370 0ustar 9 debian/control0000644000000000000000000000527312150230143010567 0ustar Source: haskell-markov-chain Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Ernesto Hernández-Novich (USB) , Iulian Udrea DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libghc-transformers-dev (>= 0.0.1), libghc-transformers-dev (<< 0.4), libghc-transformers-prof, libghc-random-dev (>= 1.0), libghc-random-dev (<< 2.0), libghc-random-prof Build-Depends-Indep: ghc-doc, libghc-transformers-doc, libghc-random-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/markov-chain Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-markov-chain Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-markov-chain Package: libghc-markov-chain-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Markov Chains for random sequence generation${haskell:ShortBlurb} This library can be used to generate random sequences with a behaviour adapted to some training data. The algorithm analyses your input/training data with respect to how likely a given letter follows another one, then on recomposition it chooses subsequent letters randomly according to the frequencies found in the training data. . ${haskell:Blurb} Package: libghc-markov-chain-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Markov Chains for random sequence generation${haskell:ShortBlurb} This library can be used to generate random sequences with a behaviour adapted to some training data. The algorithm analyses your input/training data with respect to how likely a given letter follows another one, then on recomposition it chooses subsequent letters randomly according to the frequencies found in the training data. . ${haskell:Blurb} Package: libghc-markov-chain-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Markov Chains for random sequence generation${haskell:ShortBlurb} This library can be used to generate random sequences with a behaviour adapted to some training data. The algorithm analyses your input/training data with respect to how likely a given letter follows another one, then on recomposition it chooses subsequent letters randomly according to the frequencies found in the training data. . ${haskell:Blurb} debian/rules0000755000000000000000000000022312036250662010245 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/changelog0000644000000000000000000000363712150231234011042 0ustar haskell-markov-chain (0.0.3.2-4) 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:28 +0200 haskell-markov-chain (0.0.3.2-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:21 +0200 haskell-markov-chain (0.0.3.2-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 Sun, 14 Oct 2012 12:01:29 +0200 haskell-markov-chain (0.0.3.2-1) unstable; urgency=low * New upstream release -- Joachim Breitner Thu, 17 May 2012 23:57:19 +0200 haskell-markov-chain (0.0.3.1-3) unstable; urgency=low * Sourceful upload to rebuild documentation package. -- Clint Adams Mon, 13 Feb 2012 22:49:13 -0500 haskell-markov-chain (0.0.3.1-2) unstable; urgency=low * Build-Depend on libghc-random-dev because GHC doesn't come with it anymore. * Add myself to Uploaders. * Bump Standards-Version to 3.9.2; no changes required. * Fix minor typo: GPL3-+ -> GPL-3+. -- Iulian Udrea Sat, 04 Feb 2012 22:43:19 +0000 haskell-markov-chain (0.0.3.1-2) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 -- Joachim Breitner Thu, 07 Apr 2011 14:29:44 +0530 haskell-markov-chain (0.0.3.1-1) unstable; urgency=low * New upstream release (Closes: 580720). * Added missing source/format. -- Ernesto Hernández-Novich (USB) Thu, 06 May 2010 08:52:29 -0430 haskell-markov-chain (0.0.3-1) unstable; urgency=low * Initial release (Closes: 574954). -- Ernesto Hernández-Novich (USB) Mon, 22 Mar 2010 08:35:19 -0430 debian/source/0000755000000000000000000000000012036250662010470 5ustar debian/source/format0000644000000000000000000000001412036250662011676 0ustar 3.0 (quilt)