debian/0000755000000000000000000000000012246076714007177 5ustar debian/watch0000644000000000000000000000032312036252053010213 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|X11-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/X11 \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036252053010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000413712036254273011132 0ustar This package was debianised by Ian Lynagh on Fri, 13 Oct 2006. All of the Debian packaging scripts are released into the public domain. It was downloaded from http://hackage.haskell.org/packages/archive/X11/1.4.2/X11-1.4.2.tar.gz Upstream Author: Alastair Reid Copyright (c) 1997-2003, Alastair Reid Copyright (c) 2006, Frederik Eaton Copyright (c) 2007, Spencer Janssen Copyright (c) 2003-2007, libraries@haskell.org The HSX11 Library is distributed under the following license: All rights reserved, and is distributed as free software under the following license. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Neither name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND THE 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 COPYRIGHT HOLDERS OR THE 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. ----- configure is Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. debian/source/0000755000000000000000000000000012036252053010464 5ustar debian/source/format0000644000000000000000000000001412036252053011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616363010375 0ustar 9 debian/control0000644000000000000000000000430512150230211010556 0ustar Source: haskell-x11 Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner , Ryan Kavanagh Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , libx11-dev , libxt-dev , libxinerama-dev , libxrandr-dev , libxext-dev , libghc-data-default-dev , libghc-data-default-prof Build-Depends-Indep: ghc-doc , ghc-doc , libghc-data-default-doc Homepage: http://hackage.haskell.org/package/X11 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-x11/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-x11 Package: libghc-x11-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , libx11-dev , libxt-dev , libxinerama-dev , libxrandr-dev Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell X11 binding for GHC${haskell:ShortBlurb} This library is a binding to the X11 graphics library. The binding is a direct translation of the C binding; for documentation of these calls, refer to "The Xlib Programming Manual", available online at . . ${haskell:Blurb} Package: libghc-x11-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Provides: ${haskell:Provides} Description: Haskell X11 binding for GHC${haskell:ShortBlurb} This library is a binding to the X11 graphics library. The binding is a direct translation of the C binding; for documentation of these calls, refer to "The Xlib Programming Manual", available online at . . ${haskell:Blurb} Package: libghc-x11-doc Section: doc Architecture: all Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell X11 binding for GHC${haskell:ShortBlurb} This library is a binding to the X11 graphics library. The binding is a direct translation of the C binding; for documentation of these calls, refer to "The Xlib Programming Manual", available online at . . ${haskell:Blurb} debian/changelog0000644000000000000000000002163212246076714011055 0ustar haskell-x11 (1.6.1.1-2build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 29 Nov 2013 11:43:08 +0000 haskell-x11 (1.6.1.1-2) 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:55 +0200 haskell-x11 (1.6.1.1-1) unstable; urgency=low [ Ryan Kavanagh ] * New upstream release [ Joachim Breitner ] * Enable compat level 9 * Use substvars for Haskell description blurbs * Add data-default dependency -- Joachim Breitner Fri, 24 May 2013 18:36:45 +0200 haskell-x11 (1.6.0.2-1) experimental; urgency=low * Change VCS fields back to regular * New upstream release -- Joachim Breitner Fri, 19 Oct 2012 21:43:08 +0200 haskell-x11 (1.6.0-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 Sat, 13 Oct 2012 16:49:52 +0200 haskell-x11 (1.6.0-1) experimental; urgency=low * New upstream release + Added required (build-)dependency on libxrandr-dev * Uploading to experimental so as to not break xmonad-contrib currently in unstable * Updated Vcs-* fields in control to point to experimental * Bumped standards to 3.9.3 * Directly include BSD license in copyright file. Fixes 'copyright-refers-to-deprecated-bsd-license-file' lintian warning. * Add myself to uploaders -- Ryan Kavanagh Fri, 15 Jun 2012 07:13:32 -0400 haskell-x11 (1.5.0.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 10 Feb 2012 23:05:54 +0100 haskell-x11 (1.5.0.0-3) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * Use debian/compat 7. * debian/control: Use more sintetic link in Homepage:. * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 -- Joachim Breitner Thu, 31 Mar 2011 19:07:56 +0530 haskell-x11 (1.5.0.0-2) unstable; urgency=low * Rebuild because of change ABI in ghc -- Joachim Breitner Mon, 15 Feb 2010 11:32:02 +0100 haskell-x11 (1.5.0.0-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * 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: Add Homepage: field. * debian/control: Use Vcs-Browser: field. * 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. [ Joachim Breitner ] * New upstream version * Bump versioned dependency on haskell-devscripts -- Joachim Breitner Thu, 11 Feb 2010 20:49:24 +0100 haskell-x11 (1.4.6.1-1) unstable; urgency=low * Change section also for binary packages * New upstream version * Bump standards version (no change) -- Joachim Breitner Mon, 26 Oct 2009 18:04:43 +0100 haskell-x11 (1.4.5-6) unstable; urgency=low [ Joachim Breitner ] * Change maintainer to Debian Haskell Group * Added Vcs-Git and Vcs-Browser control fields [ Marco Túlio Gontijo e Silva ] * debian/control: Use one package for line in dependencies. * debian/control: Use haskell:Recommends and haskell:Suggests. [ Joachim Breitner ] * Rebuild get rid of libghc6-x11-doc dependency on ghc6-doc * Bump build-dependencies * Bump standards version, changed section -- Joachim Breitner Fri, 24 Jul 2009 13:23:10 +0200 haskell-x11 (1.4.5-4) unstable; urgency=low * Manually bump ghc6-doc dependency until this is handled by haskell-devscripts (Closes: #530238) -- Joachim Breitner Mon, 25 May 2009 09:16:51 +0200 haskell-x11 (1.4.5-3) unstable; urgency=low * Purge and reinstall ghc6 before building to get correct links to base packages in the documentation, due to #517514 -- Joachim Breitner Sat, 28 Feb 2009 11:55:29 +0100 haskell-x11 (1.4.5-2) unstable; urgency=low * Rebuilt with ghc6 with arch-independent .haddock files -- Joachim Breitner Sat, 28 Feb 2009 11:23:23 +0100 haskell-x11 (1.4.5-1) unstable; urgency=low * New upstream release * Taking over maintenance. Thanks to Ian Lynagh for his work. * Bump standards version without change * Use kaol’s cdbs script in haskell-devscripts, copying his setup from haskell-mtl * Add watch file -- Joachim Breitner Mon, 23 Feb 2009 17:29:36 +0100 haskell-x11 (1.4.2-1) unstable; urgency=low * New upstream version. Closes: #473103. * Build-depend on libxinerama-dev. Closes: #469852. -- Ian Lynagh (wibble) Wed, 02 Jul 2008 13:02:49 +0000 haskell-x11 (1.4.1-1) unstable; urgency=low * New upstream version. Closes: #454440. * Upgrade to "Generic Haskell cabal library packaging files v10": * Versioned dependencies are now generated for the Cabal packages we depend on. * Use the new ${impl:ghc6:*_deps} variables in debian/control.in. * Call canonicalise-comma-list on the depends and suggests fields in control.in. This works around bugs in lintian, where it gets confused and starts giving spurious warnings. -- Ian Lynagh (wibble) Wed, 27 Feb 2008 23:17:37 +0000 haskell-x11 (1.3.0-1) unstable; urgency=low * New upstream version. * Upgrade to "Generic Haskell cabal library packaging files v9": * Allows Setup to be in Setup.lhs instead of Setup.hs. * Bump the required haskell-utils from 1.8 to 1.10. * The control.in gives a standards-version of 3.7.3 (was 3.7.2). * Move everything from the devel section to the libdevel section. * Delete the LICENSE file (currently we assume it has that name, and that it exists) after "Setup copy"ing the Cabal package. * Remove some hacks that worked around older Cabal not letting us tell it exactly where to put the documentation. * Use --hyperlink-source when telling Cabal to haddock the library. * Add hscolour to the build-depends. -- Ian Lynagh (wibble) Tue, 20 Nov 2007 00:01:03 +0000 haskell-x11 (1.2.1-2) unstable; urgency=low * Upgrade to "Generic Haskell cabal library packaging files v8": * update-generated-files rule in debian/rules runs update-debian-haskell-files. * Build-dep on haddock >= 0.8-2 in order to get portable .haddock files. * We tell Cabal's configure where to put the docs so that it doesn't break when we move them around behind its back. * Use canonicalise-comma-list around the build-deps in debian/control.in to fix problems where we get an unparsable ", , " when a variable is empty. -- Ian Lynagh (wibble) Mon, 04 Jun 2007 21:53:03 +0000 haskell-x11 (1.2.1-1) unstable; urgency=low * New upstream version. * Fix Setup.hs (type signatures don't match our version of Cabal). * Split off profiling and documentation into separate packages. * debian/control.in now makes much more use of variables, including magic Cabal variables. * Use debhelper level 5 (was 4). * Bump haskell-utils build-dep requirement to 1.8. * Upgrade to "Generic Haskell cabal library debian/rules v0.7": * Generate haddock docs. * -doc package calls gen_contents_index from postinst and postrm. * Use destdir rather than deprecated copy-prefix flag to Setup copy. * Add -X.haddock to dh_compress call. -- Ian Lynagh (wibble) Thu, 10 May 2007 13:41:00 +0100 haskell-x11 (1.2-3) unstable; urgency=low * Upgrade to "Generic Haskell cabal library debian/rules v0.6". Tell setup to use ghc6 rather than ghc, so that the postinst/prerm scripts work when the ghc-pkg symlink doesn't exist or doesn't point to ghc6's ghc-pkg. -- Ian Lynagh (wibble) Mon, 20 Nov 2006 20:50:42 +0000 haskell-x11 (1.2-2) unstable; urgency=low * Update control from control.in to include arm, mips and mipsel in the architecture list. * Upgrade to "Generic Haskell cabal library debian/rules v0.5". Fixes build-failure on non-x86/amd64 due to object splitting being unconditionally enabled. -- Ian Lynagh (wibble) Mon, 23 Oct 2006 12:32:51 +0100 haskell-x11 (1.2-1) unstable; urgency=low * Initial release (was part of ghc6 until version 6.6-1). -- Ian Lynagh (wibble) Fri, 13 Oct 2006 16:43:11 +0000