graphene (1.10.8-3) unstable; urgency=medium * Team upload * d/control: Remove unnecessary -dev dependency on libgirepository1.0-dev. debian/tests/build demonstrates that it isn't necessary, and a runtime dependency on that particular package becomes problematic when converting gobject-introspection to make cross-compiling possible. * d/control: Add ${gir:Depends}, ${gir:Provides} to -dev package * d/control, d/rules: Allow cross-compilation of GIR XML and typelib. For cross-compilation, this requires a version of gobject-introspection that is currently only in experimental. For native builds, the version in testing is sufficient. * d/control, d/rules: Use dh-python3 to make graphene-tests depend on python3 -- Simon McVittie Tue, 02 Jan 2024 10:17:07 +0000 graphene (1.10.8-2) unstable; urgency=medium * Team upload [ Amin Bandali ] * Change packaging branch to debian/latest [ Simon McVittie ] * d/control: Stop generating from a template. We don't use any of the other dh-sequence-gnome features (there are no libtool archives, and we don't use the gnome:Foo family of substvars) so drop the build-dependency on dh-sequence-gnome. * d/control: libgraphene-1.0-dev Provides gir1.2-graphene-1.0-dev. Adding versioned Provides on gir1.2-*-dev corresponding to each GIR XML file is a small step towards being able to exclude GObject-Introspection with a build-profile when cross-compiling. Helps: #1030223 * Remove version constraints unnecessary since bullseye * Remove empty debian/patches/series * Update standards version to 4.6.2, no changes needed -- Simon McVittie Wed, 01 Nov 2023 23:29:51 +0000 graphene (1.10.8-1) unstable; urgency=medium * New upstream release * Drop patch: applied in new release -- Jeremy Bicha Fri, 18 Mar 2022 15:07:44 -0400 graphene (1.10.6+dfsg1-2) unstable; urgency=medium * Cherry-pick patch to fix install of new installed test * debian/tests/control: Add dependencies for additional installed test -- Jeremy Bicha Sat, 25 Sep 2021 18:10:43 -0400 graphene (1.10.6+dfsg1-1) unstable; urgency=medium * New upstream release * Bump debhelper-compat to 13 * debian/rules: Clean up a bit -- Jeremy Bicha Wed, 22 Sep 2021 20:22:30 -0400 graphene (1.10.4+dfsg1-1) unstable; urgency=medium * Team upload [ Simon McVittie ] * New upstream release - Disable SSE on i386. It requires a larger struct alignment which is not always achieved when graphene types are used in GTK4, and perhaps other graphene users. - Fix graphene_box_intersection() logic - Drop obsolete CI scripts - SSE support on MSVC (not relevant to Debian) * d/copyright: Exclude one more minified JavaScript file from documentation * d/rules: Disable NEON based on host architecture, not build architecture. The build architecture is not relevant to the code we're generating. * d/rules: Explicitly disable SSE on any-i386. Debian's baseline is i686 minus one instruction, so libraries shouldn't require MMX or SSE. Upstream now disables SSE on any-i386 anyway, but even if they resolve the alignment issues, we should still disable it for Debian until our baseline is increased. * d/rules: Explicitly enable GObject-Introspection * d/watch: Allow for [+~]dfsg[0-9]* suffix [ Debian Janitor ] * libgraphene-1.0-dev: Drop Multi-Arch: same. The content of /usr/share/gir-1.0/Graphene-1.0.gir differs between architectures. This means it should really be in /usr/lib, but gobject-introspection doesn't currently have an architecture-dependent directory in its search path, and adding one will come with a regression risk that is not appropriate at this stage of the freeze. -- Simon McVittie Wed, 10 Feb 2021 09:41:25 +0000 graphene (1.10.2-1) unstable; urgency=medium [ Sebastien Bacher ] * debian/test/build: - Use the correct compiler for proposed autopkgtest cross-testing support [ Laurent Bigonville ] * New upstream release * debian/control.in: Follow the master branch and not the experimental one * Move the installed tests in /usr/libexec/installed-tests/ * debian/control.in: Bump Standards-Version to 4.5.0 (no further changes) * Mark libgraphene-doc with Build-Profiles: and move gtk-doc-tools to BDI -- Laurent Bigonville Mon, 29 Jun 2020 18:03:21 +0200 graphene (1.10.0-1) unstable; urgency=medium * Team upload * New upstream stable release - d/libgraphene-1.0-0.symbols: Update - d/copyright: Update * d/watch: Only watch for stable releases * Set Rules-Requires-Root to no * Upload to unstable - d/gbp.conf: Switch branch to debian/master -- Simon McVittie Sun, 29 Sep 2019 16:39:22 +0100 graphene (1.9.6-1) experimental; urgency=medium * New upstream release * debian/libgraphene-1.0-0.symbols: - new version update -- Sebastien Bacher Wed, 14 Aug 2019 16:29:24 +0200 graphene (1.9.4-1) experimental; urgency=medium * Team upload * Branch for experimental * New upstream development release - d/copyright: Update - d/copyright: Exclude markdeep.js from bundled mutest subproject - Build using bundled mutest subproject for now (ITP: #931595) * Use debhelper-compat 12 * d/tests/installed-tests: Use AUTOPKGTEST_TMP instead of deprecated ADTTMP * d/tests/installed-tests: Mark as executable * d/tests/build: Add a simple build test * Standards-Version: 4.4.0 (no changes required) * d/tests/introspection: Add a simple test for GObject-Introspection * d/copyright: Add copyright information for debian/ * Create symlinks to gtk-doc in /usr/share/doc/libgraphene-doc/html and /usr/share/doc/libgraphene-1.0-dev/html -- Simon McVittie Thu, 18 Jul 2019 00:34:51 +0100 graphene (1.8.4-1) unstable; urgency=medium * New upstream release * Bump minimum meson to 0.48.0 * Build-Depend on dh-sequence-gir and dh-sequence-gnome -- Jeremy Bicha Sun, 17 Feb 2019 15:22:01 -0500 graphene (1.8.2-2) unstable; urgency=medium * Add -Wl,-O1 to our LDFLAGS * Bump Standards-Version to 4.3.0 -- Jeremy Bicha Tue, 25 Dec 2018 19:52:15 -0500 graphene (1.8.2-1) unstable; urgency=medium * New upstream release -- Jeremy Bicha Mon, 13 Aug 2018 20:31:09 -0400 graphene (1.8.0-1) unstable; urgency=medium * New upstream release * Switch to debhelper's meson helper * Update Vcs fields for migration to https://salsa.debian.org/ * Bump debhelper compat to 11 * Bump Standards-Version to 4.1.3 * Drop patch, applied in new release -- Jeremy Bicha Thu, 22 Feb 2018 20:09:12 -0500 graphene (1.6.0-1) unstable; urgency=medium * Initial release. (Closes: #857504) (LP: #1656631) -- Laurent Bigonville Thu, 20 Jul 2017 16:07:22 +0200