diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..64fdcf2a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: java +sudo: required +jdk: + - oraclejdk8 +cache: + directories: + - $HOME/.m2 +install: + - sudo apt-get -qq update + - sudo apt-get -y install lintian fakeroot rpm python-rpm + - git clone https://github.com/rpm-software-management/rpmlint -o rpmlint-1.9 + - sudo make -C rpmlint install +script: + - mvn -Pfull,rpm package install + - mvn -Pfull -pl libresonic-assembly assembly:single diff --git a/libresonic-installer-debian/src/DEBIAN/control b/libresonic-installer-debian/src/DEBIAN/control index 5f6fbf42..08e6f05d 100644 --- a/libresonic-installer-debian/src/DEBIAN/control +++ b/libresonic-installer-debian/src/DEBIAN/control @@ -4,7 +4,7 @@ Section: Multimedia Priority: optional Recommends: ffmpeg Architecture: all -Maintainer: Sindre Mehus +Maintainer: Eugene E. Kashpureff Jr Description: A web-based music streamer, jukebox and Podcast receiver Libresonic is a web-based music streamer, jukebox and Podcast receiver, providing access to your music collection wherever you are. Use it diff --git a/pom.xml b/pom.xml index 3ecb5b92..4756298e 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,10 @@ ${failOnDependencyWarning} true + + com.sun.mail:javax.mail* + org.seamless:seamless-http* +