[med-svn] [Git][med-team/artemis][master] Revert use dh_auto_build
Andreas Tille
gitlab at salsa.debian.org
Sun Aug 5 06:42:34 BST 2018
Andreas Tille pushed to branch master at Debian Med / artemis
Commits:
b62d032a by Andreas Tille at 2018-08-05T05:16:30Z
Revert use dh_auto_build
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,6 @@ artemis (17.0.1+dfsg-1) UNRELEASED; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.0
- * d/rules: use dh_auto_build
* Class FTPSeekableStream should not be excluded
-- Andreas Tille <tille at debian.org> Sat, 17 Mar 2018 11:41:38 +0100
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,8 @@ export CLASSPATH := $(subst $(space),:,$(strip $(CLASSPATH)))
dh $@ --with javahelper
override_dh_auto_build:
- dh_auto_build -- jar
+ $(MAKE) jar
+ # dh_auto_build -- jar # does not work since the build does not find all plain files that should be include in jar since it cds to subdir first
sed 's|@CLASSPATH@|$(subst :,$(space),$(subst $(CURDIR),/usr/share/java/artemis.jar,$(CLASSPATH)))|g' debian/artemis.manifest.in > \
debian/artemis.manifest
convert images/helix.gif -resize 96x96\! images/helix.png
View it on GitLab: https://salsa.debian.org/med-team/artemis/commit/b62d032ad478158c5a9117a603827869e0c2bbb0
--
View it on GitLab: https://salsa.debian.org/med-team/artemis/commit/b62d032ad478158c5a9117a603827869e0c2bbb0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180805/86282014/attachment.html>
More information about the debian-med-commit
mailing list