debian-el (37.10)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 37.11 > 37.10
- Git: https://salsa.debian.org/emacsen-team/debian-el.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 2928640
- Browser: https://salsa.debian.org/emacsen-team/debian-el
- Last scan: 2023-12-05 18:26:08+00
- Next scan: 2023-12-14 16:14:00+00
- Debian changelog in Git:
debian-el (37.11) UNRELEASED; urgency=medium
[ Salman Mohammadi ]
* apt-utils.el: fix broken example, replace emacs21 with emacs
[ Nicholas D Steeves ]
* Drop emacs25 from Enhances (package does not exist in bullseye).
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ elpa-debian-el: Drop versioned constraint on dpkg and reportbug in
Depends.
+ elpa-debian-el: Drop versioned constraint on emacs in Recommends.
[ Hermógenes Oliveira ]
* Make apt-utils-search honour apt-utils-use-current-window.
[ Łukasz Stelmach ]
* debian-bug.el: Highlight Control: pseudo-header
[ Fabrice Bauzac ]
* Fix Emacs 28.2 warnings about beginning/end-of-buffer.
+ {beginning,end}-of-buffer functions are for interactive use only.
* Fix warning about save-excursion+set-buffer.
* Fix warning about next-line.
* Fix warning about mapcar's unused return value.
* Fix byte-compilation warning about dired-load-hook.
[ Xiyue Deng ]
* Documentation fixes.
+ Fixes a few typos.
+ Revise some wording.
+ Stop using obsoleted versioned emacs21 in examples.
* Handle process error more gracefully (Closes: #1050685).
* Run term-exec without hooks to be more robust.
* Resolve comp warnings (Closes: #1024695, #1034734, #1037179, #1051478).
* Fix install status detection of "Multi-Arch:same" packages
(Closes: #664083).
* Update Standards-Version to 4.6.2. No change needed.
* Use secure URI in d/copyright.
* Add lintian override for info page outside of /usr/share/doc.
* Migrate to debhelper-compat version 13.
* Add "Rules-Requires-Root: no" in d/control.
* Update year in d/copyright.
* Add team as Upstream-Contact in d/copyright.
-- Xiyue Deng <manphiz@gmail.com> Sun, 09 Jul 2023 04:10:14 -0700
- This branch is 59 commits ahead of tag archive/debian/37.10
- Git log:
commit c7cb03299bcbdefc591f3f624f91479c4797da19
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 15:45:29 2023 -0800
Add team as Upstream-Contact in d/copyright
commit 470e58b5cd5fb59eec021d297144a0eb68c44b30
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 14:54:59 2023 -0800
Update year in d/copyright
commit 4f7f60b28252e7f009cf4b2de61ecef8c2c78847
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 14:54:08 2023 -0800
Add "Rules-Requires-Root: no" in d/control
commit aa344b335d85d049567f60c0d7237a12216a8f67
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 14:51:11 2023 -0800
Migrate to debhelper-compat version 13
commit 48979a620581128ab1c6716d5b1b4f765c640596
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 14:47:09 2023 -0800
Add lintian override for info page outside of /usr/share/doc
commit e69f6b8d9a61134d593e644f2649a7f423461392
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 14:27:27 2023 -0800
Use secure URI in d/copyright
commit 360d7902e35ab8e3a2c39ee4e25153808982a645
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 14:25:57 2023 -0800
Update Standards-Version to 4.6.2. No change needed.
commit 5d750b4fcaea5ad03643e4f450e53bf879b2e4e8
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Nov 14 14:24:45 2023 -0800
Fix long line in d/changelog
commit 586300cb4747128b7f8397d9dd9f09fa1e27b118
Author: Xiyue Deng <manphiz@gmail.com>
Date: Mon Oct 16 23:36:01 2023 -0700
fix install status detection of "Multi-Arch:same" packages (Closes: #664083)
* This is a quick hack to workaround the regexp for detecting the installation
status Multi-Arch:same packages. A better fix is as David mentioned in [1] but
this should work for now.
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664083#12
commit 60aa194454a7adb82790b6455c130ecbe93cb2a7
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 03:22:56 2023 -0700
change default deb-find-directory
* Downloaded .deb files are generally stored in /var/cache/apt/archives
nowadays.
commit fefb7ad8bd763ca18e81b6509371c72d874c249f
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 03:21:21 2023 -0700
use "compilation-start" to replace the obsolete "compile-internal"
commit 091c4e73a7dda4d25cb49aba29e11aae938514e2
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 03:20:45 2023 -0700
use "called-interactively-p" to replace the obsolete "interactive-p"
commit 078e6d10ab65dcf088a28a897e9aebeb8b325c2b
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 03:19:07 2023 -0700
use "help-print-return-message" to replace the obsolete "print-help-return-message"
commit 270f34432dc36793971b2c735229cb098456b510
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 03:18:20 2023 -0700
use make-local-variable as necessary
commit 29e4e48a083d9d84a5c23f7098233c03e146d080
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 03:16:25 2023 -0700
use eval-and-compile for non-toplevel requires
* This ensures the variables and functions are available both at compile time
and runtime.
commit 6810813c7851f5e2ba57022eb14678b83ea45c41
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 03:13:31 2023 -0700
use toplevel require for general dependencies
* Fixes some compiler warnings for unused variables or undefined functions.
commit 0d3bd6a64f4158a4b31dd86c35f5a5b34e2a5d18
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 01:37:25 2023 -0700
use eval-and-compile to avoid unused variable warnings
commit 14350c37256c9b742a496462613dff3d7b0794f6
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 17 01:34:44 2023 -0700
add changelog entry
commit 3dc4f91d066e3966463afb97862603a08b658718
Author: Fabrice Bauzac <noon@mykolab.com>
Date: Wed Jun 7 23:17:24 2023 +0200
Fix byte-compilation warning about dired-load-hook
Use with-eval-after-load instead of tweaking dired-load-hook.
commit f7a619f7eaba95c26c395bf5b9bcafeb600a5735
Merge: 9496601 95bfa37
Author: Amin Bandali <bandali@gnu.org>
Date: Sun Oct 8 03:03:40 2023 +0000
Merge branch 'comp-warnings' into 'master'
Resolve comp warnings
See merge request emacsen-team/debian-el!12
commit 95bfa37c16a3460257427d0d89cdfb13e99227cc
Author: Xiyue Deng <manphiz@gmail.com>
Date: Wed Oct 4 15:45:40 2023 -0700
add changelog entry
commit 99d010cf16f5cfdacaed6b3600d3c98a5e50ac0e
Author: Xiyue Deng <manphiz@gmail.com>
Date: Wed Oct 4 15:34:31 2023 -0700
Ensure consistent spacing.
* Drop trailing spaces.
* Use spaces instead of tabs.
commit 76e636f245d7e007dbbd5dddfb50c947d1a52726
Author: Xiyue Deng <manphiz@gmail.com>
Date: Wed Oct 4 15:32:56 2023 -0700
Drop usage of easy-menu-{add,remove}.
* These functions are aliases to `ignore' in Emacs and is essentially no-op.
They were used for compatibility for XEmacs, however as elpa doesn't support
XEmacs there is no point to maintain this compatibility.
commit 6e71ac3ad1e3e68265f7ad49f197ee4f31aa4a34
Author: Xiyue Deng <manphiz@gmail.com>
Date: Wed Oct 4 15:28:13 2023 -0700
Fix warnings on undefined variables and functions.
* Use `defvar' for locally defined variables.
* Use top level `defalias' for local alias functions.
* Use `eval-and-compile' for external variables and functions.
commit 00454d5af86feb1ada56204a481bab015b6a8971
Author: Xiyue Deng <manphiz@gmail.com>
Date: Wed Oct 4 15:23:49 2023 -0700
Fix warning on docstring has wrong usage of unescaped single quotes.
* Escape Elisp symbol quotes using "\\=".
* Use grave accent for single quotes.
commit 9496601eeb7656d50073e819e850e4a9df6bd60a
Merge: 284c085 3a6a199
Author: Amin Bandali <bandali@gnu.org>
Date: Sat Oct 7 18:20:40 2023 +0000
Merge branch 'bug-1050685' into 'master'
Try to handle process termination when running bug script.
See merge request emacsen-team/debian-el!11
commit 3a6a199f0c438d1897cef62b510a9049ecf17610
Author: Xiyue Deng <manphiz@gmail.com>
Date: Wed Oct 4 01:14:34 2023 -0700
add changelog entries
commit 8b241320494eafe4e5bf479452847862733d9fb6
Author: Xiyue Deng <manphiz@gmail.com>
Date: Sun Sep 17 11:43:14 2023 -0700
Run term-exec without hooks to be more robust.
* This prevents user defined term-exec-hook from interrupting interactive
commands running in term-exec.
commit 07c03e0c12c2ae8765dcbb73c31ad609474e1943
Author: Xiyue Deng <manphiz@gmail.com>
Date: Sat Sep 16 23:08:56 2023 -0700
Handle process error more gracefully.
* If the bug script process fails, don't try to set process sentinel but print a
warning of potentially missing info from bug script.
commit 284c085ff4cd8e7e0b575653bacaf40f22c413fc
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 3 23:57:28 2023 -0700
fix author/time line indentation
commit 03b9e00e581231233a08361dbaa359b01669dd3f
Merge: 2f027c2 9e2949c
Author: Amin Bandali <bandali@gnu.org>
Date: Wed Oct 4 01:00:25 2023 +0000
Merge branch 'master' into 'master'
Fix typos in the document.
See merge request emacsen-team/debian-el!10
commit 9e2949cace9d466d9c406d62b0636929e2cb277b
Author: Xiyue Deng <xiyueden@debian-hx90.lan>
Date: Sun Jul 9 04:10:39 2023 -0700
Update debian/changelog with documentation fixes details.
commit 573822bc2746d0bbe477ced50bd81b108ec51f8f
Author: Xiyue Deng <manphiz@gmail.com>
Date: Thu Jul 6 21:38:06 2023 +0000
Propose more debian-el documentation improvements.
* Use "decompress" instead of "uncompress".
- The latter usually means a thing that has never been compressed, while the
former is usually used to indicate the reverse of compressing.
* Use "emacs" instead of "emacs21" in examples.
commit 4433bc82c6f3b51c2b28e8af671f201fe04b1329
Author: Xiyue Deng <manphiz@gmail.com>
Date: Thu Jul 6 21:29:31 2023 +0000
Fix typos in the document.
commit 2f027c26d7e8545925e0d58112459b1e59349f41
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 3 11:36:52 2023 -0700
add changelog entry
commit c70e9e57d70a7a3449789a5f281af50ec8f4cb5b
Merge: 4a6b04e c813d30
Author: XIYUE DENG <manphiz@gmail.com>
Date: Tue Oct 3 18:34:57 2023 +0000
Merge branch 'mapcar' into 'master'
Fix warning about mapcar's unused return value
See merge request emacsen-team/debian-el!9
commit 4a6b04e8252103ca675b31de5b59c9ea676cdde3
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 3 11:19:09 2023 -0700
add changelog entry of the previous merge
commit 8d274571195a36ae97d92bd65c4bd51f352ba068
Merge: 89f5f47 1d89d13
Author: XIYUE DENG <manphiz@gmail.com>
Date: Tue Oct 3 18:18:06 2023 +0000
Merge branch 'next-line' into 'master'
Fix warning about next-line
See merge request emacsen-team/debian-el!8
commit 89f5f47255daab322fd69e6bf7c02a48bfec86bc
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 3 11:14:19 2023 -0700
add changelog entry for the previous merge
commit 5b39b57ed8c6fc4b9ab20a1097b193ac2b6d91a2
Merge: 786704f 1342cbd
Author: XIYUE DENG <manphiz@gmail.com>
Date: Tue Oct 3 18:13:30 2023 +0000
Merge branch 'with-current-buffer' into 'master'
Fix warning about save-excursion+set-buffer
See merge request emacsen-team/debian-el!7
commit 786704f7a86990000349526e5070244f320998ba
Author: Xiyue Deng <manphiz@gmail.com>
Date: Tue Oct 3 00:40:34 2023 -0700
add changelog entry for the previous merge
commit eb842697b4a7d04207e7e447d640873c6658a6f1
Merge: 5eb7a2a 0f08063
Author: XIYUE DENG <manphiz@gmail.com>
Date: Tue Oct 3 07:37:44 2023 +0000
Merge branch 'end-of-buffer' into 'master'
Fix Emacs 28.2 warnings about beginning/end-of-buffer
See merge request emacsen-team/debian-el!5
commit 5eb7a2a8cd237d65438bec0eb31bbe404a2df36e
Author: Xiyue Deng <manphiz@gmail.com>
Date: Sun Oct 1 15:26:15 2023 -0700
add changelog entry for the previous merge
commit b02428b9be806a62282d7a46aaf7e6be0b617eae
Merge: c422171 db39f75
Author: XIYUE DENG <manphiz@gmail.com>
Date: Sun Oct 1 22:22:16 2023 +0000
Merge branch 'master' into 'master'
debian-bug.el: Highlight Control: pseudo-header
See merge request emacsen-team/debian-el!2
commit c42217116b317bbe9f7af24c61f004dff68333f7
Merge: 5efffe0 838b09c
Author: XIYUE DENG <manphiz@gmail.com>
Date: Sun Oct 1 20:37:10 2023 +0000
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints
See merge request emacsen-team/debian-el!4
commit 838b09c6d2b3991e78b934510fef367d5f1a0c20
Merge: 5c17737 5efffe0
Author: XIYUE DENG <manphiz@gmail.com>
Date: Sun Oct 1 12:37:15 2023 +0000
Merge branch 'master' into 'scrub-obsolete'
# Conflicts:
# debian/changelog
commit 5efffe0a65413a5708a669d7a176e6c2ec0d389e
Author: Xiyue Deng <manphiz@gmail.com>
Date: Fri Sep 29 19:58:51 2023 -0700
add changelog entry of the last merge
commit 484a03874b975f8566625be7f9310cb072667925
Author: Xiyue Deng <manphiz@gmail.com>
Date: Fri Sep 29 19:52:07 2023 -0700
Fix indentation from previous merge.
commit c0908f19918bc25492837427327a5b7a65b713b0
Merge: a3ef20c 16fa502
Author: XIYUE DENG <manphiz@gmail.com>
Date: Sat Sep 30 02:49:52 2023 +0000
Merge branch 'patch-1' into 'master'
Make apt-utils-search honour apt-utils-use-current-window.
See merge request emacsen-team/debian-el!1
commit c813d30f024b163dce9dcc5461719232c58d823c
Author: Fabrice Bauzac <noon@mykolab.com>
Date: Wed Jun 7 23:25:26 2023 +0200
Fix warning about mapcar's unused return value
commit 1d89d13f091bb1e24ee78b6e6cb008c0e8a7e946
Author: Fabrice Bauzac <noon@mykolab.com>
Date: Wed Jun 7 23:23:39 2023 +0200
Fix warning about next-line
Use forward-line to fix a byte-compilation warning.
commit 1342cbd75004ddcfa124bcb98e29c0763b2502f8
Author: Fabrice Bauzac <noon@mykolab.com>
Date: Wed Jun 7 23:19:40 2023 +0200
Fix warning about save-excursion+set-buffer
Use with-current-buffer instead.
commit 0f0806325b8745d356cc1968420efd99eb0f0b52
Author: Fabrice Bauzac <noon@mykolab.com>
Date: Wed Jun 7 23:12:35 2023 +0200
Fix Emacs 28.2 warnings about beginning/end-of-buffer
commit 5c17737d0e7f1049e418b1dd9c96ad12bc6fa2e0
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Nov 8 07:11:13 2022 +0000
Remove constraints unnecessary since buster (oldstable)
* elpa-debian-el: Drop versioned constraint on dpkg and reportbug in Depends.
* elpa-debian-el: Drop versioned constraint on emacs in Recommends.
Changes-By: deb-scrub-obsolete
commit a3ef20c269b9192710567571b20718f572942bc4
Merge: 6f09126 aa92514
Author: Nicholas D Steeves <nsteeves@gmail.com>
Date: Wed Oct 6 15:39:40 2021 -0400
Merge branch 'salman-guest/debian-el-fix-broken-example-in-apt-utils.el'
commit 6f09126b2e97b2e195145204caba11d0d4f871df
Author: Nicholas D Steeves <nsteeves@gmail.com>
Date: Wed Jul 28 19:27:48 2021 -0400
Drop emacs25 from Enhances (package does not exist in bullseye).
commit aa925143d7946334a6c27efd682bd4b2f6838980
Author: Salman Mohammadi <salman@smoha.org>
Date: Sun May 23 19:41:22 2021 +0200
apt-utils.el: fix broken example and replace emacs21 with emacs
the package emacs21 does not exist anymore in Debian repos, therefore
it should be repalced with emacs.
commit db39f758ad63c78c2ee2347ed3902c550555bd7c
Author: Łukasz Stelmach <steelman@post.pl>
Date: Wed Jan 13 13:50:30 2021 +0000
debian-bug.el: Highlight Control: pseudo-header
commit 16fa5022e41adacb3dee2225933fe73fe12d5060
Author: Hermógenes Oliveira <oliveira@daad-alumni.de>
Date: Fri May 8 11:48:42 2020 +0000
Make apt-utils-search honour apt-utils-use-current-window.