[DRE-commits] r3787 - in packages-wip/redmine/trunk/debian: . patches po

Jérémy Lal kapouer-guest at alioth.debian.org
Mon Jul 13 08:14:52 UTC 2009


Author: kapouer-guest
Date: 2009-07-13 08:14:51 +0000 (Mon, 13 Jul 2009)
New Revision: 3787

Modified:
   packages-wip/redmine/trunk/debian/TODO
   packages-wip/redmine/trunk/debian/changelog
   packages-wip/redmine/trunk/debian/config
   packages-wip/redmine/trunk/debian/control
   packages-wip/redmine/trunk/debian/copyright
   packages-wip/redmine/trunk/debian/patches/02_production_env_and_path_config.patch
   packages-wip/redmine/trunk/debian/patches/03_email_path_config.patch
   packages-wip/redmine/trunk/debian/patches/04_files_path_config.patch
   packages-wip/redmine/trunk/debian/patches/05_sessions_path_config.patch
   packages-wip/redmine/trunk/debian/patches/06_fastcgilog_path_config.patch
   packages-wip/redmine/trunk/debian/po/templates.pot
Log:
* Remove an unuseful remark in TODO
* simplify changelog
* depends on all three libdbd ruby bindings (pg, mysql, sqlite3)
* comment the quilt patches
* complete a missing license for a file, another file is still missing one

Modified: packages-wip/redmine/trunk/debian/TODO
===================================================================
--- packages-wip/redmine/trunk/debian/TODO	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/TODO	2009-07-13 08:14:51 UTC (rev 3787)
@@ -1,5 +1,4 @@
 Current work to do :
-- use templates for all echoed messages (but not displayed using debconf)
 - besides mendatory redmine "vendor/plugins", pave the way to package
 potentially interesting third-party plugins, see redmine web site for this.
 

Modified: packages-wip/redmine/trunk/debian/changelog
===================================================================
--- packages-wip/redmine/trunk/debian/changelog	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/changelog	2009-07-13 08:14:51 UTC (rev 3787)
@@ -1,65 +1,5 @@
-redmine (0.9.0~svn2816-1) unstable; urgency=low
+redmine (0.9.0~svn2819-1) unstable; urgency=low
 
