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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
|
libsecret (0.18.7-1) unstable; urgency=medium
* New upstream release
* Drop obsolete Build-Depends on intltool
-- Jeremy Bicha <jbicha@debian.org> Sat, 29 Dec 2018 09:39:11 -0500
libsecret (0.18.6-4) unstable; urgency=medium
* Add -Wl,-O1 to our LDFLAGS
* Run dh_auto_test instead of make check
* Bump Standards-Version to 4.3.0
-- Jeremy Bicha <jbicha@debian.org> Fri, 28 Dec 2018 08:56:05 -0500
libsecret (0.18.6-3) unstable; urgency=medium
* Don't Build-Depend on gjs on s390x and stop running js tests there
in preparation for removing gjs on s390x (#909536) (LP: #1794721)
-- Jeremy Bicha <jbicha@debian.org> Thu, 27 Sep 2018 14:46:00 -0400
libsecret (0.18.6-2) unstable; urgency=medium
* debian/rules: fix logic error in nocheck handling (Closes: #897596)
* Bump Standards-Version to 4.1.4
-- Jeremy Bicha <jbicha@debian.org> Thu, 03 May 2018 08:29:15 -0400
libsecret (0.18.6-1) unstable; urgency=medium
* New upstream release
* debian/patches: Drop patches included in new release
* debian/libsecret-1-0.symbols: update for new symbols
-- Tim Lunn <tim@feathertop.org> Sat, 31 Mar 2018 16:43:19 +1100
libsecret (0.18.5-6) unstable; urgency=medium
* Update Vcs fields for migration to https://salsa.debian.org/
* Drop autopkgtest that only rebuilds and re-runs the build tests
we already run during build
-- Jeremy Bicha <jbicha@debian.org> Wed, 31 Jan 2018 14:28:23 -0500
libsecret (0.18.5-5) unstable; urgency=medium
* debian/rules:
- Don't run Python and Vala tests on Ubuntu's s390x since
they hang on Launchpad's builders
* Update Vcs fields for conversion to git
* Add debian/gbp.conf
* Bump Standards-Version to 4.1.2
* Bump debhelper compat to 11
-- Jeremy Bicha <jbicha@debian.org> Tue, 19 Dec 2017 17:36:24 -0500
libsecret (0.18.5-4) unstable; urgency=medium
* debian/control.in:
- Build-Depend on libgcrypt20-dev instead of transitional package
(Closes: #864119)
* Bump debhelper compat to 10
* Enable all hardening flags
* Bump Standards-Version to 4.1.1
-- Jeremy Bicha <jbicha@debian.org> Sun, 15 Oct 2017 13:39:52 -0400
libsecret (0.18.5-3.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/patches/0004-tests-collection-add-setup-delay.patch:
+ Fix failing test "collection/delete-sync" by correctly placing
the delay. Closes: #855951.
-- Carsten Leonhardt <leo@debian.org> Sat, 18 Mar 2017 15:56:31 +0000
libsecret (0.18.5-3) unstable; urgency=medium
[ Jeremy Bicha ]
* Add basic autopkgtest to run upstream build tests
[ Emilio Pozuelo Monfort ]
* debian/patches/0004-tests-collection-add-setup-delay.patch:
+ Add some delay for the test bus to go up and down. Fixes a test
that otherwise may fail, especially when running on a single cpu
machine. Closes: #837067.
-- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 21 Feb 2017 22:57:01 +0100
libsecret (0.18.5-2) unstable; urgency=medium
* Drop --disable-silent-rules from debian/rules. This is now handled by dh
directly depending on whether the DH_QUIET environment variable is set.
* Compile vala unstable tests with SECRET_WITH_UNSTABLE=1.
Without this the generated C code compiles without the correct header
(warnings are disabled so this is not obvious). This was causing the test
to crash. (Closes: #821347)
-- Michael Biebl <biebl@debian.org> Sun, 04 Sep 2016 12:16:44 +0200
libsecret (0.18.5-1) unstable; urgency=medium
* New upstream release.
* Drop uploaders.mk from debian/rules as this breaks the clean target with
dh. Instead use the gnome dh addon which updates debian/control via
dh_gnome_clean.
* Replace Build-Depends on python-dbus and python-gobject with python3-dbus
and python3-gi following the upstream port to Python 3 and modern
pygobject.
* Port remaining tests to Python 3. Patches cherry-picked from upstream Git.
* Bump Standards-Version to 3.9.8.
-- Michael Biebl <biebl@debian.org> Sat, 09 Apr 2016 01:20:15 +0200
libsecret (0.18.4-1) unstable; urgency=medium
* New upstream release.
* Run test suite during build
- Add Build-Depends on dbus and gjs.
- Use dbus-run-session to run the test suite as some of the tests require
a D-Bus session.
- Unset LD_PRELOAD when running the test suite as most tests fail when run
under fakeroot.
-- Michael Biebl <biebl@debian.org> Mon, 25 Jan 2016 01:05:58 +0100
libsecret (0.18.3-1) unstable; urgency=medium
* New upstream release.
-- Michael Biebl <biebl@debian.org> Thu, 06 Aug 2015 15:58:33 +0200
libsecret (0.18.2-1) unstable; urgency=medium
[ Laurent Bigonville ]
* debian/control.in: Bump gtk-doc-tools build-dep to >= 1.9
[ Iain Lane ]
* Lower Breaks version to seahorse (<< 3.10), as the API port happened in
this version.
[ Michael Biebl ]
* New upstream release.
* Install typelib files into multiarch paths.
* Mark gir and dev packages as Multi-Arch: same.
* Update Homepage: URL.
* Bump Standards-Version to 3.9.6. No further changes.
* Fix invalid short name for BSD license in debian/copyright.
-- Michael Biebl <biebl@debian.org> Wed, 20 May 2015 01:22:33 +0200
libsecret (0.18-1) unstable; urgency=low
[ Jeremy Bicha ]
* debian/rules:
- Build with --disable-silent-rules for a useful build log
* Update homepage
[ Michael Biebl ]
* New upstream release (0.16).
* Refresh patches.
[ Jackson Doak ]
* debian/control:
- Improve description of libsecret-tools. Closes: #711475
[ Andreas Henriksson ]
* New upstream release (0.18)
* Bump glib build-dependency to >= 2.38.0 according to configure.ac
* Drop debian/patches, both patches obsolete.
- debian/patches/dont_run_gjs_tests.patch
- debian/patches/introspection-dir.patch
* Bump Standards-Version to 3.9.5
* Update debian/libsecret-1-0.symbols
- Missing secret_service_new* symbols...
- See https://git.gnome.org/browse/libsecret/commit/?id=1758194f26a41
- "The _new() suffix confuses vala and gobject introspection [...]
This is an API/API break, but its to the portion of the library
marked as unstable. [...]"
- Also adds several new symbols
* Add "Breaks: seahorse (<< 3.12)" to libsecret-1-0 to handle above.
* Install Secret g-i typelib file from multiarch path.
* debian/rules: quote the wildcard argument of find to avoid premature exp.
-- Andreas Henriksson <andreas@fatal.se> Sun, 23 Mar 2014 20:43:29 +0100
libsecret (0.15-2) unstable; urgency=low
* Upload to unstable.
* Don't hard-code dpkg in Pre-Depends but use ${misc:Pre-Depends} instead.
* Add Vcs-* fields.
* Drop alternative Build-Depends on valac-0.18. No longer required since
valac is now recent enough.
* Bump Standards-Version to 3.9.4. No further changes.
-- Michael Biebl <biebl@debian.org> Fri, 24 May 2013 17:34:58 +0200
libsecret (0.15-1) experimental; urgency=low
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Sun, 24 Mar 2013 13:27:34 +0100
libsecret (0.14-1) experimental; urgency=low
[ Rico Tzschichholz ]
* debian/control:
- Add multiarch annotations and pre-depends
[ Andreas Henriksson ]
* New upstream release.
* Update debian/libsecret-1-0.symbols: added SECMEM_pool_data_v1_0@Base 0.14
-- Andreas Henriksson <andreas@fatal.se> Sat, 16 Mar 2013 14:53:57 +0100
libsecret (0.11-1) experimental; urgency=low
* New upstrema release
-- Sjoerd Simons <sjoerd@debian.org> Fri, 02 Nov 2012 22:10:15 +0100
libsecret (0.10-1) experimental; urgency=low
* Upload to Debian
-- Sjoerd Simons <sjoerd@debian.org> Fri, 05 Oct 2012 20:59:47 +0200
libsecret (0.9-0ubuntu3) quantal; urgency=low
* debian/control:
- Build-depend on gtk-doc-tools instead of xsltproc
- Don't explicitly build-depend on gir1.2-glib-2.0
- Add homepage
* debian/libsecret-1-dev.install: Install vapi files
-- Jeremy Bicha <jbicha@ubuntu.com> Thu, 23 Aug 2012 00:05:09 -0400
libsecret (0.9-0ubuntu2) quantal; urgency=low
* debian/control: Build-Depends on xsltproc
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 20 Aug 2012 18:24:52 +0200
libsecret (0.9-0ubuntu1) quantal; urgency=low
* New upstream version
* debian/libsecret-tools.install:
- install the manpage
* debian/patches/copying-test.patch:
- dropped, the fix is in the new version
* debian/patches/git_test_issue.patch:
- dropped, the fix is in the new version
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 20 Aug 2012 17:32:50 +0200
libsecret (0.8-0ubuntu2) quantal; urgency=low
* debian/control:
- Build-Depends on dbus-test-runner, python-dbus, python-gobject
* debian/patches/dont_run_gjs_tests.patch:
- don't run gjs tests since gjs is in universe
* debian/rules:
- enable tests but don't fail build on issues yet, there are issues
when running them under fakeroot for example (dbus doesn't like it)
* debian/copyright: drop reference to common-license BSD
(lintian warning)
-- Sebastien Bacher <seb128@debian.org> Tue, 07 Aug 2012 16:43:10 +0200
libsecret (0.8-0ubuntu1) quantal; urgency=low
* New upstream version
* Install libsecret-unstable dev files as well
* debian/control:
- updated some descriptions
* debian/copyright:
- updated
* debian/libsecret-1-dev.install:
- install the documentation
* debian/libsecret-1-0.symbols:
- updated for the new version
* debian/patches/git_test_issue.patch:
- git patch to fix a testsuite issue
* debian/patches/copying-test.patch:
- include COPYING.TESTS in the source (issue fixed in git)
* debian/rules:
- update test target but keep it commented, the dbus tests refuse
to work during the package build (but works fine run manually)
- clean files that are not shipped in binaries for --list-missing
- override dh_install with --list-missing
- use gir helper so Depends are right
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 06 Aug 2012 11:49:10 +0200
libsecret (0.7-0ubuntu1) quantal; urgency=low
* Initial Release. (LP: #1018630)
-- Robert Ancell <robert.ancell@canonical.com> Sat, 28 Jul 2012 17:51:13 +0200
|