[Pkg-cli-apps-commits] [SCM] bareftp branch, master, updated. debian/0.2.3-1-9-g24d66be

Stefan Ebner sebner at ubuntu.com
Thu Dec 31 14:56:08 UTC 2009


The following commit has been merged in the master branch:
commit 24d66be0792a585b2fd1ba1eb14cc39cb71ad5ea
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Thu Dec 31 15:55:00 2009 +0100

    Workaround for finding bareFTP.SftpPty.dll at build time

diff --git a/debian/rules b/debian/rules
index 3a11318..46751ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,13 @@ override_dh_auto_configure:
 override_dh_auto_test:
 	# disabled
 
+override_dh_auto_build:
+	mkdir $(CURDIR)/src/bareFTP.Protocol.Sftp/bin/
+	mkdir $(CURDIR)/src/bareFTP.Protocol.Sftp/bin/Release
+	ln -s $(CURDIR)/lib/bareFTP.SftpPty/bin/Release/bareFTP.SftpPty.dll \
+	$(CURDIR)/src/bareFTP.Protocol.Sftp/bin/Release/bareFTP.SftpPty.dll
+	dh_auto_build
+
 get-orig-source:
 	uscan \
 		--package $(DEB_SOURCE_NAME) \

-- 
bareftp



More information about the Pkg-cli-apps-commits mailing list