Codebase list yodl / ee1abc1
Imported Debian patch 2.14.4-1 Frank B. Brokken authored 15 years ago tony mancill committed 11 years ago
6 changed file(s) with 21 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 #define VERSION "2.14.3"
0 #define VERSION "2.14.4"
11 #define YEARS "1996-2009"
0 yodl (2.14.4)
1
2 * Missing local-path location specification in scripts/createmacros caused
3 xlatin1.tex to be included as ./xlatin1.tex. Now repaired.
4
5 * Yodl2whatever's --intermediate option didn't accept a (file) argument. Now
6 repaired.
7
8 -- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 13 May 2009 11:38:42 +0200
9
010 yodl (2.14.3)
111
212 * Tony Mancill and George Danchev discovered a flaw in the build script: it
0 yodl (2.14.4-1) unstable; urgency=low
1
2 * New upstream release
3
4 -- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 13 May 2009 11:40:48 +0200
5
06 yodl (2.14.3-1) unstable; urgency=low
17
28 * New upstream release (2.14.2-1 not uploaded to the Debian archives due to
100100 # Archive downloaded from https://www.icce.rug.nl/debian/yodl
101101 # file: yodl_x.y.z.tar.gz
102102
103 MD5TRUSTED := 755b4dc3ffbb56e6249d26555670b3de
103 MD5TRUSTED := ee62b674013a29818ac8ea31c6b109bd
104104
105105 DEBVERSION:=$(shell head -n 1 debian/changelog | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
106106 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
77 WIP=$1/macros
88 DST=$2
99 FMT=$3
10 LOCAL=$4
1011
1112 echo "
1213 INCWSLEVEL()
2122
2223 echo "DECWSLEVEL()" >> $WIP
2324
24 scripts/configreplacements $WIP $DST/std.$FMT.yo ./
25 scripts/configreplacements $WIP $DST/std.$FMT.yo $LOCAL
2526
2627
2728
9191 TEMP=`getopt -o D:d:ghi:I:kl:m:n:o:p:r:tVvWw \
9292 --long define:,definemacro:,help,include:,index:,keep-ws,live-data:\
9393 --long messages:,max-nested-files:,output:,preload:,max-replacements:\
94 --long trace,version,no-warnings,verbose,warranty,warn,intermediate\
94 --long trace,version,no-warnings,verbose,warranty,warn,intermediate:\
9595 -- "$@"`
9696 else
9797 # Poor man's getopt. Only single-char flags supported.