summaryrefslogtreecommitdiff
path: root/p/haskell-bindings-dsl
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-26 01:42:18 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-26 01:42:18 +0400
commit820a28b878a8671820b97eae173bb3fa64e75ae7 (patch)
tree2c1c95b5cea33da57fb9d7e8732fe1bd35333f99 /p/haskell-bindings-dsl
parent0645863d359dd3482a457b0c70b02c1dc5520957 (diff)
downloadDHG_packages-820a28b878a8671820b97eae173bb3fa64e75ae7.tar.gz
haskell-bindings-dsl: Move Haskell blurb to the end of the description, reduces the impact of #708703
Diffstat (limited to 'p/haskell-bindings-dsl')
-rw-r--r--p/haskell-bindings-dsl/debian/changelog7
-rw-r--r--p/haskell-bindings-dsl/debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/p/haskell-bindings-dsl/debian/changelog b/p/haskell-bindings-dsl/debian/changelog
index 526414165..7cba87284 100644
--- a/p/haskell-bindings-dsl/debian/changelog
+++ b/p/haskell-bindings-dsl/debian/changelog
@@ -1,3 +1,10 @@
+haskell-bindings-dsl (1.0.15-4) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 23:42:18 +0200
+
haskell-bindings-dsl (1.0.15-3) unstable; urgency=low
* Enable compat level 9
diff --git a/p/haskell-bindings-dsl/debian/control b/p/haskell-bindings-dsl/debian/control
index eb45f6781..c66756ca4 100644
--- a/p/haskell-bindings-dsl/debian/control
+++ b/p/haskell-bindings-dsl/debian/control
@@ -21,8 +21,6 @@ Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: FFI domain specific language, on top of hsc2hs${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such interfaces. All
@@ -33,3 +31,5 @@ Description: FFI domain specific language, on top of hsc2hs${haskell:ShortBlurb}
.
This package contains no Haskell code, only C header files designed
for hsc2hs.
+ .
+ ${haskell:Blurb}