Package: dpkg-dev-el Version: 31.4 Severity: normal Tags: patch The new emacs-bts-control command lacks an autoload cookie, so it is not available until debian-bts-control has been loaded. Here is a (trivial) patch:
--8<---------------cut here---------------start------------->8--- --- debian-bts-control.el~ 2009-12-19 15:16:47.000000000 +0100 +++ debian-bts-control.el 2010-01-19 21:41:26.180889167 +0100 @@ -1112,6 +1112,7 @@ Copyright 1999 Darren O. Benham, 1994-1997 Ian Jackson, 1997 nCipher Corporation Ltd."))) +;;;###autoload (defun emacs-bts-control (action &optional arg) "Contruct a message with ACTION command for [email protected]. Contructs a new control command line if called from within the message --8<---------------cut here---------------end--------------->8--- -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Kernel: Linux 2.6.31.12-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dpkg-dev-el depends on: ii debian-el 31.4 Emacs helpers specific to Debian u ii emacs-snapshot [emacsen] 1:20100114-1 The GNU Emacs editor (development ii emacs21 [emacsen] 21.4a+1-5.7 The GNU Emacs editor ii emacs22-gtk [emacsen] 22.3+1-1.1 The GNU Emacs editor (with GTK use ii emacs23 [emacsen] 23.1+1-5 The GNU Emacs editor (with GTK+ us Versions of packages dpkg-dev-el recommends: ii wget 1.12-1.1 retrieves files from the web Versions of packages dpkg-dev-el suggests: ii dpkg-dev 1.15.5.6 Debian package development tools -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

