File: changelog

package info (click to toggle)
deal 3.1.9-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,568 kB
  • sloc: ansic: 5,224; cpp: 4,186; tcl: 3,125; makefile: 203; javascript: 21; sh: 10
file content (158 lines) | stat: -rw-r--r-- 5,030 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
deal (3.1.9-13) unstable; urgency=medium

  * Make "makecounttable" crossbuild-aware.
    Thanks to Helmut Grohne for the explanations at DebConf!
  * lintian: Override source-is-missing [html/*.html].

 -- Christoph Berg <myon@debian.org>  Thu, 28 Jul 2022 11:02:03 +0200

deal (3.1.9-12) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Update standards version to 4.2.1, no changes needed.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove patches libdds-dev that are missing from
    debian/patches/series.

  [ Christoph Berg ]
  * Add debian/gitlab-ci.yml.
  * Fix compiler flags handling.

 -- Christoph Berg <myon@debian.org>  Tue, 25 Feb 2020 16:29:13 +0100

deal (3.1.9-11) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: (Closes: #919061)
    + Let dh_auto_build pass cross tools to make.
    + Except for makecounttable where we need the native compiler.
    + cross.patch: Make the C++ linker substitutable.

 -- Christoph Berg <myon@debian.org>  Sat, 12 Jan 2019 13:44:21 +0100

deal (3.1.9-10) unstable; urgency=medium

  * Repository moved to salsa.
  * Bump to dh 11.

 -- Christoph Berg <myon@debian.org>  Tue, 25 Sep 2018 22:04:00 +0200

deal (3.1.9-9) unstable; urgency=medium

  * Bump Standards-Version and modernize Vcs URLs.
  * html: Remove check-old version code so we don't call home.
  * debian/tests/installcheck: Include /usr/games in PATH.

 -- Christoph Berg <myon@debian.org>  Wed, 29 Nov 2017 20:18:23 +0100

deal (3.1.9-8) unstable; urgency=medium

  * debian/tests/control: Add Restrictions: allow-stderr.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 11 Feb 2014 12:37:25 +0100

deal (3.1.9-7) unstable; urgency=medium

  * Unfortunately we can't run tests at build time because we read
    /usr/share/deal/deal.tcl.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 10 Feb 2014 17:09:15 +0100

deal (3.1.9-6) unstable; urgency=medium

  * Use the default tcl version for #include and linking.
  * Convert to a "dh" rules file.
  * Run tests at buildtime and use /usr/games/deal for the autopkgtests.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 10 Feb 2014 11:09:33 +0100

deal (3.1.9-5) unstable; urgency=low

  [ Martin Pitt ]
  * Add missing "tcl-dev" autopkgtest dependency.

 -- Christoph Berg <myon@debian.org>  Fri, 01 Nov 2013 21:59:20 +0100

deal (3.1.9-4) unstable; urgency=low

  * Make.ubuntu: Remove -L/usr/lib so we don't pick up bad libs on multiarch
    systems. (Closes: #722762)
  * Use 3.0 (quilt).
  * Add autopkgtest support.

 -- Christoph Berg <myon@debian.org>  Sun, 15 Sep 2013 17:17:16 +0200

deal (3.1.9-3) unstable; urgency=low

  * Set compat 9 and enable hardening.
  * Use tcl-dev again, default tcl version is now 8.5.
  * Update Vcs urls.

 -- Christoph Berg <myon@debian.org>  Sun, 04 Mar 2012 13:51:40 +0100

deal (3.1.9-2) experimental; urgency=low

  * Recompile with tcl 8.5. (Closes: #607476)

 -- Christoph Berg <myon@debian.org>  Sun, 19 Dec 2010 15:10:04 +0100

deal (3.1.9-1) unstable; urgency=low

  * New upstream release.
    + diff.gz-only-patch: do not remove html dir on clean.

 -- Christoph Berg <myon@debian.org>  Fri, 02 Apr 2010 23:46:10 +0200

deal (3.1.7+svn313-1) unstable; urgency=low

  * New SVN snapshot from http://code.google.com/p/andrews-deal/.
    + html docs include php, some pages will look ugly when viewed locally.
  * Use the shipped dds.cpp version, it is heavily modified wrt upstream's
    version.
  * Refresh debian/patches/seed-getpid.

 -- Christoph Berg <myon@debian.org>  Sat, 13 Jun 2009 20:32:15 +0200

deal (3.1.4-1) unstable; urgency=low

  * New upstream release. (Closes: #488598)
    Thanks to Travis Crump for spotting, the watch file didn't notice.
  * Update upstream website location in control and watch files.
  * Use libdds.a instead of the shipped dds.cpp copy.
  * Convert to quilt (except for an overzealous clean target in the Makefile).

 -- Christoph Berg <myon@debian.org>  Sun, 06 Jul 2008 00:57:45 +0200

deal (3.0.8-4) unstable; urgency=low

  * Fix segfault on amd64, (int)random() sometimes returned negative numbers
    (Closes: #383625).
  * Xor the seed with getpid() to make deals more random.

 -- Christoph Berg <myon@debian.org>  Wed, 30 Aug 2006 01:37:28 +0200

deal (3.0.8-3) unstable; urgency=low

  * Rebuild.
  * Bump Standards-Version.

 -- Christoph Berg <myon@debian.org>  Wed, 12 Oct 2005 18:24:19 +0200

deal (3.0.8-2) unstable; urgency=low

  * Two input/ files were still using relative source paths.
  * Noted copyright holders in debian/copyright and the used licenses.
  * Pass CFLAGS to Makefile in debian/rules.
  * Add ${misc:Depends} in debian/control.

 -- Christoph Berg <cb@df7cb.de>  Sun,  6 Feb 2005 13:00:19 +0100

deal (3.0.8-1) unstable; urgency=low

  * Initial release (Closes: #185739).

 -- Christoph Berg <cb@df7cb.de>  Sun,  9 Jan 2005 22:21:06 +0100