[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFR] templates://rtfm/{templates}



On Tue, Oct 23, 2007 at 06:56:52AM +0200, Christian Perrier wrote:
 
> About Niko's concerns: I propose continuing the review. If you have
> changes ready before the end of the review process (before I send the
> bug report with the proposed patch, then talk with us and we'll
> integrate them.

Hi,

here's the change I just committed to split the database modifying
template into two separate ones. There's also a minor change to the
short description, included for the sake of completeness. The patch is
against the current unstable version (2.2.1-1), hope that's OK.

Cheers,
-- 
Niko Tyni   ntyni@iki.fi
--- debian/control	(revision 338)
+++ debian/control	(revision 340)
@@ -12,7 +12,7 @@
 Depends: request-tracker3.6, libhtml-tree-perl, libtime-modules-perl, 
  libyaml-perl, libtree-simple-perl, ${misc:Depends}, ${perl:Depends}, 
  debconf | debconf-2.0, ucf (>= 0.28)
-Description: RT FAQ Manager
+Description: RT FAQ Manager for Request Tracker 3.6
  RTFM is an enterprise-grade knowledge management tool that enables an
  organization to easily capture and share its employees' knowledge and wisdom.
  .
--- debian/templates	(revision 338)
+++ debian/templates	(revision 340)
@@ -8,12 +8,19 @@
  prompt you when they are needed. Alternatively, you can run the necessary
  commands manually. See README.Debian.
 
-Template: rt3.6-rtfm/modify-database-prompt
+Template: rt3.6-rtfm/setup-database-prompt
 Type: boolean
 Default: true
-_Description: Modify the database?
- It looks like RTFM needs a database modification to be functional: ${modification}.
+_Description: Set up the database for RTFM?
+ New tables must be created in the RT database for RTFM to be functional.
 
+Template: rt3.6-rtfm/upgrade-database-prompt
+Type: boolean
+Default: true
+_Description: Upgrade the database?
+ The RT database schema and contents must be upgraded for this version
+ of RTFM.
+
 Template: rt3.6-rtfm/modify-database-error
 Type: select
 _Choices: abort, retry, ignore

Reply to: