This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository nco.
commit 022022059182b569058cc7e35c1fc0439693695b Author: Bas Couwenberg <[email protected]> Date: Sun Jan 18 18:59:57 2015 +0100 Don't install libnco.la. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8cb5f12..2411c4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ nco (4.4.7-1) UNRELEASED; urgency=medium * Update copyright file using copyright-format 1.0. * Ignore test failures instead of disabling them. * Override dh_install to use --list-missing. + * Don't install libnco.la. -- Bas Couwenberg <[email protected]> Sun, 18 Jan 2015 16:40:05 +0100 diff --git a/debian/rules b/debian/rules index 3dba5f4..d2e5874 100755 --- a/debian/rules +++ b/debian/rules @@ -44,6 +44,7 @@ override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/nco -name '*.h' -delete find $(CURDIR)/debian/nco -name '*.hh' -delete + $(RM) debian/nco/usr/lib/nco/libnco.la rm -f debian/nco/usr/share/info/dir override_dh_install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

