[Git][java-team/mathpiper][master] 13 commits: Inject changelog entry of NMU

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Feb 11 18:16:37 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / mathpiper


Commits:
60067511 by Andreas Tille at 2025-02-11T18:46:20+01:00
Inject changelog entry of NMU

- - - - -
0cff7d07 by Andreas Tille at 2025-02-11T18:51:35+01:00
d/README.source: Do not mention quilt

- - - - -
ad717530 by Andreas Tille at 2025-02-11T18:52:28+01:00
Secure URI in Homepage

- - - - -
770de583 by Andreas Tille at 2025-02-11T18:52:40+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
552bbab4 by Andreas Tille at 2025-02-11T18:52:40+01:00
debhelper-compat 13 (routine-update)

- - - - -
3e8254b1 by Andreas Tille at 2025-02-11T18:58:54+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
93fb1dcd by Andreas Tille at 2025-02-11T18:58:54+01:00
Secure URI in copyright format (routine-update)

- - - - -
da9d1022 by Andreas Tille at 2025-02-11T18:58:54+01:00
Remove trailing whitespace in debian/changelog (routine-update)

- - - - -
f68554ca by Andreas Tille at 2025-02-11T18:58:55+01:00
Remove trailing whitespace in debian/copyright (routine-update)

- - - - -
e6a7b4c7 by Andreas Tille at 2025-02-11T18:58:55+01:00
No tab in license text (routine-update)

- - - - -
1329e931 by Andreas Tille at 2025-02-11T19:10:16+01:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
b7258b81 by Andreas Tille at 2025-02-11T19:12:31+01:00
d/copyright: review

- - - - -
cdd9c5c9 by Andreas Tille at 2025-02-11T19:15:03+01:00
Upload to unstable

- - - - -


6 changed files:

- debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/README.source
=====================================
@@ -15,18 +15,6 @@ the desired version and then:
    license "CCL Public License".
 
 
-QUILT
-
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.  Please see:
-
-    /usr/share/doc/quilt/README.source
-
-for more information on how to apply the patches, modify patches, or
-remove a patch.
-
-
 EMBEDDED SOFTWARE
 
 The following pieces of software are present in the upstream


=====================================
debian/changelog
=====================================
@@ -1,8 +1,31 @@
-mathpiper (0.81f+svn4469+dfsg3-4) UNRELEASED; urgency=medium
+mathpiper (0.81f+svn4469+dfsg3-4) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Giovanni Mascellani ]
   * Make build reproducible.
 
