Force creation of debian/man
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 25 Feb 2017 13:50:49 +0000 (13:50 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 25 Feb 2017 13:52:44 +0000 (13:52 +0000)
autoconf/config.guess.hack [changed mode: 0644->0755]
debian/changelog
debian/rules

old mode 100644 (file)
new mode 100755 (executable)
index 39c7fe29bba9de65cc143a869f5ff789fe9f7a4a..93a8e7b275be6c1b2844ddbdf870c081f70f53d0 100644 (file)
@@ -19,6 +19,7 @@ llvm-toolchain-3.8 (1:3.8.1-17+rpi1) stretch-staging; urgency=medium
 
   [changes introduced in 1:3.8.1-17+rpi1 by Peter Michael Green]
   * Remove more crap in clean target.
+  * Force creation of debian/man.
 
  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 02 Feb 2017 06:05:39 +0000
 
index 170a6e09ed332efc1e7970d870a25639234b27e5..69627162c2c60287b3db071e8a10394f8d6c0172 100755 (executable)
@@ -262,7 +262,6 @@ override_dh_auto_configure: preconfigure
                -DLIBCLANG_LIBRARY_VERSION=$(SONAME_EXT); \
        fi
 
-
 override_dh_auto_build:
        $(PRE_PROCESS) $(MAKE) $(NJOBS) -C $(TARGET_BUILD) VERBOSE=1 CLANG_VENDOR=$(VENDOR) CXXFLAGS="$(CXXFLAGS_EXTRA)"  LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1
        cd $(TARGET_BUILD) \
@@ -272,7 +271,6 @@ override_dh_auto_build:
        bin/clang++ -c $$CFLAGS -std=c++11 ../lib/Fuzzer/*.cpp -IFuzzer; \
        ar ruv libFuzzer.a Fuzzer*.o
 
-
 ifeq (${AUTOCONF_BUILD},yes)
 # We run the build with the Asserts, new directory, make a symlink to make
 # sure the rest still work
@@ -288,6 +286,7 @@ override_dh_prep: build_doc
 
 
 build_doc:
+       mkdir -p debian/man
        cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
        cd $(CURDIR)/clang/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man