debian/0000755000000000000000000000000012150231274007163 5ustar debian/copyright0000644000000000000000000000311512071571527011130 0ustar Haskell Magic Interface Copyright (C) 2005 John Goerzen All code is under the following license unless otherwise noted: Copyright (c) 2005 John Goerzen. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of John Goerzen nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/watch0000644000000000000000000000032612071572536010230 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|magic-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/magic \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147620573010373 0ustar 9 debian/control0000644000000000000000000000534612150230220010564 0ustar Source: magic-haskell Priority: optional Maintainer: Debian Haskell Group Uploaders: John Goerzen Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libmagic-dev Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Section: haskell Homepage: http://hackage.haskell.org/package/magic Vcs-Darcs: http://darcs.debian.org/pkg-haskell/magic Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/magic Package: libghc-magic-dev Section: haskell Architecture: any Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}, libmagic-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: File type determination library for Haskell${haskell:ShortBlurb} This package provides a Haskell interface to the C libmagic library. With it, you can determine the type of a file by examining its contents rather than its name. The Haskell interface provides a full-featured binding. . ${haskell:Blurb} Package: libghc-magic-prof Section: haskell Architecture: any Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: File type determination library for Haskell${haskell:ShortBlurb} This package provides a Haskell interface to the C libmagic library. With it, you can determine the type of a file by examining its contents rather than its name. The Haskell interface provides a full-featured binding. . ${haskell:Blurb} #Package: libhugs-magic #Section: haskell #Architecture: any #Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} #Suggests: ${haskell:Suggests} #Description: File type determination library for Haskell${haskell:ShortBlurb} # This package provides a Haskell interface to the C libmagic library. # With it, you can determine the type of a file by examining its contents # rather than its name. The Haskell interface provides a full-featured # binding. # . # This package is built for Hugs. A GHC package is also available # in libghc-magic-dev. Package: libghc-magic-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: magic-haskell-doc Replaces: magic-haskell-doc (<< 1.0.8-4) Conflicts: magic-haskell-doc (<< 1.0.8-4) Description: File type determination library for Haskell${haskell:ShortBlurb} This package provides a Haskell interface to the C libmagic library. With it, you can determine the type of a file by examining its contents rather than its name. The Haskell interface provides a full-featured binding. . ${haskell:Blurb} debian/rules0000755000000000000000000000023512071571527010255 0ustar #!/usr/bin/make -f # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/libghc6-magic-doc.docs0000644000000000000000000000002712071571527013205 0ustar dist/doc/html/* README debian/changelog0000644000000000000000000001264712150231274011047 0ustar magic-haskell (1.0.8-12) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:53:00 +0200 magic-haskell (1.0.8-11) unstable; urgency=low * Convert to dpkg 3.0 (quilt) format -- Joachim Breitner Fri, 24 May 2013 16:06:37 +0200 magic-haskell (1.0.8-10) unstable; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:47 +0200 magic-haskell (1.0.8-9) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Change Vcs headers to Darcs * Added watch file -- Joachim Breitner Fri, 04 Jan 2013 16:29:48 +0100 magic-haskell (1.0.8-8) unstable; urgency=low [ Joachim Breitner ] * Let libghc-magic-dev depend on libmagic-dev. [ Clint Adams ] * Bump to Standards-Version 3.9.3. -- Clint Adams Thu, 23 Feb 2012 10:41:06 -0500 magic-haskell (1.0.8-7) unstable; urgency=low * [af9511b] debian/control: ghc6 → ghc for the GHC 7 transition * [0b97d82] d/control: Standards-Version → 3.9.2, no changes required -- Iain Lane Mon, 23 May 2011 14:57:53 +0100 magic-haskell (1.0.8-6) unstable; urgency=low * Reincorporate 1.0.8-4. * debian/control: Make libghc6-magic-doc conflict with magic-haskell- doc (<< 1.0.8-4). * control: Bump Standards-Version to 3.9.0, no changes required. -- Marco Túlio Gontijo e Silva Sat, 07 Aug 2010 17:45:39 -0300 magic-haskell (1.0.8-5) unstable; urgency=low * debian/control: Make libghc6-magic-doc conflict with magic-haskell- doc (<< 1.0.8-4). * control: Bump Standards-Version to 3.9.0, no changes required. -- Marco Túlio Gontijo e Silva Fri, 06 Aug 2010 15:02:39 -0300 magic-haskell (1.0.8-4) unstable; urgency=low * debian/control: libghc6-magic-doc: Add ${haskell:Recommends} and Suggests variables. * debian/control: libghc6-magic-doc: Replaces, Provides and Conflicts with magic-haskell-doc. -- Marco Túlio Gontijo e Silva Sun, 14 Mar 2010 17:30:59 -0300 magic-haskell (1.0.8-3) unstable; urgency=low [ Iain Lane ] * debian/control: + Disable hugs library as the DHG no longer supports Hugs, and it does not work with the new Cabal. (Closes: #571360) + Use haskell substvars and depend on haskell-devscripts >= 0.7 for provides support + Clean up build-deps + Standards-Version bump to 3.8.4, no changes required [ Marco Túlio Gontijo e Silva ] * debian/control: Include Haskell preface in Description:. * debian/control: Remove mention to libhugs-magic. * debian/control: Include -prof package. * Rename -doc package. * debian/control: Include Build-Depends-Indep: in ghc6-doc. -- Marco Túlio Gontijo e Silva Thu, 11 Mar 2010 17:57:34 -0300 magic-haskell (1.0.8-2) unstable; urgency=low * debian/rules - Convert to hlibrary.mk (dh_haskell was removed to haskell-devscripts). * debian/control - Depend on haskell-devscripts >= 0.6.18. - Move Build-Depends-Indeps to Build-Depends. - Add hscolour to build deps. - Standards-Version 3.8.3 - Section haskell. * debian/compat - Version 5 -- Erik de Castro Lopo Tue, 1 Dec 2009 05:32:57 +1100 magic-haskell (1.0.8-1) unstable; urgency=low * Switched to regular non-native package. * Removed old configure parameter. Closes: #522475. * Switching to team maintenance. -- John Goerzen Wed, 19 Aug 2009 15:56:56 -0500 magic-haskell (1.0.7.1) unstable; urgency=high * Updating for new GHC. -- John Goerzen Mon, 19 Jan 2009 10:21:18 -0600 magic-haskell (1.0.7) unstable; urgency=low * Update for GHC 6.8. -- John Goerzen Wed, 16 Jan 2008 10:23:33 -0600 magic-haskell (1.0.6) unstable; urgency=low * Update for new ghc 6.6.1. Closes: #427322. -- John Goerzen Wed, 06 Jun 2007 04:07:41 -0500 magic-haskell (1.0.5) unstable; urgency=low * Update for GHC 6.6. -- John Goerzen Fri, 20 Oct 2006 09:58:03 -0500 magic-haskell (1.0.4) unstable; urgency=medium * ACK NMU -- Thanks, Luk. Closes: #379265. * Escape @ signs in email addresses in Haddock comments. Closes: #361573. -- John Goerzen Mon, 4 Sep 2006 09:28:13 -0500 magic-haskell (1.0.3-0.1) unstable; urgency=medium * Non-maintainer upload. * Update build dependency on ghc6 (Closes: #379265). -- Luk Claes Wed, 2 Aug 2006 23:22:43 +0200 magic-haskell (1.0.3) unstable; urgency=low * Rebuilt against ghc6 6.4.1. -- John Goerzen Mon, 17 Oct 2005 00:02:45 -0500 magic-haskell (1.0.2) unstable; urgency=low * Tightened up build-deps on haskell-devscripts due to a bug in that package. Closes: #326795. -- John Goerzen Tue, 6 Sep 2005 10:21:09 -0500 magic-haskell (1.0.1) unstable; urgency=low * Added README to doc package. -- John Goerzen Tue, 16 Aug 2005 05:53:18 -0500 magic-haskell (1.0.0) unstable; urgency=low * Initial release. -- John Goerzen Tue, 16 Aug 2005 05:45:37 -0500 debian/source/0000755000000000000000000000000012147671716010502 5ustar debian/source/format0000644000000000000000000000001412147671716011710 0ustar 3.0 (quilt)