This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository trnascan-se.
commit 13abefa3b152610efcdc4e2012fc81edc39c730e Author: Afif Elghraoui <[email protected]> Date: Fri Oct 30 21:51:01 2015 -0700 Change the upstream LIBDIR to a directory in /usr/share The files installed there are architecture-independent data. This commit also includes refreshing another patch affected by this change. --- debian/patches/install-location.patch | 2 +- debian/patches/perl5dir.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/install-location.patch b/debian/patches/install-location.patch index af9c8ad..2b02d37 100644 --- a/debian/patches/install-location.patch +++ b/debian/patches/install-location.patch @@ -12,7 +12,7 @@ Last-Update: 2015-10-30 -LIBDIR = $(HOME)/lib/tRNAscan-SE -MANDIR = $(HOME)/man +BINDIR = $(DESTDIR)/usr/bin -+LIBDIR = $(DESTDIR)/usr/lib/tRNAscan-SE ++LIBDIR = $(DESTDIR)/usr/share/tRNAscan-SE +MANDIR = $(DESTDIR)/usr/share/man ## NOTE !! If you later manually move the location of diff --git a/debian/patches/perl5dir.patch b/debian/patches/perl5dir.patch index b3eaf2b..7e23866 100644 --- a/debian/patches/perl5dir.patch +++ b/debian/patches/perl5dir.patch @@ -6,7 +6,7 @@ Last-Update: 2015-10-30 +++ trnascan-se/Makefile @@ -23,6 +23,7 @@ BINDIR = $(DESTDIR)/usr/bin - LIBDIR = $(DESTDIR)/usr/lib/tRNAscan-SE + LIBDIR = $(DESTDIR)/usr/share/tRNAscan-SE MANDIR = $(DESTDIR)/usr/share/man +PERL5DIR = $(DESTDIR)/usr/share/perl5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trnascan-se.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