-  * Upstream update
-  * README.Source was wrong 
-
- -- Jérémy Lal <kapouer at melix.org>  Wed, 08 Jul 2009 21:26:01 +0200
-
-redmine (0.9.0~svn2815-1) unstable; urgency=low
-
-  * Upstream update 
-
- -- Jérémy Lal <kapouer at melix.org>  Tue, 07 Jul 2009 23:26:28 +0200
-
-redmine (0.9.0~svn2798-1) unstable; urgency=low
-
-  * Use (initial) svn version number in package version 
-  * Upstream update
-  * Remove debconf www configuration and simply provide examples
-
- -- Jérémy Lal <kapouer at melix.org>  Fri, 4 Jul 2009 01:21:56 +0200
-
-redmine (0.9.0~svn2761-1) unstable; urgency=low
-
-  * Upstream update at revision #2761 
-  * Add email configuration example for using TLS in email.yml
-  * Update list of supported locales
-  * Set owner and permissions of database.yml to root:www-data 640
-  * Update wiki.html with latest version
-
- -- Jérémy Lal <kapouer at melix.org>  Fri, 22 May 2009 14:58:30 +0200
-
-redmine (0.9.0~svn2697-2) unstable; urgency=low
-
-  * use 640 permissions on /etc/redmine/email.yml 
-
- -- Jérémy Lal <kapouer at melix.org>  Tue, 28 Apr 2009 00:40:55 +0200
-
-redmine (0.9.0~svn2697-1) unstable; urgency=low
-  * upstream update, at revision #2697
-  * removed patch load_default_data_env, corrected upstream (#2591)
-  * removed patch load_default_data_rescue, corrected upstream (#2592)
-  * Use debconf with backup.
-  * Do not ask for webserver configuration if none has been chosen.
-  * Create needed empty directories in postinst, not in package.
-
- -- Jérémy Lal <kapouer at melix.org>  Wed, 22 Apr 2009 17:48:42 +0100
-
-redmine (0.9.0~svn2600-2) unstable; urgency=low
-
-  * Change default (rails) paths to get rid of the symbolic links:
-    - Paths to dirs needed by rail are now set to something more debianish.
-    - Paths to config/*.yml files are now set to /etc/redmine/*.yml
-  * Remove lintian-overrides for script-not-executable:
-    - Permissions are fixed in rules.
-  * Update copyright file.
-  * Fix log permissions in case files have been created by rake during
-    package installation.
-
- -- Jérémy Lal <kapouer at melix.org>  Thu, 12 Mar 2009 02:16:29 +0100
-
-redmine (0.9.0~svn2600-1) unstable; urgency=low
-
   * Initial release (Closes: #478741)
 
- -- Jérémy Lal <kapouer at melix.org>  Thu, 26 Feb 2009 09:27:29 +0100
+ -- Jérémy Lal <kapouer at melix.org>  Wed, 08 Jul 2009 21:26:01 +0200

Modified: packages-wip/redmine/trunk/debian/config
===================================================================
--- packages-wip/redmine/trunk/debian/config	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/config	2009-07-13 08:14:51 UTC (rev 3787)
@@ -14,7 +14,7 @@
 	case "$STATE" in
 	1)
 		if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
-			dbc_dbtypes="pgsql, mysql, sqlite3"
+			dbc_dbtypes="sqlite3, pgsql, mysql"
 			dbc_authmethod_user="password"
 			. /usr/share/dbconfig-common/dpkg/config 
 			dbc_go redmine $@

Modified: packages-wip/redmine/trunk/debian/control
===================================================================
--- packages-wip/redmine/trunk/debian/control	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/control	2009-07-13 08:14:51 UTC (rev 3787)
@@ -4,13 +4,13 @@
 Maintainer: Jérémy Lal <kapouer at melix.org>
 Build-Depends: debhelper (>= 7), quilt, po-debconf
 Standards-Version: 3.8.2
-Vcs-Svn:  svn://svn.debian.org/svn/pkg-ruby-extras/packages-wip/redmine redmine
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages-wip/redmine redmine
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages-wip/redmine/trunk/debian
 Homepage: http://www.redmine.org
 
 Package: redmine
 Architecture: all
-Depends: ruby, ruby1.8 (>= 1.8.7), rake (>=0.8.3), rails (>= 2.2.2), libjs-prototype (> 1.6), dbconfig-common, lighttpd | httpd-cgi, libdbd-pg-ruby | libdbd-mysql-ruby | libdbd-sqlite3-ruby, mysql-client | postgresql-client | sqlite3, ${misc:Depends}
+Depends: ruby, ruby1.8 (>= 1.8.7), rake (>=0.8.3), rails (>= 2.2.2), libjs-prototype (> 1.6), dbconfig-common, lighttpd | httpd-cgi, libdbd-sqlite3-ruby, libdbd-pg-ruby, libdbd-mysql-ruby, sqlite3 | postgresql-client | mysql-client, ${misc:Depends}
 Recommends: libfcgi-ruby, libapache2-mod-fcgid, postgresql (>= 8) | mysql-server (>= 4)
 Suggests: libsvn-ruby (>= 1.3) , librmagick-ruby
 Description: flexible project management web application

Modified: packages-wip/redmine/trunk/debian/copyright
===================================================================
--- packages-wip/redmine/trunk/debian/copyright	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/copyright	2009-07-13 08:14:51 UTC (rev 3787)
@@ -15,8 +15,8 @@
     On Debian systems, the complete text of the GNU General
     Public License can be found in '/usr/share/common-licenses/GPL-2'.
 
-The Debian packaging is copyright 2009, Jérémy Lal <jeremy.lal at m4x.org> and
-is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'.
+The Debian packaging is copyright 2009, Richard Hurt <rnhurt at kangaroobox.com>,
+Jérémy Lal <jeremy.lal at m4x.org> and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'.
 
 
 Files: app/models/repository/git.rb
@@ -115,9 +115,9 @@
 
 Files: vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb
 Copyright: Copyright 2005 Brian Ollenberger
-License: none
+License: none (waiting for author approval)
 
 
 Files: lib/diff.rb
-Copyright: Copyright 2001 Lars Christensen
-License: none
+Copyright: Copyright (C) 2001 Lars Christensen, larsch at cs.auc.dk.
+License: GPL

Modified: packages-wip/redmine/trunk/debian/patches/02_production_env_and_path_config.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/02_production_env_and_path_config.patch	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/patches/02_production_env_and_path_config.patch	2009-07-13 08:14:51 UTC (rev 3787)
@@ -1,3 +1,9 @@
+Sets the environment to "production".
+Define paths for :
+* log files in /var/log/redmine/
+* database.yml in /etc/redmine/
+* file cache store in /var/cache/redmine/
+
 diff -Nur redmine-0.9.0/config/environment.rb redmine-0.9.0.new/config/environment.rb
 --- redmine-0.9.0/config/environment.rb	2009-03-11 23:33:27.000000000 +0100
 +++ redmine-0.9.0.new/config/environment.rb	2009-03-11 23:45:24.000000000 +0100

Modified: packages-wip/redmine/trunk/debian/patches/03_email_path_config.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/03_email_path_config.patch	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/patches/03_email_path_config.patch	2009-07-13 08:14:51 UTC (rev 3787)
@@ -1,3 +1,5 @@
+Define path for email.yml in /etc/redmine/
+
 diff -Nur redmine-0.9.0/config/initializers/40-email.rb redmine-0.9.0.new/config/initializers/40-email.rb
 --- redmine-0.9.0/config/initializers/40-email.rb	2009-03-11 19:51:04.000000000 +0100
 +++ redmine-0.9.0.new/config/initializers/40-email.rb	2009-03-11 20:38:51.000000000 +0100

Modified: packages-wip/redmine/trunk/debian/patches/04_files_path_config.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/04_files_path_config.patch	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/patches/04_files_path_config.patch	2009-07-13 08:14:51 UTC (rev 3787)
@@ -1,3 +1,5 @@
+Define path for uploaded attachments in /var/lib/redmine/files/
+
 diff -Nur redmine-0.9.0/app/models/attachment.rb redmine-0.9.0.new/app/models/attachment.rb
 --- redmine-0.9.0/app/models/attachment.rb	2009-03-11 21:20:07.000000000 +0100
 +++ redmine-0.9.0.new/app/models/attachment.rb	2009-03-11 21:21:02.000000000 +0100

Modified: packages-wip/redmine/trunk/debian/patches/05_sessions_path_config.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/05_sessions_path_config.patch	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/patches/05_sessions_path_config.patch	2009-07-13 08:14:51 UTC (rev 3787)
@@ -1,3 +1,5 @@
+Define path for sessions files in /var/lib/redmine/sessions/
+
 diff -Nur redmine-0.9.0/config/initializers/10-patches.rb redmine-0.9.0.new/config/initializers/10-patches.rb
 --- redmine-0.9.0/config/initializers/10-patches.rb	2009-02-22 15:46:32.000000000 +0100
 +++ redmine-0.9.0.new/config/initializers/10-patches.rb	2009-03-11 23:38:16.000000000 +0100

Modified: packages-wip/redmine/trunk/debian/patches/06_fastcgilog_path_config.patch
===================================================================
--- packages-wip/redmine/trunk/debian/patches/06_fastcgilog_path_config.patch	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/patches/06_fastcgilog_path_config.patch	2009-07-13 08:14:51 UTC (rev 3787)
@@ -1,3 +1,5 @@
+Define path for fastcgi log file in /var/log/redmine/
+
 diff -Nur redmine-0.9.0/public/dispatch.fcgi.example redmine-0.9.0.new/public/dispatch.fcgi.example
 --- redmine-0.9.0/public/dispatch.fcgi.example	2008-11-11 14:54:10.000000000 +0100
 +++ redmine-0.9.0.new/public/dispatch.fcgi.example	2009-03-12 01:18:52.000000000 +0100

Modified: packages-wip/redmine/trunk/debian/po/templates.pot
===================================================================
--- packages-wip/redmine/trunk/debian/po/templates.pot	2009-07-11 01:32:52 UTC (rev 3786)
+++ packages-wip/redmine/trunk/debian/po/templates.pot	2009-07-13 08:14:51 UTC (rev 3787)
@@ -3,7 +3,6 @@
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
 #
-#, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"




More information about the Pkg-ruby-extras-commits mailing list