[ubuntu/plucky-proposed] dpkg-dev-el 37.18ubuntu1 (Accepted)

Simon Quigley tsimonq2 at ubuntu.com
Tue Feb 11 20:42:15 UTC 2025


dpkg-dev-el (37.18ubuntu1) plucky; urgency=medium

  * Merge from Debian Unstable. Remaining changes:
    - Add Ubuntu releases.

dpkg-dev-el (37.18) unstable; urgency=medium

  * Add erts files tests for debian-changelog-mode
  * Change section from lisp to editors in d/control
  * Drop transitional package dpkg-dev-el
    - This has existed in the past 3 releases at least.
    - Rename {,elpa-}dpkg-dev-el.maintscript to keep its function.

dpkg-dev-el (37.17) unstable; urgency=medium

  * Support more bullet types
    - Currently supports "*", "-", and "+".
  * More robust indentation through better `left-margin' handling
    - Now `fill-paragraph' properly handles bullet points of different
      levels and the corresponding text filling will be wrapped
      accordingly.

dpkg-dev-el (37.16) unstable; urgency=medium

  [ Xiyue Deng ]
  * Add Homepage in d/control
  * Add Source in d/copyright
  * Drop explicit dependency on elpa-debian-el in favor of
    Package-Requires
  * Add optional version support to `reassign' (Closes: #503108)
  * Rename forward paragraph helper function using the internal function
    convention
  * Implement toggling team upload (Closes: #595067)
    - Also bind to "C-c C-t"
  * Fix fontification for frozen to properly detect proposed updates
  * Improve fontification of backports to only detect stable and oldstable
  * Add fontification for known release code names
    - Currently includes Debian and Ubuntu release code names
  * Add font lock for emails in debian-control-mode
  * Add font lock regexp for URLs in debian-control-mode
  * Improve email and url detection regexps

  [ Sven Joachim ]
  * Use run-mode-hooks rather than run-hooks (Closes: #1074305)

dpkg-dev-el (37.15) 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>.

dpkg-dev-el (37.14) 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>.

dpkg-dev-el (37.13) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.3.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

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

Date: Tue, 11 Feb 2025 14:40:56 -0600
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dpkg-dev-el/37.18ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 11 Feb 2025 14:40:56 -0600
Source: dpkg-dev-el
Built-For-Profiles: noudeb
Architecture: source
Version: 37.18ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Closes: 503108 557594 595067 620185 1026450 1028470 1067589 1067590 1074305
Changes:
 dpkg-dev-el (37.18ubuntu1) plucky; urgency=medium
 .
   * Merge from Debian Unstable. Remaining changes:
     - Add Ubuntu releases.
 .
 dpkg-dev-el (37.18) unstable; urgency=medium
 .
   * Add erts files tests for debian-changelog-mode
   * Change section from lisp to editors in d/control
   * Drop transitional package dpkg-dev-el
     - This has existed in the past 3 releases at least.
     - Rename {,elpa-}dpkg-dev-el.maintscript to keep its function.
 .
 dpkg-dev-el (37.17) unstable; urgency=medium
 .
   * Support more bullet types
     - Currently supports "*", "-", and "+".
   * More robust indentation through better `left-margin' handling
     - Now `fill-paragraph' properly handles bullet points of different
       levels and the corresponding text filling will be wrapped
       accordingly.
 .
 dpkg-dev-el (37.16) unstable; urgency=medium
 .
   [ Xiyue Deng ]
   * Add Homepage in d/control
   * Add Source in d/copyright
   * Drop explicit dependency on elpa-debian-el in favor of
     Package-Requires
   * Add optional version support to `reassign' (Closes: #503108)
   * Rename forward paragraph helper function using the internal function
     convention
   * Implement toggling team upload (Closes: #595067)
     - Also bind to "C-c C-t"
   * Fix fontification for frozen to properly detect proposed updates
   * Improve fontification of backports to only detect stable and oldstable
   * Add fontification for known release code names
     - Currently includes Debian and Ubuntu release code names
   * Add font lock for emails in debian-control-mode
   * Add font lock regexp for URLs in debian-control-mode
   * Improve email and url detection regexps
 .
   [ Sven Joachim ]
   * Use run-mode-hooks rather than run-hooks (Closes: #1074305)
 .
 dpkg-dev-el (37.15) 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>.
 .
 dpkg-dev-el (37.14) 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>.
 .
 dpkg-dev-el (37.13) unstable; urgency=medium
 .
   * Team upload.
   * Rebuild against dh-elpa 2.1.3.
     Upload pushed to dgit-repos but not salsa.
     See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.
 .
 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:
 0e91b86d2c86a5405bf042819a55591ede01b083 1848 dpkg-dev-el_37.18ubuntu1.dsc
 220e07fa8daa47b78d638d086d5bf9363934c5a3 40540 dpkg-dev-el_37.18ubuntu1.tar.xz
 079ae7fbe92774f57c8a2385be4bff4bc38ca8c1 9492 dpkg-dev-el_37.18ubuntu1_source.buildinfo
Checksums-Sha256:
 86b06a86cf9fc53b1ba503c127276ce1aaef7e769797f8efec413e8049b3264b 1848 dpkg-dev-el_37.18ubuntu1.dsc
 731bacb03c7ce44e4dbe805c71334948cd0a461b0f21379d4ffe8e9a93276d3f 40540 dpkg-dev-el_37.18ubuntu1.tar.xz
 1278d0e500d36c566443e315b1bb7bfd3cf44aa901bbf16a20e07c142ad46951 9492 dpkg-dev-el_37.18ubuntu1_source.buildinfo
Files:
 e36a5b16c92c91b6fcefb8a7853b0418 1848 editors optional dpkg-dev-el_37.18ubuntu1.dsc
 496032ae0ff206752babce8ed02b05a4 40540 editors optional dpkg-dev-el_37.18ubuntu1.tar.xz
 293a7619c8c759e3649f5131167f3a2e 9492 editors optional dpkg-dev-el_37.18ubuntu1_source.buildinfo
Original-Maintainer: Debian Emacsen team <debian-emacsen at lists.debian.org>


More information about the plucky-changes mailing list