Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
6
Standards-Version updated to 4.4.0
· fb2b2727
Emmanuel Bourg
authored
Sep 13, 2019
fb2b2727
Use salsa.debian.org Vcs-* URLs
· 571cb677
Emmanuel Bourg
authored
Sep 13, 2019
571cb677
No longer install the javadoc in the package
· 5dced8f8
Emmanuel Bourg
authored
Sep 13, 2019
5dced8f8
Removed the unused ${shlibs:Depends} variable
· f2ed0cc6
Emmanuel Bourg
authored
Sep 13, 2019
f2ed0cc6
Simplified debian/rules
· a77b5173
Emmanuel Bourg
authored
Sep 13, 2019
a77b5173
Upload to unstable
· 9ab8af58
Emmanuel Bourg
authored
Sep 13, 2019
9ab8af58
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9ab8af58
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.
...
...
debian/control
View file @
9ab8af58
...
...
@@ -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
...
...
debian/libnaga-java.javadoc
deleted
100644 → 0
View file @
bb7f8170
_BUILD/docs/api
debian/rules
View file @
9ab8af58
#!/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
...
...