File: changelog

package info (click to toggle)
diskscan 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,664 kB
  • ctags: 1,342
  • sloc: ansic: 11,136; python: 338; xml: 138; sh: 41; makefile: 34
file content (192 lines) | stat: -rw-r--r-- 7,523 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
diskscan (0.20-1) unstable; urgency=medium

  * New upstream version 0.20
  * debian/control:
      - Bumped Standards-Version to 4.1.1
      - Moved packaging VCS to gitlab until Alioth replacement is
        available

 -- Kyle Robbertze <krobbertze@gmail.com>  Sun, 01 Oct 2017 12:05:45 +0200

diskscan (0.19-4) unstable; urgency=medium

  * New maintainer (Closes: #848676)
  * debian/watch: corrected options so that it works

 -- Kyle Robbertze <krobbertze@gmail.com>  Mon, 09 Jan 2017 16:08:14 +0200

diskscan (0.19-3) unstable; urgency=medium

  * QA upload.
  * Set Debian QA Group as maintainer. (see #848676).

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 20 Dec 2016 07:37:25 -0200

diskscan (0.19-2) unstable; urgency=medium

  * Bumped DH level to 10.
  * debian/control:
      - Bumped Standards-Version to 3.9.8.
      - Updated the Vcs-* fields to use https instead of http and git.
  * debian/copyright: updated the packaging copyright years.
  * debian/watch: bumped to version 4.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 20 Nov 2016 20:28:54 -0200

diskscan (0.19-1) unstable; urgency=medium

  * New upstream release.
  * The upstream adopted the debian/distclean.sh script. Consequently:
      - debian/clean: added to remove an additional 'distclean' file
        created by debhelper.
      - debian/copyright: updated the information about the distclean
        file
      - debian/distclean.sh: removed.
      - debian/rules: change the override_dh_clean to use the upstream
        distclean.sh file.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 24 Nov 2015 19:29:20 -0200

diskscan (0.18-1) unstable; urgency=medium

  * New upstream release.
  * Upstream using CMake now.
  * debian/clean: removed. Using debian/distclean.sh.
  * debian/control:
      - Added cmake to Build-Depends field.
      - Removed ctags, ninja-build, python-beautifulsoup and python-markdown
        from Build-Depends field.
  * debian/copyright: updated an information about the packaging.
  * debian/dirs: not useful now. Removed.
  * debian/distclean.sh: added to remove some files forgotten by upstream
      after the build process.
  * debian/rules:
      - Added the override_dh_clean target to call the debian/distclean.sh
        script.
      - Removed the override_dh_auto_clean, override_dh_auto_clean and
        override_dh_auto_install targets.
      - Removed the 'V' variable (unneeded now).

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sat, 14 Nov 2015 08:29:16 -0200

diskscan (0.17-1) unstable; urgency=medium

  * New upstream release. (Closes: #803794)
  * debian/clean: removed previous names and added new entries to remove
      some files forgotten by upstream when cleaning the source code.
  * debian/control: added libncurses5-dev and zlib1g-dev to Build-Depends
      field.
  * debian/copyright: updated some information about the upstream.
  * debian/patches: removed. The upstream fixed the source code. Thanks.
  * debian/rules:
      - Added the target override_dh_auto_clean to remove the directory
        'built', forgotten by upstream.
      - Added the target override_dh_auto_configure to run a single
        'configure' command.
  * debian/source/options: removed. The upstream fixed the source code.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Mon, 02 Nov 2015 18:37:45 -0200

diskscan (0.16-1) unstable; urgency=medium

  * New upstream release.
  * The upstream is using a new method to build the final files. Consequently:
      - Dropped the dh-autoreconf.
      - debian/clean: updated to use a new content.
      - debian/control: added ctags and ninja-build to Build-Depends field.
      - debian/dirs: added to create some necessary directories.
      - debian/patches/:
          ~ Removed the useless Makefile patch.
          ~ Added the fix-manpage-path patch to fix the manpage install place.
          ~ Added the fix-make-clean patch to avoid a FTBFS in first build.
      - debian/rules:
          ~ Full updated and adapted.
          ~ Added V=1 variable to force to show the commands when compiling.
          ~ Using DEB_BUILD_MAINT_OPTIONS variable, instead of
            DEB_CFLAGS_MAINT_APPEND and DEB_LDFLAGS_MAINT_APPEND to improve the
            GCC hardening.
      - debian/source/options: added to ignore changes in specific files.
  * debian/copyright: full updated.
  * debian/docs: added to install the upstream README.md file.
  * debian/gbp.conf: not used by me... Removed.
  * Leaving of provide a picked upstream changelog. Consequently:
     - Removed the debian/README.source file.
     - Removed the debian/upstream.changelog file.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 04 Oct 2015 01:25:36 -0300

diskscan (0.15-1) unstable; urgency=medium

  * New upstream release. (Closes: #782733)
  * Using autoreconf now.
  * debian/clean: updated.
  * debian/copyright:
      - Added new copyright notices.
      - Removed the dot-zero from GPL licenses.
      - Updated the upstream and packaging copyright years.
  * debian/upstream.changelog: updated.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 20 May 2015 20:10:06 -0300

diskscan (0.14.1-6) unstable; urgency=medium

  * Bumped Standards-Version to 3.9.6.
  * debian/copyright: removed the space in 'public domain'
      license name.
  * debian/rules: added the DEB_CFLAGS_MAINT_APPEND and
      DEB_LDFLAGS_MAINT_APPEND variables to fix some
      issues pointed by blhc.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 26 Oct 2014 19:01:33 -0200

diskscan (0.14.1-5) unstable; urgency=medium

  * New maintainer email address.
  * debian/control: updated the Vcs-Browser field.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 03 Aug 2014 12:33:50 -0300

diskscan (0.14.1-4) unstable; urgency=medium

  * debian/control: new improvement to the short and long description. Thanks
    again to Filipus Klutiero <chealer@gmail.com>. (Closes: #749681)

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Sun, 01 Jun 2014 01:15:45 -0300

diskscan (0.14.1-3) unstable; urgency=medium

  * debian/control: improved the long description.  Thanks to
    Filipus Klutiero <chealer@gmail.com>. (Closes: #749197)

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Sun, 25 May 2014 12:02:34 -0300

diskscan (0.14.1-2) unstable; urgency=medium

  * Added the Makefile patch that forces the verbose mode to
    show flags when compiling.

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Fri, 23 May 2014 07:50:32 -0300

diskscan (0.14.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/clean: added to remove some forgotten files.
  * debian/control:
      - Added autotools-dev, automake, python-yaml as build dependency.
      - Updated Standards-Version from 3.9.4 to 3.9.5.
  * debian/copyright: updated the upstream and packaging copyright years.
  * debian/rules:
      - Added the autotools-dev option to main target.
      - Added the override_dh_auto_configure target to execute the
        autogen.sh upstream script.
      - Removed unneeded lines to provide GCC hardening.
  * debian/upstream.changelog: updated.
  * debian/watch: fixed the download and improved the regexp.

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Tue, 20 May 2014 21:35:00 -0300

diskscan (0.13-1) unstable; urgency=low

  * Initial release (Closes: #724458)

 -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>  Mon, 07 Oct 2013 06:47:01 -0300