[irstlm] 118/146: Dropped compilation_fixes.patch.

Giulio Paci giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:37:15 UTC 2016


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

giuliopaci-guest pushed a commit to branch master
in repository irstlm.

commit 13d4c91aff1131dc3360a51f11e25d4e47be6198
Author: Giulio Paci <giuliopaci at gmail.com>
Date:   Thu Apr 28 23:44:29 2016 +0200

    Dropped compilation_fixes.patch.
---
 debian/patches/compilation_fixes.patch | 44 ----------------------------------
 1 file changed, 44 deletions(-)

diff --git a/debian/patches/compilation_fixes.patch b/debian/patches/compilation_fixes.patch
deleted file mode 100644
index c994ceb..0000000
--- a/debian/patches/compilation_fixes.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Description: compilation fixes
- Use default automake install targets to install scripts.
-Author: Giulio Paci <giuliopaci at gmail.com>
-Forwarded: yes
---- a/scripts/Makefile.am
-+++ b/scripts/Makefile.am
-@@ -1,19 +1,9 @@
--#sh_programs = add-start-end.sh build-lm-qsub.sh build-lm.sh machine-type.bash machine-type.csh os-type.bash os-type.csh rm-start-end.sh split-ngt.sh
--sh_programs = add-start-end.sh build-lm-qsub.sh build-lm.sh rm-start-end.sh split-ngt.sh
--perl_programs = build-sublm.pl goograms2ngrams.pl lm-stat.pl merge-sublm.pl ngram-split.pl sort-lm.pl split-dict.pl
--dist_programs = wrapper $(sh_programs) $(perl_programs) 
- 
- wrapperbindir = @prefix@/bin
- 
--install:
--	for p in $(sh_programs) $(perl_programs) ; do \
--		cp $$p $(DESTDIR)$(wrapperbindir) ;\
--	done
-+wrapperbin_SCRIPTS = \
-+add-start-end.sh build-lm-qsub.sh build-lm.sh rm-start-end.sh split-ngt.sh \
-+build-sublm.pl goograms2ngrams.pl lm-stat.pl merge-sublm.pl ngram-split.pl sort-lm.pl split-dict.pl
- 
--uninstall:
--	for p in $(sh_programs) $(perl_programs) ; do \
--                rm -f $(DESTDIR)$(wrapperbindir)/$$p ;\
--        done
--
--EXTRA_DIST = $(dist_programs)
-+EXTRA_DIST = wrapper
- 
---- a/configure.in
-+++ b/configure.in
-@@ -1,8 +1,8 @@
- AC_INIT(src)
- 
--CFLAGS=""
--CPPFLAGS=""
--CXXFLAGS=""
-+CFLAGS="$CFLAGS"
-+CPPFLAGS="$CPPFLAGS"
-+CXXFLAGS="$CXXFLAGS"
- 
- AC_PREFIX_DEFAULT(/usr/local/irstlm)
- AM_CONFIG_HEADER(config.h)

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



More information about the debian-science-commits mailing list