[Pkg-chromium-commit] chromium-browser/chromium-browser.experimental: 711 Move /etc/chromium-browser/{default, master_preferences} to

Giuseppe Iuculano iuculano at debian.org
Wed Feb 23 10:14:47 UTC 2011


Branch name: chromium-browser/chromium-browser.experimental
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.experimental
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 711
Revision Id: iuculano at debian.org-20110223101447-1twsagrng97zlusb
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Move /etc/chromium-browser/{default,master_preferences} to
/etc/chromium/{default,master_preferences}


--------------------------------------------------------
  ** Added :
        - debian/chromium.postrm
        - debian/chromium.preinst

  ** Modified :
        - debian/changelog
        - debian/chromium.postinst

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-02-23 09:27:31 +0000
+++ b/debian/changelog	2011-02-23 10:14:47 +0000
@@ -5,8 +5,10 @@
   * Renamed binary packages, new names: chromium, chromium-l10n,
     chromium-inspector, chromium-dbg
   * Removed SMULBB instructions (Closes: 611725) Thanks to J?r?my Lal
+  * Move /etc/chromium-browser/{default,master_preferences} to
+    /etc/chromium/{default,master_preferences}
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 23 Feb 2011 10:26:01 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 23 Feb 2011 11:12:01 +0100
 
 chromium-browser (9.0.597.98~r74359-1) unstable; urgency=low
 

=== modified file 'debian/chromium.postinst'
--- a/debian/chromium.postinst	2011-02-23 09:10:49 +0000
+++ b/debian/chromium.postinst	2011-02-23 10:14:47 +0000
@@ -11,4 +11,8 @@
 
 rm -f /etc/default/chromium
 
+if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
+	dpkg-maintscript-helper mv_conffile /etc/chromium-browser/default /etc/chromium/default 10.0.648.82~r75062-0 -- "$@"
+	dpkg-maintscript-helper mv_conffile /etc/chromium-browser/master_preferences /etc/chromium/master_preferences 10.0.648.82~r75062-0 -- "$@"
+fi
 #DEBHELPER#

=== added file 'debian/chromium.postrm'
--- a/debian/chromium.postrm	1970-01-01 00:00:00 +0000
+++ b/debian/chromium.postrm	2011-02-23 10:14:47 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
+	dpkg-maintscript-helper mv_conffile /etc/chromium-browser/default /etc/chromium/default 10.0.648.82~r75062-0 -- "$@"
+	dpkg-maintscript-helper mv_conffile /etc/chromium-browser/master_preferences /etc/chromium/master_preferences 10.0.648.82~r75062-0 -- "$@"
+fi
+
+#DEBHELPER#

=== added file 'debian/chromium.preinst'
--- a/debian/chromium.preinst	1970-01-01 00:00:00 +0000
+++ b/debian/chromium.preinst	2011-02-23 10:14:47 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
+	dpkg-maintscript-helper mv_conffile /etc/chromium-browser/default /etc/chromium/default 10.0.648.82~r75062-0 -- "$@"
+	dpkg-maintscript-helper mv_conffile /etc/chromium-browser/master_preferences /etc/chromium/master_preferences 10.0.648.82~r75062-0 -- "$@"
+fi
+
+#DEBHELPER#



More information about the Pkg-chromium-commit mailing list