Pierre Gruet pushed to branch master at Debian Java Maintainers / grpc-java


Commits:
2920e3b9 by Pierre Gruet at 2024-05-07T23:25:35+02:00
Removing unneeded build-dependency on libopencensus-java

- - - - -
573c03f6 by Pierre Gruet at 2024-05-07T23:25:53+02:00
Raising Standards version to 4.7.0

- - - - -
9e5d0bb6 by Pierre Gruet at 2024-05-08T21:12:21+02:00
Removing dependency on libopencensus-java

- - - - -
bb2aa751 by Pierre Gruet at 2024-05-08T21:12:33+02:00
Fixing clean rule

- - - - -
9c1a6ca5 by Pierre Gruet at 2024-05-08T21:13:32+02:00
Updating changelog

- - - - -
2d3696bf by Pierre Gruet at 2024-05-08T21:44:27+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+grpc-java (1.41.3+ds-4) unstable; urgency=medium
+
+  * Team upload
+  * Removing unneeded build-dependency on libopencensus-java (Closes: #979812)
+  * Raising Standards version to 4.7.0 (no change)
+  * Fixing clean rule (Closes: #1045096)
+
+ -- Pierre Gruet <p...@debian.org>  Wed, 08 May 2024 21:44:11 +0200
+
 grpc-java (1.41.3+ds-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -29,7 +29,6 @@ Build-Depends:
  libjacoco-java,
  libjsr305-java,
  libnetty-java,
- libopencensus-java,
  libperfmark-java,
  libprotobuf-dev,
  libprotobuf-java,
@@ -46,7 +45,7 @@ Build-Depends:
  ruby-rspec,
  ruby-simplecov,
  zlib1g-dev,
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/java-team/grpc-java
 Vcs-Git: https://salsa.debian.org/java-team/grpc-java.git
@@ -55,7 +54,7 @@ Homepage: https://github.com/grpc/grpc-java
 Package: libgrpc-java
 Architecture: all
 Multi-Arch: foreign
-Depends: libopencensus-java, ${misc:Depends}, ${java:Depends}
+Depends: ${misc:Depends}, ${java:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: Java gRPC implementation, HTTP/2 based RPC
  gRPC-Java works with JDK 7. gRPC-Java clients are supported on Android API


=====================================
debian/rules
=====================================
@@ -39,3 +39,10 @@ override_dh_auto_test:
 
 execute_after_dh_link-indep:
        jdupes -rl debian/libgrpc-java/usr
+
+override_dh_clean:
+       dh_clean
+       # Removing files that were left there
+       -rm compiler/src/java_plugin/cpp/grpc_java_plugin config.status 
confdefs.h config.h config.log stamp-h1
+       find . -name "*.o" -delete
+       find . -name "Makefile" -delete



View it on GitLab: 
https://salsa.debian.org/java-team/grpc-java/-/compare/729109055f87a8b7052b3a9b53d96c536f12f78a...2d3696bf86f5fb5d1a6c6c3816fd71139792c28d

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/grpc-java/-/compare/729109055f87a8b7052b3a9b53d96c536f12f78a...2d3696bf86f5fb5d1a6c6c3816fd71139792c28d
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to