[pynac] 02/03: Completed the simplification of the multi-arch code

Julien Puydt julien.puydt at laposte.net
Tue Nov 3 16:53:29 UTC 2015


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

jpuydt-guest pushed a commit to branch master
in repository pynac.

commit dfc694aff981ef35aa321e2d0e7fb8c95856831c
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Nov 3 17:15:38 2015 +0100

    Completed the simplification of the multi-arch code
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7ae4839..81a0168 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ override_dh_auto_configure:
 	dh_auto_configure -- --enable-shared --disable-silent-rules --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
 
 override_dh_auto_install:
-	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+	dh_auto_install
+	find debian/ -name "*.la" -delete
 
 override_dh_install:
 	dh_install --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynac.git



More information about the debian-science-commits mailing list