[Git][java-team/libreflections-java][master] 5 commits: Fixed the email address of the Debian Java Maintainers
Emmanuel Bourg
gitlab at salsa.debian.org
Tue Jan 5 11:07:30 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libreflections-java
Commits:
aedc39a5 by Emmanuel Bourg at 2021-01-05T11:55:37+01:00
Fixed the email address of the Debian Java Maintainers
- - - - -
a9536989 by Emmanuel Bourg at 2021-01-05T11:55:42+01:00
Standards-Version updated to 4.5.1
- - - - -
051bcee3 by Emmanuel Bourg at 2021-01-05T11:58:29+01:00
Simplified debian/rules
- - - - -
747ee951 by Emmanuel Bourg at 2021-01-05T11:59:56+01:00
Wrap and sort
- - - - -
4b609286 by Emmanuel Bourg at 2021-01-05T12:00:17+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libreflections-java (0.9.12+dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the email address of the Debian Java Maintainers
+ * Simplified debian/rules
+ * Standards-Version updated to 4.5.1
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 05 Jan 2021 12:00:12 +0100
+
libreflections-java (0.9.12+dfsg-2) unstable; urgency=medium
* Adding missing classpath in manifest
=====================================
debian/control
=====================================
@@ -1,19 +1,20 @@
Source: libreflections-java
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at alioth-lists.debian.net>
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgtdebian at free.fr>
-Build-Depends: debhelper-compat (= 13),
- default-jdk-headless,
- maven-debian-helper,
- javahelper,
- libjavassist-java,
- libslf4j-java,
- libdom4j-java,
- libgoogle-gson-java,
- libservlet-api-java,
- junit4 <!nocheck>
-Standards-Version: 4.5.0
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ javahelper,
+ junit4 <!nocheck>,
+ libdom4j-java,
+ libgoogle-gson-java,
+ libjavassist-java,
+ libservlet-api-java,
+ libslf4j-java,
+ maven-debian-helper
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/java-team/libreflections-java
Vcs-Git: https://salsa.debian.org/java-team/libreflections-java.git
Homepage: https://github.com/CampagneLaboratory/icb-utils
@@ -21,13 +22,14 @@ Rules-Requires-Root: no
Package: libreflections-java
Architecture: all
-Depends: ${misc:Depends},
- ${java:Depends},
- libjavassist-java,
- libslf4j-java,
- libdom4j-java,
- libgoogle-gson-java,
- libservlet-api-java
+Depends:
+ libdom4j-java,
+ libgoogle-gson-java,
+ libjavassist-java,
+ libservlet-api-java,
+ libslf4j-java,
+ ${java:Depends},
+ ${misc:Depends}
Description: Java runtime metadata analysis library
Reflections scans a classpath, indexes the metadata, allows one to query it on
runtime and may save and collect that information for many modules within a
=====================================
debian/rules
=====================================
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
-
-override_dh_auto_install:
- dh_auto_install
- jh_classpath
+ dh $@ --with javahelper
View it on GitLab: https://salsa.debian.org/java-team/libreflections-java/-/compare/b7826c2a2a425db351a513b4b6118033e1bffd85...4b609286869a274aae150ffb9e53fa1940f8d67e
--
View it on GitLab: https://salsa.debian.org/java-team/libreflections-java/-/compare/b7826c2a2a425db351a513b4b6118033e1bffd85...4b609286869a274aae150ffb9e53fa1940f8d67e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210105/0c229e3b/attachment.html>
More information about the pkg-java-commits
mailing list