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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
|
tagpy (2025.1-2) unstable; urgency=medium
* Team upload.
* debian/copyright: Convert to machine-readable format
* Standards-Version: 4.7.2 (routine-update)
* watch file standard 4 (routine-update)
Set upstream metadata fields: Bug-Submit.
-- Dylan Aïssi <daissi@debian.org> Fri, 22 Aug 2025 12:38:45 +0200
tagpy (2025.1-1) unstable; urgency=medium
* New upstream version 2025.1
* Drop python3-pkg-resources build-dep (Closes: #1083793)
* Refresh patches
-- Alexandre Detiste <tchet@debian.org> Wed, 29 Jan 2025 12:58:44 +0100
tagpy (2022.1-3) unstable; urgency=medium
* Team upload.
* Rebuild for taglib 2.0.2.
* debian/control: Use new build-dep name libtag-dev from taglib 2.x.
* Bump Build-dep to v4.7.0.
-- Boyuan Yang <byang@debian.org> Fri, 10 Jan 2025 19:00:23 -0500
tagpy (2022.1-2) unstable; urgency=medium
* Team upload.
* debian/patches/83db5d5131288e0d45b163026f10dea34e1a3ecd.patch:
Add upstream proposed patch to fix compatibility with both taglib
1.x and 2.x.
-- Boyuan Yang <byang@debian.org> Thu, 09 Jan 2025 18:18:14 -0500
tagpy (2022.1-1) unstable; urgency=medium
* Team upload.
* New upstream with changed upstream maintainer.
* debian/control: Update Homepage information.
* debian/control:
+ Add new build-dependency python3-pytest.
* debian/rules: Drop all customizations and use the default buildsystem.
* debian/patches:
+ Add patch to remove usage of distutils.
+ Add patch to remove tests with buggy path issues from Debian
pybuild buildsystem.
-- Boyuan Yang <byang@debian.org> Tue, 26 Mar 2024 16:40:12 -0400
tagpy (2013.1-9) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on libtag1-dev.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 17 Oct 2022 03:38:40 +0100
tagpy (2013.1-8) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* Use the new Debian Python Team contact name and address
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Bump debhelper from deprecated 9 to 13.
-- Sandro Tosi <morph@debian.org> Thu, 16 Jun 2022 00:38:38 -0400
tagpy (2013.1-7) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Deprecating priority extra as per policy 4.0.1
* d/watch: Use https protocol
* d/control: Remove trailing whitespaces
* d/rules: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support (Closes: #938621).
* Enable autopkgtest-pkg-python testsuite.
[ Michal Čihař ]
* Bump standards to 4.2.1.
-- Ondřej Nový <onovy@debian.org> Mon, 28 Oct 2019 13:25:59 +0100
tagpy (2013.1-6.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix compilation against boost1.67. (Closes: #914063)
-- Anton Gladky <gladk@debian.org> Wed, 21 Nov 2018 18:51:00 +0100
tagpy (2013.1-6) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Piotr Ożarowski ]
* Add python3-tagpy binary package (Closes: #739216)
[ Michal Čihař ]
* Bump standards to 4.0.0.
-- Michal Čihař <nijel@debian.org> Fri, 21 Jul 2017 13:09:40 +0200
tagpy (2013.1-5) unstable; urgency=medium
* Use pypi.debian.net redirector for uscan.
-- Michal Čihař <nijel@debian.org> Mon, 24 Aug 2015 14:35:23 +0200
tagpy (2013.1-4) unstable; urgency=medium
* Add missing python-pkg-resources build dependency.
* Bump standards to 3.9.6.
* Adjust Vcs-Svn URL.
* Use system setuptools for building.
* Backport upstream patch for crash on non existing file (Closes: #712596).
-- Michal Čihař <nijel@debian.org> Mon, 06 Oct 2014 10:49:40 +0200
tagpy (2013.1-3) unstable; urgency=low
* Build depend on taglib 1.8.
-- Michal Čihař <nijel@debian.org> Wed, 24 Jul 2013 15:57:30 +0200
tagpy (2013.1-2) unstable; urgency=low
* Fixed parameters passed to dh.
-- Michal Čihař <nijel@debian.org> Wed, 10 Jul 2013 12:11:59 +0200
tagpy (2013.1-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Michal Čihař ]
* New upstream release.
* Updated patches.
* Bump standards to 3.9.4.
* Use debhelper 9.
* Fixed compilation with taglib 1.8 (Closes: #713707).
-- Michal Čihař <nijel@debian.org> Wed, 10 Jul 2013 10:59:10 +0200
tagpy (0.94.8-4) unstable; urgency=low
* Properly clean build files (Closes: #671332).
* Use hardened build flags.
* Bump standards to 3.9.3..
-- Michal Čihař <nijel@debian.org> Mon, 25 Jun 2012 15:28:48 +0200
tagpy (0.94.8-3) unstable; urgency=low
* Remove silly check for distribute (Closes: #634343).
* Bump standards to 3.9.2.
* Add build-arch and build-indep targets.
* Migrate to dh_python2.
* Install package with --install-layout=deb.
-- Michal Čihař <nijel@debian.org> Tue, 19 Jul 2011 13:19:37 +0200
tagpy (0.94.8-2) unstable; urgency=low
* Upload to unstable.
-- Michal Čihař <nijel@debian.org> Sun, 06 Feb 2011 12:59:50 +0100
tagpy (0.94.8-1) experimental; urgency=low
* New upstream release.
* Upload to experimental because of freeze.
* Bump standards to 3.9.1.
-- Michal Čihař <nijel@debian.org> Fri, 03 Sep 2010 15:23:23 +0200
tagpy (0.94.7-2) unstable; urgency=low
* Bump standards to 3.9.0.
* Convert to 3.0 (quilt) source format.
* Update debian/copyright not to point to common license BSD, but rather
include license text.
-- Michal Čihař <nijel@debian.org> Tue, 29 Jun 2010 11:05:23 +0200
tagpy (0.94.7-1) unstable; urgency=low
* New upstream version.
* Bump standards to 3.8.3 (no changes needed).
* Boost 1.39 changed library name, adjust debian/rules and build depend on
this version.
* Add debian/README.source.
-- Michal Čihař <nijel@debian.org> Fri, 28 Aug 2009 14:32:54 +0200
tagpy (0.94.6-1) unstable; urgency=low
* New upstream version.
* Refresh optional-siteconf.patch.
* Fix build when upstream has forgotten configure script.
* Bump standards to 3.8.2 (no changes needed).
-- Michal Čihař <nijel@debian.org> Tue, 14 Jul 2009 16:28:44 +0200
tagpy (0.94.5-5) unstable; urgency=low
* Update build deps to debhelper >= 7.0.50 for overrides.
* Build depend on non versioned boost (Closes: #531121).
-- Michal Čihař <nijel@debian.org> Mon, 01 Jun 2009 11:48:31 +0200
tagpy (0.94.5-4) unstable; urgency=low
* Switch to boost 1.37.
* Bump standards to 3.8.1 (no changes needed).
* Switch from pycentral to pysupport.
* Convert debian/rules to dh.
* Add patch to simplify handling of build for more python versions.
-- Michal Čihař <nijel@debian.org> Wed, 18 Mar 2009 15:05:07 +0100
tagpy (0.94.5-3) unstable; urgency=low
[ Michal Čihař ]
* Update to standards 3.8.0 (no changes needed).
* Update debian/copyright (year, link to GPL).
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
-- Michal Čihař <nijel@debian.org> Sun, 15 Feb 2009 14:13:14 +0100
tagpy (0.94.5-2) unstable; urgency=low
* Include examples in binary package.
-- Michal Čihař <nijel@debian.org> Thu, 31 Jul 2008 11:42:36 +0200
tagpy (0.94.5-1) unstable; urgency=low
* New upstream version.
- Build depend on python-setuptools.
- Fix configure params for new version.
- This version builds fine with GCC 4.3 (Closes: #483343).
* Use new homepage.
* Adjust watch file to use PyPi which is now official download site.
-- Michal Čihař <nijel@debian.org> Wed, 28 May 2008 14:26:08 +0200
tagpy (0.93-5) unstable; urgency=low
* Reupload as it seems to be easiest way to trigger rebuild on hppa and
mipsel.
* Move packaging to Python Modules Packaging Team:
- Change Vcs fields in debian/control.
- Add team to Uploaders.
-- Michal Čihař <nijel@debian.org> Tue, 20 May 2008 12:18:56 +0200
tagpy (0.93-4) unstable; urgency=low
* Link module with correct boost library for each Python version.
-- Michal Čihař <nijel@debian.org> Mon, 21 Apr 2008 09:18:24 +0200
tagpy (0.93-3) unstable; urgency=low
* Fix watch file to match upstream website changes.
-- Michal Čihař <nijel@debian.org> Wed, 27 Feb 2008 17:18:05 +0100
tagpy (0.93-2) unstable; urgency=low
* Update policy to 3.7.3 (no changes needed).
* Drop dpatch build dependency, we don't use it anyway.
* Adjusted Vcs-* headers to point to trunk.
-- Michal Čihař <nijel@debian.org> Tue, 26 Feb 2008 11:01:28 +0100
tagpy (0.93-1) unstable; urgency=low
* New upstream release (Closes: #448309).
-- Michal Čihař <nijel@debian.org> Sun, 28 Oct 2007 13:11:17 +0900
tagpy (0.92-1) unstable; urgency=low
* New upstream release, merges our patch.
- Drop not needed patches.
* Use new Homepage field.
* Build for all supported python versions.
-- Michal Čihař <nijel@debian.org> Wed, 03 Oct 2007 01:46:20 +0900
tagpy (0.91-2) unstable; urgency=low
* Add XS-Vcs headers.
* Fix build with current boost libraries (Closes: #426865).
* Rebuilt package is installable (Closes: #435785).
* Fix crash caused by double free in addFrame (Closes: #438556).
-- Michal Čihař <nijel@debian.org> Sun, 19 Aug 2007 18:43:25 +0200
tagpy (0.91-1) unstable; urgency=low
* Initial release (Closes: #417372).
-- Michal Čihař <nijel@debian.org> Tue, 3 Apr 2007 17:17:27 +0200
|