[freeplane] 06/08: binaries are in BIN/, not BUILD/ any more

Felix Natter fnatter-guest at moszumanska.debian.org
Sat Sep 16 13:51:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

fnatter-guest pushed a commit to branch master
in repository freeplane.

commit e19b75ae6c0351fc5503076370d4eef4d72b8028
Author: Felix Natter <fnatter at gmx.net>
Date:   Sat Sep 16 15:31:16 2017 +0200

    binaries are in BIN/, not BUILD/ any more
---
 debian/README.source     | 4 ++--
 debian/freeplane.install | 2 +-
 debian/rules             | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index a86fa88..06a861e 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -14,11 +14,11 @@ 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 upstream build system copies ALL jars (dependencies + built) to BIN/**
 - 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/**
+ - only copy the jars just built to BIN/**
  - for Debian jars (deps), create relative paths in the MANIFEST.MFs
    to /usr/share/java/*.jar or /usr/share/maven-repo/**.jar
diff --git a/debian/freeplane.install b/debian/freeplane.install
index 7e3fe7e..5978927 100644
--- a/debian/freeplane.install
+++ b/debian/freeplane.install
@@ -1,4 +1,4 @@
-BUILD/* usr/share/freeplane
+BIN/* usr/share/freeplane
 
 DOC/* usr/share/doc/freeplane
 DOC/* usr/share/freeplane/doc
diff --git a/debian/rules b/debian/rules
index 34a1d68..d9ab650 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,13 +28,13 @@ override_dh_auto_build:
 	mkdir 128x128
 	convert -background none -geometry !128x128 freeplane_framework/script/freeplane.svg 128x128/freeplane.png
 
-	mv BUILD/doc/api API
-	mv BUILD/doc DOC
+	mv BIN/doc/api API
+	mv BIN/doc DOC
 
 override_dh_clean:
 	dh_clean
 # directories cannot be removed via debian/clean
-	rm -rf BUILD/
+	rm -rf BIN/
 	rm -rf API/
 	rm -rf DOC/
 	if [ -d 48x48 ]; then rmdir 48x48; fi

-- 
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