File: changelog

package info (click to toggle)
createrepo-c 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,632 kB
  • sloc: ansic: 31,242; python: 4,868; xml: 2,669; sh: 363; makefile: 26; perl: 7
file content (122 lines) | stat: -rw-r--r-- 4,618 bytes parent folder | download
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
createrepo-c (1.2.0-2) unstable; urgency=medium

  * Silly me, libcreaterepo-c1 is NEW, it needs a binary upload.

 -- Peter Pentchev <roam@debian.org>  Wed, 29 Jan 2025 04:20:26 +0200

createrepo-c (1.2.0-1) unstable; urgency=medium

  [ Loren M. Lang ]
  * New upstream version 1.2.0
  * Updated patches for latest import
  * Library SONAME bump
  * Updated symbol list for libcreaterepo-c
  * Updated copyright for createrepo-c-1.2.0
  * Updated patches for latest import
  * Library SONAME bump
  * Updated symbol list for libcreaterepo-c
  * Updated copyright for createrepo-c-1.2.0
  * Update changelog for 1.2.0-1 release

  [ Peter Pentchev ]
  * autopkgtest: use Ruff 0.9.3, override a docstring check.
  * Use debputy's X-Style: black.
  * Add the year 2025 to my debian/* copyright notice.

 -- Peter Pentchev <roam@debian.org>  Wed, 29 Jan 2025 03:19:32 +0200

createrepo-c (0.17.3-6) unstable; urgency=medium

  * Team upload.
  * autopkgtest: add missing dependencies on file and elfutils
  * autopkgtest: disable debuginfo package

 -- Luca Boccassi <bluca@debian.org>  Mon, 14 Oct 2024 23:30:04 +0100

createrepo-c (0.17.3-5) unstable; urgency=medium

  * Add the const-libxml2 upstream patch to fix FTBFS with a recent
    version of libxml2 which now returns a pointer to a const structure.
  * Add the sqlite-libxml2 upstream patch to fix another GCC 13 const
    warning/error. Closes: #1074321
  * Add the year 2024 to my debian/* copyright notice.
  * Use X-DH-Compat instead of debian/compat.
  * Let debhelper add some default dependencies automatically.
  * Use dpkg's default.mk in the rules file.
  * Reflow a rules file line for clarity.
  * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no.
  * Use dh-package-notes to record ELF package metadata.
  * Refresh the Python code style of the autopkgtest runner.

 -- Peter Pentchev <roam@debian.org>  Fri, 28 Jun 2024 12:28:10 +0300

createrepo-c (0.17.3-4) unstable; urgency=medium

  * Fix time-print.patch for armhf/armel

 -- Luca Boccassi <bluca@debian.org>  Sun, 14 Apr 2024 15:27:33 +0100

createrepo-c (0.17.3-3) unstable; urgency=medium

  * Team upload.
  * Move to team maintenance
  * Add patch to fix FTBFS due to missing include (Closes: #1066292)
  * Add patch to fix printing 64bit time_t
  * Bump Standards-Version to 4.7.0, no changes
  * Remove egg-info on dh_auto_clean (Closes: #1045117)

 -- Luca Boccassi <bluca@debian.org>  Sat, 13 Apr 2024 15:29:16 +0100

createrepo-c (0.17.3-2) unstable; urgency=medium

  * Fix FTBFS with Python 3.11: use importlib.resources.files() instead of
    the deprecated .path(). Closes: #1027839, inspired by a patch by
    Sebastiaan Couwenber
  * Declare compliance with Policy 4.6.2 with no changes.
  * Add the year 2023 to my debian/* copyright notice.

 -- Peter Pentchev <roam@debian.org>  Fri, 06 Jan 2023 00:16:32 +0200

createrepo-c (0.17.3-1) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.6.0 with no changes.
  * Use debhelper compat 14 for the CMake fixes and add LD_LIBRARY_PATH
    to the build-time test's environment.
  * New upstream release:
    - uses pkg-config instead of the custom CMake "find a library" files
    - uses Python's unittest module instead of nose to run the tests, so
      drop the nosetests3 patch; Closes: #1018332
    - refresh the python-path patch
    - add python3-setuptools and python3-skbuild as build-time dependencies
    - add the python-skbuild-path and python-platlib-debian patches
  * Add the year 2022 to my debian/* copyright notice.
  * Declare compliance with Policy 4.6.1 with no changes.
  * Also drop python3-nose as a dependency for libcreaterepo-c-dev.

 -- Peter Pentchev <roam@debian.org>  Mon, 05 Sep 2022 16:28:57 +0300

createrepo-c (0.17.0-1) unstable; urgency=medium

  * New upstream version:
    - update the python-path patch
    - explicitly enable delta RPM support, since it is off by default now
    - update the library symbols file
  * Add the years 2020 and 2021 to my debian/* copyright notice.

 -- Peter Pentchev <roam@debian.org>  Fri, 12 Feb 2021 02:14:01 +0200

createrepo-c (0.16.2-1) unstable; urgency=medium

  * Add the python-path patch to use /usr/bin/python3 for tests and
    examples.
  * Declare compliance with Policy 4.5.1 with no changes.
  * Add a trivial git-buildpackage config file.
  * New upstream version.

 -- Peter Pentchev <roam@debian.org>  Sun, 29 Nov 2020 18:23:14 +0200

createrepo-c (0.16.1-1) unstable; urgency=medium

  * Initial release. Closes: #912338

 -- Peter Pentchev <roam@debian.org>  Sun, 18 Oct 2020 18:05:53 +0300