[Git][java-team/libjgraphx-java][master] 2 commits: Import Debian changes 2.1.0.7-3

Petter Reinholdtsen (@pere) gitlab at salsa.debian.org
Tue Dec 3 20:59:50 GMT 2024



Petter Reinholdtsen pushed to branch master at Debian Java Maintainers / libjgraphx-java


Commits:
9a1910ad by Marcos Talau at 2024-12-03T21:38:17+01:00
Import Debian changes 2.1.0.7-3

libjgraphx-java (2.1.0.7-3) unstable; urgency=medium
.
  * QA upload.
  * Set maintainer to Debian QA Group <packages at qa.debian.org>. (see: #907548)
  * debian/control: Remove Uploaders field.

- - - - -
85292bcd by Bastian Germann at 2024-12-03T21:38:20+01:00
Import Debian changes 2.1.0.7-4

libjgraphx-java (2.1.0.7-4) unstable; urgency=medium
.
  * QA upload
  * Drop patchsys-quilt.mk
  * Drop Vcs fields
  * Set new upstream URL (Closes: #822458)
  * Clean example files (Closes: #1045185)
  * d/copyright: Convert to machine-readable format

- - - - -


6 changed files:

- debian/changelog
- + debian/clean
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,22 @@
+libjgraphx-java (2.1.0.7-4) unstable; urgency=medium
+
+  * QA upload
+  * Drop patchsys-quilt.mk
+  * Drop Vcs fields
+  * Set new upstream URL (Closes: #822458)
+  * Clean example files (Closes: #1045185)
+  * d/copyright: Convert to machine-readable format
+
+ -- Bastian Germann <bage at debian.org>  Wed, 12 Jun 2024 19:06:34 +0000
+
+libjgraphx-java (2.1.0.7-3) unstable; urgency=medium
+
+  * QA upload.
+  * Set maintainer to Debian QA Group <packages at qa.debian.org>. (see: #907548)
+  * debian/control: Remove Uploaders field.
+
+ -- Marcos Talau <talau at debian.org>  Sun, 13 Nov 2022 21:15:51 -0300
+
 libjgraphx-java (2.1.0.7-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/clean
=====================================
@@ -0,0 +1,2 @@
+examples/com/mxgraph/examples/swing/editor/*.class
+examples/com/mxgraph/examples/swing/*.class


=====================================
debian/control
=====================================
@@ -1,19 +1,13 @@
 Source: libjgraphx-java
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Sylvestre Ledru <sylvestre at debian.org>
+Maintainer: Debian QA Group <packages at qa.debian.org>
 Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, quilt,
  fop
 Standards-Version: 3.9.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjgraphx-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjgraphx-java.git
-Homepage: http://www.jgraph.com/jgraphx.html
 
 Package: libjgraphx-java
 Architecture: all
-Section: java
-Priority: optional
 Depends: libxerces2-java, ${misc:Depends}
 Description: Java Swing Diagramming Library
  JGraph X is based on the mxGraph architecture, a re-designed core based
@@ -36,7 +30,6 @@ Package: libjgraphx-java-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Priority: optional
 Suggests: libjgraphx-java
 Description: Java Swing Diagramming Library - API documentation and manual
  JGraph X is based on the mxGraph architecture, a re-designed core based


=====================================
debian/copyright
=====================================
@@ -1,34 +1,31 @@
-This package was debianized by Sylvestre Ledru <sylvestre at debian.org> on 
-September 2009
-The source code was downloaded from http://www.jgraph.com/jgraphx.html
-
-Authors:
- Gaudenz Alder
- JGraph Ltd
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/jgraph/jgraphx
 
+Files: *
 Copyright: 
-		   
-		   (C) 2006-2009, Gaudenz Alder
-		   (C) 2008-2009, JGraph Ltd
-
-License:
-
+    (C) 2006-2009, Gaudenz Alder
+    (C) 2008-2009, JGraph Ltd
+License: LGPL-2.1+
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     License as published by the Free Software Foundation; either
     version 2.1 of the License, or (at your option) any later version.
-
+ .
     This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
-
+ .
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, write to the Free Software
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-The full text of the LGPL 2.1 can be found in
-`/usr/share/common-licenses/LGPL-2.1'.
-
-The Debian packaging is (C) 2008, Sylvestre Ledru <sylvestre.ledru at inria.fr> and
-is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.
+Comment:
+ The full text of the LGPL 2.1 can be found in
+ `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: debian/*
+Copyright:
+    (C) 2008, Sylvestre Ledru <sylvestre.ledru at inria.fr>
+License: LGPL
+ The Debian packaging is licensed under the LGPL,
+ see `/usr/share/common-licenses/LGPL'.


=====================================
debian/rules
=====================================
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_ANT_BUILD_TARGET := build doc example
 BUILDDIR := lib


=====================================
debian/watch
=====================================
@@ -1,5 +1,4 @@
 version=3
-http://www.jgraph.com/downloads/jgraphx/archive/ \
-.*jgraphx-(\d+)_(\d+)_(\d+)_(\d+).zip \
+opts=mode=git \
+https://github.com/jgraph/jgraphx.git refs/tags/v([\d\.]+) \
   debian debian/orig-tar.sh
-



View it on GitLab: https://salsa.debian.org/java-team/libjgraphx-java/-/compare/bdd73df5d130ed167fb9b976b55516d9c6c793f6...85292bcd45ce51dc2ee4f44b76e972ae2b111113

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjgraphx-java/-/compare/bdd73df5d130ed167fb9b976b55516d9c6c793f6...85292bcd45ce51dc2ee4f44b76e972ae2b111113
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/20241203/47a15f20/attachment.htm>


More information about the pkg-java-commits mailing list