File: changelog

package info (click to toggle)
libquantum 1.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,148 kB
  • sloc: sh: 7,711; ansic: 3,849; makefile: 245
file content (169 lines) | stat: -rw-r--r-- 6,295 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
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
libquantum (1.1.1-8) unstable; urgency=medium

  * Update debian/rules:
    - remove override_dh_autoreconf target
    - set AUTOHEADER and LIBTOOLIZE variables as a workaround for fixing of
      autoreconf error

 -- Boris Pek <tehnick@debian.org>  Thu, 19 Nov 2020 20:20:05 +0300

libquantum (1.1.1-7) unstable; urgency=medium

  * Update debian/rules:
    fix configuration options in override_dh_auto_configure target.

 -- Boris Pek <tehnick@debian.org>  Thu, 19 Nov 2020 04:56:43 +0300

libquantum (1.1.1-6) unstable; urgency=medium

  * Update debian/control:
    - bump Standards-Version to 4.5.0 (was 4.1.3)
    - replace build dependency from debhelper (>= 9) to debhelper-compat (= 13)
    - remove build dependency from autotools-dev
    - add Rules-Requires-Root: no
  * Remove debian/compat.
  * Update debian/rules:
    - add DEB_BUILD_MAINT_OPTIONS = hardening=+all
    - remove DEB_LDFLAGS_MAINT_APPEND variable with -Wl,--as-needed flag
    - remove --parallel and --list-missing options from dh
    - remove get-orig-source target
    - add override_dh_autoreconf target
    - update override_dh_auto_configure target
    - update override_dh_auto_install target
  * Add patch fix-cross-build-from-source. (Closes: #969119)
  * Update years in debian/copyright.
  * Update debian/watch.

 -- Boris Pek <tehnick@debian.org>  Thu, 19 Nov 2020 02:18:38 +0300

libquantum (1.1.1-5) unstable; urgency=medium

  * Bump Standards-Version to 4.1.3 (was 3.9.6): no changes required.
  * Update debian/control:
    - update Vcs-* fields: moved from Alioth to Salsa.
    - fix spelling error in description
  * Update years and Format URL in debian/copyright.

 -- Boris Pek <tehnick@debian.org>  Thu, 08 Feb 2018 02:41:34 +0300

libquantum (1.1.1-4) unstable; urgency=medium

  * Bump debhelper version to 9 (was 8); update debian/compat.
  * Bump Standards-Version to 3.9.6 (was 3.9.4): no changes required.
  * Update debian/rules:
    - simplify after switching to debhelper (>= 9)
    - add --list-missing option to dh commands
  * Update debian/control using wrap-and-sort tool.
  * Update years in debian/copyright.
  * Fix lintian note vcs-field-not-canonical.
  * Make package libquantum8 "Multi-Arch: same" and update debian/rules and
    debian/*.install files accordingly.

 -- Boris Pek <tehnick@debian.org>  Tue, 28 Oct 2014 00:24:02 +0300

libquantum (1.1.1-3) unstable; urgency=low

  * Move package to unstable: no changes required.

 -- Boris Pek <tehnick-8@mail.ru>  Sun, 12 May 2013 20:23:08 +0300

libquantum (1.1.1-2) experimental; urgency=low

  * Update debian/control:
    package libquantum8 does not need to replace and conflict with libquantum7.

 -- Boris Pek <tehnick-8@mail.ru>  Thu, 07 Mar 2013 19:12:51 +0200

libquantum (1.1.1-1) experimental; urgency=low

  * Update to stable release 1.1.1.
  * Bump Standards-Version to 3.9.4 (was 3.9.3): no changes required.
  * Bump debhelper version to 8 (was 7.0.50~); update debian/compat.
  * Simplify debian/rules.
  * Update debian/control:
    - rename package libquantum7 to libquantum8
    - package libquantum8 replaces and conflicts with libquantum7
    - libquantum-dev depends from libquantum8
  * Rename debian/libquantum7.install to debian/libquantum8.install.
  * Update debian/patches/add-hardening-flags-to-compiler-options.
  * Update years in debian/copyright.
  * Delete debian/list.

 -- Boris Pek <tehnick-8@mail.ru>  Wed, 06 Mar 2013 22:32:59 +0200

libquantum (1.1.0-3) unstable; urgency=low

  * New maintainer. (Closes: #674883)
  * Update Vcs-* fields in debian/control.
  * Small fix in debian/changelog.
  * Add patch: debian/patches/add-hardening-flags-to-compiler-options

 -- Boris Pek <tehnick-8@mail.ru>  Fri, 31 Aug 2012 01:07:44 +0300

libquantum (1.1.0-2) unstable; urgency=low

  [ Boris Pek ]
  * QA upload.
  * Updated Vcs-* fields in debian/control.
  * Package was switched to source format 3.0 (quilt).
  * Added build dependency from autotools-dev.
  * Bumped Standards-Version to 3.9.3.
  * debian/copyright was updated:
    file was updated in according to Copyright format 1.0
  * debian/rules was updated:
    - now dh is used instead of direct dh_* commands
    - used hardening flags in compiler options
    - added section get-orig-source (uscan is used)
    - fixed FTBFS because of outdated config.{sub,guess} (Closes: #572527)
  * Fixed such lintian errors, warnings and wishes:
    + libquantum source:
      - binary-control-field-duplicates-source field "section" in package
        libquantum7
      - duplicate-short-description libquantum-dev libquantum7
      - outdated-autotools-helper-file config.sub 2004-11-30
      - outdated-autotools-helper-file config.guess 2004-11-12
      - debhelper-but-no-misc-depends libquantum-dev
      - debhelper-but-no-misc-depends libquantum7
      - missing-debian-source-format
      - debian-rules-missing-recommended-target build-arch
      - debian-rules-missing-recommended-target build-indep
      - ancient-standards-version 3.8.1 (current is 3.9.3)
    + libquantum7:
      - hardening-no-fortify-functions usr/lib/libquantum.so.7.0.0
    + libquantum-dev:
      - non-empty-dependency_libs-in-la-file usr/lib/libquantum.la

  [ Sylvestre Ledru ]
  * Set maintainer to Debian Science (see #674883).

 -- Boris Pek <tehnick-8@mail.ru>  Tue, 19 Jun 2012 01:05:07 +0300

libquantum (1.1.0-1) unstable; urgency=low

  * New maintainer. Closes: #523175.
  * New upstream release. Closes: #502714, #514271.
  * debian/control:
    - Update Standards-Version to 3.8.1.
    - Upgrade compat version to 7 and upgrade debhelper Build-Depends.
    - Add Homepage field.
    - Add Vcs-* fields.
    - Replace use of ${Source-Version}.
    - Add ${misc:Depends}.
    - Rename binary package to reflect soname.
  * Tidy up debian/rules.
  * Convert copyright to machine readable format.
  * Add watch file.

 -- Bradley Smith <bradsmith@debian.org>  Sat, 18 Apr 2009 18:51:27 +0100

libquantum (0.2.4-2) unstable; urgency=low

  * Added spaces before \'es in Makefile.in (Closes: #353132).

 -- Florian Ragwitz <rafl@debian.org>  Sat, 18 Feb 2006 00:10:44 +0100

libquantum (0.2.4-1) unstable; urgency=low

  * Initial release (Closes: #338877).

 -- Florian Ragwitz <rafl@debian.org>  Sun, 13 Nov 2005 15:16:37 +0100