[Git][haskell-team/haskell-devscripts][master] Anchor dot regex; amends commit 7a92a0a0.

Felix Lechner (@lechner) gitlab at salsa.debian.org
Mon Apr 25 05:02:21 BST 2022



Felix Lechner pushed to branch master at Debian Haskell Group / haskell-devscripts


Commits:
b3aa8012 by Felix Lechner at 2022-04-24T21:00:25-07:00
Anchor dot regex; amends commit 7a92a0a0.

Other commands have been envisioned, but so far the sole dot is the only one.

- - - - -


1 changed file:

- dh_haskell_description


Changes:

=====================================
dh_haskell_description
=====================================
@@ -49,7 +49,7 @@ $long_description //= $EMPTY;
 $long_description =~ s{^ [ ] }{}gmx;
 
 # drop dot placeholder for empty lines
-$long_description =~ s{^ [.] }{}gmx;
+$long_description =~ s{^ [.] $}{}gmx;
 
 # prepare for dpkg-gencontrol
 $long_description =~ s{ \n }{\$\{Newline\}}gx;



View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/b3aa8012758e87e846f1b67969f8d03b715874a5

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/b3aa8012758e87e846f1b67969f8d03b715874a5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220425/b3dde04e/attachment.htm>


More information about the Pkg-haskell-commits mailing list