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
=== modified file 'debian/changelog'
--- debian/changelog 2010-08-24 16:17:22 +0000
+++ debian/changelog 2010-10-05 01:24:47 +0000
@@ -1,3 +1,9 @@
1drupal6 (6.18-1ubuntu1~local0) maverick; urgency=low
2
3 * adding debconf note to guide user post install (LP: #370994)
4
5 -- Clint Byrum <clint@ubuntu.com> Thu, 26 Aug 2010 03:46:21 -0700
6
1drupal6 (6.18-1) unstable; urgency=high7drupal6 (6.18-1) unstable; urgency=high
28
3 [ Luigi Gangitano ] 9 [ Luigi Gangitano ]
410
=== modified file 'debian/control'
--- debian/control 2010-08-24 16:17:22 +0000
+++ debian/control 2010-10-05 01:24:47 +0000
@@ -3,6 +3,7 @@
3Priority: extra3Priority: extra
4Maintainer: Luigi Gangitano <luigi@debian.org>4Maintainer: Luigi Gangitano <luigi@debian.org>
5Build-Depends: debhelper (>= 7), dpatch5Build-Depends: debhelper (>= 7), dpatch
6 ,po-debconf
6Homepage: http://www.drupal.org/7Homepage: http://www.drupal.org/
7Standards-Version: 3.9.1.08Standards-Version: 3.9.1.0
8Xs-Vcs-Svn: svn://alioth.debian.org/svn/pkg-drupal/branches/drupal69Xs-Vcs-Svn: svn://alioth.debian.org/svn/pkg-drupal/branches/drupal6
910
=== modified file 'debian/drupal6.config' (properties changed: -x to +x)
--- debian/drupal6.config 2009-03-01 18:26:25 +0000
+++ debian/drupal6.config 2010-10-05 01:24:47 +0000
@@ -43,6 +43,9 @@
4343
44OLDVERSION="$2"44OLDVERSION="$2"
4545
46db_input high drupal6/post_install_guidance || true
47db_go || true
48
46db_stop49db_stop
4750
48exit 051exit 0
4952
=== added file 'debian/drupal6.templates'
--- debian/drupal6.templates 1970-01-01 00:00:00 +0000
+++ debian/drupal6.templates 2010-10-05 01:24:47 +0000
@@ -0,0 +1,9 @@
1Template: drupal6/post_install_guidance
2Type: note
3_Description: Post-Install Instructions
4 Once Drupal is finished installing, you will still need to perform a few steps.
5 .
6 - Restart the webserver (i.e. restart apache2)
7 - Run installation script via URL http://host/drupal6/install.php
8 .
9 Be sure to read /usr/share/doc/drupal6/README.Debian for detailed instructions.
010
=== added directory 'debian/po'
=== added file 'debian/po/POTFILES.in'
--- debian/po/POTFILES.in 1970-01-01 00:00:00 +0000
+++ debian/po/POTFILES.in 2010-10-05 01:24:47 +0000
@@ -0,0 +1,1 @@
1[type: gettext/rfc822deb] drupal6.templates
02
=== added file 'debian/po/templates.pot'
--- debian/po/templates.pot 1970-01-01 00:00:00 +0000
+++ debian/po/templates.pot 2010-10-05 01:24:47 +0000
@@ -0,0 +1,48 @@
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: drupal6@packages.debian.org\n"
11"POT-Creation-Date: 2010-08-26 05:36-0700\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n"
19
20#. Type: note
21#. Description
22#: ../drupal6.templates:1001
23msgid "Post-Install Instructions"
24msgstr ""
25
26#. Type: note
27#. Description
28#: ../drupal6.templates:1001
29msgid ""
30"Once Drupal is finished installing, you will still need to perform a few "
31"steps."
32msgstr ""
33
34#. Type: note
35#. Description
36#: ../drupal6.templates:1001
37msgid ""
38" - Restart the webserver (i.e. restart apache2)\n"
39" - Run installation script via URL http://host/drupal6/install.php"
40msgstr ""
41
42#. Type: note
43#. Description
44#: ../drupal6.templates:1001
45msgid ""
46"Be sure to read /usr/share/doc/drupal6/README.Debian for detailed "
47"instructions."
48msgstr ""
049
=== modified file 'debian/rules'
--- debian/rules 2010-01-11 19:47:13 +0000
+++ debian/rules 2010-10-05 01:24:47 +0000
@@ -18,6 +18,7 @@
18 dh_clean18 dh_clean
1919
20clean: clean-patched unpatch20clean: clean-patched unpatch
21 debconf-updatepo
2122
22install:build23install:build
23 dh_testdir24 dh_testdir

Subscribers

People subscribed via source and target branches

to all changes: