[Pkg-cli-apps-commits] [SCM] bareftp branch, master, updated. debian/0.2.3-1-22-g9389c58
Stefan Ebner
sebner at ubuntu.com
Mon Jan 4 16:31:10 UTC 2010
The following commit has been merged in the master branch:
commit 9389c581bea19656b371b762bfc36f3d0ed480d8
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Mon Jan 4 17:30:54 2010 +0100
Only remove .a and .la
diff --git a/debian/changelog b/debian/changelog
index 65a3c25..8e22b4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ bareftp (0.3.1-1) UNRELEASED; urgency=low
* debian/rules:
+ Remove quilt and autoreconf references
+ Add workaround to let make find bareFTP.SftpPty.dll at build time
+ + Remove useless .a and .la files
* debian/copyright: Updated
-- Stefan Ebner <sebner at ubuntu.com> Thu, 31 Dec 2009 12:35:38 +0100
diff --git a/debian/rules b/debian/rules
index f29a84f..7d17db9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,8 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
- rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.*
+ rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.a
+ rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.la
get-orig-source:
uscan \
--
bareftp
More information about the Pkg-cli-apps-commits
mailing list