[SCM] Debian packaging of libtie-ical-perl branch, master, updated. upstream/0.14-24-g1672d13

Fabrizio Regalli fabreg at fabreg.it
Thu Aug 11 14:06:43 UTC 2011


The following commit has been merged in the master branch:
commit 1672d13b820de2271968924b4a07a7e79e77813f
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Aug 11 16:06:33 2011 +0200

    Added 01-fixspelling.diff patch

diff --git a/debian/changelog b/debian/changelog
index 974d873..940f1e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libtie-ical-perl (0.14) UNRELEASED; urgency=low
+libtie-ical-perl (0.14-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -42,7 +42,9 @@ libtie-ical-perl (0.14) UNRELEASED; urgency=low
   * Added libtie-ical-perl.examples file for examples
   * Switch to 3.0 quilt format
   * Update copyright year
-  * Removed hashbang.patch patch
+  * Removed hashbang.patch patch in favour of override_dh*
+    commands
+  * Added 01-fixspelling.diff patch
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 11 Aug 2011 15:00:04 +0200
 
diff --git a/debian/patches/01-fixspelling.diff b/debian/patches/01-fixspelling.diff
new file mode 100644
index 0000000..f5204c2
--- /dev/null
+++ b/debian/patches/01-fixspelling.diff
@@ -0,0 +1,23 @@
+Description: Fixing man page
+Author: Fabrizio Regalli
+Last-Update: 2011-08-11
+Forwarded: no
+
+--- a/lib/Tie/iCal.pm
++++ b/lib/Tie/iCal.pm
+@@ -64,7 +64,7 @@
+ =head1 FILE LOCKING
+ 
+ The Tie::iCal object returned by tie can also be used to access the underlying Tie::File object.
+-This is accessable via the 'A' class variable.
++This is accessible via the 'A' class variable.
+ This may be useful for file locking.
+ 
+ 	my $ical = tie %events, 'Tie::iCal', "mycalendar.ics";
+@@ -604,4 +604,4 @@
+ 
+ =cut
+ 
+-1;
+\ No newline at end of file
++1;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3ab3505
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fixspelling.diff

-- 
Debian packaging of libtie-ical-perl



More information about the Pkg-perl-cvs-commits mailing list