Merge lp:~clint-fewbar/ubuntu/maverick/drupal6/lp370994-add-post-install-note into lp:ubuntu/maverick/drupal6

Proposed by Clint Byrum
Status: Merged
Merge reported by: Stefano Rivera
Merged at revision: not available
Proposed branch: lp:~clint-fewbar/ubuntu/maverick/drupal6/lp370994-add-post-install-note
Merge into: lp:ubuntu/maverick/drupal6
Diff against target: 125 lines (+69/-0)
7 files modified
debian/changelog (+6/-0)
debian/control (+1/-0)
debian/drupal6.config (+3/-0)
debian/drupal6.templates (+9/-0)
debian/po/POTFILES.in (+1/-0)
debian/po/templates.pot (+48/-0)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/maverick/drupal6/lp370994-add-post-install-note
Reviewer Review Type Date Requested Status
Stefano Rivera Approve
Ubuntu Sponsors Pending
Review via email: mp+33778@code.launchpad.net

Description of the change

- Adds a high priority debconf note to remind users of the next steps to take.

To post a comment you must log in.
Revision history for this message
Stefano Rivera (stefanor) wrote :

This merge is out of date. Do we have a plan to get it into Debian? (Has anyone reported it there)

review: Needs Fixing
Revision history for this message
Stefano Rivera (stefanor) wrote :

Marking this WIP to get it out the sponsorship queue.

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Hi Stefano,

Sorry for taking so long to respond.

I just merged 6.18-1 and pushed it into the branch. Changed status back to "Needs Review".

Revision history for this message
Artur Rona (ari-tczew) wrote :

Clint, could you check if your patch is good for older releases? If yes, I'm +1 for SRU it.

Revision history for this message
Stefano Rivera (stefanor) wrote :

I've never used debconf myself, but this looks reasonable. Let's slip it into Maverick.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-08-24 16:17:22 +0000
3+++ debian/changelog 2010-10-05 01:24:47 +0000
4@@ -1,3 +1,9 @@
5+drupal6 (6.18-1ubuntu1~local0) maverick; urgency=low
6+
7+ * adding debconf note to guide user post install (LP: #370994)
8+
9+ -- Clint Byrum <clint@ubuntu.com> Thu, 26 Aug 2010 03:46:21 -0700
10+
11 drupal6 (6.18-1) unstable; urgency=high
12
13 [ Luigi Gangitano ]
14
15=== modified file 'debian/control'
16--- debian/control 2010-08-24 16:17:22 +0000
17+++ debian/control 2010-10-05 01:24:47 +0000
18@@ -3,6 +3,7 @@
19 Priority: extra
20 Maintainer: Luigi Gangitano <luigi@debian.org>
21 Build-Depends: debhelper (>= 7), dpatch
22+ ,po-debconf
23 Homepage: http://www.drupal.org/
24 Standards-Version: 3.9.1.0
25 Xs-Vcs-Svn: svn://alioth.debian.org/svn/pkg-drupal/branches/drupal6
26
27=== modified file 'debian/drupal6.config' (properties changed: -x to +x)
28--- debian/drupal6.config 2009-03-01 18:26:25 +0000
29+++ debian/drupal6.config 2010-10-05 01:24:47 +0000
30@@ -43,6 +43,9 @@
31
32 OLDVERSION="$2"
33
34+db_input high drupal6/post_install_guidance || true
35+db_go || true
36+
37 db_stop
38
39 exit 0
40
41=== added file 'debian/drupal6.templates'
42--- debian/drupal6.templates 1970-01-01 00:00:00 +0000
43+++ debian/drupal6.templates 2010-10-05 01:24:47 +0000
44@@ -0,0 +1,9 @@
45+Template: drupal6/post_install_guidance
46+Type: note
47+_Description: Post-Install Instructions
48+ Once Drupal is finished installing, you will still need to perform a few steps.
49+ .
50+ - Restart the webserver (i.e. restart apache2)
51+ - Run installation script via URL http://host/drupal6/install.php
52+ .
53+ Be sure to read /usr/share/doc/drupal6/README.Debian for detailed instructions.
54
55=== added directory 'debian/po'
56=== added file 'debian/po/POTFILES.in'
57--- debian/po/POTFILES.in 1970-01-01 00:00:00 +0000
58+++ debian/po/POTFILES.in 2010-10-05 01:24:47 +0000
59@@ -0,0 +1,1 @@
60+[type: gettext/rfc822deb] drupal6.templates
61
62=== added file 'debian/po/templates.pot'
63--- debian/po/templates.pot 1970-01-01 00:00:00 +0000
64+++ debian/po/templates.pot 2010-10-05 01:24:47 +0000
65@@ -0,0 +1,48 @@
66+# SOME DESCRIPTIVE TITLE.
67+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
68+# This file is distributed under the same license as the PACKAGE package.
69+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
70+#
71+#, fuzzy
72+msgid ""
73+msgstr ""
74+"Project-Id-Version: PACKAGE VERSION\n"
75+"Report-Msgid-Bugs-To: drupal6@packages.debian.org\n"
76+"POT-Creation-Date: 2010-08-26 05:36-0700\n"
77+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
78+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
79+"Language-Team: LANGUAGE <LL@li.org>\n"
80+"Language: \n"
81+"MIME-Version: 1.0\n"
82+"Content-Type: text/plain; charset=CHARSET\n"
83+"Content-Transfer-Encoding: 8bit\n"
84+
85+#. Type: note
86+#. Description
87+#: ../drupal6.templates:1001
88+msgid "Post-Install Instructions"
89+msgstr ""
90+
91+#. Type: note
92+#. Description
93+#: ../drupal6.templates:1001
94+msgid ""
95+"Once Drupal is finished installing, you will still need to perform a few "
96+"steps."
97+msgstr ""
98+
99+#. Type: note
100+#. Description
101+#: ../drupal6.templates:1001
102+msgid ""
103+" - Restart the webserver (i.e. restart apache2)\n"
104+" - Run installation script via URL http://host/drupal6/install.php"
105+msgstr ""
106+
107+#. Type: note
108+#. Description
109+#: ../drupal6.templates:1001
110+msgid ""
111+"Be sure to read /usr/share/doc/drupal6/README.Debian for detailed "
112+"instructions."
113+msgstr ""
114
115=== modified file 'debian/rules'
116--- debian/rules 2010-01-11 19:47:13 +0000
117+++ debian/rules 2010-10-05 01:24:47 +0000
118@@ -18,6 +18,7 @@
119 dh_clean
120
121 clean: clean-patched unpatch
122+ debconf-updatepo
123
124 install:build
125 dh_testdir

Subscribers

People subscribed via source and target branches

to all changes: