Author: aurel32
Date: 2008-10-12 21:43:37 +0000 (Sun, 12 Oct 2008)
New Revision: 3159

Modified:
   glibc-package/branches/glibc-2.8/debian/changelog
   glibc-package/branches/glibc-2.8/debian/debhelper.in/glibc-doc.manpages
   glibc-package/branches/glibc-2.8/debian/rules
   glibc-package/branches/glibc-2.8/debian/rules.d/build.mk
Log:
  * rules, rules.d/build.mk, debhelper.in/glibc-doc.manpages: install the
    generated manpages.



Modified: glibc-package/branches/glibc-2.8/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.8/debian/changelog   2008-10-12 21:34:17 UTC 
(rev 3158)
+++ glibc-package/branches/glibc-2.8/debian/changelog   2008-10-12 21:43:37 UTC 
(rev 3159)
@@ -131,6 +131,8 @@
     #499769.
   * debian/sysdeps/depflags.pl: add a conflict on nscd (<< 2.8) to nscd
     Closes: #498516).
+  * rules, rules.d/build.mk, debhelper.in/glibc-doc.manpages: install the
+    generated manpages.
 
   [ Petr Salinger ]
   * add any/local-linuxthreads-ptw.diff. Closes: #494908.

Modified: 
glibc-package/branches/glibc-2.8/debian/debhelper.in/glibc-doc.manpages
===================================================================
--- glibc-package/branches/glibc-2.8/debian/debhelper.in/glibc-doc.manpages     
2008-10-12 21:34:17 UTC (rev 3158)
+++ glibc-package/branches/glibc-2.8/debian/debhelper.in/glibc-doc.manpages     
2008-10-12 21:43:37 UTC (rev 3159)
@@ -1 +1,20 @@
-linuxthreads/man/pthread*.man
+linuxthreads/man/pthread_atfork.3thr
+linuxthreads/man/pthread_attr_init.3thr
+linuxthreads/man/pthread_cancel.3thr
+linuxthreads/man/pthread_cleanup_push.3thr
+linuxthreads/man/pthread_condattr_init.3thr
+linuxthreads/man/pthread_cond_init.3thr
+linuxthreads/man/pthread_create.3thr
+linuxthreads/man/pthread_detach.3thr
+linuxthreads/man/pthread_equal.3thr
+linuxthreads/man/pthread_exit.3thr
+linuxthreads/man/pthread_join.3thr
+linuxthreads/man/pthread_key_create.3thr
+linuxthreads/man/pthread_kill_other_threads_np.3thr
+linuxthreads/man/pthread_mutexattr_init.3thr
+linuxthreads/man/pthread_mutexattr_setkind_np.3thr
+linuxthreads/man/pthread_mutex_init.3thr
+linuxthreads/man/pthread_once.3thr
+linuxthreads/man/pthread_self.3thr
+linuxthreads/man/pthread_setschedparam.3thr
+linuxthreads/man/pthread_sigmask.3thr

Modified: glibc-package/branches/glibc-2.8/debian/rules
===================================================================
--- glibc-package/branches/glibc-2.8/debian/rules       2008-10-12 21:34:17 UTC 
(rev 3158)
+++ glibc-package/branches/glibc-2.8/debian/rules       2008-10-12 21:43:37 UTC 
(rev 3159)
@@ -156,6 +156,7 @@
 clean:: unpatch debhelper-clean
        #  Do not accidentally upload into unstable
        dpkg-parsechangelog  | grep "^Distribution:" | grep -q -v unstable
+       make -C $(CURDIR)/linuxthreads/man clean
        rm -rf $(patsubst %,debian/tmp-%,$(GLIBC_PASSES))
        rm -rf $(build-tree)
        rm -rf $(stamp)
@@ -176,7 +177,7 @@
 
 build: $(patsubst %,$(stamp)build_%,$(GLIBC_PASSES)) \
        $(patsubst %,$(stamp)check_%,$(GLIBC_PASSES)) \
-       $(stamp)source
+       $(stamp)source $(stamp)doc
 
 testroot:
        dh_testroot

Modified: glibc-package/branches/glibc-2.8/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.8/debian/rules.d/build.mk    2008-10-12 
21:34:17 UTC (rev 3158)
+++ glibc-package/branches/glibc-2.8/debian/rules.d/build.mk    2008-10-12 
21:43:37 UTC (rev 3159)
@@ -161,6 +161,10 @@
        $(call xx,extra_install)
        touch $@
 
+$(stamp)doc: $(stamp)patch
+       make -C $(CURDIR)/linuxthreads/man
+       touch $@
+
 $(stamp)source: $(stamp)patch
        tar -c --bzip2 -C .. \
                -f $(build-tree)/glibc-$(GLIBC_VERSION).tar.bz2 \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to