[netcdf-cxx-legacy] 03/05: Explicitly remove .la file, not installed.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Aug 14 17:31:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf-cxx-legacy.

commit 5727507d0c157f5d986b3d7a98391cee6b779a40
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Aug 14 19:01:44 2015 +0200

    Explicitly remove .la file, not installed.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c7b5db0..859136c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf-cxx-legacy (4.2-1~exp6) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
   * Include static library in -dev package.
+  * Explicitly remove .la file, not installed.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 14 Aug 2015 18:21:30 +0200
 
diff --git a/debian/rules b/debian/rules
index 38d37a0..e11213d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_test:
 	dh_auto_test || echo "Ignoring test failures"
 
 override_dh_install:
+	$(RM) debian/*/usr/lib/*/*.la
 	dh_install --list-missing
 
 override_dh_strip:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-cxx-legacy.git



More information about the Pkg-grass-devel mailing list