Debian: Remove libcommons-logging-java build dependency

mtn-ignore tweak
This commit is contained in:
zzz
2016-03-26 15:26:55 +00:00
parent ee138a2b36
commit 51e04f7c6e
3 changed files with 0 additions and 5 deletions

View File

@ -39,7 +39,6 @@ web-out.xml
# Debian-related
^debian/copyright
^debian/changelog
^.pc/
# Build property overrides

1
debian/control vendored
View File

@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 7.0.50~)
,gettext
,libgmp-dev (>= 2:5.0.5)
,libservice-wrapper-java
,libcommons-logging-java
,hardening-wrapper
,po-debconf
,dh-systemd

3
debian/rules vendored
View File

@ -47,7 +47,6 @@ override_dh_auto_clean:
find $(CURDIR)/core \( -name '*\.so' -o -name '*\.o' \) -exec rm -f {} \;
rm -rf $(CURDIR)/core/c/jcpuid/lib/
rm -f $(CURDIR)/installer/lib/wrapper/all/wrapper.jar
rm -f $(CURDIR)/installer/lib/launch4j/lib/commons-logging.jar
rm -rf $(CURDIR)/debian/python-i2p
debconf-updatepo
@ -62,8 +61,6 @@ binary-indep: build-indep
build-indep:
dh_prep
mkdir -p $(CURDIR)/installer/lib/wrapper/all
mkdir -p $(CURDIR)/installer/lib/launch4j/lib/
ln -sf /usr/share/java/commons-logging.jar $(CURDIR)/installer/lib/launch4j/lib/commons-logging.jar
ln -sf /usr/share/java/wrapper.jar $(CURDIR)/installer/lib/wrapper/all/wrapper.jar
if [ ! -e $(CURDIR)/debian/routerversion.java.bak ]; then \
cp $(ROUTERVERSION) $(CURDIR)/debian/routerversion.java.bak; \