Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Wrap and sort
· 17247022
Emmanuel Bourg
authored
Nov 29, 2018
17247022
Standards-Version updated to 4.2.1
· 5469d472
Emmanuel Bourg
authored
Nov 29, 2018
5469d472
Switch to debhelper level 11
· 6cdd636a
Emmanuel Bourg
authored
Nov 29, 2018
6cdd636a
Use salsa.debian.org Vcs-* URLs
· 4c21a4cf
Emmanuel Bourg
authored
Nov 29, 2018
4c21a4cf
Fixed the build failure with Java 11 (Closes: #912240)
· 33b24094
Emmanuel Bourg
authored
Nov 29, 2018
33b24094
Upload to unstable
· 47fde766
Emmanuel Bourg
authored
Nov 29, 2018
47fde766
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
47fde766
gentlyweb-utils (1.5-2) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 11 (Closes: #912240)
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Thu, 29 Nov 2018 13:16:46 +0100
gentlyweb-utils (1.5-1) unstable; urgency=low
* Initial release (Closes: #631016).
...
...
debian/compat
View file @
47fde766
7
11
debian/control
View file @
47fde766
...
...
@@ -3,16 +3,22 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 7.0.50~), default-jdk, maven-repo-helper (>= 1.5), javahelper (>= 0.20), libjdom1-java
Build-Depends-Indep: default-jdk-doc
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-java/gentlyweb-utils.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/gentlyweb-utils.git
Build-Depends:
debhelper (>= 11),
default-jdk,
default-jdk-doc,
javahelper (>= 0.20),
libactivation-java,
libjdom1-java,
maven-repo-helper (>= 1.5)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/gentlyweb-utils.git
Vcs-Browser: https://salsa.debian.org/java-team/gentlyweb-utils
Homepage: http://josql.sourceforge.net/
Package: libgentlyweb-utils-java
Architecture: all
Depends: ${misc:Depends}
,
Depends: ${misc:Depends}
Suggests: libgentlyweb-utils-java-doc
Description: java utility library used by josql
Simple java utility library used mainly by JoSQL (libjosql-java) for I/O.
...
...
debian/copyright
View file @
47fde766
...
...
@@ -14,5 +14,3 @@ License: Apache-2.0
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
debian/rules
View file @
47fde766
...
...
@@ -8,13 +8,10 @@ PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ')
VERSION := $(shell dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' ' | sed 's/-[^-]*$$//')
export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/java/jdom1.jar
export CLASSPATH=/usr/share/java/jdom1.jar
:/usr/share/java/javax.activation.jar
%:
dh $@ --with javahelper --with maven_repo_helper
get-orig-source:
uscan --download-version $(VERSION) --force-download --rename
get-orig-pom:
wget -O debian/pom.xml ${MAVEN_REPO}/${GROUP_ID}/${ARTIFACT_ID}/${VERSION}/${ARTIFACT_ID}-${VERSION}.pom