Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Standards-Version updated to 4.2.0
· 42e1c5c7
Emmanuel Bourg
authored
Aug 16, 2018
42e1c5c7
Switch to debhelper level 11
· 4cb502f7
Emmanuel Bourg
authored
Aug 16, 2018
4cb502f7
Use salsa.debian.org Vcs-* URLs
· c6f02258
Emmanuel Bourg
authored
Aug 16, 2018
c6f02258
Depend on libeclipse-osgi-java instead of libequinox-osgi-java
· 0a64a049
Emmanuel Bourg
authored
Aug 16, 2018
0a64a049
Upload to unstable
· 609ea8c7
Emmanuel Bourg
authored
Aug 16, 2018
609ea8c7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
609ea8c7
jgit (3.7.1-5) unstable; urgency=medium
* Team upload.
* Depend on libeclipse-osgi-java instead of libequinox-osgi-java
* Standards-Version updated to 4.2.0
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Thu, 16 Aug 2018 01:04:22 +0200
jgit (3.7.1-4) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
609ea8c7
9
11
debian/control
View file @
609ea8c7
...
...
@@ -3,14 +3,14 @@ Priority: optional
Section: java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>=
9
~),
Build-Depends: debhelper (>=
11
~),
javahelper,
default-jdk,
junit4,
libargs4j-java (>= 2.0.30),
libbuild-helper-maven-plugin-java,
libcommons-compress-java,
libe
quinox
-osgi-java,
libe
clipse
-osgi-java,
libhamcrest-java,
libhttpclient-java,
libjavaewah-java,
...
...
@@ -21,9 +21,9 @@ Build-Depends: debhelper (>= 9~),
libslf4j-java (>= 1.7.12-2),
libxz-java,
maven-debian-helper
Standards-Version:
3.9.8
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/eclipse-jgit.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/eclipse-jgit
.git
Standards-Version:
4.2.0
Vcs-Git: https://
salsa
.debian.org/
java-team
/eclipse-jgit.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/eclipse-jgit
Homepage: http://www.eclipse.org/jgit/
Package: libjgit-java
...
...
debian/rules
View file @
609ea8c7
#!/usr/bin/make -f
%:
dh $@
--buildsystem=maven
--with javahelper
dh $@ --with javahelper
override_dh_install:
dh_install
...
...