* debian/rules, debian/man.insert, debian/man.insert.sed: Hack to avoid bug
507673, causing missing apostrophes in the manpages generated by
docbook-xsl.
This commit is contained in:
Vendored
+3
@@ -47,6 +47,9 @@ shadow (1:4.1.5-1) UNRELEASED; urgency=low
|
||||
* debian/securetty.linux: Reorganize and synchronize with
|
||||
Documentation/devices.txt. This added a lot of TTYs, including the
|
||||
ttyPZ0..3. Closes: #576203
|
||||
* debian/rules, debian/man.insert, debian/man.insert.sed: Hack to avoid bug
|
||||
507673, causing missing apostrophes in the manpages generated by
|
||||
docbook-xsl.
|
||||
|
||||
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sun, 24 Jan 2010 18:28:33 +0100
|
||||
|
||||
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
.\" http://bugs.debian.org/507673
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
/^\.TH/{r debian/man.insert
|
||||
}
|
||||
Vendored
+4
@@ -40,6 +40,10 @@ else
|
||||
endif
|
||||
export CFLAGS
|
||||
|
||||
common-build-arch::
|
||||
# Waiting for http://bugs.debian.org/507673
|
||||
sed -i -f debian/man.insert.sed man/*.[0-9] man/*/*.[0-9]
|
||||
|
||||
# Add extras to the install process:
|
||||
binary-install/login::
|
||||
dh_installpam -p login
|
||||
|
||||
Reference in New Issue
Block a user