~ubuntu-branches/ubuntu/precise/devscripts/precise-security

« back to all changes in this revision

Viewing changes to scripts/bts.pl

  • Committer: Bazaar Package Importer
  • Author(s): James Vega, James Vega, David Prévot, Patrick Schoenfeld
  • Date: 2010-10-21 07:36:42 UTC
  • mto: (114.1.1 precise-proposed)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: james.westby@ubuntu.com-20101021073642-l0f5rdwt1tjzwzag
Tags: 2.10.69
[ James Vega ]
* po4a: Add targets to transform translated POD/DocBook files into man
  pages.  (Closes: #597782)
* Include command list in localized devscripts.1.  (Closes: #597906)
* Fix a couple markup issues in source files for generated man pages.
* bts: Don't send an empty email when --no-action is given.  (Closes:
  #600822)

[ David Prévot ]
* Update French translation.  (Closes: #599234, #600033)

[ Patrick Schoenfeld ]
* Replace occurences of old FSF address with the FSF recommendation
  what should be written inside of source files.
  (Closes: #502512) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# GNU General Public License for more details.
22
22
#
23
23
# You should have received a copy of the GNU General Public License
24
 
# along with this program; if not, write to the Free Software
25
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
24
# along with this program. If not, see <http://www.gnu.org/licenses/>.
26
25
 
27
26
=head1 NAME
28
27
 
2785
2784
sub mailto {
2786
2785
    my ($subject, $body, $to, $from) = @_;
2787
2786
 
2788
 
    if (defined $from) {
 
2787
    if (defined($from) || $noaction) {
2789
2788
        send_mail($from, $to, '', $subject, $body);
2790
2789
    }
2791
2790
    else {  # No $from