diff options
author | Steve Langasek <vorlon@debian.org> | 2009-09-01 22:55:11 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:25:59 -0800 |
commit | f2923f8cfb4b5c0d191b442c00c5dcada2ea8d80 (patch) | |
tree | ab489bc5234a77825104896fd578a7ba18f7f672 | |
parent | ff43c9dcbd13cc4ed788653533f3109d9cdc4e60 (diff) | |
download | pam-f2923f8cfb4b5c0d191b442c00c5dcada2ea8d80.tar.gz pam-f2923f8cfb4b5c0d191b442c00c5dcada2ea8d80.tar.bz2 pam-f2923f8cfb4b5c0d191b442c00c5dcada2ea8d80.zip |
misc cleanup of useless code in debian/rules
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 377bce65..52c5a228 100755 --- a/debian/rules +++ b/debian/rules @@ -74,12 +74,6 @@ install: build $(MAKE) -C $(BUILD_TREE) DESTDIR=$(CURDIR)/debian/tmp install - # .la files are teh devil - rm -f $(CURDIR)/debian/tmp/lib/*.la - # for modules, we only want the .so - rm -f $(CURDIR)/debian/tmp/lib/security/*.la \ - $(CURDIR)/debian/tmp/lib/security/*.a - # Build architecture-independent files here. binary-indep: install dh_testdir -i @@ -115,7 +109,6 @@ binary-arch: install dh_testdir -a dh_testroot -a - mkdir -p debian/tmp/usr/lib dh_install -a -Nlibpam-cracklib -X pam_cracklib dh_install -plibpam-cracklib mkdir -p debian/libpam-cracklib/usr/share/pam-configs |