[Pkg-cli-libs-commits] [nunit] 03/04: Force XDG_CONFIG_HOME so /nonexistent/.config/NuGet isn't used
Jo Shields
directhex at moszumanska.debian.org
Mon Dec 14 16:04:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/2.6.4+dfsg-1
in repository nunit.
commit cfcfb9345bb1318382e88669c40485dabd0e6b09
Author: Jo Shields <jo.shields at xamarin.com>
Date: Mon Dec 14 15:59:05 2015 +0000
Force XDG_CONFIG_HOME so /nonexistent/.config/NuGet isn't used
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 3cfad70..6e65afd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,9 +31,9 @@ override_dh_auto_build:
-o monodocer bin/Debug/lib/nunit.core.dll;
mdoc assemble -o nunit.core monodocer;
- nuget pack nuget/nunit.nuspec -Verbose -NoPackageAnalysis -NoDefaultExcludes
- nuget pack nuget/nunit.mocks.nuspec -Verbose -NoPackageAnalysis -NoDefaultExcludes
- nuget pack nuget/nunit.runners.nuspec -Verbose -NoPackageAnalysis -NoDefaultExcludes
+ XDG_CONFIG_HOME=debian/ nuget pack nuget/nunit.nuspec -Verbose -NoPackageAnalysis -NoDefaultExcludes
+ XDG_CONFIG_HOME=debian/ nuget pack nuget/nunit.mocks.nuspec -Verbose -NoPackageAnalysis -NoDefaultExcludes
+ XDG_CONFIG_HOME=debian/ nuget pack nuget/nunit.runners.nuspec -Verbose -NoPackageAnalysis -NoDefaultExcludes
override_dh_install:
install -D -m 755 debian/nunit-console.sh debian/nunit-console/usr/bin/nunit-console
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/nunit.git
More information about the Pkg-cli-libs-commits
mailing list