sml-mode (6.10-2)
[PTS] [DDPO]
COMMITS: VCS has seen 20 commits since the debian/6.10-1 tag
- Git: https://salsa.debian.org/emacsen-team/sml-mode.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 126976
- Browser: https://salsa.debian.org/emacsen-team/sml-mode
- Last scan: 2025-01-29 10:57:02+00
- Next scan: 2025-02-05 14:39:00+00
- Debian changelog in Git:
sml-mode (6.10-2) unstable; urgency=medium
* Team upload.
* Rebuild against dh-elpa 2.1.5.
Upload pushed to dgit-repos but not salsa.
See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 26 Jul 2024 11:16:47 +0900
- This branch is 20 commits ahead of tag debian/6.10-1
- Git log:
commit f7fffe819e48fc8400518a3255f913b304be3540
Merge: 48e43a5 ef4494d
Author: Xiyue Deng <manphiz@gmail.com>
Date: Fri Nov 29 03:42:03 2024 -0800
Merge from sid [dgit]
commit ef4494d9fb1dfb401cd13e0098ac5f86516f2f38
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Fri Jul 26 11:16:47 2024 +0900
Rebuild against dh-elpa 2.1.5
commit d4f667fa67bf79385bafe520c2d84590fcb514a0
Merge: 80d2a62 e436099
Author: Barak A. Pearlmutter <bap@debian.org>
Date: Mon Feb 17 23:14:26 2020 +0000
Record sml-mode (6.10-1) in archive suite sid
commit e436099903c809feb9020413995ee67a77eee903
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date: Mon Sep 14 14:46:25 2015 +0100
safe local variable
Declare sml-indent-level to be safe for per-file initialization.
See https://bugs.debian.org/717440
which suggests
(put 'sml-indent-level 'safe-local-variable 'integerp)
This patch instead adds an option to defcustom.
Gbp-Pq: Name 0003-safe-local-variable.patch
commit 2b6203daa73c96f40dc064c837c64bd032eeee0a
Author: Aaron M. Ucko <ucko@debian.org>
Date: Mon Dec 23 13:00:02 2013 -0500
require third arg
Work around xemacs21 not supporting three-arg require form.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732996
Gbp-Pq: Name 0002-require-third-arg.patch
commit a4178b28647bbe6c015116f912e1171fbc0839bb
Author: Barry deFreese <bdefreese@debian.org>
Date: Wed Jul 17 19:39:54 2013 -0400
texi build errors
Fix errors when generating info file.
The @center construct hates curly braces, so remove them.
Bug-Debian: http://bugs.debian.org/712352
Gbp-Pq: Name 0001-texi-build-errors.patch
commit 44c4e46723d2237f752c5e22b61a208f7d1a0965
Merge: b5d9114 ceb48d8
Author: Barak A. Pearlmutter <bap@debian.org>
Date: Mon Feb 17 23:14:26 2020 +0000
sml-mode (6.10-1) unstable; urgency=medium
[ David Krauser ]
* Update maintainer email address
[ Barak A. Pearlmutter ]
* New upstream version
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Remove unnecessary ${misc:Built-Using} for elpa-sml-mode
* Bump policy
[dgit import unpatched sml-mode 6.10-1]
commit b5d9114d6df5176bc37bf096f34df38f25d3f222
Author: Barak A. Pearlmutter <bap@debian.org>
Date: Mon Feb 17 23:14:26 2020 +0000
Import sml-mode_6.10.orig.tar.xz
[dgit import orig sml-mode_6.10.orig.tar.xz]
commit ceb48d8dee642720f5e4f4e089fa06eeadb6af89
Author: Barak A. Pearlmutter <bap@debian.org>
Date: Mon Feb 17 23:14:26 2020 +0000
Import sml-mode_6.10-1.debian.tar.xz
[dgit import tarball sml-mode 6.10-1 sml-mode_6.10-1.debian.tar.xz]
commit 80d2a626842eed91dd3b24c7440459efe3a9e783
Merge: a9d838a ffc57cb
Author: David Bremner <bremner@debian.org>
Date: Fri Aug 30 08:31:59 2019 -0300
Declare fast forward from 6.9-1
[dgit --quilt=gbp --overwrite]
commit a9d838a2f186abb8306f0df88d8f0e42fbe0f50a
Author: David Bremner <bremner@debian.org>
Date: Fri Aug 30 08:31:59 2019 -0300
Commit patch to update .gitignore
[dgit (9.7) update-gitignore-quilt-fixup]
commit e9c797b3294b8c4e5f13ca2b0493f428cd9e7312
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date: Mon Sep 14 14:46:25 2015 +0100
safe local variable
Declare sml-indent-level to be safe for per-file initialization.
See https://bugs.debian.org/717440
which suggests
(put 'sml-indent-level 'safe-local-variable 'integerp)
This patch instead adds an option to defcustom.
Gbp-Pq: Name 0003-safe-local-variable.patch
commit 1538934301a81af3c6164e776115dc4dc0fdd575
Author: Aaron M. Ucko <ucko@debian.org>
Date: Mon Dec 23 13:00:02 2013 -0500
require third arg
Work around xemacs21 not supporting three-arg require form.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732996
Gbp-Pq: Name 0002-require-third-arg.patch
commit dd0ce236604c254c2a9744bca92c9e53917f844a
Author: Barry deFreese <bdefreese@debian.org>
Date: Wed Jul 17 19:39:54 2013 -0400
texi build errors
Fix errors when generating info file.
The @center construct hates curly braces, so remove them.
Bug-Debian: http://bugs.debian.org/712352
Gbp-Pq: Name 0001-texi-build-errors.patch
commit ffc57cb095430c760d09304bff87e9c9065da5de
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date: Mon Sep 14 14:46:25 2015 +0100
safe local variable
Declare sml-indent-level to be safe for per-file initialization.
See https://bugs.debian.org/717440
which suggests
(put 'sml-indent-level 'safe-local-variable 'integerp)
This patch instead adds an option to defcustom.
Gbp-Pq: Name 0003-safe-local-variable.patch
commit ef7bb1d3ef4dd048dd8224e6364109456d8710d9
Author: Aaron M. Ucko <ucko@debian.org>
Date: Mon Dec 23 13:00:02 2013 -0500
require third arg
Work around xemacs21 not supporting three-arg require form.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732996
Gbp-Pq: Name 0002-require-third-arg.patch
commit b540d081e156ca91796578129b05c7fd71562458
Author: Barry deFreese <bdefreese@debian.org>
Date: Wed Jul 17 19:39:54 2013 -0400
texi build errors
Fix errors when generating info file.
The @center construct hates curly braces, so remove them.
Bug-Debian: http://bugs.debian.org/712352
Gbp-Pq: Name 0001-texi-build-errors.patch
commit 2bce5ddd0c2a77b1433c3eb8829b28ae3930fd27
Merge: 494d33e 3af1c5c
Author: Barak A. Pearlmutter <bap@debian.org>
Date: Wed Oct 10 09:02:03 2018 -0300
sml-mode (6.9-1) unstable; urgency=medium
* new upstream version
* bump standards version
* swizzle packaging repo to salsa
* dh11
[dgit import unpatched sml-mode 6.9-1]
commit 494d33edfcd9c376d5a48bee718317aba60dae7b
Author: Barak A. Pearlmutter <bap@debian.org>
Date: Wed Oct 10 09:02:03 2018 -0300
Import sml-mode_6.9.orig.tar.xz
[dgit import orig sml-mode_6.9.orig.tar.xz]
commit 3af1c5c3f820053bc6ffd7cceda9fd7707434ab4
Author: Barak A. Pearlmutter <bap@debian.org>
Date: Wed Oct 10 09:02:03 2018 -0300
Import sml-mode_6.9-1.debian.tar.xz
[dgit import tarball sml-mode 6.9-1 sml-mode_6.9-1.debian.tar.xz]