[Git][java-team/netty][master] 10 commits: Fixing d/copyright syntax: Comment field name and MIT -> Expat
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Sun Jan 22 17:46:04 GMT 2023
Pierre Gruet pushed to branch master at Debian Java Maintainers / netty
Commits:
a8d0a5d2 by Pierre Gruet at 2023-01-22T17:30:04+01:00
Fixing d/copyright syntax: Comment field name and MIT -> Expat
- - - - -
acbbde07 by Pierre Gruet at 2023-01-22T17:31:41+01:00
Removing unneeded versioned build-dependencies
- - - - -
6a35b763 by Pierre Gruet at 2023-01-22T17:34:30+01:00
Honouring filenamemangle in d/watch
- - - - -
4092bcc3 by Pierre Gruet at 2023-01-22T17:36:26+01:00
Build-depending on log4j1.2-java
- - - - -
ca8855ff by Pierre Gruet at 2023-01-22T17:37:02+01:00
Raising Standards version to 4.6.2 (no change)
- - - - -
56eef1a9 by Pierre Gruet at 2023-01-22T17:38:30+01:00
Updating changelog
- - - - -
d90e3bf1 by Pierre Gruet at 2023-01-22T17:40:21+01:00
Update lintian override info format in d/libnetty-java.lintian-overrides on line 2.
Changes-By: lintian-brush
Fixes: lintian: mismatched-override
See-also: https://lintian.debian.org/tags/mismatched-override.html
- - - - -
e5b48162 by Pierre Gruet at 2023-01-22T17:40:46+01:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
3d12b588 by Pierre Gruet at 2023-01-22T17:41:18+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
- - - - -
b5baffdc by Pierre Gruet at 2023-01-22T17:44:18+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/libnetty-java.lintian-overrides
- + debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+netty (1:4.1.48-7) unstable; urgency=medium
+
+ * Team upload
+ * Raising Standards version to 4.6.2 (no change)
+ * Build-depending on log4j1.2-java (Closes: #1028805)
+ * Removing unneeded versioned build-dependencies
+ * Fixing debian/copyright syntax:
+ - Comments field name turned into Comment
+ - MIT license name turned into Expat
+ * Honouring filenamemangle in d/watch
+ * Update lintian override info format in d/libnetty-java.lintian-overrides
+ * Use secure URI in Homepage field.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+
+ -- Pierre Gruet <pgt at debian.org> Sun, 22 Jan 2023 17:43:44 +0100
+
netty (1:4.1.48-6) unstable; urgency=high
* Team upload.
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Uploaders:
Kyo Lee <kyo.lee at eucalyptus.com>
Build-Depends:
ant,
- ant-contrib (>= 1.0~b3+svn177-8~),
+ ant-contrib,
debhelper-compat (= 13),
default-jdk,
groovy,
@@ -17,8 +17,9 @@ Build-Depends:
libcompress-lzf-java,
libgoogle-gson-java,
libjavassist-java,
- libjctools-java (>= 2.0),
+ libjctools-java,
libjzlib-java,
+ liblog4j1.2-java,
liblog4j2-java,
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
@@ -28,11 +29,11 @@ Build-Depends:
libnetty-tcnative-java (>= 2.0.28),
libprotobuf-java,
libxz-java,
- maven-debian-helper (>= 1.5)
-Standards-Version: 4.5.1
+ maven-debian-helper
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/netty.git
Vcs-Browser: https://salsa.debian.org/java-team/netty
-Homepage: http://netty.io/
+Homepage: https://netty.io/
Rules-Requires-Root: no
Package: libnetty-java
=====================================
debian/copyright
=====================================
@@ -11,7 +11,7 @@ License: Apache-2.0
Files: common/src/main/java/io/netty/util/internal/ThreadLocalRandom.java
Copyright: 2009, Red Hat Inc.
-Comments:
+Comment:
Written by Doug Lea with assistance from members of JCP JSR-166
Expert Group and released to the public domain, as explained at
http://creativecommons.org/licenses/publicdomain
@@ -19,7 +19,7 @@ License: Apache-2.0
Files: codec/src/main/java/io/netty/handler/codec/base64/*
Copyright: 2009, Red Hat Inc.
-Comments:
+Comment:
Written by Robert Harder and released to the public domain, as explained at
http://creativecommons.org/licenses/publicdomain
License: Apache-2.0
@@ -28,7 +28,7 @@ Files: codec-http2/src/main/java/io/netty/handler/codec/http2/Hpack*
codec-http2/src/test/java/io/netty/handler/codec/http2/Hpack*
codec-http2/src/test/java/io/netty/handler/codec/http2/TestHeaderListener.java
Copyright: 2014, Twitter, Inc.
-Comments:
+Comment:
Copied from the Twitter HPACK library (https://github.com/twitter/hpack)
License: Apache-2.0
@@ -40,9 +40,9 @@ Files: common/src/main/java/io/netty/util/internal/logging/CommonsLogger.java
common/src/main/java/io/netty/util/internal/logging/MessageFormatter.java
common/src/test/java/io/netty/util/internal/logging/MessageFormatterTest.java
Copyright: 2004-2011, QOS.ch
-Comments:
+Comment:
Copied from the SLF4J project
-License: MIT
+License: Expat
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
@@ -65,9 +65,9 @@ License: MIT
Files: codec-http/src/main/java/io/netty/handler/codec/http/websocketx/Utf8Validator.java
Copyright: 2008-2009, Bjoern Hoehrmann
-Comments:
+Comment:
Adaptation of http://bjoern.hoehrmann.de/utf-8/decoder/dfa/
-License: MIT-utf8-decoder
+License: Expat-utf8-decoder
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
=====================================
debian/libnetty-java.lintian-overrides
=====================================
@@ -1,2 +1,2 @@
# netty-all.jar is intentionally empty but depends on the other netty artifacts
-libnetty-java: codeless-jar usr/share/java/netty-all.jar
+libnetty-java: codeless-jar [usr/share/java/netty-all.jar]
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/netty/netty/issues
+Bug-Submit: https://github.com/netty/netty/issues/new
+Repository-Browse: https://github.com/netty/netty
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-opts="repack,compression=xz" \
+opts="repack, compression=xz, \
+ filenamemangle=s%.*/netty-([\d\.]+).Final%@PACKAGE at -$1%" \
https://github.com/netty/netty/tags .*/netty-([\d\.]+).Final.tar.gz
View it on GitLab: https://salsa.debian.org/java-team/netty/-/compare/5406c2524b94d1268459607b284b2a8c366fae53...b5baffdc3b89b1b261e2c682e85860f557f51031
--
View it on GitLab: https://salsa.debian.org/java-team/netty/-/compare/5406c2524b94d1268459607b284b2a8c366fae53...b5baffdc3b89b1b261e2c682e85860f557f51031
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/20230122/96361621/attachment.htm>
More information about the pkg-java-commits
mailing list