Your message dated Wed, 27 May 2020 19:15:11 +0000
with message-id <[email protected]>
and subject line Bug#961626: Removed package(s) from unstable
has caused the Debian Bug report #807009,
regarding yagtd: yagtd-mode.el in emacs site-lisp dir
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 [email protected]
immediately.)


-- 
807009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807009
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: yagtd
Version: 0.3.4-1.1
Severity: wishlist
Tags: patch

/usr/share/doc/yagtd/tools/yagtd-mode.el.gz could be helpfully installed
in /usr/share/emacs/site-lisp ready to be used (not gzipped, since
xemacs won't read .el.gz).

I suggest file debian/emacsen-startup below for setups.  Debhelper
dh_installemacsen will install to /etc/emacs/site-start.d/50yagtd.el
automatically.

This doesn't create a dependency on emacs, just makes yagtd-mode.el
ready to use if you do have emacs.

;;; 50yagtd.el -- debian emacs setups for yagtd

(if (not (file-exists-p "/usr/share/emacs/site-lisp/yagtd-mode.el"))
    (message "yagtd removed but not purged, skipping setup")

  ;; As recommended in the yagtd-mode.el comments, except \\' instead of $
  ;; for the filename regexp.
  (autoload 'yagtd-mode "yagtd-mode" "yaGTD mode" t)
  (add-to-list 'auto-mode-alist '("\\.yagtd\\'" . yagtd-mode))

  ;; allow "M-x customize-group yagtd" to autoload yagtd.el
  ;; this line per an autoload cookie on defgroup
  (let ((loads (get 'yagtd 'custom-loads))) (if (member '"yagtd-mode" loads) 
nil (put 'yagtd 'custom-loads (cons '"yagtd-mode" loads)))))


-- System Information:
Debian Release: stretch/sid
Architecture: i386 (i686)

Kernel: Linux 4.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages yagtd depends on:
ii  python      2.7.9-1
pn  python:any  <none>

yagtd recommends no packages.

yagtd suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 0.3.4-1.1+rm

Dear submitter,

as the package yagtd has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/961626

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to