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

rnhurt-guest at alioth.debian.org rnhurt-guest at alioth.debian.org
Fri Sep 5 21:35:13 UTC 2008


Author: rnhurt-guest
Date: 2008-09-05 21:35:11 +0000 (Fri, 05 Sep 2008)
New Revision: 2981

Modified:
   packages-wip/redmine/trunk/debian/README.Debian
   packages-wip/redmine/trunk/debian/README.source
   packages-wip/redmine/trunk/debian/apache2.conf
   packages-wip/redmine/trunk/debian/changelog
   packages-wip/redmine/trunk/debian/control
   packages-wip/redmine/trunk/debian/copyright
   packages-wip/redmine/trunk/debian/files
   packages-wip/redmine/trunk/debian/patches/series
   packages-wip/redmine/trunk/debian/redmine.dirs
   packages-wip/redmine/trunk/debian/redmine.install
   packages-wip/redmine/trunk/debian/redmine.links
   packages-wip/redmine/trunk/debian/redmine.lintian-overrides
   packages-wip/redmine/trunk/debian/redmine.logrotate
   packages-wip/redmine/trunk/debian/rules
Log:
Lots of little changes driven mostly by Jean-Phillppe Garcia Ballester's email.
The big things were moving .../public back to the /usr/share/redmine directory
and removing a bunch of rails files from "copyright" file.


Modified: packages-wip/redmine/trunk/debian/README.Debian
===================================================================
--- packages-wip/redmine/trunk/debian/README.Debian	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/README.Debian	2008-09-05 21:35:11 UTC (rev 2981)
@@ -12,8 +12,6 @@
 
 Requirements
 ============
- - Ruby 1.8.x.  Tested with Ruby 1.8.7.22-2
- - Rails 2.1.x.  Redmine 0.7.4 and later support Rails 2.1.x
  - A CGI enabled web server.  Redmine has been tested with both Apache2 and Lighttpd.
    An Apache2 sample config file is located at /etc/redmine/apache2.conf
  - A SQL database.  MySQL, PostgreSQL, & SQLite3 are all supported.  You will
@@ -45,8 +43,17 @@
   * password: admin
 
 
-Problems
-========
+Troubleshooting
+===============
+- If you get the error message "Rails application failed to start properly" in
+  your web browser, the first thing you should check is the web server error
+  log file.  The usual suspects are that you forgot to create/edit the
+  /etc/redmine/config/database.yaml file or you forgot to update the
+  /etc/redmine/config/environment.rb file to tell it which environment to use.
+
+
+Known Problems
+==============
 This package has not been extensively tested with Redmine add-ons and is not
 known to work with them.  
 

Modified: packages-wip/redmine/trunk/debian/README.source
===================================================================
--- packages-wip/redmine/trunk/debian/README.source	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/README.source	2008-09-05 21:35:11 UTC (rev 2981)
@@ -18,7 +18,7 @@
 1) Checkout the redmine software from Rubyforge:
     svn co http://redmine.rubyforge.org/svn/trunk redmine
 
-2) Export the debian directory into the redmine directory:
+2) Checkout the debian directory into the redmine directory:
     svn co svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages-wip/redmine \
     redmine/debian
 

Modified: packages-wip/redmine/trunk/debian/apache2.conf
===================================================================
--- packages-wip/redmine/trunk/debian/apache2.conf	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/apache2.conf	2008-09-05 21:35:11 UTC (rev 2981)
@@ -1,7 +1,6 @@
 <VirtualHost *:80>
 
         DocumentRoot /usr/share/redmine/public
-
         Alias /redmine /usr/share/redmine/public
 
         <Directory /usr/share/redmine/public>
@@ -10,10 +9,3 @@
         </Directory>
 
 </VirtualHost>
-
-# some people prefer a simple URL like http://redmine.example.com
-#<VirtualHost 1.2.3.4>
-#  DocumentRoot /usr/share/redmine
-#  ServerName redmine.example.com
-#</VirtualHost>
-

