[libsocket6-perl] 15/15: Fix debian/rules

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Feb 15 22:12:10 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libsocket6-perl.

commit 99abd88491965706f3ca5e6609bed1019326fef5
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Feb 15 22:06:58 2014 +0000

    Fix debian/rules
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9e77971..9ef5eff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 %:
-	dh "$@"
+	dh $@
 
 override_dh_auto_configure:
-        perl Makefile.PL INSTALLDIRS=vendor LDDLFLAGS="-shared -L/usr/local/lib -fstack-protector $(LDFLAGS)"
+	perl Makefile.PL INSTALLDIRS=vendor LDDLFLAGS="-shared -L/usr/local/lib -fstack-protector $(LDFLAGS)"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsocket6-perl.git



More information about the Pkg-perl-cvs-commits mailing list