Codebase list chemical-mime-data / 8ad8b34
Merge branch 'remove-gnome-2' into 'debian/sid' Remove support for the obsolete gnome-mime-data system See merge request debichem-team/chemical-mime-data!1 Daniel Leidert 2 years ago
5 changed file(s) with 25 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 chemical-mime-data (0.1.94-8) UNRELEASED; urgency=medium
0 chemical-mime-data (0.1.94-7.2) unstable; urgency=medium
11
2 * NOT RELEASED YET
2 * Non-maintainer upload
33
4 -- Debichem Team <debichem-devel@lists.alioth.debian.org> Tue, 16 Jan 2018 18:32:36 +0100
4 [ Daniel Leidert ]
5 * Fix Vcs-* fields in debian/control after migrating package to Git.
6 * Use overlay layout for git-buildpackage.
7
8 [ Simon McVittie ]
9 * Import changelog entry from reproducible-builds NMU
10 * Remove support for the obsolete gnome-mime-data system.
11 GNOME has used the freedesktop.org shared MIME infrastructure since
12 the release of GNOME 3 in 2011, and possibly longer. gnome-mime-data
13 was used by gnome-vfs, which was finally removed from Debian in 2019.
14 With gnome-mime-data disabled, debian/patches/652153_drop_gmd.patch has
15 no practical effect and can be dropped. (Closes: #947900)
16
17 -- Simon McVittie <smcv@debian.org> Thu, 21 Oct 2021 11:17:43 +0100
18
19 chemical-mime-data (0.1.94-7.1) unstable; urgency=medium
20
21 * Non maintainer upload by the Reproducible Builds team.
22 * No source change upload to rebuild on buildd with .buildinfo files.
23
24 -- Holger Levsen <holger@debian.org> Mon, 28 Dec 2020 13:18:07 +0100
525
626 chemical-mime-data (0.1.94-7) unstable; urgency=low
727
44 Uploaders: Michael Banck <mbanck@debian.org>,
55 Daniel Leidert <dleidert@debian.org>
66 Build-Depends: debhelper (>> 11~)
7 Build-Depends-Indep: gnome-mime-data,
8 intltool,
7 Build-Depends-Indep: intltool,
98 librsvg2-bin,
109 pkg-config,
1110 shared-mime-info,
+0
-12
debian/patches/652153_drop_gmd.patch less more
0 Author: Daniel Leidert <dleidert@debian.org>
1 Description: gnome-mime-data-2.0 is dropped from the pkg-config file
2 Bug-Debian: http://bugs.debian.org/652153
3
4 --- a/chemical-mime-data.pc.in
5 +++ b/chemical-mime-data.pc.in
6 @@ -19,4 +19,4 @@
7 Description: Chemical MIME and file type support for KDE, GNOME and ROX desktops.
8 Version: @VERSION@
9 URL: http://chemical-mime.sf.net
10 -Requires:@CHEMICAL_MIME_DEPS@
11 +Requires: shared-mime-info
00 sourceforge.patch
11 661326_rsvg-convert.patch
2 652153_drop_gmd.patch
1313 override_dh_auto_configure:
1414 dh_auto_configure -- \
1515 --disable-nls \
16 --without-gnome-mime \
1617 --without-kde-mime \
1718 --disable-update-database --disable-convert \
1819 RSVG="/usr/bin/rsvg-convert" \