[derby] 25/53: The script files for the tools are now in /usr/share/derby instead of /usr/lib/derby
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 24 13:58:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository derby.
commit a70db0d1f25b53d6e2af60dfe27c1a7225624480
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Jun 8 07:56:39 2013 +0000
The script files for the tools are now in /usr/share/derby instead of /usr/lib/derby
---
debian/changelog | 4 +++-
debian/rules | 6 +++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b781a03..4151637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,10 @@ derby (10.10.1.1-1) unstable; urgency=low
* Added lintian overrides:
- remove the codeless-jar warning on the localisation jars
- remove the duplicate-files warning on the Javadoc files
+ * The script files for the tools are now in /usr/share/derby
+ instead of /usr/lib/derby
- -- Emmanuel Bourg <ebourg at apache.org> Sat, 08 Jun 2013 08:48:36 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 08 Jun 2013 09:55:25 +0200
apache-derby (10.10.1.1+repack-0ubuntu2) precise; urgency=low
diff --git a/debian/rules b/debian/rules
index 6eccc69..00c548d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_build:
ant buildsource buildjars binscripts javadoc
override_dh_install:
- chmod a+x debian/derby-tools/usr/lib/derby/bin/*
+ chmod a+x debian/derby-tools/usr/share/derby/bin/*
override_dh_installdocs:
rm -Rf javadoc/testing
@@ -52,8 +52,8 @@ override_dh_auto_install:
mh_installpoms -pderby-tools -e$(version)
mh_installjar -pderby-tools -e$(version) --java-lib maven2/tools/pom.xml jars/insane/derbytools.jar
- dh_install -pderby-tools bin/set*CP /usr/lib/derby/bin
- dh_install -pderby-tools generated/bin/* /usr/lib/derby/bin
+ dh_install -pderby-tools bin/set*CP /usr/share/derby/bin
+ dh_install -pderby-tools generated/bin/* /usr/share/derby/bin
mh_installpoms -plibderby-java -e$(version)
mh_installjar -plibderby-java -e$(version) --java-lib maven2/engine/pom.xml jars/insane/derby.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git
More information about the pkg-java-commits
mailing list