Your message dated Sun, 28 Apr 2024 07:34:18 +0000
with message-id <e1s0z3c-00fqll...@fasolo.debian.org>
and subject line Bug#1028470: fixed in dpkg-dev-el 37.12
has caused the Debian Bug report #1028470,
regarding elpa-dpkg-dev-el: elisp warnings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1028470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: elpa-dpkg-dev-el
Version: 37.9

I'm using emacs 1:28.2+1-9 with the aforementioned elpa-dpkg-dev-el.

I see the following entries in my *Warnings* buffer when editing debian
packaging.

Warning (comp): debian-changelog-mode.el:495:13: Warning: Package cl is 
deprecated Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1273:36: Warning: ‘previous-line’ is 
for interactive use only; use ‘forward-line’ with negative argument instead. 
Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1382:4: Warning: ‘easy-menu-add’ is an 
obsolete function (as of 28.1); this was always a no-op in Emacs and can be 
safely removed. Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1382:18: Warning: reference to free 
variable ‘debian-changelog-menu’ Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1423:4: Warning: make-face called with 
2 arguments, but accepts only 1 Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1428:4: Warning: set-face-foreground 
called with 5 arguments, but accepts only 2-3 Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1750:17: Warning: 
‘imenu-progress-message’ is an obsolete macro (as of 28.1). Disable showing 
Disable logging
Warning (comp): debian-changelog-mode.el:1755:19: Warning: 
‘imenu-progress-message’ is an obsolete macro (as of 28.1). Disable showing 
Disable logging
Warning (comp): debian-changelog-mode.el:1778:11: Warning: 
‘imenu-progress-message’ is an obsolete macro (as of 28.1). Disable showing 
Disable logging
Warning (comp): debian-changelog-mode.el:1683:12: Warning: the function 
‘set-extent-property’ is not known to be defined. Disable showing Disable 
logging
Warning (comp): debian-changelog-mode.el:1676:25: Warning: the function 
‘make-extent’ is not known to be defined. Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1654:18: Warning: the function 
‘delete-extent’ is not known to be defined. Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1653:42: Warning: the function 
‘extent-end-position’ is not known to be defined. Disable showing Disable 
logging
Warning (comp): debian-changelog-mode.el:1652:42: Warning: the function 
‘extent-start-position’ is not known to be defined. Disable showing Disable 
logging
Warning (comp): debian-changelog-mode.el:1651:22: Warning: the function 
‘extent-detached-p’ is not known to be defined. Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:1625:14: Warning: the function 
‘set-keymap-name’ is not known to be defined. Disable showing Disable logging
Warning (comp): debian-changelog-mode.el:880:4: Warning: the function 
‘debian-bug-build-bug-menu’ is not known to be defined. Disable showing Disable 
logging
Warning (comp): debian-copyright.el:72:4: Warning: ‘mapcar’ called for effect; 
use ‘mapc’ or ‘dolist’ instead Disable showing Disable logging
Warning (comp): debian-copyright.el:76:16: Warning: reference to free variable 
‘goto-address-highlight-p’ Disable showing Disable logging

Thanks for maintaining dpkg-dev-el!

