summaryrefslogtreecommitdiff
path: root/p/haskell-pango
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@debian.org>2010-05-26 18:57:09 +0400
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-05-26 18:57:09 +0400
commita54089d76ac358db6f25eed4aadccce547b592a6 (patch)
treebfcda93045fa8d49a2afb13417e4f779bb9290c5 /p/haskell-pango
parent62d2efb045f945f7da5fe220572ddddd8b96ccb2 (diff)
downloadDHG_packages-a54089d76ac358db6f25eed4aadccce547b592a6.tar.gz
haskell-pango: Initial version.
Diffstat (limited to 'p/haskell-pango')
-rw-r--r--p/haskell-pango/debian/changelog5
-rw-r--r--p/haskell-pango/debian/compat1
-rw-r--r--p/haskell-pango/debian/control76
-rw-r--r--p/haskell-pango/debian/copyright19
-rwxr-xr-xp/haskell-pango/debian/rules4
-rw-r--r--p/haskell-pango/debian/source/format1
-rw-r--r--p/haskell-pango/debian/watch5
7 files changed, 111 insertions, 0 deletions
diff --git a/p/haskell-pango/debian/changelog b/p/haskell-pango/debian/changelog
new file mode 100644
index 000000000..2fb072740
--- /dev/null
+++ b/p/haskell-pango/debian/changelog
@@ -0,0 +1,5 @@
+haskell-pango (0.11.0-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #583220)
+
+ -- Marco Túlio Gontijo e Silva <marcot@debian.org> Wed, 26 May 2010 11:20:17 -0300
diff --git a/p/haskell-pango/debian/compat b/p/haskell-pango/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-pango/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-pango/debian/control b/p/haskell-pango/debian/control
new file mode 100644
index 000000000..601f6725d
--- /dev/null
+++ b/p/haskell-pango/debian/control
@@ -0,0 +1,76 @@
+Source: haskell-pango
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.7)
+ , ghc6
+ , ghc6-prof
+ , libghc6-glib-dev (>= 0.11)
+ , libghc6-glib-dev (<< 0.12)
+ , libghc6-glib-prof
+ , libghc6-cairo-dev (>= 0.11)
+ , libghc6-cairo-dev (<< 0.12)
+ , libghc6-cairo-prof
+ , libpango1.0-dev
+ , gtk2hs-buildtools
+Build-Depends-Indep: ghc6-doc
+ , libghc6-glib-doc
+ , libghc6-cairo-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/pango
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pango
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pango
+
+Package: libghc6-pango-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libpango1.0-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Pango text rendering engine
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides a wrapper around the Pango C library that allows
+ high-quality rendering of Unicode text. It can be used either with Cairo to
+ output text in PDF, PS or other documents or with Gtk+ to display text
+ on-screen.
+
+Package: libghc6-pango-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the Pango text rendering engine; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides a wrapper around the Pango C library that allows
+ high-quality rendering of Unicode text. It can be used either with Cairo to
+ output text in PDF, PS or other documents or with Gtk+ to display text
+ on-screen.
+
+Package: libghc6-pango-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binding to the Pango text rendering engine; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides a wrapper around the Pango C library that allows
+ high-quality rendering of Unicode text. It can be used either with Cairo to
+ output text in PDF, PS or other documents or with Gtk+ to display text
+ on-screen.
diff --git a/p/haskell-pango/debian/copyright b/p/haskell-pango/debian/copyright
new file mode 100644
index 000000000..cfacae1b2
--- /dev/null
+++ b/p/haskell-pango/debian/copyright
@@ -0,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: pango
+Maintainer: gtk2hs-users@sourceforge.net
+Source: http://hackage.haskell.org/packages/archive/pango/0.11.0/pango-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'.
diff --git a/p/haskell-pango/debian/rules b/p/haskell-pango/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-pango/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-pango/debian/source/format b/p/haskell-pango/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-pango/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-pango/debian/watch b/p/haskell-pango/debian/watch
new file mode 100644
index 000000000..8472b8f02
--- /dev/null
+++ b/p/haskell-pango/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|pango-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/pango \
+ ([\d\.]*\d)/