summaryrefslogtreecommitdiff
path: root/p/haskell-filepath/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-filepath/debian/control')
-rw-r--r--p/haskell-filepath/debian/control38
1 files changed, 0 insertions, 38 deletions
diff --git a/p/haskell-filepath/debian/control b/p/haskell-filepath/debian/control
deleted file mode 100644
index df74c43e5..000000000
--- a/p/haskell-filepath/debian/control
+++ /dev/null
@@ -1,38 +0,0 @@
-Source: haskell-filepath
-Section: haskell
-Priority: extra
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
-Build-Depends:
- cdbs,
- haskell-devscripts (>= 0.6.18),
- ghc6 (>= 6.10.4),
- cpphs,
- dpkg-dev (>= 1.13.19),
- debhelper (>= 7),
-Build-Depends-Indep: hugs
-Standards-Version: 3.8.4
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-filepath/
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-filepath
-Homepage: http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath
-
-Package: libhugs-filepath
-Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
-Suggests: libghc6-filepath-doc
-Description: Hugs library for manipulating FilePath's
- A library for FilePath manipulations, designed to be cross
- platform. This library will select the correct type of FilePath's for
- the platform the code is running on at runtime
- .
- This package contains the libraries for use with Hugs98.
-
-Package: haskell-filepath-doc
-Architecture: all
-Section: doc
-Depends: libghc6-filepath-doc, ${misc:Depends}
-Recommends: doc-base
-Description: Transitional package
- Package to ease upgrade from haskell-filepath-doc to libghc6-filepath-doc.
- .
- This package can savely be removed.