[Git][java-team/jmagick][master] 4 commits: Updating changelog

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Fri Sep 27 05:58:35 BST 2024



Pierre Gruet pushed to branch master at Debian Java Maintainers / jmagick


Commits:
2cb9e422 by Pierre Gruet at 2024-09-27T06:34:22+02:00
Updating changelog

- - - - -
ba6b4f55 by Pierre Gruet at 2024-09-27T06:40:37+02:00
Updating d/copyright

- - - - -
212dac46 by Pierre Gruet at 2024-09-27T06:40:55+02:00
Licensing the autopkgtests under GPL-2+

- - - - -
fd67ec66 by Pierre Gruet at 2024-09-27T06:41:39+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/copyright
- debian/tests/Example.java
- debian/tests/jmagickExample


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,31 @@
+jmagick (6.7.8-2) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version
+  * Refresh patches
+  * Update copyright
+  * Modernize rules
+  * Export MAGICK_VERSION
+  * Fix for imagemagick6
+  * Add CFLAGS to some compilation path
+  * Updating BD
+  * Change homepage
+  * Adding clean rule
+  * Push IM7 flags
+  * Do not consider auto test fatal
+  * Fixing d/watch
+
+  [ Pierre Gruet ]
+  * Putting the Debian-packaged junit4 jar in the test classpath
+  * Putting the shared lib in the jni package and adding a symlink from the
+    canonical jni directory
+  * Using maven-repo-helper in d/rules
+  * Filling in d/not-installed to skip the .la and the .jar files in /usr/lib/
+  * Adding autopkgtest
+  * Updating d/copyright
+
+ -- Bastien Roucariès <rouca at debian.org>  Fri, 27 Sep 2024 06:41:23 +0200
+
 jmagick (6.7.8-1) unstable; urgency=medium
 
   * Team upload


=====================================
debian/copyright
=====================================
@@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://github.com/techblue/jmagick
 Upstream-Name: jmagick
 Upstream-Contact: https://github.com/techblue/jmagick/issues
-Files-Exluded: libtool/* autom4te.cache Make.def
+Files-Excluded: libtool/* autom4te.cache Make.def
  config.cache config.log config.status configure
 
 Files: *
@@ -19,6 +19,21 @@ Copyright: 1998-2007, Eric Yeo <ttey at yeo.nu>
 	   Elizabeth Barham <soggytrousers at yahoo.com>
 	   Susan Dorr <sdorr at contentcube.com>
 	   Mike Edmonds <misu.edmonds at verizon.net>
+License: LGPL-2.1+
+
+Files: install-sh
+Copyright: 1994 X Consortium
+License: X11
+
+Files: debian/*
+Copyright: 2005, 2006 Adam Heat <doogie at brainfood.com>
+           2007 Kumar Appaiah <akumar at ee.iitm.ac.in>
+License: GPL-2+
+
+Files: debian/tests/*
+Copyright: 2024 Pierre Gruet <pgt at debian.org>
+License: GPL-2+
+
 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
@@ -37,9 +52,6 @@ Comment:
  On Debian systems, the full text of the GNU General Public License
  version 2 can be found in the file '/usr/share/common-licenses/LGPL-2'.
 
-Files: debian/*
-Copyright: 2005, 2006 Adam Heat <doogie at brainfood.com>
-           2007 Kumar Appaiah <akumar at ee.iitm.ac.in>
 License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -57,3 +69,26 @@ Comment:
  On Debian systems, the full text of the GNU General Public License
  version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.
  GPL-2+
+
+License: X11
+ 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, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.


=====================================
debian/tests/Example.java
=====================================
@@ -1,4 +1,17 @@
 // Copyright 2024 Pierre Gruet <pgt at debian.org>
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program 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 General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this package; if not, see https://www.gnu.org/licenses/.
 
 import java.io.*;
 import magick.*;


=====================================
debian/tests/jmagickExample
=====================================
@@ -2,6 +2,19 @@
 # autopkgtest check: build a simple program and launch it.
 # (C) 2024 Pierre Gruet.
 # Author: Pierre Gruet <pgt at debian.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this package; if not, see https://www.gnu.org/licenses/.
 
 set -e
 



View it on GitLab: https://salsa.debian.org/java-team/jmagick/-/compare/9ab7aac5793b1fb848c45957bfec14915892ac81...fd67ec6633cf591ac3fc11075b06a9fc28f58739

-- 
View it on GitLab: https://salsa.debian.org/java-team/jmagick/-/compare/9ab7aac5793b1fb848c45957bfec14915892ac81...fd67ec6633cf591ac3fc11075b06a9fc28f58739
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/20240927/73e9815b/attachment.htm>


More information about the pkg-java-commits mailing list