1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
libantlr3c (3.4+dfsg-4) unstable; urgency=medium
* QA upload.
[ Debian Janitor ]
* Update standards version to 4.4.1, no changes needed.
* Update standards version to 4.5.0, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 13 Feb 2021 01:42:04 +0000
libantlr3c (3.4+dfsg-3) unstable; urgency=medium
[ Andreas Beckmann ]
* QA upload.
* Switch to debhelper-compat (= 12).
* Bump Standards-Version to 4.3.0 (no changes needed).
[ Helmut Grohne ]
* Use dh_auto_configure. (Closes: #920403)
-- Andreas Beckmann <anbe@debian.org> Sat, 26 Jan 2019 16:22:40 +0100
libantlr3c (3.4+dfsg-2) unstable; urgency=medium
* QA upload.
* Upload to unstable.
-- Fabian Wolff <fabi.wolff@arcor.de> Thu, 21 Jun 2018 12:38:06 +0200
libantlr3c (3.4+dfsg-1) experimental; urgency=medium
* QA upload.
* New upstream release.
* Add debian/watch file.
* Update patches.
* Add 02-convert-utf.patch (Closes: #900601).
* Upgrade to debhelper compat level 11.
* Update Homepage field in debian/control.
* Convert debian/copyright to the machine-readable format.
* Upgrade to Standards-Version 4.1.4 in debian/control.
* Adjust package names according to the changed SONAME.
* Add Vcs-Git and Vcs-Browser fields in debian/control.
* Add debian/README.Debian and remove libantlr3c-dev.README.Debian.
-- Fabian Wolff <fabi.wolff@arcor.de> Mon, 18 Jun 2018 19:21:45 +0200
libantlr3c (3.2-3) unstable; urgency=medium
* QA upload.
* debian/control:
+ Set the maintainer to Debian QA Group <packages@qa.debian.org>. Thanks
Julien for having maintained this package (closes: #688541).
+ Build-depends on dh-autoreconf instead of autotools-dev.
* debian/rules:
+ Use dh-autoreconf instead of autotools-dev (closes: #734022).
-- Aurelien Jarno <aurel32@debian.org> Tue, 19 Aug 2014 10:49:45 +0200
libantlr3c (3.2-2) unstable; urgency=low
* Multiarch conversion.
* debian/control:
+ Bump Standards-Version to 3.9.2 (no changes).
+ Bump debhelper build-dep to >= 8.1.3 for multiarch.
+ Add Pre-Depends: ${misc:Pre-Depends} to libantlr3c{,-antlrdbg}-3.2-0.
+ Tag libantlr3c{,-antlrdbg}-3.2-0 with Multi-Arch: same.
* debian/rules:
+ Set multiarch path for both builds.
+ Adapt paths where needed.
+ Change dh_install invocation.
* debian/*.install:
+ Adapt for multiarch.
* debian/copyright:
+ Remove reference to /usr/share/common-licenses/BSD; the full text of
the license is included in the copyright file already.
-- Julien BLACHE <jblache@debian.org> Mon, 13 Jun 2011 12:32:29 +0200
libantlr3c (3.2-1) unstable; urgency=low
* New upstream release, with revised packaging.
* Move to source format 3.0 (quilt).
* debian/control:
+ Bump Standards-Version to 3.8.4 (no changes).
+ Add ${misc:Depends}.
+ Add Build-dep on dpkg-dev (>= 1.15.4) for DEB_HOST_ARCH_BITS support
in dpkg-architecture.
+ Adapt package names for the new packaging (using version in soname).
* debian/rules:
+ Use DEB_HOST_ARCH_BITS from dpkg-architecture instead of
debian/check64.c to check for a 64bit arch.
* debian/patches/debian_soname.patch:
+ Added; define a proper soname for Debian.
* debian/patches/fix_configure_warning.patch:
+ Added; fix misuse of AC_INCLUDES_DEFAULT leading to a warning during
execution of the configure script.
-- Julien BLACHE <jblache@debian.org> Thu, 24 Jun 2010 18:20:03 +0200
libantlr3c (3.1.3-1) unstable; urgency=low
* Initial release (closes: #494263).
-- Julien BLACHE <jblache@debian.org> Sat, 30 May 2009 17:34:32 +0200
|