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 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
|
googleearth-package (1.2.2) unstable; urgency=medium
* Move i386 dependencies from Depends to Recommends to
avoid installation installabilities in the archive.
Thanks to Dmitry Shachnev.
* Add support for interrupted downloads to be resumed.
Thanks to Gianfranco Costamagna.
-- Adnan Hodzic <adnan@hodzic.org> Sun, 28 Sep 2014 20:41:34 +0200
googleearth-package (1.2.0) unstable; urgency=low
* Add missing "--" when invoking fakeroot to fix
make-googleearth-package no longer building any
Debian package (Closes: #757120)
* Add missing "-O" option when invoking curl to fix
that curl could not be used for downloading (Closes: #702301)
* Add additional dependencies which prevent problems with
the installation of libcurl3:i386
* Set default locale of make-googleearth-package to "C"
to fix when parsing KML files on certain locales (Closes: #556102)
* Make sure Suggests is also created for other than amd64
archiectures (Closes: #606310)
* Use proper quoting in path names such that building the
Google Earth package also works with path names with
spaces (Closes: #606351)
* Update maintainer email with my new email address in
make-googleearth-package script and debian/control
-- Adnan Hodzic <adnan@hodzic.org> Wed, 20 Aug 2014 13:00:00 +0200
googleearth-package (1.1.0) unstable; urgency=low
* Remove dependency on ia32-libs package by isolating the
individual 32-bit libraries and adding them as Depends
* Fix "Invalid HTTP request" problem (Closes: #716695)
-- Adnan Hodzic <adnan@foolcontrol.org> Sat, 28 Sep 2013 15:48:01 +0200
googleearth-package (1.0.1) unstable; urgency=low
* Change Ubuntu dependency from "ia32-libs-multiarch" to "ia32-libs"
-- Adnan Hodzic <adnan@foolcontrol.org> Sat, 31 Aug 2013 18:18:41 +0100
googleearth-package (1.0.0) unstable; urgency=low
* Update for MultiArch (Closes: #695957)
* Fix Google Earth not being properly identified by
gnome-shell (Closes: #655400)
* Fixed infamous "Google Earth has caught signal 11" error.
* Removed the debian/patches directory
* Added support for Google Earth 7.x release
* Includes many fixes to debian/ related files.
+ debian/rules, new simplified rules, adapted to debhelper 9 format
+ debian/control, updated build-dep versioning.
+ debian/changelog, removed trailing spaces
+ debian/compact, change from 7 to 9
+ debian/copyright, updated copyright format
+ debian/README.Debian, removed empty line
+ debian/source/format, change from "1.0" to "3.0 (native)"
+ properly escaped the minus signs in manpages
-- Adnan Hodzic <adnan@foolcontrol.org> Mon, 15 Jul 2013 21:23:41 +0100
googleearth-package (0.7.0) unstable; urgency=low
* Added debian/patches and 3 patches which helped in resolving:
+ Fixed dpkg-architecture bug which prevented package from being built
(Closes: #505900)
+ Fixed "make-googleearth-package" exiting with status 1 when used with
"--download" (Closes: #535223)
+ Fixed erasing input file without user consent (Closes: #646601)
* Editted make-googleearth-package script
+ changed GoogleEarth_Package version to 0.7.0
+ Removed "$depends" which prevented package from being successfully built
(Closes: #649163)
+ replaced nvidia-glx-ia32 suggest with libgl1-nvidia-glx-ia32
+ removed option of displaying dpkg-shlibdeps warnings which resulted in
drastically improved build time along with display elimination of
dependency warnings
+ added lib32nss-mdns under suggest for amd64 arhictecture
+ added libfreeimage3 as one of te dependencies
+ added "ubuntu checker" which fixes Ubuntu font display problem
* fixed out-of-date-standards-version 3.9.1 by setting it to 3.9.2 in control
* edited rules to accommodate recommended-target build-arch and build-indep
-- Adnan Hodzic <adnan@foolcontrol.org> Fri, 03 Dec 2011 14:07:41 +0100
googleearth-package (0.6.1) unstable; urgency=low
* Altered debian/control, left dependencies solely required for
googleearth-package to be built
* Added dependencies to make-googleearth-package required solely by Google
Earth package to be build and run (Closes: #606049)
* Solved architecture dependency mix up with addition of "# != i386 dependency
field generator" to make-googleearth-package (Closes: #606045)
-- Adnan Hodzic <adnan@foolcontrol.org> Mon, 06 Dec 2010 05:43:53 +0100
googleearth-package (0.6.0) unstable; urgency=low
* New release to cope with new upstream release.
* Altered "make-googleearth-package":
- Added support for Google Earth 6 (Closes: #605499, #556102)
- Until 0.6.0 --force option had to be used in order for package to be build
this is no longer required (Closes: #569507, #588842, #577078)
- removed "Workaround symbol problem in libcrypto" (Closes: #567139)
- take all depends for the generated package from debian/control
(Closes: #537380)
* Altered debian/control:
- Dependencies added:
- libqtcore4 (#Closes: 544273)
- lsb-core (Closes: #605432)
- libgl1-mesa-glx (Closes: #587761, #534165)
- ${shlibs:Depends} and ${misc:Depends}
- Dependencies removed:
- Removed lib32nss-mdns (Closes: #584635, #535336)
- Removed arch deps for ia32-libs and ia32-libs-gtk
(Closes: #510548, #551738, #533104)
- Suggest nvidia-glx-ia32 (Closes: #541125)
* Added "homepage" to control (Closes: #561725)
* Updated standards version, no changes needed.
-- Adnan Hodzic <adnan@foolcontrol.org> Wed, 05 Dec 2010 16:11:53 +0100
googleearth-package (0.5.7) unstable; urgency=high
* Workaround symbol problem in libcrypto prevents googleearth from
starting (closes: #528029)
* Accept the current 5.1 version as supported (closes: #550669)
* Correct broken logic for LD_LIBRARY_PATH (closes: #524686, #524686, #543575)
* Adopted package (closes: #551773)
* Moved asciidoc and docbook2x to Build-Depends-Indep in debian/control
* Changed Standards-Version to 3.8.3 in debian/control
* Added Vcs-Browser field to debian/control
* Pointed "GPL" to "/usr/share/common-licenses/GPL-3" in debian/copyright
-- Adnan Hodzic <adnan@foolcontrol.org> Tue, 05 Dec 2009 19:56:48 +0100
googleearth-package (0.5.6) unstable; urgency=low
* Fix typo in googleearth wrapper script that broke things.
* Use dh_prep instead of dh_clean -k
* Workaround local libcrypto.so.0.9.8 problem (closes: #514122)
-- Wesley J. Landaker <wjl@icecavern.net> Thu, 16 Apr 2009 15:10:48 -0600
googleearth-package (0.5.5) unstable; urgency=low
* Support Google Earth 5.0 (closes: #514052)
* Honor users LD_LIBRARY_PATH if already set (closes: #478785)
* Fix one .desktop file that pointed to the wrong icon (closes: #478266)
* Refuse to build as root, or in a set[ug]id directory (closes: #467558)
* Add lib32nss-mdns to amd64 package depends (closes: #479319)
* Fix invalid expansion in some here-documents (closes: #498384)
* Update depends to include x11-utils (closes: #505900)
* Improve the package description somewhat (closes: #499777)
* Add defaults for name and e-mail on generated package (closes: #511475)
* Misc shlibdeps invocation improvements (closes: #511475)
* Suggest ttf-bitstream-vera to get rid of warnings (closes: #471714)
* Note how to install the package after building (closes: #467161)
* Update Vcs-Git information
* Use debhelper v7
* Update to Debian Policy 3.8.1 (no changes necessary)
-- Wesley J. Landaker <wjl@icecavern.net> Thu, 16 Apr 2009 11:56:09 -0600
googleearth-package (0.5.4) unstable; urgency=low
* Support Google Earth 4.3
* We have to revert to using LD_LIBRARY_PATH instead of ld-linux.so.2,
otherwise Google Earth 4.3 can't work. There isn't any workaround
known at this time.
* Revert --quiet being the default. This totally messes up being able
to get error messages. The default verboseness problem is postponed
for a new major version release.
-- Wesley J. Landaker <wjl@icecavern.net> Thu, 17 Apr 2008 19:47:32 -0600
googleearth-package (0.5.3) unstable; urgency=low
* Added --verbose and made --quiet the default (closes: #466589)
-- Wesley J. Landaker <wjl@icecavern.net> Fri, 22 Feb 2008 15:54:59 -0700
googleearth-package (0.5.2) unstable; urgency=medium
* Fixed version number to match package version.
* Added Vcs-Bzr header to point to development trunk.
* Removed AUTHOR section from manpage, it's not really useful.
* Cleaned up debian/rules formatting.
* Updated to policy 3.7.3
-- Wesley J. Landaker <wjl@icecavern.net> Thu, 31 Jan 2008 19:29:35 -0700
googleearth-package (0.5.1) unstable; urgency=medium
* Fixed typo in wrapper script that prevented googleearth from launching.
-- Wesley J. Landaker <wjl@icecavern.net> Sun, 27 Jan 2008 22:27:46 -0700
googleearth-package (0.5.0) unstable; urgency=low
* Updated for the new dpkg-shlibdeps (closes: #460544, #458050, #451822)
* Fixed malformed .desktop entry file (closes: #462650)
Thanks to Pino Toscano <toscano.pino@tiscali.it> for the patch
* Ensured that spawned processes don't get local libraries (closes: #459368)
Thanks to Jindrich Makovicka <makovick@gmail.com> for the suggestion
-- Wesley J. Landaker <wjl@icecavern.net> Sun, 27 Jan 2008 22:27:32 -0700
googleearth-package (0.4.3) unstable; urgency=low
* Clearer pointers to upstream help (closes: #443607)
-- Wesley J. Landaker <wjl@icecavern.net> Tue, 02 Oct 2007 17:15:34 -0600
googleearth-package (0.4.2) unstable; urgency=low
* Fix typo in amd64 support part of script (closes: #444964)
-- Wesley J. Landaker <wjl@icecavern.net> Tue, 02 Oct 2007 16:21:21 -0600
googleearth-package (0.4.1) unstable; urgency=low
* Fix part of forced --download logic that was incorrect.
-- Wesley J. Landaker <wjl@icecavern.net> Sat, 29 Sep 2007 18:15:36 -0600
googleearth-package (0.4.0) unstable; urgency=low
* Despite being very hackish, by popular nagging we now can build packages
without --force on amd64/ia64 with ia32-libs (closes: #439144) (again!).
* Cleaned up dependencies for allow the above to work a bit more cleanly.
-- Wesley J. Landaker <wjl@icecavern.net> Wed, 19 Sep 2007 08:36:18 -0600
googleearth-package (0.3.3) unstable; urgency=low
* Added anti-setguid hack (closes: #429861)
* Blurb about i386 restrictions in README.Debian (closes: #439144)
-- Wesley J. Landaker <wjl@icecavern.net> Tue, 18 Sep 2007 17:29:17 -0600
googleearth-package (0.3.2) unstable; urgency=low
* Put manpage in "upstream" part, since it's not debian specific.
* Now builds manpage with asciidoc and docbook2x.
* Updated to GPL v3 or later.
-- Wesley J. Landaker <wjl@icecavern.net> Sat, 25 Aug 2007 16:21:46 -0600
googleearth-package (0.3.1) unstable; urgency=low
* Minor script cleanup.
-- Wesley J. Landaker <wjl@icecavern.net> Fri, 24 Aug 2007 08:53:47 -0600
googleearth-package (0.3.0) unstable; urgency=low
* Now supports Google Earth 4.2 (closes: #439141)
* No longer installs EULA files; they don't exist with 4.2 anyway
-- Wesley J. Landaker <wjl@icecavern.net> Wed, 22 Aug 2007 17:20:10 -0600
googleearth-package (0.2.2) unstable; urgency=low
* Add file to depends (closes: #439032)
-- Wesley J. Landaker <wjl@icecavern.net> Tue, 21 Aug 2007 16:40:04 -0600
googleearth-package (0.2.1) unstable; urgency=low
* Updated to new menu structure (closes: #438153)
-- Wesley J. Landaker <wjl@icecavern.net> Wed, 15 Aug 2007 17:16:18 -0600
googleearth-package (0.2.0) unstable; urgency=low
* Emphasize in Debian.README that problems with Google Earth itself are
not in the domain of googleearth-package (closes: #424921)
* Add --download, --cleanup, and --quiet (closes: #425798, #378504)
* Add msttcorefonts as an alternative font dependency (closes: 419718)
* Updated man page to reflect new options and fix some typos.
-- Wesley J. Landaker <wjl@icecavern.net> Tue, 29 May 2007 09:49:28 -0600
googleearth-package (0.1.0) unstable; urgency=low
* Now support both Google Earth 4.0 and 4.1
* Try to guess the version if --force is used, otherwise use
a default version string that indicates that the version
could not be parsed (closes: #423421)
-- Wesley J. Landaker <wjl@icecavern.net> Fri, 11 May 2007 16:26:11 -0600
googleearth-package (0.0.8) unstable; urgency=low
* Put bzip2 in the depends, not the build-depends (really closes: #402641)
* Nuked some other build-depends that don't make sense anymore.
-- Wesley J. Landaker <wjl@icecavern.net> Thu, 26 Apr 2007 16:40:34 -0600
googleearth-package (0.0.7) unstable; urgency=low
* Include this package version information in make-googleearth-package
and in generated packages (closes: #421109)
-- Wesley J. Landaker <wjl@icecavern.net> Thu, 26 Apr 2007 16:22:01 -0600
googleearth-package (0.0.6) unstable; urgency=low
* Make --file option work with a relative pathname (closes: #406740)
* Don't try to build on non-x86 unless --force'd (closes: #416457)
* Add missing dependency on bzip2 (closes: #402641)
-- Wesley J. Landaker <wjl@icecavern.net> Tue, 17 Apr 2007 19:17:34 -0600
googleearth-package (0.0.5) unstable; urgency=low
* Use DEBEMAIL and DEBFULLNAME env variables as defaults (closes: #400941)
-- Wesley J. Landaker <wjl@icecavern.net> Sat, 9 Dec 2006 09:22:37 -0700
googleearth-package (0.0.4) unstable; urgency=low
* Make README.Debian actually get installed
-- Wesley J. Landaker <wjl@icecavern.net> Mon, 27 Nov 2006 11:32:03 -0700
googleearth-package (0.0.3) unstable; urgency=low
* Changed font dependency to allow ttf-dejavu or ttf-bitstream-vera
(fixes the second bug from already closed #378082)
-- Wesley J. Landaker <wjl@icecavern.net> Mon, 27 Nov 2006 09:23:47 -0700
googleearth-package (0.0.2) unstable; urgency=low
* Add a README.Debian explaining how to use the package (closes: #378082)
* Ensure files are created with the correct permissions (closes: #381510)
* make-googlearth-package script will now fail if any of its commands fail
* Change ownership of packaged files to root more efficiently
* Build googleearth.deb with dpkg-deb (closes: #378424)
* Correct permissions of shipped shared libraries & other files (partialy
addresses #378362)
* Generate correct shared library dependencies & build-depend on the relevant
library packages for shlibs info (closes: #378510)
* Add freedesktop.org desktop entry file and shared mime info file
(closes: #382685)
* Add KDE MIME database entry; thanks Patrick Valsecchi (closes: #383046)
-- Sam Morris <sam@robots.org.uk> Sun, 26 Nov 2006 22:49:46 +0000
googleearth-package (0.0.1) unstable; urgency=low
* Initial Release (closes: 374373)
+ Tested and works with at least Google Earth 4.0.1563
+ Should work with any new version with the same installer
-- Wesley J. Landaker <wjl@icecavern.net> Wed, 12 Jul 2006 08:54:16 -0600
|