debian/0000755000000000000000000000000012151076131007163 5ustar debian/watch0000644000000000000000000000034012036250567010222 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|language-c-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/language-c \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000023512036250567010254 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/copyright0000644000000000000000000000403212036250567011126 0ustar This package was originally debianised by Erik de Castro Lopo Sun, 19 Jul 2009. It was downloaded from the Haskell hackage repository at http://hackage.haskell.org/cgi-bin/hackage-scripts/package/language-c Copyright: Copyright (c) 1999-2008 Manuel M T Chakravarty, Duncan Coutt Benedikt Huber, Betram Felgenhauer Portions Copyright (c) 1989, 1990 James A. Roskind All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condition 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 the author nor the names of his contributor 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 AUTHORS 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 packaging copyright: (C) 2009 Erik de Castro Lopo All changes by Erik de Castro Lopo may be redistributed under the same terms as haskell-language-c itself. debian/source/0000755000000000000000000000000012036250567010474 5ustar debian/source/format0000644000000000000000000000001412036250567011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616240010367 0ustar 9 debian/control0000644000000000000000000000407312147627354010610 0ustar Source: haskell-language-c Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Erik de Castro Lopo , Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , alex , happy , libghc-syb-dev , libghc-syb-prof Build-Depends-Indep: ghc-doc , libghc-syb-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/language-c Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-c Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-language-c Package: libghc-language-c-dev Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Suggests: libghc-language-c-doc (= ${source:Version}) Provides: ${haskell:Provides} Description: Haskell library for the analysis and generation of C code${haskell:ShortBlurb} . Language C is a haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions. . ${haskell:Blurb} Package: libghc-language-c-prof Architecture: any Depends: libghc-language-c-dev (= ${binary:Version}) , ${haskell:Depends} , ${misc:Depends} Suggests: haskell-language-c-doc (= ${source:Version}) Provides: ${haskell:Provides} Description: Profiling libraries for Haskell Library.C module${haskell:ShortBlurb} . Language C is a haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions. . ${haskell:Blurb} Package: libghc-language-c-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Description: Documentation for Haskell Library.C module${haskell:ShortBlurb} . Language C is a haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions. . ${haskell:Blurb} debian/changelog0000644000000000000000000000612612151076131011042 0ustar haskell-language-c (0.4.2-4build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 10:43:53 +0100 haskell-language-c (0.4.2-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:14 +0200 haskell-language-c (0.4.2-3) 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:23 +0200 haskell-language-c (0.4.2-2) unstable; urgency=low * Bump to Standards-Version 3.9.3. * Fix -doc dependency. -- Clint Adams Tue, 06 Mar 2012 20:00:51 -0500 haskell-language-c (0.4.2-1) unstable; urgency=low * New upstream release. - Fixed to build with Alex 3. closes: #639039. -- Clint Adams Sat, 27 Aug 2011 22:34:20 -0400 haskell-language-c (0.4.1-1) unstable; urgency=low * New upstream release. -- Clint Adams Tue, 23 Aug 2011 19:24:33 -0400 haskell-language-c (0.3.2.1-1) unstable; urgency=low [ Erik de Castro Lopo ] * New upstream. * Bump standards version (no changes needed). [ Marco Túlio Gontijo e Silva ] * control: Use Build-Depends-Indep. * control: Add syb to Build-Depends. -- Marco Túlio Gontijo e Silva Tue, 10 May 2011 15:02:17 -0300 haskell-language-c (0.3.2-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * Use debian/compat 7. * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 -- Marco Túlio Gontijo e Silva Thu, 18 Feb 2010 22:40:57 -0200 haskell-language-c (0.3.1.1-2) unstable; urgency=low * debian/control: Use more sintetic name for Vcs-Darcs. * debian/control: Change Priority: to extra. * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * 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: Use Vcs-Browser: field. * debian/control: Use comma in the beginning of the line. * 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 dpkg-dev and dctrl-tools from Build-Depends:. * debian/control: Bump Build-Depends: on haskell-devscripts to 0.7 and remove versioned Build-Depends on ghc6. -- Marco Túlio Gontijo e Silva Fri, 12 Feb 2010 22:53:46 -0200 haskell-language-c (0.3.1.1-1) unstable; urgency=low * Initial Debian package. Closes: #537514. -- Erik de Castro Lopo Sun, 19 Jul 2009 14:17:26 +1000