Modified: packages-wip/redmine/trunk/debian/changelog
===================================================================
--- packages-wip/redmine/trunk/debian/changelog	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/changelog	2008-09-05 21:35:11 UTC (rev 2981)
@@ -1,8 +1,8 @@
-redmine (0.7.4~svn1752-1) unstable; urgency=low
+redmine (0.7.4~svn1787-1) unstable; urgency=low
 
   * Upstream update
 
- -- Richard Hurt <rnhurt at kangaroobox.com>  Thu, 21 Aug 2008 14:41:34 -0400
+ -- Richard Hurt <rnhurt at kangaroobox.com>  Fri, 05 Sep 2008 13:48:30 -0400
 
 redmine (0.7.4~svn1747-1) unstable; urgency=low
 

Modified: packages-wip/redmine/trunk/debian/control
===================================================================
--- packages-wip/redmine/trunk/debian/control	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/control	2008-09-05 21:35:11 UTC (rev 2981)
@@ -4,13 +4,13 @@
 Maintainer: Richard Hurt <rnhurt at kangaroobox.com>
 Build-Depends: debhelper (>= 5), quilt
 Standards-Version: 3.8.0
-Vcs-Svn: svn://rubyforge.org/var/svn/redmine/trunk redmine
-Vcs-Browser: http://www.redmine.org/repositories/show/redmine
+Vcs-Svn:  svn+ssh://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, rails, libjs-prototype (> 1.6), apache2 | httpd-cgi, libdbd-pg-ruby | libdbd-mysql-ruby
+Depends: ruby, ruby1.8, rails (>=2.1), rails (<=2.2), libjs-prototype (> 1.6), apache2 | httpd-cgi, libdbd-pg-ruby | libdbd-mysql-ruby
 Recommends: libfcgi-ruby, libapache2-mod-fcgid, postgresql (>= 8) | mysql-server (>= 4) | sqlite (>= 3)
 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	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/copyright	2008-09-05 21:35:11 UTC (rev 2981)
@@ -33,13 +33,6 @@
  Public License can be found in `/usr/share/common-licenses/GPL'.
 
 
-Files: vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb
-Copyright: Copyright 2002-2003 Austin Ziegler
-License: GPL-2+
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-
 Files: vendor/plugins/coderay-0.7.6.227/lib/coderay/helpers/file_type.rb, vendor/plugins/coderay-0.7.6.227/lib/coderay/helpers/word_list.rb
 Copyright: Copyright 2006 murphy (Kornelius Kalnbach) <murphy rubychan de>
 License: LGPL
@@ -61,13 +54,6 @@
  Public License can be found in `/usr/share/common-licenses/GPL'.
 
 
-Files: vendor/rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb
-Copyright: Copyright 2003-2006 Maik Schmidt <contact at maik-schmidt.de>
-License: GPL
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-
 Files: lib/redcloth.rb
 Copyright: Copyright 2004 why the lucky stiff (and his puppet organizations.)
 License: BSD
