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 114 115
|
python-fudge (1.1.1-2) unstable; urgency=medium
* Team upload
* d/control: Drop the build depending package python3-nose
(Closes: #1018499)
* d/rules: Don't run upstream test for now
Upstream hasn't updated the source for years and the nose based
testing would be needed to get moved over to unittests.
Unfortunately that takes some effort, OTOH there isn't much breakage to be
expected.
* d/{control,rules}: Switch to dh-sequence-python3
* python-fudge-doc: Use dh_sphinxdoc sequencer
* d/control: Update Standards-Version to 4.6.1
No further changes needed.
-- Carsten Schoenert <c.schoenert@t-online.de> Sat, 22 Oct 2022 10:12:38 +0200
python-fudge (1.1.1-1) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Apply multi-arch hints.
+ python-fudge-doc: Add Multi-Arch: foreign.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
[ Carsten Schoenert ]
* d/gbp.conf: Adding helper file for git-buildpackage
* New upstream version 1.1.1
* Add a patch queue from a patchqueue branch
Added patches:
Porting-existing-code-over-to-Python3-by-using-2to3.patch
Remove-version-check-in-setup.py.patch
(Closes: #997607)
* d/control: Update Homepage field to new URL
* d/watch: Mark watch file as version 4
* d/control: Update Standards-Version to 4.6.0
No further changes needed.
* d/control: Running wrap-and-sort -ast
* d/control: Adding entry Rules-Requires-Root: no
This package needs no root rights while building.
* d/rules: Using SOURCE_DATE_EPOCH to build timestamp
* d/copyright: Small update to the project data
-- Carsten Schoenert <c.schoenert@t-online.de> Sat, 06 Nov 2021 11:22:50 +0100
python-fudge (1.1.0-2) unstable; urgency=medium
* Team upload.
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Fix Format URL to correct one
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support (Closes: #937768).
-- Ondřej Nový <onovy@debian.org> Tue, 10 Dec 2019 15:18:46 +0100
python-fudge (1.1.0-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Jan Dittberner ]
* Use PyPI redirector for watch file
* fix package description mismatch in debian/control
* Apply patch by Juan Picca to have fixed timestamps to make the build
reproducible (Closes: #788501)
* Bump Standards-Version to 3.9.6 (no changes)
* Run wrap-and-sort
* Switch to dh-python/pybuild
* Update copyright years
* Build documentation in dh_auto_build step
* New upstream version
* Remove deletion of MacOS X files from dh_override_auto_clean,
because upstream removed them
* Re-Enable Python 3 tests
-- Jan Dittberner <jandd@debian.org> Wed, 30 Dec 2015 16:17:44 +0100
python-fudge (1.0.3-3) unstable; urgency=low
* Fix "missing dependency on python3!!" by using correct variable in
debian/control (Closes: #674405)
* fix Vcs-Svn and Vcs-Browser URLs in debian/control
-- Jan Dittberner <jandd@debian.org> Thu, 24 May 2012 15:21:51 +0200
python-fudge (1.0.3-2) unstable; urgency=low
* Fix "FTBFS if built twice in a row: aborting due to unexpected
upstream changes" by removing fudge.egg-info in debian/rules
override_auto_clean target (Closes: #671421)
-- Jan Dittberner <jandd@debian.org> Fri, 04 May 2012 21:14:07 +0200
python-fudge (1.0.3-1) unstable; urgency=low
* Initial release. (Closes: #643566)
-- Jan Dittberner <jandd@debian.org> Sun, 04 Mar 2012 21:13:38 +0100
|