[freeplane] 07/12: drop README.Debian, update README.source
Felix Natter
fnatter-guest at moszumanska.debian.org
Sat Jul 16 11:42:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
fnatter-guest pushed a commit to branch master
in repository freeplane.
commit 5ac122e59f2e4cb27d996a57fa14c63c7367827c
Author: Felix Natter <fnatter at gmx.net>
Date: Sat Jul 16 13:26:01 2016 +0200
drop README.Debian, update README.source
---
debian/README.Debian | 16 ----------------
debian/README.source | 15 ++++++++++++++-
2 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 1777ba1..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,16 +0,0 @@
-freeplane for Debian
---------------------
-
-Without installing the recommended xdg-utils, Freeplane won't be able to open
-links as it's using xdg-open to do so, and it will fail SILENTLY!
-
- -- Eric Lavarde <deb at zorglub.s.bawue.de> Sat, 23 Jan 2010 10:47:53 +0100
-
-Changes against 1.3.x upstream version:
-- Update check disabled (in menu + on startup)
-- Automatic bug reports disabled (but problems should be indicated in the
- bottom left corner of the window)
-- flash export has been disabled (see #736106, removed since no user showed interest in it!)
- (Post here if you need the flash export: http://www.freeplane.org/discussion)
-
- -- Felix Natter <fnatter at gmx.net> Wed, 23 Apr 2014 20:29:00 +0100
diff --git a/debian/README.source b/debian/README.source
index 3d76258..a86fa88 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -8,4 +8,17 @@ OR using:
Import using:
-gbp import-orig --pristine-tar -u1.3.6.7 ../freeplane_srcpure-1.3.6-beta_pre07.tar.gz
\ No newline at end of file
+gbp import-orig --pristine-tar -u1.3.6.7 ../freeplane_srcpure-1.3.6-beta_pre07.tar.gz
+
+The freeplane gradle build system
+---------------------------------
+- there is one core OSGi bundle (freeplane) and plugin bundles
+ (freeplane_plugin_*)
+- the upstream build system copies ALL jars (dependencies + built) to BUILD/**
+- the MANIFEST.MFs (for the bundles) are generated using gradle dependency info
+- ALL jars are copied to build/libs so that they can be used in eclipse
+--> changes for Debian (see 10_build_usr_share_java.patch):
+ - do not copy all jars to build/libs (that would mix up built jars with deps)
+ - only copy the jars just built to BUILD/**
+ - for Debian jars (deps), create relative paths in the MANIFEST.MFs
+ to /usr/share/java/*.jar or /usr/share/maven-repo/**.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freeplane.git
More information about the pkg-java-commits
mailing list