Package: googleearth-package
Version: 1.1.0
Severity: serious
Justification: makes the program almost useless

tags:patch


the fix is fairly trivial, taken from the ubuntu bug report
https://bugs.launchpad.net/ubuntu/+source/googleearth-package/+bug/1335021

=== modified file 'debian/changelog'
--- debian/changelog    2013-09-28 15:48:01 +0000
+++ debian/changelog    2014-08-05 08:10:30 +0000
@@ -1,3 +1,9 @@
+googleearth-package (1.1.0ubuntu1) utopic; urgency=low
+
+  * make-googleearth-package: Now finishes without error (LP: #1335021)
+
+ -- Filip Sohajek <filip.soha...@gmail.com>  Tue, 05 Aug 2014 09:57:50 +0200
+
 googleearth-package (1.1.0) unstable; urgency=low
 
   * Removed dependency on ia32-libs package by isolating the

=== modified file 'make-googleearth-package'
--- make-googleearth-package    2013-09-28 15:48:01 +0000
+++ make-googleearth-package    2014-08-05 08:10:30 +0000
@@ -459,7 +459,7 @@
 
   cd ..
   find "$instdir" -type d -print0 | xargs -0 chmod 755
-  if ( fakeroot dpkg-deb -b "$instdir" . >&2 ; ) ; then
+  if ( fakeroot -- dpkg-deb -b "$instdir" . >&2 ; ) ; then
     rm -rf "$instdir" "$tmpdir"
     return 0
   else



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to