~ubuntu-branches/ubuntu/natty/qpsmtpd/natty

« back to all changes in this revision

Viewing changes to debian/patches/name_section_whatis.patch.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Devin Carraway
  • Date: 2010-04-07 23:41:56 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100407234156-atz247tanejyak8k
Tags: 0.84-1
* New upstream release.
* Standards-Version 3.8.4
* Transition to dpkg-source 3.0 (quilt) format
* Remove whatis patch, accepted upstream
* Fix non-virtual facilities declared virtual in init.d (Closes: #574557)
* Update Swedish debconf translation; thanks to Martin Bagge (Closes: #564131)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 99-unnamed.dpatch by  <devin@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
 
9
 
diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm
10
 
index 85508ad..b4211fe 100644
11
 
--- a/lib/Qpsmtpd.pm
12
 
+++ b/lib/Qpsmtpd.pm
13
 
@@ -604,7 +604,7 @@ __END__
14
 
 
15
 
 =head1 NAME
16
 
 
17
 
-Qpsmtpd
18
 
+Qpsmtpd - base class for the qpsmtpd mail server
19
 
 
20
 
 =head1 DESCRIPTION
21
 
 
22
 
diff --git a/lib/Qpsmtpd/Postfix.pm b/lib/Qpsmtpd/Postfix.pm
23
 
index 4e69157..f045f7f 100644
24
 
--- a/lib/Qpsmtpd/Postfix.pm
25
 
+++ b/lib/Qpsmtpd/Postfix.pm
26
 
@@ -2,7 +2,7 @@ package Qpsmtpd::Postfix;
27
 
 
28
 
 =head1 NAME
29
 
 
30
 
-Qpsmtpd::Postfix
31
 
+Qpsmtpd::Postfix - postfix queueing support for qpsmtpd
32
 
 
33
 
 =head2 DESCRIPTION
34