This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdbd-sqlite2-perl.
commit b6a948e98e30d4ca3d4814868f38793ce15288ab Author: gregor herrmann <[email protected]> Date: Mon Aug 11 18:37:16 2014 +0200 Use $Config{vendorarch} to get library path in debian/rules. --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3771339..3022803 100755 --- a/debian/rules +++ b/debian/rules @@ -3,12 +3,14 @@ PACKAGE := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PACKAGE) +ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}') + %: dh $@ --with perl_dbi override_dh_auto_install: dh_auto_install - [ ! -f $(TMP)/usr/lib/perl5/DBD/getsqlite.pl ] || rm $(TMP)/usr/lib/perl5/DBD/getsqlite.pl + [ ! -f $(TMP)/$(ARCHLIB)/DBD/getsqlite.pl ] || $(RM) -v $(TMP)/$(ARCHLIB)/DBD/getsqlite.pl override_dh_auto_clean: dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite2-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
