Skip to content

Commit

Permalink
After discussion with Curtis, don't include imagej2 in Debian package…
Browse files Browse the repository at this point in the history
…s (yet)
  • Loading branch information
mhl committed Jul 21, 2011
1 parent f17d635 commit 8449752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debian/update-debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,8 @@ def check_git_status_clean(top_level_working_directory):
continue
if re.search("(^\s*jars|precompiled)/batik.jar",line):
continue
if re.search("imagej2",line):
continue
if re.search("^\s*missingPrecompiledFallBack",line):
skip_next_line = True
continue
Expand Down
1 change: 0 additions & 1 deletion debian/weekly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ then
modules/commons-math \
modules/ij-plugins \
modules/imglib \
modules/imagej2 \
modules/jython \
modules/mpicbg \
modules/tcljava \
Expand Down

0 comments on commit 8449752

Please sign in to comment.