Actions
Feature #1750
closedDebian Packaging Questions
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-08-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I am building a Redmine package for Debian Linux and have a few questions/observations. 
Note: I am a very weak Ruby developer so some of these questions might be inane.  :)
- There are two versions of prototype.js installed in 3 different locations (listed below).  Would it be possible to standardize on one version (1.6.x)?  What would be involved in getting this fixed?
	
- public/javascripts/prototype.js
 - vendor/rails/actionpack/lib/action_view/helpers/javascripts/prototype.js
 - vendor/rails/railties/html/javascripts/prototype.js
 
 
- There are several scripts (i.e. script/about, vendor/plugins/rfpdf/lib/rfpdf/makefont.rb, /vendor/rails/railties/bin/runner) that are not executable. Are these files not used anywhere or are they imported somehow and then executed? If they are imported can we remove the #! from the top of the file?
 
- These files have the wrong #! path.  It should be 
#!/usr/bin/env ruby. Where do I submit a patch for these files?- vendor/rails/railties/dispatches/dispatch.fcgi
 - vendor/rails/railties/dispatches/dispatch.rb
 - vendor/rails/railties/dispatches/gateway.cgi
 - vendor/rails/railties/lib/commands/ncgi/listener
 - vendor/rails/railties/lib/commands/ncgi/tracker
 
 
With these changes I can get Redmine a whole new audience and much more exposure as a official Debian package.
Thanx!
  Richard
Related issues
Actions