Skip to content
Commits on Source (6)
naga (3.0+svn80-3) unstable; urgency=medium
* Team upload.
* No longer install the javadoc in the package
* Removed the unused ${shlibs:Depends} variable
* Standards-Version updated to 4.4.0
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Fri, 13 Sep 2019 10:20:48 +0200
naga (3.0+svn80-2) unstable; urgency=medium
* Team upload.
......
......@@ -10,17 +10,14 @@ Build-Depends:
debhelper (>= 11),
default-jdk,
javahelper
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/naga.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/naga.git/
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/java-team/naga
Vcs-Git: https://salsa.debian.org/java-team/naga.git
Homepage: https://code.google.com/p/naga/
Package: libnaga-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends},
${shlibs:Depends}
Depends: ${misc:Depends}, ${java:Depends}
Description: Simplified Java NIO asynchronous sockets
Naga aims to be a very small NIO library that provides a handful of java
classes to wrap the usual Socket and ServerSocket with asynchronous NIO
......
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --with javahelper
......