[jnr-posix] 04/12: Transfert maintainance to pkg-java team.
Tim Potter
tpot-guest at moszumanska.debian.org
Tue Apr 7 04:07:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to branch master
in repository jnr-posix.
commit c005f64e96bc51e128835800085193b70e851640
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Fri Dec 21 23:19:03 2012 +0100
Transfert maintainance to pkg-java team.
* Transfert maintainance to pkg-java team.
- Add myself as Uploaders.
- Thanks to Nicolas Duboc for his work!
---
debian/changelog | 6 ++++--
debian/control | 5 ++++-
pom.xml | 21 ++++++++++-----------
3 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f7f8810..bb0f136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-libjnr-posix-java (1.1.8-1) UNRELEASED; urgency=low
+libjnr-posix-java (1.1.8-1) experimental; urgency=low
- * Team upload.
+ * Transfert maintainance to pkg-java team.
+ - Add myself as Uploaders.
+ - Thanks to Nicolas Duboc for his work!
* d/control: Use versionned B-D on libjaffl-java (>= 0.5.9), otherwise FTBFS.
* d/control: As per Java Policy, drop runtime dependency as
its a library package.
diff --git a/debian/control b/debian/control
index 39a4dcc..7a89702 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: libjnr-posix-java
Section: java
Priority: optional
-Maintainer: Nicolas Duboc <nduboc at debian.org>
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>> 7.0.0),
libmaven-clean-plugin-java,
maven-debian-helper,
@@ -18,6 +19,8 @@ Build-Depends-Indep: default-jdk,
maven-repo-helper
Standards-Version: 3.9.3
Homepage: https://github.com/wmeissner/jnr-posix
+Vcs-Git: git://anonscm.debian.org/pkg-java/libjnr-posix-java.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjnr-posix-java.git
Package: libjnr-posix-java
Architecture: all
diff --git a/pom.xml b/pom.xml
index 04045cd..c50a99a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,32 +89,24 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.7</version>
+ <version>4.x</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>jaffl</artifactId>
- <version>0.5.9</version>
- <scope>provided</scope>
+ <version>debian</version>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>constantine</artifactId>
- <version>0.7</version>
- <scope>provided</scope>
+ <version>debian</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- </extension>
- </extensions>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
@@ -131,6 +123,13 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-posix.git
More information about the pkg-java-commits
mailing list