summaryrefslogtreecommitdiff
path: root/p/haskell-sdl
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2010-05-02 19:43:17 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2010-05-02 19:43:17 +0400
commit398d573742db85ec2e69ca709034d5d85842b908 (patch)
treedb27cbdadf314d65e3ae79679ff2a18e55c58244 /p/haskell-sdl
parentfbb62c2728976b9a511fbcb2a126818b688d74a6 (diff)
downloadDHG_packages-398d573742db85ec2e69ca709034d5d85842b908.tar.gz
haskell-sdl: Add haskell:Provides substvar
Diffstat (limited to 'p/haskell-sdl')
-rw-r--r--p/haskell-sdl/debian/changelog6
-rw-r--r--p/haskell-sdl/debian/control2
2 files changed, 8 insertions, 0 deletions
diff --git a/p/haskell-sdl/debian/changelog b/p/haskell-sdl/debian/changelog
index 883780827..0009794ad 100644
--- a/p/haskell-sdl/debian/changelog
+++ b/p/haskell-sdl/debian/changelog
@@ -1,3 +1,9 @@
+haskell-sdl (0.5.10-2) UNRELEASED; urgency=low
+
+ * Add haskell:Provides substvar
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 02 May 2010 17:42:57 +0200
+
haskell-sdl (0.5.10-1) unstable; urgency=low
[ Marco TĂșlio Gontijo e Silva ]
diff --git a/p/haskell-sdl/debian/control b/p/haskell-sdl/debian/control
index 1574e57e2..d0b99ed81 100644
--- a/p/haskell-sdl/debian/control
+++ b/p/haskell-sdl/debian/control
@@ -32,6 +32,7 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
libsdl1.2-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell SDL binding for GHC
This package provides the SDL library bindings for the Haskell programming
language. SDL is a library that allows programs portable low level access
@@ -42,6 +43,7 @@ Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell SDL binding for GHC - profiling libraries
This package provides the SDL library bindings for the Haskell programming
language, compiled for profiling. SDL is a library that allows programs