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
|
$ cd debhello-3.4
$ debuild
dpkg-buildpackage -us -uc -ui -i -i
dpkg-buildpackage: info: source package debhello
dpkg-buildpackage: info: source version 3.4-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
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 000-cmake-multiarch.patch
debian/rules clean
dh clean
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_3.4.orig.tar.g...
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building debhello in debhello_3.4-1.debian.tar.xz
dpkg-source: info: building debhello in debhello_3.4-1.dsc
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/path/to/debhello-3.4'
dh_auto_configure -- \
-DCMAKE_LIBRARY_ARCHITECTURE="x86_64-linux-gnu"
install -d /path/to/debhello-3.4/debian/.debhelper/generated/_source/...
install -d obj-x86_64-linux-gnu
cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_...
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Gettext: /usr/bin/msgmerge (found version "0.21")
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_SYSCONFDIR
-- Build files have been written to: /path/to/debhello-3.4/obj-x86_64-linux-g...
make[1]: Leaving directory '/path/to/debhello-3.4'
dh_auto_build
cd obj-x86_64-linux-gnu && make -j12 "INSTALL=install --strip-program...
make[1]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/path/to/debhello-3.4 -B/path/to/debhello-3.4/obj-x86_64-lin...
/usr/bin/cmake -E cmake_progress_start /path/to/debhello-3.4/obj-x86_64-linux...
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make -f po/CMakeFiles/desktop.dir/build.make po/CMakeFiles/desktop.dir/depen...
make -f po/CMakeFiles/translations_1.dir/build.make po/CMakeFiles/translatio...
make -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/depend
make -f lib/CMakeFiles/sharedlib.dir/build.make lib/CMakeFiles/sharedlib.dir...
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depe...
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depe...
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depe...
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depe...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/po/CMakeFiles/translatio...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/po/CMakeFiles/pot.dir/De...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/po/CMakeFiles/CMakeDirec...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/po/CMakeFiles/CMakeDirec...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/lib/CMakeFiles/sharedlib...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/lib/CMakeFiles/CMakeDire...
Scanning dependencies of target translations_1
Scanning dependencies of target pot
Scanning dependencies of target sharedlib
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make -f po/CMakeFiles/translations_1.dir/build.make po/CMakeFiles/translatio...
make -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
make -f lib/CMakeFiles/sharedlib.dir/build.make lib/CMakeFiles/sharedlib.dir...
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/po/CMakeFiles/desktop.di...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/po/CMakeFiles/CMakeDirec...
Scanning dependencies of target desktop
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make -f po/CMakeFiles/desktop.dir/build.make po/CMakeFiles/desktop.dir/build...
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make[3]: Circular data/hello.desktop <- data/hello.desktop dependency dropped...
make[3]: Nothing to be done for 'po/CMakeFiles/desktop.dir/build'.
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
[ 37%] Generating debhello.pot
[ 37%] Building C object lib/CMakeFiles/sharedlib.dir/sharedlib.c.o
[ 37%] Generating debhello.pot
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && touch /path/to/debhello-3...
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/lib && /usr/bin/cc -Dsharedlib_...
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && touch /path/to/debhello-3...
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && xgettext -o /path/to/debh...
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && xgettext -o /path/to/debh...
[ 50%] Built target desktop
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && xgettext -L Desktop -j -o...
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && xgettext -L Desktop -j -o...
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
[ 62%] Generating ja.gmo
[ 62%] Built target pot
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && /usr/bin/msgmerge --quiet...
[ 75%] Linking C shared library libsharedlib.so
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/lib && /usr/bin/cmake -E cmake_...
/usr/bin/cc -fPIC -g -O2 -ffile-prefix-map=/path/to/debhello-3.4=. -fstack-pr...
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/po && /usr/bin/msgfmt -o /path/...
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
[ 75%] Built target translations_1
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/lib && /usr/bin/cmake -E cmake_...
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
[ 75%] Built target sharedlib
make -f src/CMakeFiles/hello.dir/build.make src/CMakeFiles/hello.dir/depend
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depe...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/src/CMakeFiles/hello.dir...
Dependee "/path/to/debhello-3.4/obj-x86_64-linux-gnu/src/CMakeFiles/CMakeDire...
Scanning dependencies of target hello
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make -f src/CMakeFiles/hello.dir/build.make src/CMakeFiles/hello.dir/build
make[3]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
[ 87%] Building C object src/CMakeFiles/hello.dir/hello.c.o
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/src && /usr/bin/cc -DHAVE_CONFI...
[100%] Linking C executable hello
cd /path/to/debhello-3.4/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E cmake_...
/usr/bin/cc -g -O2 -ffile-prefix-map=/path/to/debhello-3.4=. -fstack-protecto...
make[3]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
[100%] Built target hello
make[2]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /path/to/debhello-3.4/obj-x86_64-linux...
make[1]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
dh_auto_test
rm -fr -- /tmp/dh-xdg-rundir-MVDIlcEo
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-3.4/debian/tmp
cd obj-x86_64-linux-gnu && make -j12 install DESTDIR=/path/to/debhell...
make[1]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/path/to/debhello-3.4 -B/path/to/debhello-3.4/obj-x86_64-lin...
make -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/share/locale/ja/LC_MESSAG...
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/share/applications/hello....
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/lib/x86_64-linux-gnu/libs...
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/lib/x86_64-linux-gnu/libs...
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/lib/x86_64-linux-gnu/libs...
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/include/sharedlib.h
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/bin/hello
-- Set runtime path of "/path/to/debhello-3.4/debian/tmp/usr/bin/hello" to ""...
-- Installing: /path/to/debhello-3.4/debian/tmp/usr/share/man/man1/hello.1
make[1]: Leaving directory '/path/to/debhello-3.4/obj-x86_64-linux-gnu'
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/applications debian/tmp/usr...
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
dh_installdocs: warning: Could not parse debhello.doc-base for doc-base Docum...
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/libsharedlib1/usr/share/doc...
install -p -m0644 debian/changelog debian/libsharedlib-dev/usr/share/...
install -p -m0644 debian/changelog debian/debhello/usr/share/doc/debh...
dh_installexamples
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_installinfo
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 debian/libsharedlib-dev/usr/lib/x86_64-linux-...
dh_strip_nondeterminism
Using 1624763041 as canonical time
Normalizing debian/debhello/usr/share/locale/ja/LC_MESSAGES/debhello....
Normalized debian/debhello/usr/share/locale/ja/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.Debian
chmod a-x usr/share/doc/debhello/changelog.Debian usr/share/man/man1/...
gzip -9nf usr/share/doc/debhello/changelog.Debian usr/share/man/man1/...
gzip -9nf usr/share/doc/libsharedlib-dev/changelog.Debian
chmod a-x usr/share/doc/libsharedlib1/changelog.Debian
gzip -9nf usr/share/doc/libsharedlib1/changelog.Debian
cd '/path/to/debhello-3.4'
cd '/path/to/debhello-3.4'
cd '/path/to/debhello-3.4'
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/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/libsharedlib-dev/usr/share/doc -type f -a -true -a ! -reg...
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/debhello/usr/share/man debian/debhello/usr/share/applicat...
find debian/libsharedlib1 -type f \( -name '*.so.*' -o -name '*.so' -...
find debian/libsharedlib1/usr/lib -type f -name '*.ali' -a -true -a -...
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/debhello/usr/bin -type f -a -true -a -true -print0 2>/dev...
find debian/libsharedlib-dev/usr/lib -type f -name '*.ali' -a -true -...
rm -f debian/debhello.debhelper.log debian/libsharedlib-dev.debhelper...
debian/rules override_dh_missing
make[1]: Entering directory '/path/to/debhello-3.4'
dh_missing -X.la -X.pyc -X.pyo
make[1]: Leaving directory '/path/to/debhello-3.4'
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...
install -d debian/.debhelper/debhello/dbgsym-root/usr/lib/debug/.buil...
objcopy --only-keep-debug --compress-debug-sections debian/debhello/u...
chmod 0644 -- debian/.debhelper/libsharedlib1/dbgsym-root/usr/lib/deb...
strip --remove-section=.comment --remove-section=.note --strip-unneed...
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/libsharedlib1/dbgsym-ro...
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 (>= 3.4)" >> 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
cp -f debian/debhello.postinst debian/debhello/DEBIAN/postinst
[META] Replace #TOKEN#s in "debian/debhello/DEBIAN/postinst"
chmod 0755 -- debian/debhello/DEBIAN/postinst
cp -f debian/debhello.preinst debian/debhello/DEBIAN/preinst
[META] Replace #TOKEN#s in "debian/debhello/DEBIAN/preinst"
chmod 0755 -- debian/debhello/DEBIAN/preinst
cp -f debian/debhello.prerm debian/debhello/DEBIAN/prerm
[META] Replace #TOKEN#s in "debian/debhello/DEBIAN/prerm"
chmod 0755 -- debian/debhello/DEBIAN/prerm
cp -f debian/debhello.postrm debian/debhello/DEBIAN/postrm
[META] Replace #TOKEN#s in "debian/debhello/DEBIAN/postrm"
chmod 0755 -- debian/debhello/DEBIAN/postrm
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/libsharedlib1.substvars
echo misc:Pre-Depends= >> debian/libsharedlib1.substvars
install -d debian/.debhelper/libsharedlib1/dbgsym-root/DEBIAN
dpkg-gencontrol -plibsharedlib1 -ldebian/changelog -Tdebian/libshared...
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...
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/libsharedlib-dev/DEBIAN/control
chmod 0644 -- debian/libsharedlib1/DEBIAN/control
chmod 0644 -- debian/debhello/DEBIAN/control
dh_md5sums
cd debian/libsharedlib-dev >/dev/null && xargs -r0 md5sum | perl -pe ...
cd debian/debhello >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^...
cd debian/libsharedlib1 >/dev/null && xargs -r0 md5sum | perl -pe 'if...
chmod 0644 -- debian/libsharedlib-dev/DEBIAN/md5sums
chmod 0644 -- debian/debhello/DEBIAN/md5sums
chmod 0644 -- debian/libsharedlib1/DEBIAN/md5sums
cd debian/.debhelper/libsharedlib1/dbgsym-root >/dev/null && xargs -r...
cd debian/.debhelper/debhello/dbgsym-root >/dev/null && xargs -r0 md5...
chmod 0644 -- debian/.debhelper/debhello/dbgsym-root/DEBIAN/md5sums
chmod 0644 -- debian/.debhelper/libsharedlib1/dbgsym-root/DEBIAN/md5s...
dh_builddeb
dpkg-deb --root-owner-group --build debian/.debhelper/debhello/dbgsym...
dpkg-deb --root-owner-group --build debian/debhello ..
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_3.4-1_amd64.deb'.
dpkg-deb: building package 'debhello-dbgsym' in '../debhello-dbgsym_3.4-1_amd...
dpkg-deb: building package 'libsharedlib1-dbgsym' in '../libsharedlib1-dbgsym...
dpkg-deb: building package 'libsharedlib-dev' in '../libsharedlib-dev_3.4-1_a...
dpkg-deb: building package 'libsharedlib1' in '../libsharedlib1_3.4-1_amd64.d...
dpkg-genbuildinfo
dpkg-genchanges >../debhello_3.4-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
dpkg-source -i -i --after-build .
dpkg-source: info: unapplying 000-cmake-multiarch.patch
dpkg-buildpackage: info: full upload (original source is included)
Now running lintian -i -I --show-overrides debhello_3.4-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: debian-rules-sets-dpkg-architecture-variable DEB_HOST_MUL...
N:
W: debian-rules-sets-dpkg-architecture-variable
N:
N: The debian/rules file sets one or more dpkg-architecture variables
N: such as DEB_BUILD_ARCH.
N:
N: These variables are pre-initialized in the environment when running
N: under dpkg-buildpackage - avoiding these assignments can reduce
N: package build time.
N:
N: Please use:
N:
N: include /usr/share/dpkg/architecture.mk
N:
N: instead, or replace the assignment operator with ?=.
N:
N: Refer to the dpkg-architecture(1) manual page for details.
N:
N: Severity: warning
N:
N: Check: debian/rules
N:
W: debhello: maintainer-script-empty postinst
N:
W: maintainer-script-empty
N:
N: The maintainer script doesn't seem to contain any code other than
N: comments and boilerplate (set -e, exit statements, and the case
N: statement to parse options). While this is harmless in most cases, it
N: is probably not what you wanted, may mean the package will leave
N: unnecessary files behind until purged, and may even lead to problems
N: in rare situations where dpkg would fail if no maintainer script was
N: present.
N:
N: If the package currently doesn't need to do anything in this
N: maintainer script, it shouldn't be included in the package.
N:
N: Severity: warning
N:
N: Check: scripts
N:
W: debhello: maintainer-script-empty postrm
W: debhello: maintainer-script-empty preinst
W: debhello: maintainer-script-empty prerm
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:
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: debhello source: patch-not-forwarded-upstream debian/patches/000-cmake-mul...
N:
I: patch-not-forwarded-upstream
N:
N: According to the DEP-3 headers, this patch has not been forwarded
N: upstream. Please forward the patch upstream and work with them to
N: ensure the patch is included in the version control system and in the
N: next upstream release of your package.
N:
N: If this patch should not be forwarded upstream please put not-needed
N: in the Forwarded header.
N:
N: Refer to , Debian Developer's Reference section 3.1.4 (Coordination
N: with upstream developers), Debian Policy Manual section 4.3 (Changes
N: to the upstream sources), and Bug#755153 for details.
N:
N: Severity: info
N:
N: Check: debian/patches/dep3
N:
N: Renamed from: send-patch
N:
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.
|