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 110 111 112 113
|
golang-github-bugsnag-bugsnag-go (2.5.1-1) unstable; urgency=medium
* Team upload.
[ Nicolas Peugnet ]
* New upstream version 2.5.1. (Closes: #1099163)
* Add patch to fix the backtraces of inlined closures with go 1.24.
(Closes: #1098550)
* Make gbp point to upstream tags automatically.
[ Martina Ferrari ]
* d/gbp.conf: Update to team standards.
* Automated fixes by `cme fix dpkg`.
* d/control: update Standards-Version (no changes).
* d/copyright: remove repeated License section.
* d/patches: fix formatting.
* Include examples in package.
-- Martina Ferrari <tina@debian.org> Fri, 07 Mar 2025 14:11:00 +0000
golang-github-bugsnag-bugsnag-go (2.2.0-1) unstable; urgency=medium
* Team upload
* New upstream version 2.2.0
* Update Standards-Version to 4.6.2 (no changes)
* Replace golang-github-gofrs-uuid-dev with golang-github-google-uuid-dev
* Remove outdated references for js files
-- Shengjing Zhu <zhsj@debian.org> Thu, 09 Nov 2023 20:45:44 +0800
golang-github-bugsnag-bugsnag-go (1.7.0-2) unstable; urgency=medium
* Team upload
* Simplify dependency graph.
By not packaging integration with other libraries
* Update Standards-Version to 4.6.0 (no changes)
* Add Multi-Arch hint
-- Shengjing Zhu <zhsj@debian.org> Wed, 09 Feb 2022 01:50:50 +0800
golang-github-bugsnag-bugsnag-go (1.7.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Set upstream metadata fields: Repository, Repository-Browse.
[ Anthony Fok ]
* New upstream version 1.7.0
* debian/watch: Update to version=4 and add filenamemangle, etc.
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
* Remove debian/patches/noimport_osext.patch.
Add dependency on golang-github-kardianos-osext-dev, and
let panicwrap_test.go import github.com/kardianos/osext
* debian/control: Update dependencies for v1.7.0,
at least the ones that are already packaged for Debian
* Add local copy of unpackaged dependencies
- github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0
- github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
* debian/rules: Add execute_after_dh_auto_configure target to
copy local dependencies to github.com/bugsnag/bugsnag-go/vendor
* Bump dependency on golang-github-revel-revel-dev to (>= 1.0.0)
* debian/rules: Remove override_dh_auto_test target
now that all tests run successfully
* debian/rules: Override dh_auto_install with --no-binaries
to prevent test binaries from being installed
* Apply "cme fix dpkg" fixes:
- Organize debian/control fields
- Update debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
- Bump Standards-Version to 4.5.0 (no change)
* Update Maintainer email address to team+pkg-go@tracker.debian.org
* Add "Rules-Requires-Root: no" to debian/control
* debian/control: Change Section from devel to golang
* Add myself to the list of Uploaders
* Add copyright information for included bootstrap-3.3.6 and jquery-2.2.4
and add non-minified versions to debian/missing-sources/
-- Anthony Fok <foka@debian.org> Fri, 20 Nov 2020 22:04:14 -0700
golang-github-bugsnag-bugsnag-go (1.0.5+dfsg-3) unstable; urgency=medium
* Team upload.
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Dmitry Smirnov ]
* patch away obsolete "kardianos/osext"
* Standards-Version: 4.1.4; Priority: optional
* Testsuite: autopkgtest-pkg-go
* debhelper & compat to version 11
* copyright-format URL to HTTPS
-- Dmitry Smirnov <onlyjob@debian.org> Wed, 04 Jul 2018 16:24:10 +1000
golang-github-bugsnag-bugsnag-go (1.0.5+dfsg-2) unstable; urgency=medium
[ Paul Tagliamonte ]
* Team upload.
* Use a secure transport for the Vcs-Git and Vcs-Browser URL
[ Konstantinos Margaritis ]
* Replace golang-go with golang-any in Build-Depends, remove golang-go from
Depends
-- Konstantinos Margaritis <markos@debian.org> Tue, 08 Aug 2017 17:44:37 +0300
golang-github-bugsnag-bugsnag-go (1.0.5+dfsg-1) unstable; urgency=low
* Initial release (Closes: #785167)
-- Tim Potter <tpot@hp.com> Fri, 08 May 2015 13:58:06 +1000
|