[Git][java-team/antlr][master] 2 commits: Fix build for arch:any when building with --no-arch-all
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sat Aug 21 05:57:16 BST 2021
Tony Mancill pushed to branch master at Debian Java Maintainers / antlr
Commits:
ad561484 by tony mancill at 2021-08-20T21:50:13-07:00
Fix build for arch:any when building with --no-arch-all
- - - - -
fed7e9ba by tony mancill at 2021-08-20T21:52:48-07:00
Prepare changelog for upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+antlr (2.7.7+dfsg-12) unstable; urgency=medium
+
+ * Fix build for arch:any when building with --no-arch-all
+ Thank you to Vagrant Cascadian for the fix.
+
+ -- tony mancill <tmancill at debian.org> Fri, 20 Aug 2021 21:51:37 -0700
+
antlr (2.7.7+dfsg-11) unstable; urgency=medium
* Add patches for reproducible builds:
=====================================
debian/rules
=====================================
@@ -47,7 +47,7 @@ override_dh_installexamples:
dh_installexamples
find debian/antlr-doc/usr/share/doc/antlr/examples -type f -print | xargs -r chmod 0644
# Remove example Makefiles containing build paths and binary paths
- find debian/antlr-doc/usr/share/doc/antlr/examples -name Makefile -print -delete
+ test ! -d debian/antlr-doc/usr/share/doc/antlr/examples || find debian/antlr-doc/usr/share/doc/antlr/examples -name Makefile -print -delete
rm -rf debian/antlr-doc/usr/share/doc/antlr/examples/csharp
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/java-team/antlr/-/compare/f70c87fb70f9829dbd58df5836d78b34aa1c021a...fed7e9ba62de2becbcd46033accfff571c10f939
--
View it on GitLab: https://salsa.debian.org/java-team/antlr/-/compare/f70c87fb70f9829dbd58df5836d78b34aa1c021a...fed7e9ba62de2becbcd46033accfff571c10f939
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210821/127cf4a6/attachment.htm>
More information about the pkg-java-commits
mailing list