[SCM] libnova library packaging branch, master, updated. debian/0.12.1-1-37-g54a017d

Pino Toscano pino at alioth.debian.org
Sun Mar 18 09:48:28 UTC 2012


The following commit has been merged in the master branch:
commit 32eb41ab84c0ed8a93637f395278dcbad2461984
Author: Pino Toscano <pino at debian.org>
Date:   Sun Mar 18 10:46:51 2012 +0100

    explicitly remove .la files from debian/tmp
    
    ... instead of ignore them in dh_install.
    Also, remove no more useful not-installed file
---
 debian/changelog     |    2 ++
 debian/not-installed |    2 --
 debian/rules         |    7 ++++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db1bdd5..a98edde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ libnova (0.14.0-0r0) unstable; urgency=low
     - mark libnova-0.14-0 as Multi-Arch: same
     - make libnova-0.14-0 pre-depend on ${misc:Pre-Depends}
   * Update date/version in libnovaconfig.1.
+  * Explicitly remove .la files from debian/tmp, instead of ignore them
+    in dh_install.
 
   [ Sune Vuorela ]
   * Change my email address to the @debian.org one.
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index e8de42c..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1,2 +0,0 @@
-# no libtool .la files, please
-./usr/lib/libnova.la
diff --git a/debian/rules b/debian/rules
index 5a328ac..a6a13c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,10 @@ override_dh_auto_test:
 	dh_auto_test
 	-lntest/lntest
 
+override_dh_auto_install:
+	dh_auto_install
+	# no libtool .la files, please
+	find debian/tmp -name '*.la' -type f -exec rm --verbose {} \;
+
 override_dh_install:
-	dh_install --list-missing -X.la
+	dh_install --list-missing

-- 
libnova library packaging



More information about the pkg-kde-commits mailing list