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

Stefan Ebner sebner at ubuntu.com
Sat Jan 2 14:48:23 UTC 2010


The following commit has been merged in the master branch:
commit df28a8fb2b24539b7872c33d34aa0e8c4d9b2978
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Sat Jan 2 15:46:38 2010 +0100

    remove symlink and useless .a .la and .so files

diff --git a/debian/rules b/debian/rules
index 72d1b61..532b7c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,11 @@ override_dh_auto_build:
 	ln -s $(CURDIR)/lib/bareFTP.SftpPty/bin/Release/bareFTP.SftpPty.dll \
 	$(CURDIR)/src/bareFTP.Protocol.Sftp/bin/Release/bareFTP.SftpPty.dll
 	dh_auto_build
+	rm -f $(CURDIR)/src/bareFTP.Protocol.Sftp/bin/Release/bareFTP.SftpPty.dll
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.*
 
 override_dh_installman:
 	dh_installman $(CURDIR)/data/bareftp.1

-- 
bareftp



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