~ubuntu-branches/ubuntu/saucy/libapache2-reload-perl/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/spelling.patch

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber, gregor herrmann, Nathan Handler, Nicholas Bamber
  • Date: 2010-10-23 20:38:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101023203802-pkileptwh0n2i5up
Tags: 0.11-1
[ gregor herrmann ]
* debian/copyright: point to /usr/share/common-licenses/Apache-2.0 instead
  of including the full text of the Apache 2.0 license.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ gregor herrmann ]
* Make short description a noun phrase.
* Set Standards-Version to 3.9.1; replace Conflicts with Breaks.

[ Nicholas Bamber ]
* Added myself to uploaders 
* New upstream release
* echo '3.0 (quilt)' > debian/source/format
* Added patch for spelling mistake
* Upped debhelper dependency to 7.0.50~ for overrides
* Modernized build rules

[ gregor herrmann ]
* debian/rules: run configure and tests as user www-data.

[ Nicholas Bamber ]
* Removed Breaks/Replaces clauses from control
* Removed versioned dependency on perl
* Refreshed copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Nicholas Bamber <nicholas@periapt.co.uk>
 
2
Subject: Spelling mistake
 
3
Forwarded: no
 
4
Last-Update: 2010-10-23
 
5
--- a/lib/Apache2/Reload.pm
 
6
+++ b/lib/Apache2/Reload.pm
 
7
@@ -360,7 +360,7 @@
 
8
 
 
9
 =head2 Unregistering a module
 
10
 
 
11
-In some cases, it might be necessary to explicitely stop reloading
 
12
+In some cases, it might be necessary to explicitly stop reloading
 
13
 a module.
 
14
 
 
15
   Apache2::Reload->unregister_module('Some::Module');