Andreas Tille pushed to branch master at Debian Med / mosdepth
Commits: 4973ef6c by Andreas Tille at 2020-11-03T11:59:10+01:00 Set HOME to enable building with pbuilder - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -5,9 +5,9 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Steffen Moeller <[email protected]> Build-Depends: debhelper (>= 12~), nim, - nim-docopt, - nim-regex, - nim-hts, + nim-docopt-dev, + nim-regex-dev, + nim-hts-dev, help2man Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/mosdepth ===================================== debian/rules ===================================== @@ -1,7 +1,8 @@ #!/usr/bin/make -f - DH_VERBOSE := 1 +DH_VERBOSE := 1 export LC_ALL=C.UTF-8 +export HOME=/tmp include /usr/share/dpkg/default.mk View it on GitLab: https://salsa.debian.org/med-team/mosdepth/-/commit/4973ef6c6b225a8a3f692936c5295feab98861af -- View it on GitLab: https://salsa.debian.org/med-team/mosdepth/-/commit/4973ef6c6b225a8a3f692936c5295feab98861af You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
