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
|
golang-github-revel-revel (1.0.0-3) unstable; urgency=medium
[ Simon Josefsson ]
* Team upload.
* Bump Standards-Version to 4.6.2.
* Silence update-debian-copyright.
* Tag Debian-only patch as Forwarded: not-needed.
[ Aloïs Micard ]
* Make the build reproducible (Closes: #983033).
-- Simon Josefsson <simon@josefsson.org> Mon, 12 Feb 2024 18:17:28 +0100
golang-github-revel-revel (1.0.0-2) unstable; urgency=medium
* Team Upload
* Skip TestGetCustom which requires network access (Closes: #977542)
-- Reinhard Tartler <siretart@tauware.de> Tue, 16 Feb 2021 16:33:48 -0500
golang-github-revel-revel (1.0.0-1) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit,
Repository, Repository-Browse.
[ Anthony Fok ]
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
* debian/watch: Update to version=4 and add filenamemangle, etc.
* New upstream version 1.0.0
* Remove debian/patches/go-cache.patch
which was cherry-picked from upstream and is already in v1.0.0
* debian/copyright: Update copyright holder according to LICENSE file
and remove mentions of jquery-1.9.1.min.js and bootstrap.css which
upstream no longer carries
* debian/control: Update dependencies for v1.0.0, at least the ones
that are already packaged for Debian
* Add local copy of unpackaged dependencies:
- github.com/revel/config v1.0.0
- github.com/revel/log15 v2.11.20+incompatible
- github.com/xeonx/timeago v1.0.0-rc4
- gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0
* debian/rules: Copy our local dependencies to github.com/revel/revel/vendor
* debian/rules: Install "README.md" and "conf/" too; needed for tests
* Skip memcached and redis tests to prevent having to run actual
memcached and redis servers during Debian package build;
see 0001-skip-memcached-and-redis-tests.patch
* debian/rules: Remove override_dh_auto_test since all remaining tests
now run successfully
* Update Maintainer email address to team+pkg-go@tracker.debian.org
* debian/control: Change Section from devel to golang
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
* Add "Rules-Requires-Root: no" to debian/control
* Bump Standards-Version to 4.5.0 (no change)
* Add myself to the list of Uploaders
-- Anthony Fok <foka@debian.org> Fri, 20 Nov 2020 20:19:32 -0700
golang-github-revel-revel (0.12.0+dfsg-4) unstable; urgency=medium
* Team upload.
* Apply "cme fix dpkg" to debian/control and debian/copyright.
Adding Testsuite: autopkgtest-pkg-go, and setting Priority to optional,
and bumping Standards-Version to 4.1.3, etc.
* Depend on the canonical golang-github-fsnotify-fsnotify-dev instead of old
transitional golang-github-go-fsnotify-fsnotify-dev | golang-fsnotify-dev
packages.
* Use debhelper (>= 11).
* Update copyright information of debian/patches/go-cache.patch.
* Use full display name for Maintainer field.
* Update Vcs-* URLs to match source package name.
-- Anthony Fok <foka@debian.org> Fri, 02 Mar 2018 06:31:30 -0700
golang-github-revel-revel (0.12.0+dfsg-3) unstable; urgency=medium
* Team upload.
* switch to patrickmn/go-cache
-- Michael Stapelberg <stapelberg@debian.org> Fri, 16 Feb 2018 22:32:19 +0100
golang-github-revel-revel (0.12.0+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> Wed, 09 Aug 2017 15:15:50 +0300
golang-github-revel-revel (0.12.0+dfsg-1) unstable; urgency=low
* Initial release (Closes: #785168)
-- Tim Potter <tpot@hp.com> Mon, 11 May 2015 12:00:11 +1000
|