debian/0000755000000000000000000000000012150231223007155 5ustar debian/copyright0000644000000000000000000000170712036250064011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: gtksourceview2 Maintainer: gtk2hs-users@sourceforge.net Source: http://hackage.haskell.org/packages/archive/gtksourceview2/0.11.0/gtksourceview2-0.11.0.tar.gz Copyright: 2001-2010, The Gtk2Hs Team License: LGPL-2.1+ This library 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; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. debian/watch0000644000000000000000000000035012036250064010213 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|gtksourceview2-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/gtksourceview2 \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616203010366 0ustar 9 debian/control0000644000000000000000000000452312150230125010564 0ustar Source: haskell-gtksourceview2 Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco Túlio Gontijo e Silva Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev , libghc-mtl-prof , libghc-glib-dev (>= 0.12) , libghc-glib-dev (<< 0.13) , libghc-glib-prof , libghc-gtk-dev (>= 0.12) , libghc-gtk-dev (<< 0.13) , libghc-gtk-prof , libgtksourceview2.0-dev , gtk2hs-buildtools Build-Depends-Indep: ghc-doc , libghc-mtl-doc , libghc-glib-doc , libghc-gtk-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/gtksourceview2 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtksourceview2 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtksourceview2 Package: libghc-gtksourceview2-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , libgtksourceview2.0-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the GtkSourceView library${haskell:ShortBlurb} GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . ${haskell:Blurb} Package: libghc-gtksourceview2-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the GtkSourceView library${haskell:ShortBlurb} GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . ${haskell:Blurb} Package: libghc-gtksourceview2-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Binding to the GtkSourceView library${haskell:ShortBlurb} GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036250064010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/libghc-gtksourceview2-dev.preinst0000644000000000000000000000023112036250064015553 0ustar #!/bin/sh set -e #DEBHELPER# if [ "$1" = "upgrade" ] then ghc-pkg unregister gtksourceview2-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true fi debian/changelog0000644000000000000000000000314612150231223011033 0ustar haskell-gtksourceview2 (0.12.3.1-3) 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:19 +0200 haskell-gtksourceview2 (0.12.3.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:46 +0200 haskell-gtksourceview2 (0.12.3.1-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 21:55:56 +0100 haskell-gtksourceview2 (0.12.3-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 Thu, 18 Oct 2012 10:25:27 +0200 haskell-gtksourceview2 (0.12.3-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 24 Feb 2012 22:45:17 +0100 haskell-gtksourceview2 (0.12.2-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release * Reenable profiling package -- Joachim Breitner Wed, 13 Apr 2011 13:52:18 +0530 haskell-gtksourceview2 (0.11.0-2) unstable; urgency=low * control: Remove -prof package. -- Marco Túlio Gontijo e Silva Tue, 08 Jun 2010 20:14:28 -0300 haskell-gtksourceview2 (0.11.0-1) unstable; urgency=low * Initial release. -- Marco Túlio Gontijo e Silva Wed, 26 May 2010 16:49:41 -0300 debian/source/0000755000000000000000000000000012036250064010464 5ustar debian/source/format0000644000000000000000000000001412036250064011672 0ustar 3.0 (quilt)