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
|
libexif-gtk (0.5.0-2) unstable; urgency=medium
* Release to unstable.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Sun, 08 Nov 2020 22:43:51 +1100
libexif-gtk (0.5.0-1) experimental; urgency=medium
[ Hugh McMaster ]
* New upstream version:
- Fix cross-compilation with pkg-config (Closes: #911108).
* Add a GTK+ 3.0 build (Closes: #967573).
* Remove deprecated debian/compat file.
* debian/changelog: Trim trailing whitespace.
* debian/copyright: Update for libexif-gtk 0.5.0.
* debian/control:
- Use debhelper-compat version 13.
- Emmanuel Bouthenot and Frederic Peters have stepped down as Uploaders.
Thank you for maintaining libexif-gtk.
- Add Hugh McMaster as an Uploader.
- Sort Build-Depends list.
- Build-Depend on libgtk-3-dev.
- Remove autopoint from the Build-Depends list, as it is pulled in
automatically as a dependency of dh-autoreconf.
- Raise Standards-Version from 4.1.3 to 4.5.0 (no changes needed).
- Declare Rules-Requires-Root: no.
- Add a new package: libexif-gtk3-5.
- libexif-gtk-dev now depends on libexif-dev and libgtk-3-dev.
- Trim trailing whitespace.
* debian/patches:
- Drop existing patches (all issues fixed in this version).
- Add gettext-gtk-version.patch: Include the GTK version suffix in the
package name passed to the GP_GETTEXT_HACK macro.
* debian/rules:
- Don't install the outdated upstream ChangeLog.
- Simplify and clean up rules.
* debian/source/options: Ignore changes to po files.
* libexif-gtk3-5:
- Install libexif-gtk3 shared objects.
* libexif-gtk3-5.symbols: Add for GTK+ 3.0 build.
* libexif-gtk-dev:
- Install libexif-gtk3 pkg-config file.
- Don't install libexif-gtk3.la.
- Reorder .install file entries.
* Rename libexif-gtk5-dev.docs to libexif-gtk-dev.docs.
* Add debian/gbp.conf.
* Add debian/not-installed file.
* Add debian/upstream/metadata file.
[ Andreas Metzler ]
* Build against GTK+ 2.0 and 3.0 to allow rdep(s) to migrate.
* libexif-gtk3-5: Install GTK+ 3.0 files only.
* libexif-gtk-dev: Install all pkg-config files.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Fri, 06 Nov 2020 22:11:44 +1100
libexif-gtk (0.4.0-2) unstable; urgency=medium
* Team upload.
* Release to Unstable.
* Rebuild against a newer version of pango1.0 to fix a dependency on a
transitional package (Closes: #865170).
* debian/control:
- Raise Standards-Version to 4.1.4 from 4.1.3 (no changes needed).
* debian/copyright:
- Add files licensed with LGPL-2+.
* debian/watch:
- Use 'uversionmangle' instead of 'oversionmangle'.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Wed, 02 May 2018 19:25:00 +1000
libexif-gtk (0.4.0-1) experimental; urgency=medium
* Team upload.
[ Emmanuel Bouthenot ]
* Remove the DM-Upload-Allowed field from debian/control.
[ Hugh McMaster ]
* New upstream release.
* debhelper update:
- Update package compatibility to level 11.
* Package libexif-gtk5 symbols.
* debian/*.docs:
- Package the NEWS file.
* debian/*.install:
- Use multi-arch directories.
* debian/control:
- Build-Depend on debhelper version 11.
- Build-Depend on libexif-dev 0.6.21.
- Remove dh-autoreconf from the Build-Depends list.
- Raise Standards-Version from 3.9.2 to 4.1.3.
- Update the Homepage field to point to https://salsa.debian.org.
- Update the Vcs-fields to point to https://salsa.debian.org.
- Update the package order.
- Mark libexif-gtk5 and libexif-gtk-dev Multi-Arch: same.
* debian/copyright:
- Update the Format specification URI.
- Update the Source URL field to point to https://libexif.github.io.
- Update copyright information for libexif-gtk 0.4.0.
- Switch to LGPL-2.1+ for libexif-gtk 0.4.0.
* debian/patches:
- Drop patches superseded upstream: use_autoreconf, use_deprecated_gtk,
french_translation and german_translation.
- Rebase pkgconfig_require_gtk2.patch for libexif-gtk 0.4.0.
- add-am_prog_ar.patch: Add the AM_PROG_AR macro to configure.ac to avoid
some automake warnings.
* debian/rules:
- Remove excess whitespace.
- Remove '--with autoreconf' (now handled by debhelper >= level 10).
- Remove dh_auto_build overrides.
- Override dh_auto_clean to remove left-over build files.
- Add 'hardening=+all' to DEB_BUILD_MAINT_OPTIONS.
* debian/source/options:
- Remove from package. Debhelper handles the specified options by default.
* debian/watch:
- Update to version 4 and switch to upstream's github repository.
-- Hugh McMaster <hugh.mcmaster@outlook.com> Wed, 21 Mar 2018 22:25:52 +1100
libexif-gtk (0.3.5-5) unstable; urgency=low
* Simplify more debian/rules.
* Update uploader email (me)
* Switch to dpkg-source 3.0 (quilt) format
* Bump Standards-Version to 3.9.2
* Refresh patches and convert them to DEP3 format
* debian/copyright:
- various updates
- switch to DEP5 format
* Add a patch to clean up 'dependency_libs' in .la files and
make libexif-gtk multiarch ready. Thanks to Evan Broder for the
patch. (Closes: #620445)
* Add a patch to cleanly “autoreconf” the package in order to patch
po files.
* Add a patch to update French translation.
* Add German translation. Thanks to Chris Leick for the patch
(Closes: #532404).
-- Emmanuel Bouthenot <kolter@debian.org> Thu, 28 Apr 2011 11:38:55 +0000
libexif-gtk (0.3.5-4) unstable; urgency=low
* Adopt the package within pkg-phototools:
- Set the Maintainer to the group
- Add Frederic Peters and myself as Uploaders.
- Add Vcs-Browser and Vcs-Git fields accordingly.
* Update debian/control:
- Add a Homepage field.
- Bump Standards-Version to 3.8.1
- Replace deprecated ${Source-Version} by ${binary:Version}
- Drop duplicate section field for libexif-gtk5
- Enhance libexif-gtk-dev long description.
- Remove Conflicts/Replaces on libexif-gtk4.
- Add DM-Upload-Allowed field.
- Adjust dependencies on libgtk2.0-dev.
* Switch packaging to debhelper 7
* Add debian/watch file.
* Update debian/copyright.
* Extract patch about deprecated GTK API from diff.gz.
* Patch libexif-gtk.pc to add a dependency on gtk2 libs and headers.
-- Emmanuel Bouthenot <kolter@openics.org> Sun, 14 Jun 2009 22:24:07 +0000
libexif-gtk (0.3.5-3) unstable; urgency=low
* Replaces/Conflicts libexif-gtk4 since they share the same translation file
and using another is really kludgy. (Closes: #328704)
* debian/copyright: updated FSF address.
-- Frederic Peters <fpeters@debian.org> Tue, 27 Sep 2005 09:18:41 +0200
libexif-gtk (0.3.5-2) unstable; urgency=low
* Rebuilt against new libexif12.
-- Frederic Peters <fpeters@debian.org> Wed, 27 Jul 2005 20:45:09 +0200
libexif-gtk (0.3.5-1) unstable; urgency=low
* New upstream release.
* soname bumped.
-- Frederic Peters <fpeters@debian.org> Sat, 16 Jul 2005 10:20:00 +0200
libexif-gtk (0.3.3-6) unstable; urgency=low
* Adopted package.
-- Frederic Peters <fpeters@debian.org> Sun, 17 Oct 2004 12:37:39 +0200
libexif-gtk (0.3.3-5) unstable; urgency=low
* Rebuilt against libexif10.
* Removed DISABLE_DEPRECATED to be nice with gtk+2.4 (Closes: #250043).
-- christophe barbe <christophe@debian.org> Fri, 18 Jun 2004 14:53:39 -0400
libexif-gtk (0.3.3-4) unstable; urgency=low
* Built against libexif9.
* Move DH_COMPAT in debian/compat.
* Bump Standards-Version up to 3.5.9.
* In new libdevel section.
-- christophe barbe <christophe@debian.org> Tue, 5 Aug 2003 14:07:00 -0400
libexif-gtk (0.3.3-3) unstable; urgency=low
* Libtool update to get a working MIPS package (Closes: 178572).
-- christophe barbe <christophe@debian.org> Mon, 27 Jan 2003 09:57:53 -0500
libexif-gtk (0.3.3-2) unstable; urgency=low
* Versionned Build-Depend for libexif-dev.
-- christophe barbe <christophe@debian.org> Wed, 22 Jan 2003 10:53:18 -0500
libexif-gtk (0.3.3-1) unstable; urgency=low
* New upstream release.
-- christophe barbe <christophe@debian.org> Mon, 20 Jan 2003 17:52:57 -0500
libexif-gtk (0.3.2-4) unstable; urgency=low
* Fix override disparity (The 'I can do it' release).
-- christophe barbe <christophe@debian.org> Sat, 16 Nov 2002 16:19:48 -0500
libexif-gtk (0.3.2-3) unstable; urgency=low
* Fix override disparity.
-- christophe barbe <christophe@debian.org> Sat, 16 Nov 2002 15:56:38 -0500
libexif-gtk (0.3.2-2) unstable; urgency=low
* Fix broken Build-Depends (Closes: #169375).
-- christophe barbe <christophe@debian.org> Sat, 16 Nov 2002 15:41:39 -0500
libexif-gtk (0.3.2-1) unstable; urgency=low
* New upstream release.
-- christophe barbe <christophe@debian.org> Sun, 10 Nov 2002 22:35:29 -0500
libexif-gtk (0.3.0-4) unstable; urgency=low
* Update Maintener e-mail address.
-- christophe barbe <christophe@debian.org> Wed, 24 Apr 2002 15:06:49 -0400
libexif-gtk (0.3.0-3) unstable; urgency=low
* Fixed Build-Depenpds (Closes: #142301).
-- christophe barbe <christophe.barbe@ufies.org> Thu, 11 Apr 2002 09:04:21 -0400
libexif-gtk (0.3.0-2) unstable; urgency=low
* Add pkg-config in build depends (Closes: #142048).
-- christophe barbe <christophe.barbe@ufies.org> Tue, 9 Apr 2002 19:04:33 -0400
libexif-gtk (0.3.0-1) unstable; urgency=low
* Initial Release.
* close ITA (Closes: #139896).
-- christophe barbe <christophe.barbe@ufies.org> Mon, 25 Feb 2002 17:58:36 -0500
|