{"base_revision":"git-v1:a934f4534009079d7016240ffd4255fb5dd5b96f","content":"diff --git a/debian/changelog b/debian/changelog\nindex a280524..28fa298 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,13 @@\n+msv (2009.1+dfsg1-7) UNRELEASED; urgency=low\n+\n+  * Use secure copyright file specification URI.\n+  * Fix field name typo in debian/copyright (X-Comment ⇒ Comment).\n+  * Reorder Files paragraphs in debian/copyright by directory depth.\n+  * Bump debhelper from old 11 to 13.\n+  * Set debhelper-compat version in Build-Depends.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 10 May 2026 11:42:09 +0000\n+\n msv (2009.1+dfsg1-6) unstable; urgency=medium\n \n   * Team upload.\ndiff --git a/debian/compat b/debian/compat\ndeleted file mode 100644\nindex b4de394..0000000\n--- a/debian/compat\n+++ /dev/null\n@@ -1 +0,0 @@\n-11\ndiff --git a/debian/control b/debian/control\nindex 3f3e8d8..e151f5c 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -4,8 +4,8 @@ Priority: optional\n Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>\n Uploaders: Giovanni Mascellani <gio@debian.org>\n Build-Depends:\n+ debhelper-compat (= 13),\n  ant,\n- debhelper (>= 11),\n  default-jdk,\n  junit4,\n  libisorelax-java,\ndiff --git a/debian/copyright b/debian/copyright\nindex c9867d3..f8ded29 100644\n--- a/debian/copyright\n+++ b/debian/copyright\n@@ -1,4 +1,4 @@\n-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0\n+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\n Upstream-Name: msv\n Source: http://java.net/projects/msv\n Files-Excluded: *.vsd\n@@ -38,7 +38,7 @@ License: BSD-2-clause\n  PUNITIVE  DAMAGES, HOWEVER  CAUSED  AND REGARDLESS  OF  THE THEORY  OF\n  LIABILITY, ARISING  OUT OF  THE USE OF  OR INABILITY TO  USE SOFTWARE,\n  EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n-X-Comment: The licensing terms are not consistently reported in every\n+Comment: The licensing terms are not consistently reported in every\n  subproject. However, since the upstream site reports the project as being\n  under the BSD license, I assume that these terms apply to any file and\n  directory not having other explicit licensing statements.\n@@ -78,6 +78,53 @@ License: BSD__\n  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF \n  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n+Files: parent/pom.xml\n+Copyright: © 2009, Benson I. Margulies\n+License: BSD___\n+ All rights reserved.\n+ .\n+ Redistribution and use in source and binary forms, with or without\n+ modification, are permitted provided that the following conditions are met:\n+     * Redistributions of source code must retain the above copyright\n+       notice, this list of conditions and the following disclaimer.\n+     * Redistributions in binary form must reproduce the above copyright\n+       notice, this list of conditions and the following disclaimer in the\n+       documentation and/or other materials provided with the distribution.\n+     * Neither the name of the <organization> nor the\n+       names of its contributors may be used to endorse or promote products\n+       derived from this software without specific prior written permission.\n+ .\n+ THIS SOFTWARE IS PROVIDED BY Benson I. Margulies ''AS IS'' AND ANY\n+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n+ DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY\n+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+\n+Files: msv/contrib/sunmsv.el\n+Copyright: © Stuart Popejoy <spopejoy@pinksheets.com>\n+License: GPL-2+\n+ This program is free software; you can redistribute it and/or\n+ modify it under the terms of the GNU General Public License\n+ as published by the Free Software Foundation; either version 2\n+ of the License, or (at your option) any later version.\n+ .\n+ This program is distributed in the hope that it will be useful,\n+ but WITHOUT ANY WARRANTY; without even the implied warranty of\n+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n+ GNU General Public License for more details.\n+ .\n+ You should have received a copy of the GNU General Public License\n+ along with this program; if not, write to the Free Software Foundation,\n+ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n+ .\n+ On Debian systems, the complete text of the GNU General\n+ Public License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".\n+\n Files: msv/src/com/sun/msv/util/Uri.java\n Copyright: © 2001, 2002, Thai Open Source Software Center Ltd\n License: BSD_\n@@ -200,53 +247,6 @@ License: Apache-1.1\n  information on the Apache Software Foundation, please see\n  <http://www.apache.org/>.\n \n-Files: msv/contrib/sunmsv.el\n-Copyright: © Stuart Popejoy <spopejoy@pinksheets.com>\n-License: GPL-2+\n- This program is free software; you can redistribute it and/or\n- modify it under the terms of the GNU General Public License\n- as published by the Free Software Foundation; either version 2\n- of the License, or (at your option) any later version.\n- .\n- This program is distributed in the hope that it will be useful,\n- but WITHOUT ANY WARRANTY; without even the implied warranty of\n- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n- GNU General Public License for more details.\n- .\n- You should have received a copy of the GNU General Public License\n- along with this program; if not, write to the Free Software Foundation,\n- Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n- .\n- On Debian systems, the complete text of the GNU General\n- Public License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".\n-\n-Files: parent/pom.xml\n-Copyright: © 2009, Benson I. Margulies\n-License: BSD___\n- All rights reserved.\n- .\n- Redistribution and use in source and binary forms, with or without\n- modification, are permitted provided that the following conditions are met:\n-     * Redistributions of source code must retain the above copyright\n-       notice, this list of conditions and the following disclaimer.\n-     * Redistributions in binary form must reproduce the above copyright\n-       notice, this list of conditions and the following disclaimer in the\n-       documentation and/or other materials provided with the distribution.\n-     * Neither the name of the <organization> nor the\n-       names of its contributors may be used to endorse or promote products\n-       derived from this software without specific prior written permission.\n- .\n- THIS SOFTWARE IS PROVIDED BY Benson I. Margulies ''AS IS'' AND ANY\n- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n- DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY\n- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n-\n Files: debian/*\n Copyright: © 2011, Giovanni Mascellani <gio@debian.org>\n License: GPL-3+\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:62e7b5e83b79fb0102a1bf578f285822cc5bb995"}