Package: tj3 / 3.6.0-6
Metadata
Package | Version | Patches format |
---|---|---|
tj3 | 3.6.0-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
clobber clean.patch | (download) |
tasks/changelog.rake |
2 2 0 - 0 ! |
clean the source tree using rake Modify several rake tasks so that running 'rake clean' will remove any intermediate files and running 'rake clobber' will remove any final products. |
man spelling.patch | (download) |
lib/taskjuggler/apps/Tj3Man.rb |
2 1 1 - 0 ! |
correct spelling mistake in lib/taskjuggler/apps/tj3man.rb |
man code.patch | (download) |
lib/taskjuggler/Tj3AppBase.rb |
26 20 6 - 0 ! |
man pages: code modifications Make minimal modifications to the Tj3 apps and Tj3AppBase in order that when the commands are called with --help the output is in the format help2man expects. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836810 |
rakefile.patch | (download) |
Rakefile |
2 2 0 - 0 ! |
add debian/tasks to rakefile as a source of tasks The debian/tasks folder will be used to contain rake tasks written for the Debian package e.g. help2man.rake |
dont require git.patch | (download) |
taskjuggler.gemspec |
16 8 8 - 0 ! |
do not require git to find files |
data search dirs debian.patch | (download) |
lib/taskjuggler/AppConfig.rb |
6 3 3 - 0 ! |
search data in the appropriate directory this is a Debian-specific modification. None of the other directories would work. The first one is not specific to taskjuggler. The other ones are specific on the Ruby version and TaskJuggler version. |
reproducible build.patch | (download) |
lib/taskjuggler/TjTime.rb |
6 5 1 - 0 ! |
--- |
manual path.patch | (download) |
lib/taskjuggler/apps/Tj3Man.rb |
3 1 2 - 0 ! |
use debian path for manual Changes the path used by tj3man to find the user manual index.html file from one relative to the binary to the absolute path /usr/share/doc/tj3/html/ used by Debian Bug-Debian: 836052 |
224.patch | (download) |
lib/taskjuggler/Allocation.rb |
2 1 1 - 0 ! |
[patch] coerce fixnum/bignum to integer |
0010 tests normalize CRLF when checking MIME attachments.patch | (download) |
spec/StatusSheets_spec.rb |
4 2 2 - 0 ! |
tests: normalize crlf when checking mime attachments |