blob: 48f733b817cde7f1a422ae9b0c4b309699ca9193 (
plain)
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
|
bitz-server (1.0.0-4) unstable; urgency=medium
* Add missing symbols files.
* New README.source to explain the branching model used.
* Declare compliance with Debian Policy 4.1.1. (No changes needed).
* Migrate to debhelper 10:
- Change debian/compat to 10.
- Bump minimum debhelper version in debian/control to >= 10.
- Remove dh-systemd from Build-Depends.
- Remove now useless autoreconf and "with systemd" from debian/rules.
- Drop dh-autoreconf from both Build-Depends.
* debian/control:
- Add missing dependency lsb-base.
- Add "Section: libs" to package libicap1.
* Use the automatic debug symbol packages:
- Remove bitz-server-dbg and libicap1-dbg section from debian/control.
- Remove override_dh_strip from debian/rules.
* Rebuild debian/libicap1.symbols.[i386|amd64] to fix a FTBFS
(Closes: #853331).
* Remove outdated debian/bitz-server.upstart.
* New debian/maintscript to remove obsolete /etc/init/bitz-server.conf.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 14 Oct 2017 18:32:00 +0200
bitz-server (1.0.0-3) unstable; urgency=medium
* Rebuild debian/libicap1.symbols.i386 to fix a FTBFS (Closes: #860700).
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 19 Apr 2017 13:49:05 +0200
bitz-server (1.0.0-2) unstable; urgency=medium
* Rename debian/libicab1.symbols to debian/libicab1.symbols.amd64
to prevend builderrors on many architectures.
* Add regex to debian/libicab1.symbols.amd64 to ignore
std:: template instantiations (Closes: #812140).
* Correct Vcs-Git uri at debian/control.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 03 Apr 2016 17:39:15 +0200
bitz-server (1.0.0-1) unstable; urgency=medium
* New upstream release:
- Move libicap0 to libicap1.
- Remove 0100-python_print.patch.
* debian/copyright:
- Remove unused items.
- Add year 2016 to debian/*.
* debian/watch:
- bump version to 4 (no changes required).
* debian/control:
- Change VCS-* to secure uri.
- Correct typo.
- Bump Standards-Version to 3.9.7 (no changes required).
* New debian/patches/0600-man_page_spelling.patch.
* Replace libicap0-dbg with libicap1-dbg.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 11 Feb 2016 20:00:56 +0100
bitz-server (0.1.6-1) unstable; urgency=low
* Initial release (Closes: #715022)
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 21 Nov 2015 15:21:43 +0100
|