File: changelog

package info (click to toggle)
paprefs 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 484 kB
  • sloc: cpp: 565; makefile: 18; sh: 1
file content (152 lines) | stat: -rw-r--r-- 5,355 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
paprefs (1.0-1) unstable; urgency=medium

  * New upstream version 1.0
  * Drop all patches -- applied upstream
  * Bump Standards-Version
  * Add missing build-depends on meson
    Upstream switched from autoconf to meson

 -- Felipe Sateler <fsateler@debian.org>  Sun, 16 Sep 2018 11:42:23 -0300

paprefs (0.9.10-3) unstable; urgency=medium

  [ Felipe Sateler ]
  * Add revdate to make build reproducible
  * Update Vcs-* to point to salsa
  * Use gbp-pq for managing patches
  * Port to GSettings and GTK-3 from GConf and GTK-2.
    1. Pick upstream patches that accomplish this.
    2. Build-Depend on gtkmm-3
    3. Adjust package dependencies for the new gsettings module
    (Closes: #885038, #885076)
  * Add explicit Build-Depends on libsigc++-2.0-dev.
    It is checked in configure.ac, so lets make the dependency explicit
  * Update debhelper compat level to 11.
    Drop autoreconf and autotools-dev from Build-Depends and dh invocation
    as they are now provided directly by debhelper
  * Bump Standards-Version
  * Enable hardening flags
  * Annotate the possibility to build this package without root

  [ Balint Reczey ]
  * Remove myself from Uploaders
  * Add GPL-2+ paragraph to d/copyright
  * Remove GPL-2+ paragraph from the beginning of the copyright file

 -- Felipe Sateler <fsateler@debian.org>  Tue, 26 Jun 2018 20:24:27 -0400

paprefs (0.9.10-2) unstable; urgency=medium

  [ Martin-Éric Racine ]
  * debian/control: 
    = Updated Vcs-Git and Vcs-Browser.
    + Added Balint Reczey and Felipe Sateler to Uploaders.
    - Removed myself from Uploaders.
  * debian/copyright:
    = Cleaned up our DEP-5 implementation as per Lintian instructions.
  * Merged patch from upstream Git:
    0003-doc-Drop-0pointer.de-references.patch

 -- Martin-Éric Racine <martin-eric.racine@iki.fi>  Fri, 15 May 2015 16:22:41 +0300

paprefs (0.9.10-1) unstable; urgency=low

  [ Martin-Éric Racine ]
  * New upstream release:
    - Deleted all previous debian/patches; merged upstream.
  * Added myself to Uploaders.
  * Migrated to source format 3.0 (quilt).
    - control: Build-Depends on dpkg-dev (>= 1.14.17~).
    - control: drop the Build-Depends on quilt.
    - rules: drop the patchsys-quilt.mk CDBS include.
  * control: removed CJ van den Berg from Uploaders (MIA) (Closes: #636426).
  * patches: added two patches from upstream GIT to support multiarch.
    (Closes: #649565, #649593, #652444)
  * watch: updated to point to FreeDesktop.org XZ tarball.

  [ Sjoerd Simons ]
  * Switch to dh 7
  * Switch to standards version 3.9.3
  * Use autoreconf to regenerate the build system

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 18 May 2012 21:01:38 +0200

paprefs (0.9.9-2) unstable; urgency=low

  * debian/rules: Update the update-patch-series rule
  * debian/patches/0002-Dynamically-build-the-paths-to-the-modules.patch
    debian/patches/0003-rerun-bootstrap-for-the-updated-autotools-file.patch:
    + Added. Build the path to the pulseaudio modules dynamically by querying
      the version of the library that is installed instead of hardcoding it at
      build-time (Closes: #531251)

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 18 Nov 2009 23:31:35 +0000

paprefs (0.9.9-1) unstable; urgency=low

  * New upstream release
  * debian/control: Add build-depend on dbus-glib-1-dev

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 25 Oct 2009 16:41:07 +0000

paprefs (0.9.8-1) unstable; urgency=low

  * New Upstream Version
    - Includes polish translation (Closes: #487268)
  * debian/control: Update standards version, no further changes
  * debian/control: Set pkg-pulseaudio-devel as Maintainer and CJ and
    myself as Uploaders.
  * debian/control: Updated debian/copyright
  * debian/control: build libpulse-dev build-dep to >= 0.9.15

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 19 Apr 2009 15:26:45 +0100

paprefs (0.9.6-2) unstable; urgency=low

  * debian/control:
    + Add quilt to build-depends.
    + Fix spelling error in description.
  * debian/rule: Add quilt support.
  * debian/patches/0001-Fix-build-error-with-gcc-4.3.patch:
    + Added. Fix build with gcc-4.3 (Closes: #474845)
  * Update Standards-Version to 3.7.3 (no changes required).

 -- CJ van den Berg <cj@vdbonline.com>  Fri, 23 May 2008 20:35:41 +0200

paprefs (0.9.6-1) unstable; urgency=low

  [ Sjoerd Simons ]
  * New Upstream Version
  * debian/control: Add intltool to build-depends

  [ CJ van den Berg ]
  * debian/copyright: Remove LGPL. paprefs is now fully GPL.
  * debian/control:
    + Add Vcs-* fields.
    + Add Homepage field.
  * debian/menu: Change section to Applications/Sound to conform to the new
      menu specification.

 -- CJ van den Berg <cj@vdbonline.com>  Wed, 21 Nov 2007 16:58:32 +0100

paprefs (0.9.5-2) unstable; urgency=low

  * debian/rules: Port to CDBS.
  * debian/patches/01_use_stock_g2.14_icons.dpatch:
    - Removed. Not longer needed as gnome-icon-theme-2.18.0 is in testing.
  * debian/copyright: Update FSF postal address.
  * debian/paprefs.1.txt: Add a man page.

 -- CJ van den Berg <cj@vdbonline.com>  Wed, 30 May 2007 15:51:34 +0200

paprefs (0.9.5-1) unstable; urgency=low

  [ CJ van den Berg ]
  * Initial release

  [ Loic Minier ]
  * Depend on gnome-icon-theme for the icons.
  * Clarify GPL/LGPL files in copyright.

 -- Loic Minier <lool@dooz.org>  Tue, 17 Oct 2006 21:29:35 +0200