[Pkg-tigervnc-devel] [Git][debian-remote-team/tigervnc][master] Fixed man page rewriting regex.
Joachim Falk
gitlab at salsa.debian.org
Wed Jan 13 22:47:09 GMT 2021
Joachim Falk pushed to branch master at Debian Remote Packaging Team / tigervnc
Commits:
238b4f18 by Joachim Falk at 2021-01-13T23:46:05+01:00
Fixed man page rewriting regex.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -187,14 +187,15 @@ override_dh_auto_install:
debian/tmp
find debian/tmp/usr/share/man -type f | while read line; do \
echo "Rewriting and renaming $$line into $$line.gz" ; \
- sed -e 's/\<vncviewer\>/xtigervncviewer/g' \
- -e 's/\<vncpasswd\>/tigervncpasswd/g' \
- -e 's/\<vncconfig\>/tigervncconfig/g' \
- -e 's/\<vncserver\>/tigervncserver/g' \
- -e 's/\<vncsession\>/tigervncsession/g' \
- -e 's/\<x0vncserver\>/x0tigervncserver/g' \
- -e 's/\<Xvnc\>/Xtigervnc/g' \
- -e 's/\<tigervnc\/tigervnc/tigervnc\/vnc/g' \
+ sed -e 's/\(\<\|\\f[IBP]\)vncviewer\>/\1xtigervncviewer/g' \
+ -e 's/\(\<\|\\f[IBP]\)vncpasswd\>/\1tigervncpasswd/g' \
+ -e 's/\(\<\|\\f[IBP]\)vncconfig\>/\1tigervncconfig/g' \
+ -e 's/\(\<\|\\f[IBP]\)vncserver\>/\1tigervncserver/g' \
+ -e 's/\(\<\|\\f[IBP]\)vncsession\>/\1tigervncsession/g' \
+ -e 's/\(\<\|\\f[IBP]\)X0VNCSERVER\>/\1x0tigervncserver/g' \
+ -e 's/\(\<\|\\f[IBP]\)x0vncserver\>/\1x0tigervncserver/g' \
+ -e 's/\(\<\|\\f[IBP]\)Xvnc\>/\1Xtigervnc/g' \
+ -e 's/\(\<\|\\f[IBP]\)tigervnc\/tigervnc/\1tigervnc\/vnc/g' \
$$line | \
gzip -9 > $$line.gz; \
rm -f $$line; \
View it on GitLab: https://salsa.debian.org/debian-remote-team/tigervnc/-/commit/238b4f1860b3110a10d1681e366895be6fe81f72
--
View it on GitLab: https://salsa.debian.org/debian-remote-team/tigervnc/-/commit/238b4f1860b3110a10d1681e366895be6fe81f72
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-tigervnc-devel/attachments/20210113/52275905/attachment.html>
More information about the Pkg-tigervnc-devel
mailing list