@@ -75,7 +61,7 @@
  can be found in `/usr/share/common-licenses/BSD'.
 
 
-Files: vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/info.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/address.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/config.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/header.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/interface.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mailbox.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mail.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/net.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/obsolete.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/port.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/stringio.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/version.rb, vendor/plugins/actionwebservice/setup.rb
+Files: vendor/plugins/actionwebservice/setup.rb
 Copyright: Copyright 1998-2003 Minero Aoki <aamine at loveruby.net> 
 License: MIT 
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -97,50 +83,6 @@
  THE SOFTWARE.
 
 
-Files: vendor/rails/actionmailer/lib/action_mailer.rb, vendor/rails/actionpack/lib/action_controller.rb, vendor/rails/actionpack/lib/action_pack.rb, vendor/rails/actionpack/lib/action_view.rb, vendor/rails/activerecord/lib/active_record.rb, vendor/rails/railties/lib/dispatcher.rb, vendor/plugins/classic_pagination/init.rb, vendor/rails/activesupport/lib/active_support.rb, vendor/rails/activeresource/lib/active_resource.rb
-Copyright: Copyright 2004-2007 David Heinemeier Hansson 
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-
-Files: vendor/rails/railties/lib/rails_generator.rb
-Copyright: Copyright 2004 Jeremy Kemper 
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-
 Files: vendor/plugins/acts_as_versioned/lib/acts_as_versioned.rb
 Copyright: Copyright 2005 Rick Olson 
 License: MIT
@@ -185,28 +127,6 @@
  THE SOFTWARE.
 
 
-Files: vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb
-Copyright: Copyright 2006 Shugo Maeda <shugo at ruby-lang.org>
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-
 Files: vendor/plugins/rfpdf/lib/rfpdf/chinese.rb, vendor/plugins/rfpdf/lib/rfpdf/japanese.rb, vendor/plugins/rfpdf/lib/rfpdf/korean.rb, vendor/plugins/rfpdf/lib/rfpdf.rb, vendor/plugins/rfpdf/lib/rfpdf/view.rb 
 Copyright: Copyright 2006 4ssoM LLC <www.4ssoM.com>
 License: MIT
@@ -229,69 +149,6 @@
  THE SOFTWARE.
 
 
-Files: vendor/rails/railties/lib/commands/plugin.rb
-Copyright: Copyright 2005 Ryan Tomayko <rtomayko at gmail.com>
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-
-Files: vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb, vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb, vendor/rails/actionpack/test/controller/assert_select_test.rb, vendor/rails/actionpack/test/controller/selector_test.rb 
-Copyright: Copyright 2006 Assaf Arkin (http://labnotes.org)
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-
-Files: vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb
-Copyright: Copyright 2004-2005 Jim Weirich  <jim at weirichhouse.org>
- Copyright 2005 by Scott Barron <scott at elitists.net>
-License: other
- Permission is granted for use, copying, modification, distribution,
- and distribution of modified versions of this work as long as the
- above copyright notice is included.
-
-
-Files: vendor/rails/activerecord/lib/active_record/vendor/mysql.rb
-Copyright: Copyright 2003-2005 TOMITA Masahiro
-License: none
-
-
-Files: vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb, vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb, vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb, vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb, vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
-Copyright: Copyright 2004-2005 Jim Weirich <jim at weirichhouse.org>
-License: none
-
-
 Files: vendor/plugins/gloc-1.1.0/init.rb, vendor/plugins/gloc-1.1.0/lib/gloc-config.rb, vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb, vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb, vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb, vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb, vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb, vendor/plugins/gloc-1.1.0/lib/gloc.rb, vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb, vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb, vendor/plugins/gloc-1.1.0/test/gloc_test.rb 
 Copyright: Copyright 2005-2006 David Barri
 License: none

Modified: packages-wip/redmine/trunk/debian/files
===================================================================
--- packages-wip/redmine/trunk/debian/files	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/files	2008-09-05 21:35:11 UTC (rev 2981)
@@ -1 +1 @@
-redmine_0.7.4~svn1752-1_all.deb web optional
+redmine_0.7.4~svn1787-1_all.deb web optional

Modified: packages-wip/redmine/trunk/debian/patches/series
===================================================================
--- packages-wip/redmine/trunk/debian/patches/series	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/patches/series	2008-09-05 21:35:11 UTC (rev 2981)
@@ -1 +1,2 @@
-dispatch.patch
+dispatch-env.patch
+dispatch-config.patch

Modified: packages-wip/redmine/trunk/debian/redmine.dirs
===================================================================
--- packages-wip/redmine/trunk/debian/redmine.dirs	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/redmine.dirs	2008-09-05 21:35:11 UTC (rev 2981)
@@ -4,3 +4,4 @@
 var/run/redmine/sockets
 
 usr/share/redmine/tmp
+usr/share/redmine/public/plugin_assets

Modified: packages-wip/redmine/trunk/debian/redmine.install
===================================================================
--- packages-wip/redmine/trunk/debian/redmine.install	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/redmine.install	2008-09-05 21:35:11 UTC (rev 2981)
@@ -8,14 +8,10 @@
 lang usr/share/redmine
 lib usr/share/redmine
 log var/log/redmine
-public /etc/redmine
+public usr/share/redmine
 Rakefile usr/share/redmine
 script usr/share/redmine
-#tmp/cache var/cache/redmine
-#tmp/sessions var/lib/redmine
-#tmp/sockets var/run/redmine
 vendor/plugins usr/share/redmine/vendor
-#vendor/rails usr/share/redmine/vendor
 
 # Install the configuration files
 debian/apache2.conf etc/redmine

Modified: packages-wip/redmine/trunk/debian/redmine.links
===================================================================
--- packages-wip/redmine/trunk/debian/redmine.links	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/redmine.links	2008-09-05 21:35:11 UTC (rev 2981)
@@ -6,5 +6,5 @@
 var/run/redmine/sockets		usr/share/redmine/tmp/sockets
 
 # Link in other Debian packages
-usr/share/javascript/prototype/prototype.js	etc/redmine/public/javascripts/prototype.js
-usr/share/rails					usr/share/redmine/vendor/rails
+usr/share/javascript/prototype/prototype.js	usr/share/redmine/public/javascripts/prototype.js
+usr/share/rails					            usr/share/redmine/vendor/rails

Modified: packages-wip/redmine/trunk/debian/redmine.lintian-overrides
===================================================================
--- packages-wip/redmine/trunk/debian/redmine.lintian-overrides	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/redmine.lintian-overrides	2008-09-05 21:35:11 UTC (rev 2981)
@@ -17,3 +17,4 @@
 redmine: package-contains-empty-directory usr/share/redmine/app/sweepers/
 redmine: package-contains-empty-directory usr/share/redmine/lib/plugins/
 redmine: package-contains-empty-directory usr/share/redmine/vendor/plugins/gloc-1.1.0/lang/
+redmine: package-contains-empty-directory usr/share/redmine/public/plugin_assets/

Modified: packages-wip/redmine/trunk/debian/redmine.logrotate
===================================================================
--- packages-wip/redmine/trunk/debian/redmine.logrotate	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/redmine.logrotate	2008-09-05 21:35:11 UTC (rev 2981)
@@ -7,6 +7,5 @@
   delaycompress
   notifempty
   copytruncate
-  create 0666 www-data www-data
 }
 

Modified: packages-wip/redmine/trunk/debian/rules
===================================================================
--- packages-wip/redmine/trunk/debian/rules	2008-09-03 03:01:54 UTC (rev 2980)
+++ packages-wip/redmine/trunk/debian/rules	2008-09-05 21:35:11 UTC (rev 2981)
@@ -35,7 +35,6 @@
 	dh_install
 
 	# Create links to the /etc/redmine directory structure
-	ln -s /etc/redmine/public debian/redmine/usr/share/redmine
 	ln -s /etc/redmine/config debian/redmine/usr/share/redmine
 
 	# Clean up the "extra" license files
@@ -86,8 +85,9 @@
 	chown -fR www-data:www-data debian/redmine/var/lib/redmine
 	chown -fR www-data:www-data debian/redmine/var/cache/redmine
 	chown -fR www-data:www-data debian/redmine/etc/redmine
+	chown -fR www-data:www-data debian/redmine/usr/share/redmine/public/plugin_assets
 
-	dh_fixperms -Xdebian/redmine/var/ -Xdebian/redmine/etc
+	dh_fixperms -Xdebian/redmine/var/ -Xdebian/redmine/etc -Xdebian/redmine/usr/share/redmine/public/plugin_assets
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




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