diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/dyson-manpages.patch | 36 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 43 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f59663b..28da5a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xutils-dev (1:7.7~2+dyson4) unstable; urgency=low + + * Use linux manpages layout (e. i. 8 instead of 1m) + + -- Igor Pashev <pashev.igor@gmail.com> Mon, 29 Apr 2013 03:44:39 +0400 + xutils-dev (1:7.7~2+dyson3) unstable; urgency=low * Patch sv4Lib.rules to build libraries in a way of Linux diff --git a/debian/patches/dyson-manpages.patch b/debian/patches/dyson-manpages.patch new file mode 100644 index 0000000..8ae2942 --- /dev/null +++ b/debian/patches/dyson-manpages.patch @@ -0,0 +1,36 @@ +Index: xutils-dev/util-macros/xorg-macros.m4.in +=================================================================== +--- xutils-dev.orig/util-macros/xorg-macros.m4.in 2013-04-29 03:42:54.834928504 +0400 ++++ xutils-dev/util-macros/xorg-macros.m4.in 2013-04-29 03:44:08.320338060 +0400 +@@ -128,7 +128,6 @@ + + if test x$FILE_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) FILE_MAN_SUFFIX=4 ;; + *) FILE_MAN_SUFFIX=5 ;; + esac + fi +@@ -138,7 +137,6 @@ + + if test x$MISC_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) MISC_MAN_SUFFIX=5 ;; + *) MISC_MAN_SUFFIX=7 ;; + esac + fi +@@ -148,7 +146,6 @@ + + if test x$DRIVER_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) DRIVER_MAN_SUFFIX=7 ;; + *) DRIVER_MAN_SUFFIX=4 ;; + esac + fi +@@ -158,7 +155,6 @@ + + if test x$ADMIN_MAN_SUFFIX = x ; then + case $host_os in +- solaris*) ADMIN_MAN_SUFFIX=1m ;; + *) ADMIN_MAN_SUFFIX=8 ;; + esac + fi diff --git a/debian/patches/series b/debian/patches/series index ed10075..205ebb1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ 07_gnu_manpath.diff dyson-sun.cf.patch dyson-sv4Lib.rules.patch +dyson-manpages.patch |