[jackson-jr] 11/15: Build-Depend on libreplacer-java again and remove the workaround.
Markus Koschany
apo at moszumanska.debian.org
Thu Oct 12 16:38:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jackson-jr.
commit ec90911d966b400536acd1f34b8d74011a4cb194
Author: Markus Koschany <apo at debian.org>
Date: Thu Oct 12 18:04:13 2017 +0200
Build-Depend on libreplacer-java again and remove the workaround.
---
debian/control | 1 +
debian/rules | 11 -----------
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index cf689cc..6ef356b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
libjackson2-core-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
+ libreplacer-java,
maven-debian-helper (>= 2.1),
xmlstarlet
Standards-Version: 4.1.1
diff --git a/debian/rules b/debian/rules
index 2d447af..8c5eff2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,8 @@
#!/usr/bin/make -f
-VERSION_FILE=jr-objects/src/main/java/com/fasterxml/jackson/jr/ob/PackageVersion.java
-
%:
dh $@
-override_dh_auto_configure:
- #FIXME Maven's replacer plugin doesn't work, why?
- sh debian/replace-generate.sh $(VERSION_FILE)
- dh_auto_configure
-
-override_dh_clean:
- $(RM) $(VERSION_FILE)
- dh_clean
-
override_dh_installchangelogs:
dh_installchangelogs release-notes/VERSION
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jr.git
More information about the pkg-java-commits
mailing list