This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit 64f09bf889a9331cd17da8852c10e658f2d6afca Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 24 15:26:53 2017 +0200 Removed the no longer used antlr.snk file (C# signing key) --- debian/antlr.snk.uue | 17 ----------------- debian/changelog | 1 + debian/rules | 2 -- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/debian/antlr.snk.uue b/debian/antlr.snk.uue deleted file mode 100644 index c82e1ee..0000000 --- a/debian/antlr.snk.uue +++ /dev/null @@ -1,17 +0,0 @@ -begin 644 antlr.snk.uue -M!P(````D``!24T$R``0``!$```"_&Y7B2L#1&)Q;47.U2+]3=?2V!EK^_?U[ -M^1L]'<]N!L-)*7!66*)[X_%>H[$,:>W00EW)W$8]8EC\'@`E$T.""`-9#H)X -MV8B&_FB3K#R(\+'TATB;?@L4\+"E^I*4F=F5BE=!7UXSRZN4T7(H?ARY>L1Z -M7X-3X[K72E+&H'V-JI$;FO9+%.<L]/>`?:W7L(3[V5X[/1\BI'CL+=$Y?'N? -M-!+F5W%R@TST"7P#H];EON(9&_\BTQ\!>8=D(I0"E<E/^NL\>EUT5:*SS3GP -M]@K_$AG"[O;6$FKA,>VV%7EXGT1[[^<(L=2/_\\\O?MW[+PUD_B5`DIP\&W) -M`<,9&)C8,;N<T`)!&))7.@"6[%_MT^#)CJ1*^/B`.LX*!'=9:`>R;8'G5H2U -MQH0O'4P7R>HL"/><TIXBK6D-3;VM]5IN+_6@#13.'ZN19PQ/Y-1#10YYYZ[3 -M0^UX=8RA#@`PW`@X[<Y;&<N1&!QXV/6Y.,S1U\(`&!+S/"#DM'@!"N@B7[*G -MOW-I@+$J3QF0:6-$4^'A2O\PK39:.LE5)7R.?DY_7RH5^\*Z-0@-T]Z&_V8M -MG*3#[Y.HN2Z(35%MHW"?/\1*<4^_J%TH^2U`?)AFMMUK*=_B:5"Q]IP#)Q-Y -M-)%L"\GHA*2IUZQ_?P,O9@G"'!]!D4N.ROFDXZGF6H*X^4730VY-MZ`N<XI1 -MN<+O2?)(?EY!-)R<;6A3.VT$A$?O=WM['JT?+C39NMH/ARIO_DE!&<^H5C35 -+'$;>+H^R0#7@8W@` -` -end diff --git a/debian/changelog b/debian/changelog index 682cefc..82fdce1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ antlr (2.7.7+dfsg-8) UNRELEASED; urgency=medium * Fixed the build failure with Java 9 (Closes: #873971) * Removed the remaining references to cantlr and gcj + * Removed the no longer used antlr.snk file (C# signing key) * Moved the package to Git * Standards-Version updated to 4.1.1 * Switch to debhelper level 10 diff --git a/debian/rules b/debian/rules index 62f2287..6926273 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,6 @@ build: build-arch build-arch: configure build-stamp build-stamp: dh_testdir - uudecode -o debian/antlr.snk debian/antlr.snk.uue $(MAKE) -f debian/Makefile.debian compile build_antlr $(MAKE) -C lib/cpp CXXFLAGS="+ -fPIC -DPIC" mv -f lib/cpp/src/libantlr.a debian/libantlr-pic.a @@ -53,7 +52,6 @@ clean: -rm -f scripts/config.guess scripts.config.sub -rm -f antlr/Version.java -rm -f debian/libantlr-pic.a - -rm -f debian/antlr.snk -rm -rf debian/.wapi -rm -rf debian/tmp dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

