[Git][java-team/dbus-java][master] 5 commits: Switch to debhelper-compat = 13.

Markus Koschany gitlab at salsa.debian.org
Sun Dec 6 00:10:26 GMT 2020



Markus Koschany pushed to branch master at Debian Java Maintainers / dbus-java


Commits:
bc05d4ac by Markus Koschany at 2020-12-06T00:43:58+01:00
Switch to debhelper-compat = 13.

- - - - -
717ffabc by Markus Koschany at 2020-12-06T00:44:16+01:00
Declare compliance with Debian Policy 4.5.1.

- - - - -
266cd454 by Markus Koschany at 2020-12-06T00:47:36+01:00
Update changelog

- - - - -
556c071a by Markus Koschany at 2020-12-06T00:51:54+01:00
Use dh_missing --list-missing

- - - - -
03b45a15 by Markus Koschany at 2020-12-06T00:57:00+01:00
Drop dbus-java-bin binary package.

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/dbus-java-bin.install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+dbus-java (2.8-10) unstable; urgency=medium
+
+  * Switch to debhelper-compat = 13.
+  * Declare compliance with Debian Policy 4.5.1.
+  * Drop dbus-java-bin because it is of little value for Debian users. The
+    package does not work as intended anymore. Upstream development has stopped.
+    (Closes: #963960, #631670, #777241)
+
+ -- Markus Koschany <apo at debian.org>  Sun, 06 Dec 2020 00:47:22 +0100
+
 dbus-java (2.8-9) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -5,15 +5,15 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders:
  Markus Koschany <apo at debian.org>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  docbook-to-man,
  javahelper (>= 0.42),
  libmatthew-debug-java,
  libunixsocket-java (>= 0.6),
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/dbus-java.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/dbus-java.git
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/dbus-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/dbus-java
 Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings
 
 Package: libdbus-java
@@ -21,8 +21,6 @@ Architecture: all
 Depends:
  ${java:Depends},
  ${misc:Depends}
-Recommends:
- dbus-java-bin
 Description: simple interprocess messaging system (Java implementation)
  D-Bus is a message bus, used for sending messages between applications.
  Conceptually, it fits somewhere in between raw sockets and CORBA in
@@ -32,22 +30,3 @@ Description: simple interprocess messaging system (Java implementation)
  .
  See the dbus description for more information about D-Bus in general.
 
-Package: dbus-java-bin
-Architecture: all
-Section: utils
-Depends:
- default-jre-headless (>= 2:1.7) | java7-runtime-headless,
- libdbus-java (=${binary:Version}),
- ${misc:Depends}
-Description: simple interprocess messaging system (Java Binaries)
- D-Bus is a message bus, used for sending messages between applications.
- Conceptually, it fits somewhere in between raw sockets and CORBA in
- terms of complexity.
- .
- This package provides several programs using the Java implementation
- of D-Bus. This includes a simple D-Bus daemon for use in session buses,
- A tool for generating Java stubs from D-Bus introspection data and
- a graphical browser for D-Bus connections.
- .
- See the dbus description for more information about D-Bus in general.
-


=====================================
debian/dbus-java-bin.install deleted
=====================================
@@ -1,8 +0,0 @@
-usr/bin
-usr/share/doc/libdbus-java/README usr/share/doc/dbus-java-bin/
-usr/share/doc/libdbus-java/changelog usr/share/doc/dbus-java-bin/
-usr/share/java/dbus-bin-*.jar
-usr/share/java/dbus-bin.jar
-usr/share/java/dbus-viewer-*.jar
-usr/share/java/dbus-viewer.jar
-usr/share/man


=====================================
debian/rules
=====================================
@@ -39,9 +39,12 @@ override_dh_auto_install:
 
 override_dh_install:
 	dh_install -i --sourcedir=debian/tmp
+
 override_jh_manifest:
 	jh_manifest -plibdbus-java -c"unix.jar hexdump.jar"
-	jh_manifest -pdbus-java-bin -c"dbus-$(VERSION).jar"
+
 override_jh_depends:
-	jh_depends -pdbus-java-bin -jopen
 	jh_depends -plibdbus-java
+
+override_dh_missing:
+	dh_missing --list-missing



View it on GitLab: https://salsa.debian.org/java-team/dbus-java/-/compare/23024891445269df34f54bd5cd9840a2ea63d89d...03b45a156b5e842e859a16269c20b44f008744a8

-- 
View it on GitLab: https://salsa.debian.org/java-team/dbus-java/-/compare/23024891445269df34f54bd5cd9840a2ea63d89d...03b45a156b5e842e859a16269c20b44f008744a8
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/20201206/e27b7b3f/attachment.html>


More information about the pkg-java-commits mailing list