summaryrefslogtreecommitdiff
path: root/p/haskell-url
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@debian.org>2010-03-23 17:53:25 +0300
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-03-23 17:53:25 +0300
commit200e2885c9edb6c3c71264b509b3e0e797e4389a (patch)
treeb4fe394c7038042050c58035e3cc76329df73a91 /p/haskell-url
parent15d5b64fff7fd1d4b3a9111e698a36327d1d9e55 (diff)
downloadDHG_packages-200e2885c9edb6c3c71264b509b3e0e797e4389a.tar.gz
haskell-url: Use Build-Depends-Indep.
Diffstat (limited to 'p/haskell-url')
-rw-r--r--p/haskell-url/debian/changelog6
-rw-r--r--p/haskell-url/debian/control2
-rwxr-xr-xp/haskell-url/debian/rules2
3 files changed, 9 insertions, 1 deletions
diff --git a/p/haskell-url/debian/changelog b/p/haskell-url/debian/changelog
index 9901563bf..c6ffd0b7b 100644
--- a/p/haskell-url/debian/changelog
+++ b/p/haskell-url/debian/changelog
@@ -1,3 +1,9 @@
+haskell-url (2.1.2-2) UNRELEASED; urgency=low
+
+ * Use Build-Depends-Indep.
+
+ -- Marco Túlio Gontijo e Silva <marcot@debian.org> Tue, 23 Mar 2010 11:50:54 -0300
+
haskell-url (2.1.2-1) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
diff --git a/p/haskell-url/debian/control b/p/haskell-url/debian/control
index a80d0fa6e..dfad91aac 100644
--- a/p/haskell-url/debian/control
+++ b/p/haskell-url/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
cdbs,
ghc6,
ghc6-prof,
- ghc6-doc
+Build-Depends-Indep: ghc6-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/url
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-url
diff --git a/p/haskell-url/debian/rules b/p/haskell-url/debian/rules
index 683e77bcf..f2277cb16 100755
--- a/p/haskell-url/debian/rules
+++ b/p/haskell-url/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+DEB_BUILD_DEPENDENCIES = build-arch
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk