summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2009-07-30 19:51:09 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2009-07-30 19:51:09 +0400
commit035146638833c5e9c58053cd3902d5ba46294301 (patch)
tree42be4aed243337e4a0b11d3a06c6464aac6d207b
parentf08754d84126336c51aa223d057c6e764655f5d3 (diff)
downloadDHG_packages-035146638833c5e9c58053cd3902d5ba46294301.tar.gz
haskell-tagsoup: Adopt for the DHG
-rw-r--r--p/haskell-tagsoup/debian/changelog12
-rw-r--r--p/haskell-tagsoup/debian/compat2
-rw-r--r--p/haskell-tagsoup/debian/control53
-rw-r--r--p/haskell-tagsoup/debian/watch2
4 files changed, 57 insertions, 12 deletions
diff --git a/p/haskell-tagsoup/debian/changelog b/p/haskell-tagsoup/debian/changelog
index b0eb0af05..dbce88e3b 100644
--- a/p/haskell-tagsoup/debian/changelog
+++ b/p/haskell-tagsoup/debian/changelog
@@ -1,3 +1,15 @@
+haskell-tagsoup (0.6-2.1) UNRELEASED; urgency=low
+
+ * Rebuilding closes: #38039
+ * Adopt for the Debian Haskell Group, thanks to kaol for previous
+ maintenance.
+ * Adjust packaging to current practice.
+ * Depend on mtl (Closes: #536587)
+ * Extend description (Closes: #482963)
+ * Add watch file
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 30 Jul 2009 17:43:39 +0200
+
haskell-tagsoup (0.6-2) unstable; urgency=low
* Use haskell-devscripts' copy of hlibrary.mk.
diff --git a/p/haskell-tagsoup/debian/compat b/p/haskell-tagsoup/debian/compat
index 1e8b31496..7f8f011eb 100644
--- a/p/haskell-tagsoup/debian/compat
+++ b/p/haskell-tagsoup/debian/compat
@@ -1 +1 @@
-6
+7
diff --git a/p/haskell-tagsoup/debian/control b/p/haskell-tagsoup/debian/control
index cf7297b7b..c45a4f531 100644
--- a/p/haskell-tagsoup/debian/control
+++ b/p/haskell-tagsoup/debian/control
@@ -1,15 +1,31 @@
Source: haskell-tagsoup
-Section: libdevel
+Section: haskell
Priority: extra
-Maintainer: Kari Pahula <kaol@debian.org>
-Build-Depends: cdbs, debhelper (>= 6), ghc6, ghc6-prof, haskell-devscripts, libghc6-network-dev (>= 2.2.0.1-4), libghc6-network-prof, haddock, hscolour, libghc6-network-doc, libghc6-mtl-doc, libghc6-parsec-doc, ghc6-doc
-Standards-Version: 3.8.0
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Build-Depends:
+ cdbs,
+ debhelper (>= 7),
+ ghc6 (>= 6.10.4),
+ ghc6-prof,
+ haskell-devscripts,
+ libghc6-network-dev (>= 2.2.0.1-4),
+ libghc6-network-prof,
+ libghc6-mtl-dev,
+ libghc6-mtl-prof,
+ haddock,
+ hscolour,
+ libghc6-network-doc,
+ libghc6-mtl-doc,
+ libghc6-parsec-doc,
+ ghc6-doc
+Standards-Version: 3.8.2
Homepage: http://www-users.cs.york.ac.uk/~ndm/tagsoup/
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-tagsoup
Package: libghc6-tagsoup-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: libghc6-hspread-doc, libghc6-hspread-prof
+Suggests: ${haskell:Suggests}
Description: Haskell library to robustly parse unstructured HTML
TagSoup extracts information out of unstructured HTML code, sometimes
known as tag soup. TagSoup does not require well-formed or
@@ -22,16 +38,31 @@ Description: Haskell library to robustly parse unstructured HTML
Package: libghc6-tagsoup-prof
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}, libghc6-tagsoup-dev (= ${binary:Version})
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Profiling support for TagSoup Haskell library
- Install this package if you want profiling support for the TagSoup
- library.
+ TagSoup extracts information out of unstructured HTML code, sometimes
+ known as tag soup. TagSoup does not require well-formed or
+ standards-compliant HTML, or HTML that renders correctly in any
+ particular rendering engine. TagSoup transforms HTML into a list of
+ open tags with attributes, close tags, and text, but makes no attempt
+ to group these together into any kind of structure.
+ .
+ This package contians the profiling support for the TagSoup library.
Package: libghc6-tagsoup-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
-Recommends: libghc6-network-doc, libghc6-mtl-doc, libghc6-parsec-doc, ghc6-doc
-Suggests: libghc6-hspread-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Documentation for Haskell TagSoup library
- Haddock documentation and examples for TagSoup Haskell library.
+ TagSoup extracts information out of unstructured HTML code, sometimes
+ known as tag soup. TagSoup does not require well-formed or
+ standards-compliant HTML, or HTML that renders correctly in any
+ particular rendering engine. TagSoup transforms HTML into a list of
+ open tags with attributes, close tags, and text, but makes no attempt
+ to group these together into any kind of structure.
+ .
+ This package contians the API documentation and example for the TagSoup
+ library.
+
diff --git a/p/haskell-tagsoup/debian/watch b/p/haskell-tagsoup/debian/watch
new file mode 100644
index 000000000..b232c9c34
--- /dev/null
+++ b/p/haskell-tagsoup/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/packages/archive/tagsoup/([\d\.]+)/tagsoup-([\d\.]+)\.tar\.gz