[Git][java-team/libjgoodies-forms-java][master] 10 commits: Removed the -java-doc package

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Tue Apr 9 08:34:41 BST 2024



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libjgoodies-forms-java


Commits:
043361d9 by Emmanuel Bourg at 2024-04-09T09:02:33+02:00
Removed the -java-doc package

- - - - -
cf612419 by Emmanuel Bourg at 2024-04-09T09:05:53+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
8e2a13fd by Emmanuel Bourg at 2024-04-09T09:06:43+02:00
Updated the Homepage field

- - - - -
27dc1d65 by Emmanuel Bourg at 2024-04-09T09:08:54+02:00
Wrap and sort

- - - - -
572e69a4 by Emmanuel Bourg at 2024-04-09T09:11:10+02:00
Removed the Breaks field

- - - - -
e9861338 by Emmanuel Bourg at 2024-04-09T09:18:06+02:00
Build with the DH sequencer instead of CDBS

- - - - -
014db0db by Emmanuel Bourg at 2024-04-09T09:18:12+02:00
Standards-Version updated to 4.7.0

- - - - -
b4c1cb34 by Emmanuel Bourg at 2024-04-09T09:18:17+02:00
Switch to debhelper level 13

- - - - -
faae1b72 by Emmanuel Bourg at 2024-04-09T09:23:22+02:00
Removed the unused Maven files and properties

- - - - -
0b3eeac4 by Emmanuel Bourg at 2024-04-09T09:23:35+02:00
Upload to unstable

- - - - -


11 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/libjgoodies-forms-java-doc.README.Debian
- − debian/libjgoodies-forms-java-doc.doc-base.api
- − debian/libjgoodies-forms-java-doc.install
- + debian/libjgoodies-forms-java.links
- − debian/maven.cleanIgnoreRules
- debian/maven.properties
- − debian/maven.publishedRules
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+libjgoodies-forms-java (1.9.0-4) unstable; urgency=medium
+
+  * Team upload.
+  * Build with the DH sequencer instead of CDBS
+  * Removed the -java-doc package
+  * Use salsa.debian.org Vcs-* URLs
+  * Updated the Homepage field
+  * Removed the Breaks field (affects ancient packages)
+  * Standards-Version updated to 4.7.0
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 09 Apr 2024 09:23:24 +0200
+
 libjgoodies-forms-java (1.9.0-3) unstable; urgency=medium
 
   [ tony mancill ]


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


=====================================
debian/control
=====================================
@@ -2,34 +2,27 @@ Source: libjgoodies-forms-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Eric Lavarde <deb at zorglub.s.bawue.de>,
-           Varun Hiremath <varun at debian.org>,
-           tony mancill <tmancill at debian.org>
-Build-Depends: cdbs,
-               debhelper (>= 9),
-               default-jdk,
-               javahelper,
-               maven-debian-helper (>= 1.5)
-Build-Depends-Indep: antlr,
-                     default-jdk-doc,
-                     junit4,
-                     libjgoodies-common-java (>= 1.8.1),
-                     libmaven-javadoc-plugin-java
-Standards-Version: 3.9.8
-Homepage: http://www.jgoodies.com/freeware/forms/
-Vcs-Git: git://anonscm.debian.org/pkg-java/libjgoodies-forms-java.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjgoodies-forms-java.git
+Uploaders:
+ Eric Lavarde <deb at zorglub.s.bawue.de>,
+ Varun Hiremath <varun at debian.org>,
+ tony mancill <tmancill at debian.org>
+Build-Depends:
+ antlr,
+ debhelper-compat (= 13),
+ default-jdk,
+ javahelper,
+ junit4,
+ libjgoodies-common-java (>= 1.8.1),
+ maven-debian-helper (>= 1.5)
+Standards-Version: 4.7.0
+Vcs-Git: https://salsa.debian.org/java-team/libjgoodies-forms-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libjgoodies-forms-java
+Homepage: https://www.jgoodies.com/freeware/libraries/forms/
 
 Package: libjgoodies-forms-java
 Architecture: all
-Depends: ${maven:Depends},
-         ${misc:Depends},
-         libjgoodies-common-java (>= 1.8.1)
+Depends:${misc:Depends}, ${maven:Depends}, libjgoodies-common-java (>= 1.8.1)
 Recommends: ${maven:OptionalDepends}
-Suggests: libjgoodies-forms-java-doc
-Breaks: biomaj (<< 1.2.3-10~),
-        freeplane (<< 1.5.16-2~),
-        jabref (<< 2.10+ds-7~)
 Description: Framework to lay out and implement elegant Swing panels
  The JGoodies Forms framework helps you lay out and implement elegant Swing
  panels quickly and consistently. It makes simple things easy and the hard
@@ -42,24 +35,3 @@ Description: Framework to lay out and implement elegant Swing panels
   * Faster UI production
   * Better UI code readability
   * Leads to better style guide compliance
