[med-svn] [phyml] 04/04: Fix no-configure-ac-date patch syntax error
Kevin Murray
daube-guest at moszumanska.debian.org
Wed Mar 2 04:59:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository phyml.
commit 4827722bcdd7d4c0321a8540b7fa3b84e2edfbee
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Wed Mar 2 15:58:21 2016 +1100
Fix no-configure-ac-date patch syntax error
extra \n in source files caused syntax errors, 'tr -d' it away
---
debian/patches/no-configure-ac-date | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/no-configure-ac-date b/debian/patches/no-configure-ac-date
index 5d335c4..747e3ca 100644
--- a/debian/patches/no-configure-ac-date
+++ b/debian/patches/no-configure-ac-date
@@ -5,7 +5,7 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([PhyML],esyscmd([sh -c "date \"+%Y%m%d\" | tr -d '\n'"]),[s.guindon at auckland.ac.nz])
-+AC_INIT([PhyML],esyscmd([sh -c "dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' '"]),[s.guindon at auckland.ac.nz])
++AC_INIT([PhyML],esyscmd([sh -c "dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | tr -d '\n'"]),[s.guindon at auckland.ac.nz])
AM_INIT_AUTOMAKE([foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phyml.git
More information about the debian-med-commit
mailing list