File: changelog

package info (click to toggle)
freealut 1.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,144 kB
  • sloc: sh: 8,617; ansic: 2,738; makefile: 89
file content (149 lines) | stat: -rw-r--r-- 5,198 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
freealut (1.1.0-6) unstable; urgency=medium

  * Team upload.
  * debian/control:
    + Update homepage field and use to mirror on GitHub since
      the original website no longer provides information.
    + Update Vcs-* fields to use git packaging repo under Salsa
      games-team group.
    + Bump debhelper compat to v12.
    + Bump Standards-Version to 4.4.1.
  * debian/rules: Enable full hardening.
  * debian/source/options: Removed, no longer needed.

 -- Boyuan Yang <byang@debian.org>  Thu, 03 Oct 2019 14:34:46 -0400

freealut (1.1.0-5) unstable; urgency=medium

  * Team upload.
  * Drop Multi-Arch: same from libalut-dev. (Closes: #760202)

 -- Vincent Cheng <vcheng@debian.org>  Mon, 01 Sep 2014 14:01:16 -0700

freealut (1.1.0-4) unstable; urgency=low

  * Team upload.

  [ Evgeni Golov ]
  * Correct Vcs-* URLs to point to anonscm.debian.org

  [ Logan Rosen ]
  * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
    getting new libtool macros (still updates config.{sub,guess}).
    (Closes: #733473)

  [ Vincent Cheng ]
  * Drop debian/patches/100_rebootstrap.diff.
  * Drop deprecated DMUA field in d/control.
  * Remove usage of deprecated findutils syntax. (Closes: #711706, #724771)
  * Multiarch-ify package. (Closes: #691943)
  * Update Standards version to 3.9.5.

 -- Vincent Cheng <vcheng@debian.org>  Sat, 30 Aug 2014 15:40:57 -0700

freealut (1.1.0-3) unstable; urgency=low

  [ Peter Pentchev ]
  * Andres Mejia fixed the watch file back in 2009.  Closes: #551410
  * Remove Thierry Reding from Uploaders.  Closes: #572543
  * Convert to the 3.0 (quilt) source format.
  * Update the control file:
    - drop the redundant "libs" section on the libalut0 package
    - add misc:Depends to the binary packages
    - no need to depend on a x.x.x-1 revision
  * Add DEP 3 headers to all the patches.
  * Bump the debhelper compatibility version to 8 and minimize the rules
    file using override rules.
  * Remove some cruft from the rules file.
  * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain the default CFLAGS,
    CPPFLAGS and LDFLAGS.
  * Bump Standards-Version to 3.9.1 with no further changes.
  * Convert the copyright file to rev. 165 of the DEP 5 candidate format and
    add my copyright notice.
  * Add a symbols file for libalut0.
  * Add myself to Uploaders.
  * Use dh --with autotools_dev to update config.sub and config.guess.

  [ Ansgar Burchardt ]
  * debian/control: Add DM-Upload-Allowed: yes.

 -- Peter Pentchev <roam@ringlet.net>  Thu, 31 Mar 2011 13:58:11 +0300

freealut (1.1.0-2) unstable; urgency=low

  [ Eddy Petrișor ]
  * removed myself from the Uploaders list

  [ Jon Dowland ]
  * add Homepage: control field to source stanza

  [ Eddy Petrișor ]
  * add missing Vcs-Svn headers

  [ Ansgar Burchardt ]
  * Remove Homepage semi-field from description

  [ Reinhard Tartler ]
  * No longer provide /usr/lib/libalut.la. It's not needed since dependent
    packages can use the provided freealut.pc file with pkg-config

 -- Reinhard Tartler <siretart@tauware.de>  Sun, 06 Jul 2008 20:55:23 +0200

freealut (1.1.0-1) unstable; urgency=low

  [ Reinhard Tartler ]
  * New upstream release, featuring: (Closes: #378974)
    + Added some fragile logic to find the right path to the OpenAL
      headers.
    + Bumped the package version to 1.1.0 and the library version to
      1:0:1 (i.e. a backwards compatible version, only with new features).
    + Conforms to the ALUT specification 1.1.0 now (added two memory
      loaders).
  * Updated shlibs file
  * install freealut-config in libalut-dev
  * Bumped Standards Version to 3.7.2 (no changes needed)

  [ Stefan Potyra ]
  * Add dependency for libopenal-dev against libalut-dev.

  [ Eddy Petrișor ]
  * debian/patches/001_freebsd_pthread.diff:
    + small tweak to configure.ac to remove FTBFS on GNU/kFreeBSD, thanks to
      Petr Salinger <Petr.Salinger@seznam.cz> for the patch (Closes: #400717)
      Severity is not meduim since the arch is not released.
  * ran autoupdate
  * added libtool as a dependency so the package builds properly
  * added myself to uploaders
  * drop usage of ${source-Version} in favour of new ${binary:Version}
  * added build dependency on dpkg (>= 1.13.19)

  [ Sam Hocevar ]
  * Switch packaging to use quilt.

  * debian/control:
    + Drop autotools-dev and libtool build-dependencies.
  * debian/freealut-config.1:
    + Add a manpage for freealut-config.

  * debian/patches/000_configure.diff:
    + Import previous changes to configure.ac.

  * debian/patches/001_am_maintainer_mode.diff:
    + Disable maintainer mode to avoid clock skews during builds.

  * debian/patches/100_rebootstrap.diff:
    + Rebootstrap package.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Feb 2007 13:02:12 +0100

freealut (1.0.1-1) unstable; urgency=low

  [ Thierry Reding ]
  * Initial release. (Closes: #353263)

  [ Reinhard Tartler ]
  * Add versioned build depends to libopenal-dev (>= 1:0.0.8-1) to ensure that
    it gets build with the right openal version. We want only one transition
  * polish debian/copyright

 -- Reinhard Tartler <siretart@tauware.de>  Fri, 24 Feb 2006 11:27:32 +0100