-
-Package: libjgoodies-forms-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: default-jdk-doc,
-          libjgoodies-forms-java
-Description: Documentation for libjgoodies-forms-java
- The JGoodies Forms framework helps you lay out and implement elegant Swing
- panels quickly and consistently. It makes simple things easy and the hard
- stuff possible, the good design easy and the bad difficult.
- .
- Main Benefits:
- .
-  * Powerful, flexible and precise layout
-  * Easy to work with and quite easy to learn
-  * Faster UI production
-  * Better UI code readability
-  * Leads to better style guide compliance
- .
- This package contains only documentation.


=====================================
debian/libjgoodies-forms-java-doc.README.Debian deleted
=====================================
@@ -1,22 +0,0 @@
-libforms-java-doc for Debian
-----------------------------
-
-This package contains documentation, javadocs (or should I say gjdocs) and
-tutorial code for Jgoodies Forms.
-
-In order to check the tutorial code, go to the directory
-/usr/share/doc/libforms-java-doc/tutorial, and use a command similar to the
-following one (depending on which virtual machine, you'd like to use):
-$ JAVA_HOME=/usr/lib/jvm/java-gcj PATH=/usr/lib/jvm/java-gcj/bin:$PATH \
-	java -cp .:/usr/share/java/forms.jar \
-	com/jgoodies/forms/tutorial/QuickStartExample
-(the example assumes you're using the free-java-sdk package, replacing
-'fjsdk' through kaffe works as well)
-
-There is also a nicer and more practical binary only version of the Forms demo
-(aka tutorial) available from the web, but I didn't manage to get it run under
-sablevm. Anyway have a look at <http://www.jgoodies.com/downloads/index.html>
-or download directly the file from
-<http://www.jgoodies.com/download/demos/forms/formsdemo-1_0_5.zip>.
-
- -- Eric Lavarde <deb at zorglub.s.bawue.de>, Mon,  4 Nov 2005 12:00:17 +0100


=====================================
debian/libjgoodies-forms-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libjgoodies-forms-java
-Title: API Javadoc for libjgoodies-forms-java
-Author: Karsten Lentzsch <karsten at dev.java.net>
-Abstract: The programmer API of JGoodies Forms, a framework to lay out and
- implement elegant Swing panels.
-Section: Programming/Java
-
-Format: HTML
-Index: /usr/share/doc/libjgoodies-forms-java/api/index.html
-Files: /usr/share/doc/libjgoodies-forms-java/api/*


=====================================
debian/libjgoodies-forms-java-doc.install deleted
=====================================
@@ -1,2 +0,0 @@
-docs/api/* usr/share/doc/libjgoodies-forms-java/api
-


=====================================
debian/libjgoodies-forms-java.links
=====================================
@@ -0,0 +1 @@
+/usr/share/java/jgoodies-forms.jar      /usr/share/java/forms.jar


=====================================
debian/maven.cleanIgnoreRules deleted
=====================================
@@ -1,17 +0,0 @@
-# Maven clean ignore rules - ignore some Maven dependencies and plugins
-# during the clean phase of a Maven build
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM before mvn clean is called
-#   junit junit jar s/3\..*/3.x/
-


=====================================
debian/maven.properties
=====================================
@@ -1,6 +1,5 @@
 # Include here properties to pass to Maven during the build.
 maven.test.skip=true
-maven.compiler.source=1.5
-maven.compiler.target=1.5
+
 # Set encoding for compatibilty with Java 7
 project.build.sourceEncoding=ISO-8859-1


=====================================
debian/maven.publishedRules deleted
=====================================
@@ -1,20 +0,0 @@
-# Maven published rules - additional rules to publish, to help
-# the packaging work of Debian maintainers using mh_make
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-#   in this case, elements that match are transformed using
-#   the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-#   junit junit jar s/3\..*/3.x/
-
-junit junit jar s/4\\..*/4.x/ * *


=====================================
debian/rules
=====================================
@@ -1,15 +1,7 @@
 #!/usr/bin/make -f
-# debian/rules for Commons Fileupload (uses CDBS)
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/javahelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-CLASSPATH := /usr/share/jgoodies-common.jar
-
-install/libjgoodies-forms-java::
-	dh_link /usr/share/java/jgoodies-forms.jar /usr/share/java/forms.jar
+%:
+	dh $@ --with javahelper
 
 get-orig-source:
 	-uscan --upstream-version 0



View it on GitLab: https://salsa.debian.org/java-team/libjgoodies-forms-java/-/compare/8377e1fe2c517572298c1c9236d392be30472369...0b3eeac46a8d1d47c45713264d3b311082c7e2de

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjgoodies-forms-java/-/compare/8377e1fe2c517572298c1c9236d392be30472369...0b3eeac46a8d1d47c45713264d3b311082c7e2de
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/20240409/bf40f201/attachment.htm>


More information about the pkg-java-commits mailing list