initial capture of my stuff
[rrq/thttpd.git] / LOG
1 dpkg-buildpackage: info: source package thttpd
2 dpkg-buildpackage: info: source version 2.29-1
3 dpkg-buildpackage: info: source distribution unstable
4 dpkg-buildpackage: info: source changed by Ralph Ronnquist <ralph.ronnquist@gmail.com>
5  dpkg-source --before-build thttpd-2.29
6 dpkg-buildpackage: info: host architecture amd64
7  fakeroot debian/rules clean
8 dh clean --with autotools_dev --without systemd
9    dh_testdir
10    dh_auto_clean
11         make -j1 distclean
12 make[1]: Entering directory '/home/ralph/src/thttpd/thttpd-2.29'
13 for i in  ; do ( \
14     cd $i ; \
15     pwd ; \
16     make -w distclean \
17 ) ; done
18 rm -f thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o   mime_encodings.h mime_types.h Makefile config.cache config.log config.status tags
19 make[1]: Leaving directory '/home/ralph/src/thttpd/thttpd-2.29'
20    dh_autotools-dev_restoreconfig
21         for c_g in `find . -type f -name config.guess` ; do if test -e "$c_g.dh-orig" ; then mv -f "$c_g.dh-orig" "$c_g" ; fi ; done
22         for c_s in `find . -type f -name config.sub`   ; do if test -e "$c_s.dh-orig" ; then mv -f "$c_s.dh-orig" "$c_s" ; fi ; done
23         find . -type f \( -name config.guess.dh-orig -o -name config.sub.dh-orig \) -delete
24    dh_clean
25         rm -f debian/debhelper-build-stamp
26         rm -f debian/thttpd.substvars
27         rm -f debian/thttpd.*.debhelper
28         rm -rf debian/thttpd/
29         rm -rf debian/.debhelper/
30         rm -f debian/*.debhelper.log
31         rm -f debian/files
32         find .  \( \( \
33                 \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
34                 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
35                  -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
36                  -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
37                  -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
38                 \) -exec rm -f {} + \) -o \
39                 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
40         rm -f *-stamp
41  debian/rules build
42 dh build --with autotools_dev --without systemd
43    dh_testdir
44    dh_update_autotools_config
45    dh_autotools-dev_updateconfig
46         for c_g in `find -type f -name config.guess` ; do if ! test -e "$c_g.dh-orig" ; then mv -f "$c_g" "$c_g.dh-orig" ; cp -f /usr/share/misc/config.guess "$c_g" ; fi ; done
47         for c_s in `find -type f -name config.sub`   ; do if ! test -e "$c_s.dh-orig" ; then mv -f "$c_s" "$c_s.dh-orig" ; cp -f /usr/share/misc/config.sub   "$c_s" ; fi ; done
48    debian/rules override_dh_auto_configure
49 make[1]: Entering directory '/home/ralph/src/thttpd/thttpd-2.29'
50 dh_auto_configure -- --prefix=/usr/local --mandir=/usr/local/man
51         ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr/local --mandir=/usr/local/man
52 creating cache ./config.cache
53 checking host system type... x86_64-pc-linux-gnu
54 checking target system type... x86_64-pc-linux-gnu
55 checking build system type... x86_64-pc-linux-gnu
56 checking for gcc... gcc
57 checking whether the C compiler (gcc -g -O2 ) works... yes
58 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
59 checking whether we are using GNU C... yes
60 checking whether gcc accepts -g... yes
61 checking gcc version... 6
62 checking how to link static binaries... unknown
63 checking for __progname... yes
64 checking how to run the C preprocessor... gcc -E
65 checking for fcntl.h... yes
66 checking for grp.h... yes
67 checking for memory.h... yes
68 checking for paths.h... yes
69 checking for poll.h... yes
70 checking for sys/poll.h... yes
71 checking for sys/devpoll.h... no
72 checking for sys/event.h... no
73 checking for osreldate.h... no
74 checking whether time.h and sys/time.h may both be included... yes
75 checking for dirent.h that defines DIR... yes
76 checking for opendir in -ldir... no
77 checking for /usr/local/v6/lib... no
78 checking for gethostbyname... yes
79 checking for socket... yes
80 checking for main in -linet6... no
81 checking for crypt... no
82 checking for crypt in -lcrypt... yes
83 checking for hstrerror... yes
84 checking for strerror... yes
85 checking for waitpid... yes
86 checking for vsnprintf... yes
87 checking for daemon... yes
88 checking for setsid... yes
89 checking for setlogin... no
90 checking for getaddrinfo... yes
91 checking for getnameinfo... yes
92 checking for gai_strerror... yes
93 checking for kqueue... no
94 checking for sigset... yes
95 checking for atoll... yes
96 checking for unistd.h... yes
97 checking for getpagesize... yes
98 checking for working mmap... yes
99 checking for select... yes
100 checking for poll... yes
101 checking if struct tm has tm_gmtoff member... yes
102 checking if int64_t exists... yes
103 checking if socklen_t exists... yes
104 checking whether make sets ${MAKE}... yes
105 checking for a BSD compatible install... /usr/bin/install -c
106 updating cache ./config.cache
107 creating ./config.status
108 creating Makefile
109 creating cgi-src/Makefile
110 creating extras/Makefile
111 make[1]: Leaving directory '/home/ralph/src/thttpd/thttpd-2.29'
112    dh_auto_build
113         make -j1
114 make[1]: Entering directory '/home/ralph/src/thttpd/thttpd-2.29'
115 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I. -c thttpd.c
116 thttpd.c: In function ‘main’:
117 thttpd.c:611:12: warning: implicit declaration of function ‘sigset’ [-Wimplicit-function-declaration]
118      (void) sigset( SIGTERM, handle_term );
119             ^~~~~~
120 rm -f mime_encodings.h
121 sed < mime_encodings.txt > mime_encodings.h \
122   -e 's/#.*//' -e 's/[  ]*$//' -e '/^$/d' \
123   -e 's/[       ][      ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
124 rm -f mime_types.h
125 sed < mime_types.txt > mime_types.h \
126   -e 's/#.*//' -e 's/[  ]*$//' -e '/^$/d' \
127   -e 's/[       ][      ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
128 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I. -c libhttpd.c
129 In file included from /usr/include/string.h:630:0,
130                  from /usr/include/memory.h:29,
131                  from libhttpd.c:47:
132 libhttpd.c: In function ‘auth_check2’:
133 libhttpd.c:1086:15: warning: implicit declaration of function ‘crypt’ [-Wimplicit-function-declaration]
134   if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
135                ^
136 libhttpd.c:1086:15: warning: passing argument 1 of ‘__builtin_strlen’ makes pointer from integer without a cast [-Wint-conversion]
137   if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
138                ^
139 libhttpd.c:1086:15: note: expected ‘const char *’ but argument is of type ‘int’
140 libhttpd.c:1086:15: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
141   if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
142                ^
143 libhttpd.c:1086:15: note: expected ‘const char *’ but argument is of type ‘int’
144 libhttpd.c:1086:15: warning: passing argument 1 of ‘__builtin_strlen’ makes pointer from integer without a cast [-Wint-conversion]
145   if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
146                ^
147 libhttpd.c:1086:15: note: expected ‘const char *’ but argument is of type ‘int’
148 libhttpd.c:1086:15: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
149   if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
150                ^
151 libhttpd.c:1086:15: note: expected ‘const char *’ but argument is of type ‘int’
152 libhttpd.c:1086:15: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
153   if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
154                ^
155 libhttpd.c:1086:15: note: expected ‘const char *’ but argument is of type ‘int’
156 libhttpd.c:1086:15: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
157   if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
158                ^
159 libhttpd.c:1086:15: note: expected ‘const char *’ but argument is of type ‘int’
160 libhttpd.c:1135:19: warning: passing argument 1 of ‘__builtin_strlen’ makes pointer from integer without a cast [-Wint-conversion]
161       if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )
162                    ^
163 libhttpd.c:1135:19: note: expected ‘const char *’ but argument is of type ‘int’
164 libhttpd.c:1135:19: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
165       if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )
166                    ^
167 libhttpd.c:1135:19: note: expected ‘const char *’ but argument is of type ‘int’
168 libhttpd.c:1135:19: warning: passing argument 1 of ‘__builtin_strlen’ makes pointer from integer without a cast [-Wint-conversion]
169       if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )
170                    ^
171 libhttpd.c:1135:19: note: expected ‘const char *’ but argument is of type ‘int’
172 libhttpd.c:1135:19: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
173       if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )
174                    ^
175 libhttpd.c:1135:19: note: expected ‘const char *’ but argument is of type ‘int’
176 libhttpd.c:1135:19: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
177       if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )
178                    ^
179 libhttpd.c:1135:19: note: expected ‘const char *’ but argument is of type ‘int’
180 libhttpd.c:1135:19: warning: passing argument 1 of ‘__builtin_strcmp’ makes pointer from integer without a cast [-Wint-conversion]
181       if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )
182                    ^
183 libhttpd.c:1135:19: note: expected ‘const char *’ but argument is of type ‘int’
184 libhttpd.c: In function ‘cgi_child’:
185 libhttpd.c:3557:12: warning: implicit declaration of function ‘sigset’ [-Wimplicit-function-declaration]
186      (void) sigset( SIGPIPE, SIG_DFL );
187             ^~~~~~
188 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I. -c fdwatch.c
189 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I. -c mmc.c
190 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I. -c timers.c
191 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I. -c match.c
192 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I. -c tdate_parse.c
193 gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1  -I.  -o thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o  -lcrypt  
194 for i in  ; do ( \
195     cd $i ; \
196     pwd ; \
197     make -w \
198         WEBDIR=/usr/local/www \
199         CGIBINDIR=/usr/local/www/cgi-bin \
200         MANDIR=/usr/local/man \
201         WEBGROUP=www \
202 ) ; done
203 make[1]: Leaving directory '/home/ralph/src/thttpd/thttpd-2.29'
204    dh_auto_test
205    create-stamp debian/debhelper-build-stamp
206  fakeroot debian/rules binary
207 dh binary --with autotools_dev --without systemd
208    create-stamp debian/debhelper-build-stamp
209    dh_testroot
210    dh_prep
211         rm -f debian/thttpd.substvars
212         rm -f debian/thttpd.*.debhelper
213         rm -rf debian/thttpd/
214    dh_auto_install
215         install -d debian/thttpd
216         make -j1 install DESTDIR=/home/ralph/src/thttpd/thttpd-2.29/debian/thttpd AM_UPDATE_INFO_DIR=no
217 make[1]: Entering directory '/home/ralph/src/thttpd/thttpd-2.29'
218 mkdir -p /home/ralph/src/thttpd/thttpd-2.29/debian/thttpd/usr/local/sbin
219 /usr/bin/install -c -m 555 -o bin -g bin thttpd /home/ralph/src/thttpd/thttpd-2.29/debian/thttpd/usr/local/sbin
220 mkdir -p /home/ralph/src/thttpd/thttpd-2.29/debian/thttpd/usr/local/man/man8
221 /usr/bin/install -c -m 444 -o bin -g bin thttpd.8 /home/ralph/src/thttpd/thttpd-2.29/debian/thttpd/usr/local/man/man8
222 make[1]: Leaving directory '/home/ralph/src/thttpd/thttpd-2.29'
223    dh_installdocs
224         install -d debian/thttpd/usr/share/doc/thttpd
225         install -p -m0644 debian/README.Debian debian/thttpd/usr/share/doc/thttpd/README.Debian
226         install -p -m0644 debian/copyright debian/thttpd/usr/share/doc/thttpd/copyright
227    dh_installchangelogs
228         install -p -m0644 debian/changelog debian/thttpd/usr/share/doc/thttpd/changelog.Debian
229    dh_perl
230    dh_link
231    dh_strip_nondeterminism
232    dh_compress
233         cd debian/thttpd
234         chmod a-x usr/share/doc/thttpd/changelog.Debian
235         gzip -9nf usr/share/doc/thttpd/changelog.Debian
236         cd '/home/ralph/src/thttpd/thttpd-2.29'
237    dh_fixperms
238         find debian/thttpd  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
239         find debian/thttpd ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
240         find debian/thttpd/usr/share/doc -type f  ! -regex 'debian/thttpd/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644
241         find debian/thttpd/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 0755
242         find debian/thttpd/usr/share/man -type f  -print0 2>/dev/null | xargs -0r chmod 0644
243         find debian/thttpd/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 0644
244         find debian/thttpd/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 0644
245         find debian/thttpd/usr/lib/x86_64-linux-gnu/perl5/5.24 debian/thttpd/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
246         find debian/thttpd -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
247         find debian/thttpd/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
248    dh_strip
249         install -d debian/.debhelper/thttpd/dbgsym-root/usr/lib/debug/.build-id/16
250         objcopy --only-keep-debug --compress-debug-sections debian/thttpd/usr/local/sbin/thttpd debian/.debhelper/thttpd/dbgsym-root/usr/lib/debug/.build-id/16/c41619dbe2621d5592bc2134a67ffe4f585557.debug
251         chmod 0644 -- debian/.debhelper/thttpd/dbgsym-root/usr/lib/debug/.build-id/16/c41619dbe2621d5592bc2134a67ffe4f585557.debug
252         chown 0:0 -- debian/.debhelper/thttpd/dbgsym-root/usr/lib/debug/.build-id/16/c41619dbe2621d5592bc2134a67ffe4f585557.debug
253         strip --remove-section=.comment --remove-section=.note debian/thttpd/usr/local/sbin/thttpd
254         objcopy --add-gnu-debuglink debian/.debhelper/thttpd/dbgsym-root/usr/lib/debug/.build-id/16/c41619dbe2621d5592bc2134a67ffe4f585557.debug debian/thttpd/usr/local/sbin/thttpd
255         install -d debian/.debhelper/thttpd/dbgsym-root/usr/share/doc
256         ln -s thttpd debian/.debhelper/thttpd/dbgsym-root/usr/share/doc/thttpd-dbgsym
257    dh_makeshlibs
258         rm -f debian/thttpd/DEBIAN/shlibs
259    dh_shlibdeps
260         install -d debian/thttpd/DEBIAN
261         dpkg-shlibdeps -Tdebian/thttpd.substvars debian/thttpd/usr/local/sbin/thttpd
262    dh_installdeb
263    dh_gencontrol
264         echo misc:Depends= >> debian/thttpd.substvars
265         echo misc:Pre-Depends= >> debian/thttpd.substvars
266         install -d debian/.debhelper/thttpd/dbgsym-root/DEBIAN
267         dpkg-gencontrol -pthttpd -ldebian/changelog -Tdebian/thttpd.substvars -Pdebian/.debhelper/thttpd/dbgsym-root -UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential -UConflicts -DPriority=extra -DAuto-Built-Package=debug-symbols -DPackage=thttpd-dbgsym "-DDepends=thttpd (= \${binary:Version})" "-DDescription=Debug symbols for thttpd" -DBuild-Ids=16c41619dbe2621d5592bc2134a67ffe4f585557 -DSection=debug -UMulti-Arch -UReplaces -UBreaks
268         chmod 0644 -- debian/.debhelper/thttpd/dbgsym-root/DEBIAN/control
269         chown 0:0 -- debian/.debhelper/thttpd/dbgsym-root/DEBIAN/control
270         dpkg-gencontrol -pthttpd -ldebian/changelog -Tdebian/thttpd.substvars -Pdebian/thttpd
271         chmod 0644 -- debian/thttpd/DEBIAN/control
272         chown 0:0 -- debian/thttpd/DEBIAN/control
273    dh_md5sums
274         (cd debian/thttpd >/dev/null ; find . -type f  ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null
275         chmod 0644 -- debian/thttpd/DEBIAN/md5sums
276         chown 0:0 -- debian/thttpd/DEBIAN/md5sums
277         (cd debian/.debhelper/thttpd/dbgsym-root >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null
278         chmod 0644 -- debian/.debhelper/thttpd/dbgsym-root/DEBIAN/md5sums
279         chown 0:0 -- debian/.debhelper/thttpd/dbgsym-root/DEBIAN/md5sums
280    dh_builddeb
281         dpkg-deb -z1 -Zxz -Sextreme --build debian/.debhelper/thttpd/dbgsym-root ..
282 dpkg-deb: building package 'thttpd-dbgsym' in '../thttpd-dbgsym_2.29-1_amd64.deb'.
283         dpkg-deb --build debian/thttpd ..
284 dpkg-deb: building package 'thttpd' in '../thttpd_2.29-1_amd64.deb'.
285  dpkg-genbuildinfo --build=binary
286  dpkg-genchanges --build=binary >../thttpd_2.29-1_amd64.changes
287 dpkg-genchanges: info: binary-only upload (no source code included)
288  dpkg-source --after-build thttpd-2.29
289 dpkg-buildpackage: info: binary-only upload (no source included)