diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-11 02:54:46 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-12-11 02:54:46 +0400 |
| commit | 46db354c521b15568e960c6ba92d9b9285a9054b (patch) | |
| tree | 794d3c62f83bbc2745ce6603ab80b3fbcc7151bb /p/haskell-devscripts/debian/dh_haskell_blurbs | |
| parent | f8ff7a05709b123e9550ee0b35c1ad4e4eb64922 (diff) | |
| download | DHG_packages-46db354c521b15568e960c6ba92d9b9285a9054b.tar.gz | |
haskell-devscripts: Remove the final newline from haskell:LongDescription, now that http://bugs.debian.org/680871 is fixed.
Diffstat (limited to 'p/haskell-devscripts/debian/dh_haskell_blurbs')
| -rwxr-xr-x | p/haskell-devscripts/debian/dh_haskell_blurbs | 5 |
1 files changed, 2 insertions, 3 deletions
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__ |