- -- Giovanni Mascellani <gio at debian.org>  Fri, 29 Apr 2016 15:50:58 +0200
+  [ Andreas Tille ]
+  * d/README.source: Do not mention quilt
+  * Secure URI in Homepage
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
+  * No tab in license text (routine-update)
+  * Trim trailing whitespace.
+  * d/copyright: review
+
+ -- Andreas Tille <tille at debian.org>  Tue, 11 Feb 2025 19:12:38 +0100
+
+mathpiper (0.81f+svn4469+dfsg3-3.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org>  Fri, 01 Jan 2021 16:02:24 +0100
 
 mathpiper (0.81f+svn4469+dfsg3-3) unstable; urgency=low
 


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


=====================================
debian/control
=====================================
@@ -1,18 +1,25 @@
 Source: mathpiper
-Section: java
-Priority: extra
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, libjfreechart-java,
- libjdom1-java, libjas-java, libjlatexmath-java
-Standards-Version: 3.9.4
-Homepage: http://www.mathpiper.org/
-Vcs-Git: git://anonscm.debian.org/pkg-java/mathpiper.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/mathpiper.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               javahelper,
+               default-jdk,
+               libjfreechart-java,
+               libjdom1-java,
+               libjas-java,
+               libjlatexmath-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/mathpiper
+Vcs-Git: https://salsa.debian.org/java-team/mathpiper.git
+Homepage: https://www.mathpiper.org/
 
 Package: mathpiper
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${java:Depends}
 Description: Java Computer Algebra System
  Mathpiper is a CAS (Computer Algebra System), written in Java. It is part
  of the mathrider suite, a mathematics computing environment for


=====================================
debian/copyright
=====================================
@@ -1,6 +1,8 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Mathpiper
-Source: http://code.google.com/p/mathpiper/
+Source: https://code.google.com/p/mathpiper/
+Files-Excluded: misc/
+                */*.jar
 
 Files: *
 Copyright: 2008-2011 Ted Kosan <tkosan at dev.java.net>
@@ -36,7 +38,7 @@ Copyright: 2006, Stefan Müller
 License: GPL
  HotEqn 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; 
+ the Free Software Foundation;
  HotEqn 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
@@ -51,27 +53,27 @@ Copyright: 1998-2011, Codemist Ltd.
            1998-2011, A. C. Norman
            2002, Vijay Chauhan
            2011, Ted Kosan <tkosan at dev.java.net>
-	   1987-1996, The RAND Corporation
-	   1987-2005, Anthony C. Hearn
-	   2008-2010, Thomas Sturm
-	   1996, Neil Langmead
-	   1988, David Harper
-	   1990-1997, Zuse-Institut Berlin (ZIB)
-	   1997, Wolfram Koepf
-	   1997, Harald Boeing
-	   1987, James W Eastwood
-	   1987-1995, Stanley L. Kameny <stan_kameny at rand.org>
-	   1988-1990, Institute of Nuclear Physics, Moscow State University
-	   1990-1992, Mathias Warns
-	   1990-1996, A. Kryukov <kryukov at theory.npi.msu.su>
-	   1989-2010, Rainer M. Schoepf
-	   1999-2009, Andreas Dolzmann
-	   2003-2009, Lorenz Gilch
-	   2002-2009, A. Seidl
-	   J.A. van Hulzen
-	   Alexey Yu. Zharkov
-	   Yuri A. Blinkov
-License: BSD
+           1987-1996, The RAND Corporation
+           1987-2005, Anthony C. Hearn
+           2008-2010, Thomas Sturm
+           1996, Neil Langmead
+           1988, David Harper
+           1990-1997, Zuse-Institut Berlin (ZIB)
+           1997, Wolfram Koepf
+           1997, Harald Boeing
+           1987, James W Eastwood
+           1987-1995, Stanley L. Kameny <stan_kameny at rand.org>
+           1988-1990, Institute of Nuclear Physics, Moscow State University
+           1990-1992, Mathias Warns
+           1990-1996, A. Kryukov <kryukov at theory.npi.msu.su>
+           1989-2010, Rainer M. Schoepf
+           1999-2009, Andreas Dolzmann
+           2003-2009, Lorenz Gilch
+           2002-2009, A. Seidl
+           J.A. van Hulzen
+           Alexey Yu. Zharkov
+           Yuri A. Blinkov
+License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
@@ -110,8 +112,8 @@ Files: src/org/mathpiper/builtin/javareflection/JavaField.java
        src/org/mathpiper/builtin/javareflection/Import.java
 Copyright: 1998, Peter Norvig <peter at norvig.com>
            2000, Ken R. Anderson <kanderso at bbn.com>
-License: JScheme
- This system is licensed under the following 
+License: ZLib
+ This system is licensed under the following
  zlib/libpng open-source license.
  .
  This software is provided 'as-is', without any express or


=====================================
debian/rules
=====================================
@@ -23,4 +23,3 @@ override_jh_build:
 	# Compile the Lisp scripts and put them into the JAR
 	CLASSPATH=$$CLASSPATH:./mathpiper.jar java -Xmx300M -Xms300M -Xss8M org.mathpiper.mpreduce.Jlisp -w -v -z -o default.img lib/build_scripts/buildreduce.lsp -D at srcdir=lib/build_scripts -- reduceimg.log
 	jar uf mathpiper.jar default.img
-



View it on GitLab: https://salsa.debian.org/java-team/mathpiper/-/compare/9fb5e75504d070dfdfaab9e29ff6af3f8f778bbd...cdd9c5c994fe85e34426264562bb0aebaf72a1bb

-- 
View it on GitLab: https://salsa.debian.org/java-team/mathpiper/-/compare/9fb5e75504d070dfdfaab9e29ff6af3f8f778bbd...cdd9c5c994fe85e34426264562bb0aebaf72a1bb
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/20250211/1bc05b8f/attachment.htm>


More information about the pkg-java-commits mailing list