[Git][java-team/byte-buddy][master] 7 commits: Drop javadoc package (Closes: #1025836)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Sat Dec 10 18:45:50 GMT 2022



Tony Mancill pushed to branch master at Debian Java Maintainers / byte-buddy


Commits:
a2ae49eb by tony mancill at 2022-12-10T09:45:39-08:00
Drop javadoc package (Closes: #1025836)

- - - - -
26adae5b by tony mancill at 2022-12-10T10:15:17-08:00
Use debhelper-compat (=13)

- - - - -
649a50ff by tony mancill at 2022-12-10T10:15:17-08:00
Update Homepage URL

- - - - -
7ccb6f6a by tony mancill at 2022-12-10T10:15:17-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
62ad4a74 by tony mancill at 2022-12-10T10:15:17-08:00
Bump Standards-Version to 4.6.1

- - - - -
b0e2cfce by tony mancill at 2022-12-10T10:15:17-08:00
Freshen years in debian/copyright

- - - - -
5505039f by tony mancill at 2022-12-10T10:15:17-08:00
Prepare changelog for upload to unstable

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libbyte-buddy-java-doc.doc-base.api
- − debian/libbyte-buddy-java-doc.install


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+byte-buddy (1.8.2-3) unstable; urgency=medium
+
+  * Team upload.
+  * Drop javadoc package (Closes: #1025836)
+  * Use debhelper-compat (=13)
+  * Update Homepage URL
+  * Set Rules-Requires-Root: no in debian/control
+  * Bump Standards-Version to 4.6.1
+  * Freshen years in debian/copyright
+
+ -- tony mancill <tmancill at debian.org>  Sat, 10 Dec 2022 10:14:33 -0800
+
 byte-buddy (1.8.2-2) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -6,12 +6,10 @@ Uploaders:
  Ying-Chun Liu (PaulLiu) <paulliu at debian.org>,
  Felix Natter <fnatter at gmx.net>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  junit4,
  libasm-java (>= 6.1),
- libasm-java-doc,
  libfindbugs-annotations-java,
  libjunixsocket-java,
  liblombok-java (>= 1.16.20),
@@ -22,10 +20,11 @@ Build-Depends:
  libmaven3-core-java (>= 3.2.5),
  libsurefire-java,
  maven-debian-helper (>= 2.1)
-Standards-Version: 4.4.0
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/java-team/byte-buddy.git
 Vcs-Browser: https://salsa.debian.org/java-team/byte-buddy
-Homepage: http://bytebuddy.net
+Homepage: https://bytebuddy.net
+Rules-Requires-Root: no
 
 Package: libbyte-buddy-java
 Architecture: all
@@ -33,7 +32,7 @@ Depends:
  libasm-java (>= 6.0-1~),
  libmaven3-core-java (>= 3.5.0),
  ${misc:Depends}
-Suggests: libbyte-buddy-java-doc, ${maven:OptionalDepends}
+Suggests: ${maven:OptionalDepends}
 Description: Runtime code generation for the Java virtual machine
  Byte Buddy is a code generation and manipulation library for creating
  and modifying Java classes during the runtime of a Java application and
@@ -43,14 +42,3 @@ Description: Runtime code generation for the Java virtual machine
  creation of runtime proxies. Furthermore, Byte Buddy offers a convenient
  API for changing classes either manually, using a Java agent or during a
  build.
-
-Package: libbyte-buddy-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
-Suggests: libbyte-buddy-java
-Description: Runtime code generation for the Java virtual machine (document)
- Byte Buddy is a Java library for creating Java classes at run time.
- .
- This package contains the API documentation of libbyte-buddy-java.


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Byte Buddy
-Source: http://bytebuddy.net
+Source: https://bytebuddy.net
 Files-Excluded: .mvn/*
                 byte-buddy-gradle-plugin/gradlew*
                 byte-buddy-gradle-plugin/gradle/*/gradle-wrapper.*
@@ -12,9 +12,11 @@ Copyright: 2014-2017 Rafael Winterhalter <rafael.wth at gmail.com>
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2017 Ying-Chun Liu (PaulLiu) <paulliu at debian.org>
+Copyright: 2017-2022 Ying-Chun Liu (PaulLiu) <paulliu at debian.org>
            2017 DT42.io
-           2017 Felix Natter <fnatter at gmx.net>
+           2017-2022 Felix Natter <fnatter at gmx.net>
+           2017-2022 Emmanuel Bourg <ebourg at apache.org>
+           2022 tony mancill <tmancill at debian.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/libbyte-buddy-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libbyte-buddy-java
-Title: API Javadoc for Byte Buddy (parent)
-Author: Byte Buddy (parent) developers
-Abstract: This is the API Javadoc provided for the
- libbyte-buddy-java libraries.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libbyte-buddy-java/byte-buddy/index.html
-Files: /usr/share/doc/libbyte-buddy-java/byte-buddy/*


=====================================
debian/libbyte-buddy-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs/* usr/share/doc/libbyte-buddy-java/byte-buddy/



View it on GitLab: https://salsa.debian.org/java-team/byte-buddy/-/compare/4c556b55e77416a41c92d22ef4ce9777d8d894a7...5505039f16bef7f9b46514f607cfdc0412f42837

-- 
View it on GitLab: https://salsa.debian.org/java-team/byte-buddy/-/compare/4c556b55e77416a41c92d22ef4ce9777d8d894a7...5505039f16bef7f9b46514f607cfdc0412f42837
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/20221210/a00889cc/attachment.htm>


More information about the pkg-java-commits mailing list