[Git][java-team/oauth-signpost][master] 7 commits: Moved the package under the Java Team umbrella
Emmanuel Bourg
gitlab at salsa.debian.org
Fri Nov 23 23:42:18 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / oauth-signpost
Commits:
488bb125 by Emmanuel Bourg at 2018-11-23T23:34:57Z
Moved the package under the Java Team umbrella
- - - - -
ef020807 by Emmanuel Bourg at 2018-11-23T23:35:05Z
Standards-Version updated to 4.2.1
- - - - -
a1d110ac by Emmanuel Bourg at 2018-11-23T23:35:19Z
Switch to debhelper level 11
- - - - -
3dfc3253 by Emmanuel Bourg at 2018-11-23T23:35:29Z
Use salsa.debian.org Vcs-* URLs
- - - - -
fc6cefaa by Emmanuel Bourg at 2018-11-23T23:36:29Z
Wrap and sort
- - - - -
267964da by Emmanuel Bourg at 2018-11-23T23:38:09Z
Removed the unused build dependency on libplexus-maven-plugin-java
- - - - -
781ee00b by Emmanuel Bourg at 2018-11-23T23:39:00Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+oauth-signpost (1.2.1.2-2) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the unused build dependency on libplexus-maven-plugin-java
+ * Moved the package under the Java Team umbrella
+ * Standards-Version updated to 4.2.1
+ * Switch to debhelper level 11
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 24 Nov 2018 00:38:45 +0100
+
oauth-signpost (1.2.1.2-1.5) unstable; urgency=medium
* Non-maintainer upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -1,34 +1,29 @@
Source: oauth-signpost
Section: java
Priority: optional
-Maintainer: David Paleino <dapal at debian.org>
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>
Build-Depends:
- debhelper (>= 9)
- , default-jdk
- , maven-debian-helper
-Build-Depends-Indep:
- libplexus-maven-plugin-java
- , libmaven-antrun-plugin-java
- , libmaven-install-plugin-java
- , libmaven-resources-plugin-java (>= 2.3)
- , libhttpclient-java (>= 4.0.1)
- , libhttpcore-java (>= 4.0.1)
- , junit4
- , libmockito-java (>= 1.8.5+ds1-2~)
- , libhamcrest-java
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/oauth-signpost.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/oauth-signpost.git
+ debhelper (>= 11),
+ default-jdk,
+ junit4,
+ libhamcrest-java,
+ libhttpclient-java (>= 4.0.1),
+ libhttpcore-java (>= 4.0.1),
+ libmaven-antrun-plugin-java,
+ libmaven-install-plugin-java,
+ libmaven-resources-plugin-java (>= 2.3),
+ libmockito-java (>= 1.8.5+ds1-2~),
+ maven-debian-helper
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/oauth-signpost.git
+Vcs-Browser: https://salsa.debian.org/java-team/oauth-signpost
Homepage: https://github.com/mttkay/signpost
Package: liboauth-signpost-java
Architecture: all
-Depends:
- ${java:Depends}
- , ${misc:Depends}
- , libcommons-codec-java
-Recommends:
- libhttpclient-java
+Depends: ${misc:Depends}, ${java:Depends}, libcommons-codec-java
+Recommends: libhttpclient-java
Description: simple OAuth message signing for Java
Signpost is an easy and intuitive solution for signing HTTP messages on the
Java platform in conformance with the OAuth Core 1.0a standard. Signpost
=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_auto_build:
dh_auto_build -- install
View it on GitLab: https://salsa.debian.org/java-team/oauth-signpost/compare/34073bae3016eb10d5a029875039b9bca0baa4c8...781ee00bbfe6cf2dcaf3566c646ab605815ad7d4
--
View it on GitLab: https://salsa.debian.org/java-team/oauth-signpost/compare/34073bae3016eb10d5a029875039b9bca0baa4c8...781ee00bbfe6cf2dcaf3566c646ab605815ad7d4
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/20181123/660f47ce/attachment.html>
More information about the pkg-java-commits
mailing list