blob: a0a1a74f5943a5d1619c753ba4480d820025a146 (
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
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
|
psocksxx (1.1.1-2) UNRELEASED; urgency=medium
* Fix ftbfs with GCC-11 (Closes: #984299):
- debian rules: Add -std=c++14 to buildflags.
* Declare compliance with Debian Policy 4.6.0.1 (No changes needed).
* Migrate to debhelper-compat 13:
- Remove debian/compat.
- debian/control:
+ Bump minimum debhelper-compat version to = 13.
- New debian/not-installed.
* Remove useless debian/libpsocksxx-doc.lintian-overrides.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 22 Aug 2021 11:27:06 +0200
psocksxx (1.1.1-1) unstable; urgency=medium
* New upstream release.
* Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
* Declare compliance with Debian Policy 4.1.5 (No changes needed).
* debian/control:
- Change to my new mail address.
- Switch Vcs-* to new location.
- Remove now default Build-Depends dh-autoreconf.
- Use secure URI for homepage.
* debian/copyright:
- Change to my new mail address.
- Use secure URI for copyright format.
- Add year 2018 for packaging.
* debian/rules:
- Remove now default --with autoreconf.
- Replace parsing the output of dpkg-parsechangelog with
$(DEB_VERSION_UPSTREAM).
* Remove debian/libpsocksxx-doc.docs to prevent twin install of README.md.
* New README.source to explain the branching model used.
-- Jörg Frings-Fürst <debian@jff.email> Tue, 10 Jul 2018 18:30:20 +0200
psocksxx (1.1.0-2) unstable; urgency=medium
* debian/control:
- Bump Standards-Version to 3.9.8 (no changes required).
- Change VCS-Browser to secure URI.
* debian/watch:
- Bump version to 4 (no changes required).
* debian/copyright:
- Add 2016 to debian/* and debian/patches/*.
* Bump compatlevel to 10 (no changes required):
- Change debian/compat to 10.
- At debian/control change requested version of debhelper to >= 10.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 15 Oct 2016 04:30:33 +0200
psocksxx (1.1.0-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix x32 symbols.
-- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 20 Mar 2016 19:37:09 +0100
psocksxx (1.1.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix symbols file, by restricting 64 bit architectures.
* Fix sparc64 symbol.
-- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 20 Mar 2016 17:14:44 +0100
psocksxx (1.1.0-1) unstable; urgency=medium
* New upstream release.
* Make build results reproducible (Closes: #789399):
- New debian/patches/0700-ReproducibleBuilds.patch:
At doxygen setup change HTML_TIMESTAMP to NO.
* New debian/patches/0705-hurd.patch:
- Add missing hurd/socket.h.
* Rename debian/patches/10_test_network.patch to
0001-disable_network_test.patch.
* debian/rules:
- Add override_dh_makeshlibs to remove the debian_revision for
dpkg-gensymbols.
- Refresh symbols files (Closes: #802523).
- Rename libpsocksxx0.symbols.amd64 to libpsocksxx0.symbols to get
symbols for all architectures.
* debian/control:
- Change uploader email.
- Change homepage.
* debian/copyright:
- Change Source and upstream email.
- Add 2015.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 14 Dec 2015 06:02:57 +0100
psocksxx (0.0.6-2) unstable; urgency=medium
* debian/rules:
- Add *-indep rules to prevent build errors if only
architecture specific targets build. (Closes: #768183)
* debian/control:
- Move doxygen from Build-Depends to Build-Depends-Indep.
* debian/patches/10_test_network.patch:
- Disable test_connect_addr to prevent build errors.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 06 Nov 2014 13:10:19 +0100
psocksxx (0.0.6-1) unstable; urgency=low
* Initial release (Closes: #763432).
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 04 Oct 2014 12:40:08 +0200
|