debian/0000755000000000000000000000000012147642741007176 5ustar debian/watch0000644000000000000000000000033212036247356010225 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|clocked-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/clocked \ ([\d\.]*\d)/ debian/control0000644000000000000000000000454512147625302010603 0ustar Source: haskell-clocked Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , pkg-config , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libqt4-dev , libghc-transformers-dev , libghc-transformers-prof , libghc-monadcatchio-transformers-dev , libghc-monadcatchio-transformers-prof , libghc-clock-dev (>= 0.2.0.0) , libghc-clock-dev (<< 0.2.0.1) , libghc-clock-prof Build-Depends-Indep: ghc-doc , libghc-transformers-doc , libghc-monadcatchio-transformers-doc , libghc-clock-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/clocked Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-clocked Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-clocked Package: libghc-clocked-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: timer functionality to clock IO commands${haskell:ShortBlurb} This is a library that allows you to clock IO-operations. You can use it to clock the rendering of frames, the calculation of steps in a physics engine, the triggering of musical events in a real-time system, etc. . ${haskell:Blurb} Package: libghc-clocked-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: timer functionality to clock IO commands${haskell:ShortBlurb} This is a library that allows you to clock IO-operations. You can use it to clock the rendering of frames, the calculation of steps in a physics engine, the triggering of musical events in a real-time system, etc. . ${haskell:Blurb} Package: libghc-clocked-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: timer functionality to clock IO commands${haskell:ShortBlurb} This is a library that allows you to clock IO-operations. You can use it to clock the rendering of frames, the calculation of steps in a physics engine, the triggering of musical events in a real-time system, etc. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036247356010257 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000201112147642741011042 0ustar haskell-clocked (0.4.1.2-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:09 +0200 haskell-clocked (0.4.1.2-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Thu, 08 Nov 2012 23:08:23 +0100 haskell-clocked (0.4.1.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Thu, 23 Feb 2012 16:38:05 -0500 haskell-clocked (0.4.1-2) unstable; urgency=low * Add missing Build-Depends on libghc-clock-* (Closes: #645802) * Add missing Build-Depends on pkg-config and libqt4-dev -- Iain Lane Tue, 18 Oct 2011 20:29:24 +0100 haskell-clocked (0.4.1-1) unstable; urgency=low * Initial release. -- Joachim Breitner Tue, 18 Oct 2011 09:19:33 +0200 debian/source/0000755000000000000000000000000012036247356010476 5ustar debian/source/format0000644000000000000000000000001412036247356011704 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616134010371 0ustar 9 debian/copyright0000644000000000000000000000205112036247356011127 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Upstream-Name: clocked Upstream-Contact: Sönke Hahn Source: http://hackage.haskell.org/package/clocked Copyright: 2010 Sönke Hahn License: LGPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 3. . 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. . You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.