1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751
|
$ cd debhello-2.0
$ debuild
dpkg-buildpackage -us -uc -ui -i -i
dpkg-buildpackage: info: source package debhello
dpkg-buildpackage: info: source version 2.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Osamu Aoki <osamu@debian.org>
dpkg-source -i -i --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --with autoreconf
dh_clean
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/debhello.substvars debian/libsharedlib1.substvars deb...
rm -fr -- debian/debhello/ debian/tmp/ debian/libsharedlib1/ debian/l...
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -pat...
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE ...
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \...
dpkg-source -i -i -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building debhello using existing ./debhello_2.0.orig.tar.g...
dpkg-source: info: building debhello in debhello_2.0-1.debian.tar.xz
dpkg-source: info: building debhello in debhello_2.0-1.dsc
debian/rules binary
dh binary --with autoreconf
dh_update_autotools_config
dh_autoreconf
find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*...
" > debian/autoreconf.before
grep -q ^XDT_ configure.ac
autoreconf -f -i
Copying file ABOUT-NLS
Creating directory build-aux
Copying file build-aux/config.rpath
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltargz.m4'
libtoolize: copying file 'm4/ltdl.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, 'libltdl'.
libtoolize: copying file 'libltdl/COPYING.LIB'
libtoolize: creating file 'libltdl/Makefile.am'
libtoolize: copying file 'libltdl/README'
libtoolize: creating file 'libltdl/Makefile.in'
libtoolize: copying file 'libltdl/libltdl/lt__alloc.h'
libtoolize: copying file 'libltdl/libltdl/lt__argz_.h'
libtoolize: copying file 'libltdl/libltdl/lt__dirent.h'
libtoolize: copying file 'libltdl/libltdl/lt__glibc.h'
libtoolize: copying file 'libltdl/libltdl/lt__private.h'
libtoolize: copying file 'libltdl/libltdl/lt__strl.h'
libtoolize: copying file 'libltdl/libltdl/lt_dlloader.h'
libtoolize: copying file 'libltdl/libltdl/lt_error.h'
libtoolize: copying file 'libltdl/libltdl/lt_system.h'
libtoolize: copying file 'libltdl/libltdl/slist.h'
libtoolize: copying file 'libltdl/loaders/dld_link.c'
libtoolize: copying file 'libltdl/loaders/dlopen.c'
libtoolize: copying file 'libltdl/loaders/dyld.c'
libtoolize: copying file 'libltdl/loaders/load_add_on.c'
libtoolize: copying file 'libltdl/loaders/loadlibrary.c'
libtoolize: copying file 'libltdl/loaders/preopen.c'
libtoolize: copying file 'libltdl/loaders/shl_load.c'
libtoolize: copying file 'libltdl/lt__alloc.c'
libtoolize: copying file 'libltdl/lt__argz.c'
libtoolize: copying file 'libltdl/lt__dirent.c'
libtoolize: copying file 'libltdl/lt__strl.c'
libtoolize: copying file 'libltdl/lt_dlloader.c'
libtoolize: copying file 'libltdl/lt_error.c'
libtoolize: copying file 'libltdl/ltdl.c'
libtoolize: copying file 'libltdl/ltdl.h'
libtoolize: copying file 'libltdl/slist.c'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:13: installing 'build-aux/compile'
configure.ac:13: installing 'build-aux/config.guess'
configure.ac:13: installing 'build-aux/config.sub'
configure.ac:10: installing 'build-aux/install-sh'
configure.ac:10: installing 'build-aux/missing'
lib/Makefile.am: installing 'build-aux/depcomp'
find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*...
" > debian/autoreconf.after
dh_auto_configure
install -d /path/to/debhello-2.0/debian/.debhelper/generated/_source/...
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${pr...
Standard customization chores
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu...
checking how to convert x86_64-pc-linux-gnu file names to toolchain format......
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared l...
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking what extension is used for runtime loadable modules... .so
checking what variable specifies run-time module search path... LD_LIBRARY_PA...
checking for the default library search path... /lib /usr/lib /usr/lib/x86_64...
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... yes
checking whether lt_dlinterface_register is declared... yes
checking for lt_dladvise_preload in -lltdl... yes
checking where to find libltdl headers...
checking where to find libltdl library... -lltdl
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating lib/Makefile
config.status: creating man/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
dh_auto_build
make -j12
make[1]: Entering directory '/path/to/debhello-2.0'
make all-recursive
make[2]: Entering directory '/path/to/debhello-2.0'
Making all in po
make[3]: Entering directory '/path/to/debhello-2.0/po'
test ! -f ./debhello.pot || \
test -z "fr.gmo" || make fr.gmo
make[4]: Entering directory '/path/to/debhello-2.0/po'
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po
fr.po: 3 translated messages, 3 untranslated messages.
make[4]: Leaving directory '/path/to/debhello-2.0/po'
touch stamp-po
make[3]: Leaving directory '/path/to/debhello-2.0/po'
Making all in lib
make[3]: Entering directory '/path/to/debhello-2.0/lib'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. ...
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE...
sharedlib.c: In function ‘sharedlib’:
sharedlib.c:2:19: warning: implicit declaration of function ‘gettext’ [-Wimpl...
2 | #define _(string) gettext (string)
| ^~~~~~~
sharedlib.c:6:16: note: in expansion of macro ‘_’
6 | printf(_("This is a shared library!\n"));
| ^
sharedlib.c:2:19: warning: incompatible implicit declaration of built-in func...
2 | #define _(string) gettext (string)
| ^~~~~~~
sharedlib.c:6:16: note: in expansion of macro ‘_’
6 | printf(_("This is a shared library!\n"));
| ^
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -ffile-prefix-map=/p...
libtool: link: gcc -shared -fPIC -DPIC .libs/sharedlib.o -g -O2 -fstack-...
libtool: link: (cd ".libs" && rm -f "libsharedlib.so.1" && ln -s "libsharedli...
libtool: link: (cd ".libs" && rm -f "libsharedlib.so" && ln -s "libsharedlib....
libtool: link: ( cd ".libs" && rm -f "libsharedlib.la" && ln -s "../libshared...
make[3]: Leaving directory '/path/to/debhello-2.0/lib'
Making all in src
make[3]: Entering directory '/path/to/debhello-2.0/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 -...
hello.c: In function ‘main’:
hello.c:4:19: warning: implicit declaration of function ‘gettext’ [-Wimplicit...
4 | #define _(string) gettext (string)
| ^~~~~~~
hello.c:8:16: note: in expansion of macro ‘_’
8 | printf(_("Hello, I am " PACKAGE_AUTHOR "!\n"));
| ^
hello.c:4:19: warning: incompatible implicit declaration of built-in function...
4 | #define _(string) gettext (string)
| ^~~~~~~
hello.c:8:16: note: in expansion of macro ‘_’
8 | printf(_("Hello, I am " PACKAGE_AUTHOR "!\n"));
| ^
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -ffile-prefix-map=/p...
libtool: link: gcc -g -O2 -ffile-prefix-map=/path/to/debhello-2.0=. -fstack-p...
make[3]: Leaving directory '/path/to/debhello-2.0/src'
Making all in man
make[3]: Entering directory '/path/to/debhello-2.0/man'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/path/to/debhello-2.0/man'
make[3]: Entering directory '/path/to/debhello-2.0'
make[3]: Leaving directory '/path/to/debhello-2.0'
make[2]: Leaving directory '/path/to/debhello-2.0'
make[1]: Leaving directory '/path/to/debhello-2.0'
dh_auto_test
make -j12 check VERBOSE=1
make[1]: Entering directory '/path/to/debhello-2.0'
Making check in po
make[2]: Entering directory '/path/to/debhello-2.0/po'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/path/to/debhello-2.0/po'
Making check in lib
make[2]: Entering directory '/path/to/debhello-2.0/lib'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/path/to/debhello-2.0/lib'
Making check in src
make[2]: Entering directory '/path/to/debhello-2.0/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/path/to/debhello-2.0/src'
Making check in man
make[2]: Entering directory '/path/to/debhello-2.0/man'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/path/to/debhello-2.0/man'
make[2]: Entering directory '/path/to/debhello-2.0'
make[2]: Leaving directory '/path/to/debhello-2.0'
make[1]: Leaving directory '/path/to/debhello-2.0'
rm -fr -- /tmp/dh-xdg-rundir-FJXFziyS
create-stamp debian/debhelper-build-stamp
dh_prep
rm -f -- debian/debhello.substvars debian/libsharedlib1.substvars deb...
rm -fr -- debian/.debhelper/generated/debhello/ debian/debhello/ debi...
dh_auto_install
install -d /path/to/debhello-2.0/debian/tmp
make -j1 install DESTDIR=/path/to/debhello-2.0/debian/tmp AM_UPDATE_I...
make[1]: Entering directory '/path/to/debhello-2.0'
Making install in po
make[2]: Entering directory '/path/to/debhello-2.0/po'
installing fr.gmo as /path/to/debhello-2.0/debian/tmp/usr/share/locale/fr/LC_...
if test "debhello" = "gettext-tools"; then \
/usr/bin/mkdir -p /path/to/debhello-2.0/debian/tmp/usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quo...
/usr/bin/install -c -m 644 ./$file \
/path/to/debhello-2.0/debian/tmp/usr/share/gettext/po/$fi...
done; \
for file in Makevars; do \
rm -f /path/to/debhello-2.0/debian/tmp/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory '/path/to/debhello-2.0/po'
Making install in lib
make[2]: Entering directory '/path/to/debhello-2.0/lib'
make[3]: Entering directory '/path/to/debhello-2.0/lib'
/usr/bin/mkdir -p '/path/to/debhello-2.0/debian/tmp/usr/lib/x86_64-linux-gnu...
/bin/bash ../libtool --mode=install /usr/bin/install -c libsharedlib.la ...
libtool: install: /usr/bin/install -c .libs/libsharedlib.so.1.0.0 /path/to/de...
libtool: install: (cd /path/to/debhello-2.0/debian/tmp/usr/lib/x86_64-linux-g...
libtool: install: (cd /path/to/debhello-2.0/debian/tmp/usr/lib/x86_64-linux-g...
libtool: install: /usr/bin/install -c .libs/libsharedlib.lai /path/to/debhell...
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu...
/usr/bin/mkdir -p '/path/to/debhello-2.0/debian/tmp/usr/include'
/usr/bin/install -c -m 644 sharedlib.h '/path/to/debhello-2.0/debian/tmp/usr...
make[3]: Leaving directory '/path/to/debhello-2.0/lib'
make[2]: Leaving directory '/path/to/debhello-2.0/lib'
Making install in src
make[2]: Entering directory '/path/to/debhello-2.0/src'
make[3]: Entering directory '/path/to/debhello-2.0/src'
/usr/bin/mkdir -p '/path/to/debhello-2.0/debian/tmp/usr/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c hello '/path/to/d...
libtool: warning: '../lib/libsharedlib.la' has not been installed in '/usr/li...
libtool: install: /usr/bin/install -c .libs/hello /path/to/debhello-2.0/debia...
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/path/to/debhello-2.0/src'
make[2]: Leaving directory '/path/to/debhello-2.0/src'
Making install in man
make[2]: Entering directory '/path/to/debhello-2.0/man'
make[3]: Entering directory '/path/to/debhello-2.0/man'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/path/to/debhello-2.0/debian/tmp/usr/share/man/man1'
/usr/bin/install -c -m 644 hello.1 '/path/to/debhello-2.0/debian/tmp/usr/sha...
make[3]: Leaving directory '/path/to/debhello-2.0/man'
make[2]: Leaving directory '/path/to/debhello-2.0/man'
make[2]: Entering directory '/path/to/debhello-2.0'
make[3]: Entering directory '/path/to/debhello-2.0'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/path/to/debhello-2.0'
make[2]: Leaving directory '/path/to/debhello-2.0'
make[1]: Leaving directory '/path/to/debhello-2.0'
dh_install
install -d debian/debhello//usr/bin
cp --reflink=auto -a debian/tmp/usr/bin/hello debian/debhello//usr/bi...
install -d debian/debhello//usr/share
cp --reflink=auto -a debian/tmp/usr/share/locale debian/tmp/usr/share...
install -d debian/.debhelper/generated/debhello
install -d debian/libsharedlib1//usr/lib/x86_64-linux-gnu
cp --reflink=auto -a debian/tmp/usr/lib/x86_64-linux-gnu/libsharedlib...
install -d debian/.debhelper/generated/libsharedlib1
install -d debian/libsharedlib-dev//usr
cp --reflink=auto -a debian/tmp/usr/include debian/libsharedlib-dev//...
install -d debian/libsharedlib-dev//usr/lib/x86_64-linux-gnu
cp --reflink=auto -a debian/tmp/usr/lib/x86_64-linux-gnu/libsharedlib...
install -d debian/.debhelper/generated/libsharedlib-dev
dh_installdocs
install -d debian/debhello/usr/share/doc/debhello
install -p -m0644 debian/README.Debian debian/debhello/usr/share/doc/...
install -p -m0644 debian/copyright debian/debhello/usr/share/doc/debh...
install -d debian/libsharedlib1/usr/share/doc/libsharedlib1
install -p -m0644 debian/copyright debian/libsharedlib1/usr/share/doc...
install -d debian/libsharedlib-dev/usr/share/doc/libsharedlib-dev
install -p -m0644 debian/copyright debian/libsharedlib-dev/usr/share/...
dh_installchangelogs
install -p -m0644 debian/changelog debian/debhello/usr/share/doc/debh...
install -p -m0644 ./ChangeLog debian/debhello/usr/share/doc/debhello/...
install -p -m0644 debian/changelog debian/libsharedlib1/usr/share/doc...
install -p -m0644 ./ChangeLog debian/libsharedlib1/usr/share/doc/libs...
install -p -m0644 debian/changelog debian/libsharedlib-dev/usr/share/...
install -p -m0644 ./ChangeLog debian/libsharedlib-dev/usr/share/doc/l...
dh_installman
man-recode --to-code UTF-8 --suffix .dh-new debian/debhello/usr/share...
mv debian/debhello/usr/share/man/man1/hello.1.dh-new debian/debhello/...
chmod 0644 -- debian/debhello/usr/share/man/man1/hello.1
dh_perl
dh_link
rm -f debian/libsharedlib1/usr/lib/x86_64-linux-gnu/libsharedlib.so.1...
ln -s libsharedlib.so.1.0.0 debian/libsharedlib1/usr/lib/x86_64-linux...
rm -f debian/libsharedlib-dev/usr/lib/x86_64-linux-gnu/libsharedlib.s...
ln -s libsharedlib.so.1.0.0 debian/libsharedlib-dev/usr/lib/x86_64-li...
dh_strip_nondeterminism
Using 1624759201 as canonical time
Normalizing debian/debhello/usr/share/locale/fr/LC_MESSAGES/debhello....
Normalized debian/debhello/usr/share/locale/fr/LC_MESSAGES/debhello.m...
dh_compress
cd debian/debhello
cd debian/libsharedlib-dev
cd debian/libsharedlib1
chmod a-x usr/share/doc/libsharedlib-dev/changelog usr/share/doc/libs...
chmod a-x usr/share/doc/debhello/changelog usr/share/doc/debhello/cha...
chmod a-x usr/share/doc/libsharedlib1/changelog usr/share/doc/libshar...
gzip -9nf usr/share/doc/libsharedlib-dev/changelog usr/share/doc/libs...
gzip -9nf usr/share/doc/debhello/changelog usr/share/doc/debhello/cha...
gzip -9nf usr/share/doc/libsharedlib1/changelog usr/share/doc/libshar...
cd '/path/to/debhello-2.0'
cd '/path/to/debhello-2.0'
cd '/path/to/debhello-2.0'
dh_fixperms
find debian/debhello ! -type l -a -true -a -true -print0 2>/dev/null ...
find debian/libsharedlib1 ! -type l -a -true -a -true -print0 2>/dev/...
find debian/libsharedlib-dev ! -type l -a -true -a -true -print0 2>/d...
find debian/libsharedlib-dev/usr/share/doc -type f -a -true -a ! -reg...
find debian/libsharedlib1/usr/share/doc -type f -a -true -a ! -regex ...
find debian/debhello/usr/share/doc -type f -a -true -a ! -regex 'debi...
find debian/libsharedlib1/usr/share/doc -type d -a -true -a -true -pr...
find debian/libsharedlib-dev/usr/share/doc -type d -a -true -a -true ...
find debian/debhello/usr/share/doc -type d -a -true -a -true -print0 ...
find debian/libsharedlib-dev/usr/include -type f -a -true -a -true -p...
find debian/libsharedlib1 -type f \( -name '*.so.*' -o -name '*.so' -...
find debian/debhello/usr/share/man -type f -a -true -a -true -print0 ...
find debian/debhello -type f \( -name '*.so.*' -o -name '*.so' -o -na...
find debian/libsharedlib-dev -type f \( -name '*.so.*' -o -name '*.so...
find debian/libsharedlib1/usr/lib -type f -name '*.ali' -a -true -a -...
find debian/libsharedlib-dev/usr/lib -type f -name '*.ali' -a -true -...
find debian/debhello/usr/bin -type f -a -true -a -true -print0 2>/dev...
debian/rules override_dh_missing
make[1]: Entering directory '/path/to/debhello-2.0'
dh_missing -X.la
make[1]: Leaving directory '/path/to/debhello-2.0'
dh_dwz -a
dwz -- debian/debhello/usr/bin/hello
dwz -- debian/libsharedlib1/usr/lib/x86_64-linux-gnu/libsharedlib.so....
dh_strip -a
install -d debian/.debhelper/libsharedlib1/dbgsym-root/usr/lib/debug/...
objcopy --only-keep-debug --compress-debug-sections debian/libsharedl...
chmod 0644 -- debian/.debhelper/libsharedlib1/dbgsym-root/usr/lib/deb...
strip --remove-section=.comment --remove-section=.note --strip-unneed...
install -d debian/.debhelper/debhello/dbgsym-root/usr/lib/debug/.buil...
objcopy --only-keep-debug --compress-debug-sections debian/debhello/u...
objcopy --add-gnu-debuglink debian/.debhelper/libsharedlib1/dbgsym-ro...
chmod 0644 -- debian/.debhelper/debhello/dbgsym-root/usr/lib/debug/.b...
strip --remove-section=.comment --remove-section=.note debian/debhell...
objcopy --add-gnu-debuglink debian/.debhelper/debhello/dbgsym-root/us...
install -d debian/.debhelper/libsharedlib1/dbgsym-root/usr/share/doc
ln -s libsharedlib1 debian/.debhelper/libsharedlib1/dbgsym-root/usr/s...
install -d debian/.debhelper/debhello/dbgsym-root/usr/share/doc
ln -s debhello debian/.debhelper/debhello/dbgsym-root/usr/share/doc/d...
dh_makeshlibs -a
rm -f debian/debhello/DEBIAN/shlibs
rm -f debian/libsharedlib1/DEBIAN/shlibs
install -d debian/libsharedlib1/DEBIAN
echo "libsharedlib 1 libsharedlib1 (>= 2.0)" >> debian/libsharedlib1/...
chmod 0644 -- debian/libsharedlib1/DEBIAN/shlibs
dpkg-gensymbols -plibsharedlib1 -Idebian/libsharedlib1.symbols -Pdebi...
mv debian/.debhelper/generated/libsharedlib1/triggers.new debian/.deb...
rm -f debian/libsharedlib-dev/DEBIAN/shlibs
dh_shlibdeps -a
dpkg-shlibdeps -Tdebian/libsharedlib1.substvars debian/libsharedlib1/...
install -d debian/debhello/DEBIAN
dpkg-shlibdeps -Tdebian/debhello.substvars debian/debhello/usr/bin/he...
dh_installdeb
install -p -m0644 debian/.debhelper/generated/libsharedlib1/triggers ...
install -d debian/libsharedlib-dev/DEBIAN
dh_gencontrol
echo misc:Depends= >> debian/libsharedlib-dev.substvars
echo misc:Pre-Depends= >> debian/libsharedlib-dev.substvars
dpkg-gencontrol -plibsharedlib-dev -ldebian/changelog -Tdebian/libsha...
echo misc:Depends= >> debian/debhello.substvars
echo misc:Pre-Depends= >> debian/debhello.substvars
install -d debian/.debhelper/debhello/dbgsym-root/DEBIAN
dpkg-gencontrol -pdebhello -ldebian/changelog -Tdebian/debhello.subst...
echo misc:Depends= >> debian/libsharedlib1.substvars
echo misc:Pre-Depends= >> debian/libsharedlib1.substvars
install -d debian/.debhelper/libsharedlib1/dbgsym-root/DEBIAN
dpkg-gencontrol -plibsharedlib1 -ldebian/changelog -Tdebian/libshared...
chmod 0644 -- debian/libsharedlib-dev/DEBIAN/control
chmod 0644 -- debian/.debhelper/libsharedlib1/dbgsym-root/DEBIAN/cont...
dpkg-gencontrol -plibsharedlib1 -ldebian/changelog -Tdebian/libshared...
chmod 0644 -- debian/.debhelper/debhello/dbgsym-root/DEBIAN/control
dpkg-gencontrol -pdebhello -ldebian/changelog -Tdebian/debhello.subst...
chmod 0644 -- debian/libsharedlib1/DEBIAN/control
chmod 0644 -- debian/debhello/DEBIAN/control
dh_md5sums
cd debian/libsharedlib1 >/dev/null && xargs -r0 md5sum | perl -pe 'if...
cd debian/debhello >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^...
cd debian/libsharedlib-dev >/dev/null && xargs -r0 md5sum | perl -pe ...
chmod 0644 -- debian/debhello/DEBIAN/md5sums
chmod 0644 -- debian/libsharedlib1/DEBIAN/md5sums
chmod 0644 -- debian/libsharedlib-dev/DEBIAN/md5sums
cd debian/.debhelper/debhello/dbgsym-root >/dev/null && xargs -r0 md5...
cd debian/.debhelper/libsharedlib1/dbgsym-root >/dev/null && xargs -r...
chmod 0644 -- debian/.debhelper/libsharedlib1/dbgsym-root/DEBIAN/md5s...
chmod 0644 -- debian/.debhelper/debhello/dbgsym-root/DEBIAN/md5sums
dh_builddeb
dpkg-deb --root-owner-group --build debian/debhello ..
dpkg-deb --root-owner-group --build debian/.debhelper/debhello/dbgsym...
dpkg-deb --root-owner-group --build debian/libsharedlib1 ..
dpkg-deb --root-owner-group --build debian/.debhelper/libsharedlib1/d...
dpkg-deb --root-owner-group --build debian/libsharedlib-dev ..
dpkg-deb: building package 'debhello' in '../debhello_2.0-1_amd64.deb'.
dpkg-deb: building package 'libsharedlib1' in '../libsharedlib1_2.0-1_amd64.d...
dpkg-deb: building package 'debhello-dbgsym' in '../debhello-dbgsym_2.0-1_amd...
dpkg-deb: building package 'libsharedlib-dev' in '../libsharedlib-dev_2.0-1_a...
dpkg-deb: building package 'libsharedlib1-dbgsym' in '../libsharedlib1-dbgsym...
dpkg-genbuildinfo
dpkg-genchanges >../debhello_2.0-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
dpkg-source -i -i --after-build .
dpkg-buildpackage: info: full upload (original source is included)
Now running lintian -i -I --show-overrides debhello_2.0-1_amd64.changes ...
E: debhello source: empty-debian-tests-control
N:
E: empty-debian-tests-control
N:
N:
N: The debian/tests/control is empty when any comments are removed.
N:
N: Refer to
N: https://salsa.debian.org/ci-team/autopkgtest/tree/master/doc/README.pack...
N: for details.
N:
N: Severity: error
N:
N: Check: testsuite
N:
E: debhello source: unknown-file-in-debian-source control
N:
E: unknown-file-in-debian-source
N:
N: The source package contains a file in debian/source/ that Lintian
N: doesn't know about. Currently the following files are recognized:
N:
N: - format
N: - include-binaries
N: - lintian-overrides
N: - options
N: - patch-header
N:
N: This tag is emitted in case you mistyped the name of one of the above
N: files.
N:
N: Severity: error
N:
N: Check: debian/source-dir
N:
W: debhello source: missing-debian-watch-file-standard
N:
W: missing-debian-watch-file-standard
N:
N: The debian/watch file in this package doesn't start a version= line.
N: The first non-comment line of debian/watch should be a version=
N: declaration. This may mean that this is an old version one watch file
N: that should be updated to the current version.
N:
N: Refer to the uscan(1) manual page for details.
N:
N: Severity: warning
N:
N: Check: debian/watch/standard
N:
N: Renamed from: debian-watch-file-missing-version
N:
W: debhello source: useless-autoreconf-build-depends dh-autoreconf
N:
W: useless-autoreconf-build-depends
N:
N: Since compatibility level 10, debhelper enables the autoreconf
N: sequence by default.
N:
N: It is therefore not necessary to specify build-dependencies on
N: dh-autoreconf or autotools-dev and they can be removed.
N:
N: Severity: warning
N:
N: Check: debhelper
N:
I: debhello source: duplicate-short-description debhello libsharedlib-dev lib...
N:
I: duplicate-short-description
N:
N: The listed binary packages all share the same short description (the
N: first line of the Description control field). The package names may
N: provide enough additional information to distinguish between the
N: packages, but it's common to also add a word or two to the short
N: description to clarify the difference.
N:
N: Severity: info
N:
N: Check: debian/control
N:
I: libsharedlib-dev: extended-description-is-probably-too-short
N:
I: extended-description-is-probably-too-short
N:
N: The extended description (the lines after the first line of the
N: "Description:" field) is only one or two lines long. The extended
N: description should provide a user with enough information to decide
N: whether they want to install this package, what it contains, and how
N: it compares to similar packages. One or two lines is normally not
N: enough to do this.
N:
N: Refer to Debian Developer's Reference section 6.2.1 (General
N: guidelines for package descriptions) and Debian Developer's Reference
N: section 6.2.3 (The long description) for details.
N:
N: Severity: info
N:
N: Check: fields/description
N:
I: libsharedlib1: extended-description-is-probably-too-short
I: libsharedlib1: symbols-file-missing-build-depends-package-field
N:
I: symbols-file-missing-build-depends-package-field
N:
N: The symbols file for this package does not contain a
N: Build-Depends-Package meta-information field.
N:
N: This field specifies the name of the -dev package associated to the
N: library and is used by dpkg-shlibdeps(1) to make sure that the
N: dependency generated is at least as strict as the corresponding build
N: dependency.
N:
N: This is useful as allows packages to not hardcode this information
N: multiple times.
N:
N: Note that the format of deb-symbols(5) files requires that the *
N: Build-Depends-Package: line should start in column one of the file and
N: not be indented to align with the symbols themselves. Please do not
N: use the placeholder #PACKAGE#. The development package for your shared
N: library must be stated explicitly.
N:
N: Refer to Debian Policy Manual section 8.6.3.2 (The symbols File
N: Format), the deb-symbols(5) manual page, the dpkg-shlibdeps(1) manual
N: page,
N: https://www.debian.org/doc/manuals/maint-guide/advanced.en.html#librarys...
N: and Bug#944047 for details.
N:
N: Severity: info
N:
N: Check: shared-libs
N:
I: debhello source: upstream-metadata-missing-bug-tracking
N:
I: upstream-metadata-missing-bug-tracking
N:
N: The DEP 12 metadata file does not specify any upstream bug tracking
N: information (ie. the Bug-Database or Bug-Submit fields are missing).
N:
N: The upstream metadata can be found in the source package in the file
N: debian/upstream/metadata.
N:
N: Refer to https://dep-team.pages.debian.net/deps/dep12/ for details.
N:
N: Severity: info
N:
N: Check: debian/upstream/metadata
N:
I: debhello source: upstream-metadata-missing-repository
N:
I: upstream-metadata-missing-repository
N:
N: The DEP 12 metadata file does not specify the location of upstream's
N: version control repository (ie. the Repository and Repository-Browse
N: fields are missing).
N:
N: The upstream metadata can be found in the source package in the file
N: debian/upstream/metadata.
N:
N: Refer to https://dep-team.pages.debian.net/deps/dep12/ for details.
N:
N: Severity: info
N:
N: Check: debian/upstream/metadata
N:
Finished running lintian.
|