File: changelog

package info (click to toggle)
zc.buildout 4.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: python: 7,063; makefile: 9
file content (144 lines) | stat: -rw-r--r-- 4,931 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
zc.buildout (4.1.6-1) unstable; urgency=medium

  * QA upload.
  * New upstream version 4.1.6

 -- Alexandre Detiste <tchet@debian.org>  Mon, 07 Apr 2025 11:59:00 +0200

zc.buildout (4.0-1) unstable; urgency=medium

  * QA upload.

  * New upstream version 4.0

 -- Alexandre Detiste <tchet@debian.org>  Tue, 04 Feb 2025 07:30:31 +0100

zc.buildout (2.13.2-6) unstable; urgency=medium

  * QA upload.

  * Added d/gbp.conf to describe branch layout.
  * Updated d/gbp.conf to enforce the use of pristine-tar.
  * Updated vcs in d/control to Salsa.
  * Updated Standards-Version from 4.4.0 to 4.7.0.
  * Use wrap-and-sort -at for debian control files.
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 13 Nov 2024 23:26:40 +0100

zc.buildout (2.13.2-5) unstable; urgency=medium

  * QA upload
  * tests: drop test, needed support file doesn't exist (Closes: #1033512)
  * d/control: drop ancient XS-Testsuite: autopkgtest

 -- Paul Gevers <elbrus@debian.org>  Sun, 05 Nov 2023 13:29:23 +0100

zc.buildout (2.13.2-4) unstable; urgency=medium

  * Add missing Breaks+Replaces: python-zc.buildout (Closes: #940207).

 -- Thomas Goirand <zigo@debian.org>  Tue, 29 Oct 2019 15:02:49 +0100

zc.buildout (2.13.2-3) unstable; urgency=medium

  * QA upload.
  * Source-only upload.

 -- Matthias Klose <doko@debian.org>  Thu, 12 Sep 2019 13:47:10 +0200

zc.buildout (2.13.2-2) unstable; urgency=medium

  * QA upload.
  * Orphan the package. Closes: #869446.
  * New upstream version.
  * Stop building the Python2 package. Closes: #938880.
  * Build a Python3 package. Closes: #742099.
  * Fix lintian warnings.
  * Add (XS-)Testsuite: autopkgtest header in source stanza. Closes: #692717.
  * Convert autopkg test to Python3.

 -- Matthias Klose <doko@debian.org>  Fri, 06 Sep 2019 13:16:12 +0200

zc.buildout (1.7.1-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: convert to copyright-format 1.0
  * debian/control: Bump Standards-Version to 3.9.4.
  * debian/rules: don't mangle the buildout script, use default python
  * debian/install: tutorial is no longer included in the tarball

 -- Gediminas Paulauskas <menesis@pov.lt>  Fri, 22 Mar 2013 16:47:51 +0200

zc.buildout (1.5.2-1) unstable; urgency=low

  * New upstream release.
    + Based on Ubuntu package done by Gediminas Paulauskas <menesis@pov.lt>.
  * Do not use python-van.deb as it is not particularly useful.
    + debian/control:
      - Remove python-van.deb from Build-Depends.
      - Remove pydeb from dependency fields.
    + debian/rules
      - Remove --with pydeb argument of dh.
  * Switch to dpkg-source 3.0 (quilt) format.
  * debian/rules:
    + Remove all text files and tests (which use doctest) from the source
      package and put them in /usr/share/doc instead.
  * debian/docs:
    + Add README.txt, DEVELOPERS.txt and SYSTEM_PYTHON_HELP.txt.
  * debian/install:
    + Add all doctest text files and tutorial to documentation.
  * debian/control:
    + Add myself to Uploaders.
    + Wrap Uploaders and Build-Depends fields.
    + Bump Standards-Version to 3.9.2. No changes needed.
    + Add Homepage and Vcs-Browser fields.
    + Rename XS-Vcs-Svn to Vcs-Svn (dpkg supports it now).
    + Build-Depends on python-all rather than python-all-dev as there is no
      extension to build.
  * debian/copyright:
    + Update author email address.
    + Update copyright headers.
  * Switch to dh_python2 in place of deprecated python-central.
    Closes: #617152.
    + debian/control:
      - Remove python-central from Build-Depends.
      - Remove deprecated field XB-Python-Version.
      - Rename XS-Python-Version to X-Python-Version.
      - Bump versions of python-all in Build-Depends to 2.6.6-3~.
    + debian/rules:
      - Use --with python2 rather than --with-python-central.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 21 Apr 2011 17:06:23 +0900

zc.buildout (1.4.3-1) unstable; urgency=low

  * New upstream release.
  * Convert to debhelper 7 and the pydeb dh7 extension.

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 05 Jan 2010 22:10:02 +0100

zc.buildout (1.4.1-3) unstable; urgency=low

  * Add myself to uploaders.
  * Remove provides: python-zc, this package claims this falsely, it does not
    actually install zc/__init__.py (Closes: #556366)

 -- Brian Sutherland <brian@vanguardistas.net>  Fri, 20 Nov 2009 10:04:55 +0100

zc.buildout (1.4.1-2) unstable; urgency=low

  * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2.
    (Closes: #552971)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 08 Nov 2009 10:59:57 +0100

zc.buildout (1.4.1-1) unstable; urgency=low

  * Initial release.

 -- Brian Sutherland <brian@vanguardistas.net>  Thu,  8 Nov 2007 19:27:48 +0100