Regards,

        --dkg
        

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: dpkg-dev-el
Source-Version: 37.12
Done: Xiyue Deng <manp...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
dpkg-dev-el, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1028...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xiyue Deng <manp...@gmail.com> (supplier of updated dpkg-dev-el package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 15 Apr 2024 21:02:25 -0700
Source: dpkg-dev-el
Architecture: source
Version: 37.12
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team <debian-emac...@lists.debian.org>
Changed-By: Xiyue Deng <manp...@gmail.com>
Closes: 557594 620185 1026450 1028470 1067589 1067590
Changes:
 dpkg-dev-el (37.12) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * Update list of known d/control fields for debian-control-mode
 .
   [ Xiyue Deng ]
   * Untabify and reindent source code in Emacs 29 for consistency
   * Fix fill-paragraph in debian-changelog-mode (Closes: #620185)
   * Improve highlighting in debian-copyright (Closes: #557594, #1067589)
     - Add highlighting for more field names
     - Properly highlight common URLs
     - Add highlighting for emails
     - Add highlighting for common licenses as defined in base-files
   * Fix comp warnings (Closes: #1026450, #1028470)
     - Drop calls to obsolete easy-menu-add
     - Guard XEmacs functions
     - Require debian-bug for function usage
     - There are still some warnings due to compatibility with XEmacs
       which are being tracked in Bug#1068370.
     - Replace obsolete `max-specpdl-size' with `max-lisp-eval-depth'
     - Drop calls to no-op function `easy-menu-add'
     - Use defvar for variables without a require
     - Replace `position' with `seq-position'
     - Replace `subseq' with `seq-subseq'
     - Fix long docstring
     - Use `goto-char' instead of `goto-line'
   * Initial support for autopkgtest control files (Closes: #1067590)
     - Add initial highlighting for field names, dependency extensions,
       and restrictions
   * Bump version to prepare for release
   * Add myself to uploaders
   * Add copyright info for debian-autopkgtest-control-mode.el
   * Add Vcs-Browser to valid VCS name fields
   * Update the link of valid VCS name fields to point to Debian policy
   * Update Standards-Version to 4.7.0; no change needed
   * Update package description with new mode in d/control
Checksums-Sha1:
 7af2508805222021d158da304d720be296d97084 1386 dpkg-dev-el_37.12.dsc
 9aefe03e1d8189e3826d450407a18f956a34e9c2 37764 dpkg-dev-el_37.12.tar.xz
 8144d98d626b18a3e4656c8b115358742386df93 7460 
dpkg-dev-el_37.12_source.buildinfo
Checksums-Sha256:
 1cde9f5100ee9fdf8563d348000b2340c780cf9a59eea798ecc1c903fc9328ca 1386 
dpkg-dev-el_37.12.dsc
 1caec7cdc295a7f463a1576616d62ac1f053d1dce500c0198a707f80d82a7634 37764 
dpkg-dev-el_37.12.tar.xz
 09ffe9fec503c43b868a84b81e65faa1512ff0e726142ea23990891564ab01d9 7460 
dpkg-dev-el_37.12_source.buildinfo
Files:
 410b268f8fe8b7026dee2d2dcaa8ca5c 1386 lisp optional dpkg-dev-el_37.12.dsc
 1490f7f25a53e8206c567d7f39a95cf1 37764 lisp optional dpkg-dev-el_37.12.tar.xz
 6e78e880d23e1d15d6f7c13e8da58d86 7460 lisp optional 
dpkg-dev-el_37.12_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE9ecZmu9eXGflVYc/dA1oiINl0okFAmYt+ZwACgkQdA1oiINl
0okDcgf/cgAUwki7nGqeVb6mHq6fwyqWspTr6NKDpK7j7FWrEmjUUAeyrwQ3tNbx
kYFB6WIyAcgjKDI6fF/aexP+G3fzqiGsLiWDiyJaO9/jfk/ff70RY6IIXGWCBqhI
pgjw3tRoBxhshQ2C5cMof4kRTEjqkSQHEiYHgKxcY+q7cG4cJiYbfcqP6LeiFlY6
YvOnWc9yycS1orfGvWd9ydZNuriD33VBrdNs4Gg3R4qKQlPfyat4e5eIZ+9f40U1
+InJi2gswTUX/wlaegC2svHGXYEud74UPpUX9CaYLNH8VzqbwiB8XAYgeM2mf4ax
dVNsLltmQd0GmgeukQL0t8jjVwVskA==
=11Ag
-----END PGP SIGNATURE-----

Attachment: pgp_LG8xqCM9Y.pgp
Description: PGP signature


--- End Message ---

Reply via email to