[Pkg-haskell-commits] darcs: haskell-devscripts: Remove the final newline from haskell:LongDescription, now that http://bugs.debian.org/680871 is fixed.

Joachim Breitner mail at joachim-breitner.de
Tue Dec 10 22:56:37 UTC 2013


Tue Dec 10 22:54:46 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Remove the final newline from haskell:LongDescription, now that http://bugs.debian.org/680871 is fixed.

    M ./debian/changelog +7
    M ./dh_haskell_blurbs -3 +2

Tue Dec 10 22:54:46 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Remove the final newline from haskell:LongDescription, now that http://bugs.debian.org/680871 is fixed.
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2013-12-10 22:56:37.241676632 +0000
+++ new-haskell-devscripts/debian/changelog	2013-12-10 22:56:37.253676639 +0000
@@ -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 at 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 -rN -u old-haskell-devscripts/dh_haskell_blurbs new-haskell-devscripts/dh_haskell_blurbs
--- old-haskell-devscripts/dh_haskell_blurbs	2013-12-10 22:56:37.241676632 +0000
+++ new-haskell-devscripts/dh_haskell_blurbs	2013-12-10 22:56:37.257676641 +0000
@@ -59,9 +59,8 @@
 	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__




More information about the Pkg-haskell-commits mailing list