dpkg-buildpackage -us -uc -ui -B dpkg-buildpackage: info: source package littler dpkg-buildpackage: info: source version 0.3.20-1~bustercran.0 dpkg-buildpackage: info: source distribution buster-cran dpkg-buildpackage: info: source changed by Johannes Ranke dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 debian/rules clean test -x debian/rules dh_clean if test -d src; then \ find src -regex ".*\.o" | \ xargs --no-run-if-empty -r rm; \ fi rm -f config.log config.status debian/rules build-arch test -x debian/rules mkdir -p "." debian/rules binary-arch test -x debian/rules dh_testroot dh_prep dh_installdirs -A mkdir -p "." dh_installdirs usr/lib/R/site-library echo "R:Depends=r-base-core (>= 4.4.0-1~bustercran.0), r-api-4.0" >> debian/r-cran-littler.substvars if test -f /usr/bin/xvfb-run; then \ xvfb-run -a -n 20 \ -s "-screen 0 1024x768x24 -ac +extension GLX +render -noreset" \ R CMD INSTALL -l /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library --clean \ . \ "--built-timestamp=\"Fri, 14 Jun 2024 14:21:36 +0200\"" \ ; \ else \ R CMD INSTALL -l /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library \ --clean . \ "--built-timestamp=\"Fri, 14 Jun 2024 14:21:36 +0200\"" \ ; \ fi * installing *source* package 'littler' ... ** package 'littler' successfully unpacked and MD5 sums checked ** using staged installation 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for getopt.h... yes checking for sys/mkdev.h... no checking for sys/sysmacros.h... yes checking for setenv... yes checking for clock_gettime... yes checking for realtime... no checking for gettimeofday... yes checking for time... yes checking if R was built as a shared library... yes checking for install_name_tool... no configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/gitversion.h config.status: creating src/config.h ** libs using C compiler: 'gcc (Debian 8.3.0-6) 8.3.0' make[1]: Entering directory '/home/jranke/git/r-backports/buster/littler-0.3.20/src' gcc -o r -g -O2 -fdebug-prefix-map=/home/jranke/git/r-backports/buster/r-base-4.4.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/share/R/include littler.c -Wl,-z,relro -Wl,--export-dynamic -fopenmp -Wl,-z,relro -L/usr/lib/R/lib -lR -lpcre2-8 -ldeflate -llzma -lbz2 -lz -lrt -ldl -lm -licuuc -licui18n -lblas -llapack -Wl,-rpath,/usr/lib/R/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/jvm/default-java/lib/server -Wl,-rpath,/usr/lib/R/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/jvm/default-java/lib/server -Wl,-rpath,/usr/lib/R/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/jvm/default-java/lib/server * * new binary r installed in bin/ subdirectory * consider adding a symbolic link from, e.g., /usr/local/bin * on OS X, you may have to name this 'lr' instead * see the littler-faq vignette for more details * make[1]: Leaving directory '/home/jranke/git/r-backports/buster/littler-0.3.20/src' make[1]: Entering directory '/home/jranke/git/r-backports/buster/littler-0.3.20/src' make[1]: Leaving directory '/home/jranke/git/r-backports/buster/littler-0.3.20/src' ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (littler) rm -vf /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/R.css \ /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/littler/COPYING \ /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/littler/LICENSE.txt \ /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/littler/LICENSE if test -f debian/overrides; then \ install -d /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/share/lintian/overrides ; \ install -m 0644 debian/overrides \ /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/share/lintian/overrides/r-cran-littler; \ fi Adding cdbs dependencies to debian/r-cran-littler.substvars dh_installdirs -pr-cran-littler \ dh_installdocs -pr-cran-littler dh_installexamples -pr-cran-littler dh_installman -pr-cran-littler dh_installinfo -pr-cran-littler dh_installmenu -pr-cran-littler dh_installcron -pr-cran-littler dh_systemd_enable -pr-cran-littler dh_installinit -pr-cran-littler dh_installdebconf -pr-cran-littler dh_installemacsen -pr-cran-littler dh_installcatalogs -pr-cran-littler dh_installpam -pr-cran-littler dh_installlogrotate -pr-cran-littler dh_installlogcheck -pr-cran-littler dh_installchangelogs -pr-cran-littler ./ChangeLog dh_installudev -pr-cran-littler dh_lintian -pr-cran-littler dh_bugfiles -pr-cran-littler dh_install -pr-cran-littler dh_systemd_start -pr-cran-littler dh_link -pr-cran-littler usr/lib/R/site-library/littler/examples/ usr/share/doc/littler/examples dh_installmime -pr-cran-littler dh_installgsettings -pr-cran-littler dh_installdirs usr/bin usr/share/man/man1 install -v -m 0644 /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/bin/ '/home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r' -> '/home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/bin/r' install -v -m 0644 /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/littler/man-page/r.1 /home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/share/man/man1/ '/home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/lib/R/site-library/littler/man-page/r.1' -> '/home/jranke/git/r-backports/buster/littler-0.3.20/debian/r-cran-littler/usr/share/man/man1/r.1' dh_strip -pr-cran-littler dh_strip_nondeterminism -pr-cran-littler dh_compress -pr-cran-littler dh_fixperms -pr-cran-littler dh_makeshlibs -pr-cran-littler dh_installdeb -pr-cran-littler dh_perl -pr-cran-littler dh_shlibdeps -pr-cran-littler dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libdeflate.so.0 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against liblapack.so.3 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against liblzma.so.5 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libgomp.so.1 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against librt.so.1 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libicuuc.so.63 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libdl.so.2 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libpthread.so.0 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libbz2.so.1.0 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libblas.so.3 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libicui18n.so.63 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libz.so.1 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libm.so.6 (they use none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/r-cran-littler/usr/lib/R/site-library/littler/bin/r debian/r-cran-littler/usr/bin/r were not linked against libpcre2-8.so.0 (they use none of the library's symbols) dh_gencontrol -pr-cran-littler dh_md5sums -pr-cran-littler dh_builddeb -pr-cran-littler dpkg-deb: building package 'r-cran-littler' in '../r-cran-littler_0.3.20-1~bustercran.0_amd64.deb'. dpkg-deb: building package 'r-cran-littler-dbgsym' in '../r-cran-littler-dbgsym_0.3.20-1~bustercran.0_amd64.deb'. dpkg-genbuildinfo --build=any dpkg-genchanges --build=any >../littler_0.3.20-1~bustercran.0_amd64.changes dpkg-genchanges: warning: the current version (0.3.20-1~bustercran.0) is earlier than the previous one (0.3.20-1) dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included)