summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-devscripts/debian/debian/changelog7
-rwxr-xr-xp/haskell-devscripts/debian/dh_haskell_blurbs5
2 files changed, 9 insertions, 3 deletions
diff --git a/p/haskell-devscripts/debian/debian/changelog b/p/haskell-devscripts/debian/debian/changelog
index d228c913e..97bb196a6 100644
--- a/p/haskell-devscripts/debian/debian/changelog
+++ b/p/haskell-devscripts/debian/debian/changelog
@@ -1,3 +1,10 @@
+haskell-devscripts (0.8.19.2) UNRELEASED; urgency=medium
+
+ * Remove the final newline from haskell:LongDescription, now that
+ http://bugs.debian.org/680871 is fixed.
+
+ -- Joachim Breitner <nomeata@debian.org> Tue, 10 Dec 2013 22:53:03 +0000
+
haskell-devscripts (0.8.19.1) unstable; urgency=low
* add an encoding declaration in dh_haskell_shlibdeps.pod (Closes: #723882)
diff --git a/p/haskell-devscripts/debian/dh_haskell_blurbs b/p/haskell-devscripts/debian/dh_haskell_blurbs
index 5ae50f316..c4d0032a9 100755
--- a/p/haskell-devscripts/debian/dh_haskell_blurbs
+++ b/p/haskell-devscripts/debian/dh_haskell_blurbs
@@ -59,9 +59,8 @@ __END__
grep-dctrl -F Source '' -s X-Description -n|
sed 's/^[\t ]//;s/^\.$//'| # remove initial space
tail -n +2| # skip short description
- perl -pe 's/\n$/\${Newline}/' # prepare for dpkg-gencontrol
- # perl -pe 's/\${Newline}$//' # but not final lineline
- # Remove when http://bugs.debian.org/680871 is fixed
+ perl -pe 's/\n$/\${Newline}/'| # prepare for dpkg-gencontrol
+ perl -pe 's/\${Newline}$//' # but not final lineline
)"
cat >> $sfile.tmp <<__END__