From 5305181f4e45cb5dbab07cae508daed984f0404e Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Wed, 17 Aug 2011 17:36:54 +0000 Subject: [PATCH] * debian/rules, debian/man.insert, debian/man.insert.sed: Bug #507673 has been closed. It is no more needed to patch the generated manpages. This also fix failures to build twice is a row. Closes: #636047 --- debian/changelog | 8 ++++++-- debian/man.insert | 3 --- debian/man.insert.sed | 2 -- debian/rules | 4 ---- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 debian/man.insert delete mode 100644 debian/man.insert.sed diff --git a/debian/changelog b/debian/changelog index 2f419a76..bc0759e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ shadow (1:4.1.5-1) UNRELEASED; urgency=low - [ Nicolas FRANCOIS (Nekral) ] * The "Charolais" release. + + [ Nicolas FRANCOIS (Nekral) ] * New upstream release: - userdel: Check the existence of the user's mail spool before trying to remove it. If it does not exist, a warning is issued, but no failure. @@ -65,12 +66,15 @@ shadow (1:4.1.5-1) UNRELEASED; urgency=low * debian/securetty.linux: Add serial Console for MIPS Swarm. (http://lists.debian.org/debian-release/2011/02/msg00320.html) * debian/securetty.linux: Fixed typo: ttyama -> ttyAMA. Closes: #544184 + * debian/rules, debian/man.insert, debian/man.insert.sed: Bug #507673 has + been closed. It is no more needed to patch the generated manpages. This + also fix failures to build twice is a row. Closes: #636047 [ Christian Perrier ] * Use "linux-any" instead of a negated list of architectures in Build-Depends. Closes: #634465 - -- Nicolas FRANCOIS (Nekral) Fri, 24 Jun 2011 23:43:56 +0200 + -- Nicolas FRANCOIS (Nekral) Fri, 29 Jul 2011 15:29:02 +0200 shadow (1:4.1.4.2+svn3283-3) unstable; urgency=high diff --git a/debian/man.insert b/debian/man.insert deleted file mode 100644 index 7ea8412a..00000000 --- a/debian/man.insert +++ /dev/null @@ -1,3 +0,0 @@ -.\" http://bugs.debian.org/507673 -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' diff --git a/debian/man.insert.sed b/debian/man.insert.sed deleted file mode 100644 index 7c298dde..00000000 --- a/debian/man.insert.sed +++ /dev/null @@ -1,2 +0,0 @@ -/^\.TH/{r debian/man.insert -} diff --git a/debian/rules b/debian/rules index 68540ddc..39be6d09 100755 --- a/debian/rules +++ b/debian/rules @@ -40,10 +40,6 @@ 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