Subversion Repositories pmk

Compare Revisions

Ignore whitespace Rev 6 → Rev 5

/trunk/debian/changelog
1,10 → 1,8
pmk (0.10.2-1~pre1) unstable; urgency=low
pmk (0.10.1-1+) unstable; urgency=low
 
* New upstream version.
ยท Delete 20_manpages.dpatch - incorporated upstream.
* debian/watch: Only match stable versions.
 
-- Magnus Holmgren <magnus@kibibyte.se> Mon, 16 Apr 2007 09:57:01 +0200
--
 
pmk (0.10.1-1) unstable; urgency=low
 
/trunk/debian/patches/00list
1,2 → 1,3
20_manpages
20_build_fixes
25_pmksetup
/trunk/debian/patches/20_manpages.dpatch
0,0 → 1,31
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_manpages.dpatch by Magnus Holmgren <magnus@kibibyte.se>
##
## DP: Fix certain errors in man pages (more systematic errors are
## DP: fixed with sed on the package build directory).
 
@DPATCH@
 
--- pmk-0.10.1.orig/man/scanfile.5
+++ pmk-0.10.1/man/scanfile.5
@@ -159,7 +159,7 @@
HEADERS = ("libtest.h")
}
.Ed
-
+.El
.Sh SEE ALSO
.Xr pmkscan 1 ,
.Xr pmkfile 5
--- pmk-0.10.1.orig/man/pmk.conf.5
+++ pmk-0.10.1/man/pmk.conf.5
@@ -269,7 +269,8 @@
# misc
PC_PATH_LIB = "$PREFIX/lib/pkgconfig"
PREFIX = "/usr/local"
-SYSCONFDIR = "/etc".Ed
+SYSCONFDIR = "/etc"
+.Ed
.Pp
.Sh SEE ALSO
.Xr make 1 ,
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: debian/rules
===================================================================
--- debian/rules (revision 6)
+++ debian/rules (revision 5)
@@ -69,6 +69,9 @@
dh_installdocs
dh_installexamples
dh_installman
+ find $(DESTDIR)/usr/share/man -type f | \
+ xargs -r sed -i -e '/^\.Bd/,/^\.Ed/b' \
+ -e '/^\(\.Ed\)\?$$/d'
dh_link
dh_strip
dh_compress