[med-svn] [Git][med-team/mlv-smile][master] 5 commits: d/copyright: update FSF address.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Wed Apr 9 12:16:49 BST 2025



Étienne Mollier pushed to branch master at Debian Med / mlv-smile


Commits:
5ad26a07 by Étienne Mollier at 2025-04-09T13:11:58+02:00
d/copyright: update FSF address.

- - - - -
7b95e334 by Étienne Mollier at 2025-04-09T13:12:51+02:00
d/watch: use secure URI.

- - - - -
a5216708 by Étienne Mollier at 2025-04-09T13:14:46+02:00
d/patches/*: normalize dep3 header.

- - - - -
da88affa by Étienne Mollier at 2025-04-09T13:15:17+02:00
d/control: declare compliance to standards version 4.7.2.

- - - - -
d8b2303b by Étienne Mollier at 2025-04-09T13:16:22+02:00
d/changelog: ready for upload to unstable.

- - - - -


8 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/patches/fix-gcc-10.patch
- debian/patches/mayhem.patch
- debian/patches/replace-national-encoding-with-UTF8.patch
- debian/patches/replace_getpagesize_with_sysconf.patch
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,19 @@
-mlv-smile (1.47-9) UNRELEASED; urgency=medium
+mlv-smile (1.47-9) unstable; urgency=medium
 
   * Team upload.
+
+  [ Lance Lin ]
   * Standards-Version: 4.6.2 (routine-update)
   * Update watch file format version to 4
   * d/patches: Replace getpagesize with sysconf (Closes: #1066525)
 
- -- Lance Lin <lq27267 at gmail.com>  Thu, 28 Mar 2024 21:43:49 +0700
+  [ Étienne Mollier ]
+  * d/copyright: update FSF address.
+  * d/watch: use secure URI.
+  * d/patches/*: normalize dep3 header.
+  * d/control: declare compliance to standards version 4.7.2.
+
+ -- Étienne Mollier <emollier at debian.org>  Wed, 09 Apr 2025 13:15:33 +0200
 
 mlv-smile (1.47-8) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13)
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/med-team/mlv-smile
 Vcs-Git: https://salsa.debian.org/med-team/mlv-smile.git
 Homepage: http://www-igm.univ-mlv.fr/~marsan/smile_english.html


=====================================
debian/copyright
=====================================
@@ -15,9 +15,8 @@ License: GPL-2+
  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 program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see https://www.gnu.org/licenses/.
 Comment: On Debian systems, the complete text of the GNU General Public License
  version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.
 
@@ -37,10 +36,8 @@ License: LGPL-2+
  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
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see https://www.gnu.org/licenses/.
 Comment: On Debian systems, the complete text of the GNU LGPL version 2 can be
  found in ‘/usr/share/common-licenses/LGPL-2.1’.  The mismatch between licence
  name and license version is verbatim from the source file headers.


=====================================
debian/patches/fix-gcc-10.patch
=====================================
@@ -1,7 +1,7 @@
 Author: Nilesh Patra <npatra974 at gmail.com>
 Description: Append relevant attribute flag to prevent gcc-10 FTBFS
 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=957551
-Last-Updated: July 23, 2020
+Last-Update: 2020-07-23
 --- a/P_BLOCS/include/define.h
 +++ b/P_BLOCS/include/define.h
 @@ -20,7 +20,7 @@


=====================================
debian/patches/mayhem.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 15 Dec 2015 23:08:41 +0100
+Last-Update: 2015-12-15
 Bug-Debian: https://bugs.debian.org/715851
             https://bugs.debian.org/716479
             https://bugs.debian.org/716480


=====================================
debian/patches/replace-national-encoding-with-UTF8.patch
=====================================
@@ -1,6 +1,6 @@
 Author: Nilesh Patra <npatra974 at gmail.com>
 Description: Fix national encoding - use UTF-8 instead.
-Last-Updated: July 23, 2020
+Last-Update: 2020-07-23
 
 --- a/Lanceur/DocFrancais/param_exemple
 +++ b/Lanceur/DocFrancais/param_exemple


=====================================
debian/patches/replace_getpagesize_with_sysconf.patch
=====================================
@@ -1,6 +1,6 @@
 Author: Lance Lin <lq27267 at gmail.com>
 Description: Relace getpagesize() with sysconf(_SC_PAGESIZE)
-Last-Updated: 28 Mar 2024
+Last-Update: 2024-03-28
 
 --- a/P_BLOCS/src/allocateurs.c
 +++ b/P_BLOCS/src/allocateurs.c


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
 version=4
-http://www-igm.univ-mlv.fr/~marsan/smile_english.html SMILEv(.*)\.tgz
+https://www-igm.univ-mlv.fr/~marsan/smile_english.html SMILEv(.*)\.tgz



View it on GitLab: https://salsa.debian.org/med-team/mlv-smile/-/compare/6b710a1d21459678e69c79747b21f3eb6e4fbe63...d8b2303b48c9c67c5f3d35ee1dad80460179f4c0

-- 
View it on GitLab: https://salsa.debian.org/med-team/mlv-smile/-/compare/6b710a1d21459678e69c79747b21f3eb6e4fbe63...d8b2303b48c9c67c5f3d35ee1dad80460179f4c0
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/debian-med-commit/attachments/20250409/8b45fde3/attachment-0001.htm>


More information about the debian-med-commit mailing list