[Pkg-chromium-commit] [pkg-chromium] 01/01: release 39.0.2171.71-2

Michael Gilbert mgilbert at moszumanska.debian.org
Tue Dec 2 06:41:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository pkg-chromium.

commit fb816bd613ab3c5b4c4f4046e00807d588ee1351
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Tue Dec 2 01:40:49 2014 -0500

    release 39.0.2171.71-2
---
 debian/changelog        |  6 ++++++
 debian/chromium.preinst | 11 +++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 77153f0..47f66c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chromium-browser (39.0.2171.71-2) unstable; urgency=medium
+
+  * Add missing test to chromium.preinst (closes: #771684).
+
+ -- Michael Gilbert <mgilbert at debian.org>  Tue, 02 Dec 2014 01:30:33 +0000
+
 chromium-browser (39.0.2171.71-1) unstable; urgency=medium
 
   * New upstream stable release:
diff --git a/debian/chromium.preinst b/debian/chromium.preinst
new file mode 100644
index 0000000..0e80c61
--- /dev/null
+++ b/debian/chromium.preinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+# workaround for #766420 (this can be removed post-jessie)
+if test "$1" = "upgrade"; then
+    test ! -d /usr/share/pixmaps/chromium.png || rm -rf /usr/share/pixmaps/chromium.png
+    test ! -d /usr/share/pixmaps/chromium.xpm || rm -rf /usr/share/pixmaps/chromium.xpm
+fi
+
+#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list