Package: devscripts
Version: 2.10.49
Severity: minor
Tags: patch
File: /usr/bin/pts-subscribe
Hi,
pts-{un,}subscribe asks to install the mailx or mailutils package if it
cannot find the mail command, but mailx is only a transitional package
as the real package was renamed to bsd-mailx.
Please consider to apply the attached patch to refer to the renamed
package.
Regards,
Ansgar
-- Package-specific info:
--- /etc/devscripts.conf ---
--- ~/.devscripts ---
DEBCHANGE_RELEASE_HEURISTIC=changelog
DEBCHANGE_MULTIMAINT_MERGE=yes
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages devscripts depends on:
ii dpkg-dev 1.14.26 Debian package development tools
ii libc6 2.9-12 GNU C Library: Shared libraries
ii perl 5.10.0-22 Larry Wall's Practical Extraction
Versions of packages devscripts recommends:
pn at <none> (no description available)
ii bsd-mailx [mailx] 8.1.2-0.20081101cvs-2 A simple mail user agent
ii curl 7.18.2-8.1 Get a file from an HTTP, HTTPS or
ii dctrl-tools 2.13.1 Command-line tools to process Debi
ii debian-keyring 2009.04.04 GnuPG (and obsolete PGP) keys of D
pn debian-maintainers <none> (no description available)
ii dput 0.9.4 Debian package upload tool
pn equivs <none> (no description available)
ii fakeroot 1.12.2 Gives a fake root environment
ii git-core 1:1.6.3.1-1 fast, scalable, distributed revisi
ii gnupg 1.4.9-4 GNU privacy guard - a free PGP rep
ii iceweasel [www-bro 3.0.9-1 lightweight web browser based on M
ii konqueror [www-bro 4:4.2.2-1 KDE 4's advanced file manager, web
pn libauthen-sasl-per <none> (no description available)
pn libcrypt-ssleay-pe <none> (no description available)
ii libparse-debcontro 2.005-2 Easy OO parsing of Debian control-
pn libsoap-lite-perl <none> (no description available)
pn libterm-size-perl <none> (no description available)
ii libtimedate-perl 1.1600-9 Time and date functions for Perl
ii liburi-perl 1.37+dfsg-1 Manipulates and accesses URI strin
ii libwww-perl 5.826-1 WWW client/server library for Perl
ii libyaml-syck-perl 1.07-1 fast, lightweight YAML loader and
ii lintian 2.2.10 Debian package checker
ii lsb-release 3.2-22 Linux Standard Base version report
ii man-db 2.5.5-1 on-line manual pager
ii mercurial 1.2-1 scalable distributed version contr
ii openssh-client [ss 1:5.1p1-5+b1 secure shell client, an rlogin/rsh
ii patch 2.5.9-5 Apply a diff file to an original
ii patchutils 0.3.1-1 Utilities to work with patches
ii strace 4.5.17+cvs080723-2 A system call tracer
ii subversion 1.5.6dfsg-1 Advanced version control system
ii unzip 6.0-1 De-archiver for .zip files
ii w3m [www-browser] 0.5.2-2+b1 WWW browsable pager with excellent
pn wdiff <none> (no description available)
ii wget 1.11.4-2 retrieves files from the web
Versions of packages devscripts suggests:
ii build-essential 11.4 Informational list of build-essent
pn cvs-buildpackage <none> (no description available)
pn devscripts-el <none> (no description available)
ii gnuplot 4.2.5-1 A command-line driven interactive
pn libfile-desktopentry-perl <none> (no description available)
pn libnet-smtp-ssl-perl <none> (no description available)
pn mutt <none> (no description available)
ii svn-buildpackage 0.6.24 helper programs to maintain Debian
-- no debconf information
Index: scripts/pts-subscribe.sh
===================================================================
--- scripts/pts-subscribe.sh (revision 1895)
+++ scripts/pts-subscribe.sh (working copy)
@@ -134,7 +134,7 @@
# Check for a "mail" command
if ! command -v mail >/dev/null 2>&1; then
echo "$PROGNAME: Could not find the \"mail\" command; you must have the" >&2
- echo "mailx or mailutils package installed to run this script." >&2
+ echo "bsd-mailx or mailutils package installed to run this script." >&2
exit 1
fi