[libfile-tail-perl] 07/18: Imported Debian patch 0.99.3-4

Roland Rosenfeld roland at moszumanska.debian.org
Mon Aug 21 17:31:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

roland pushed a commit to branch master
in repository libfile-tail-perl.

commit 4dcf8eb650a327324c33b63a1f55ff7cdfb01964
Author: Roland Rosenfeld <roland at debian.org>
Date:   Wed Jun 23 11:31:30 2010 +0200

    Imported Debian patch 0.99.3-4
---
 debian/README.source                  | 31 ++++++++++++++++
 debian/changelog                      | 11 ++++++
 debian/control                        |  5 +--
 debian/patches/00list                 |  1 +
 debian/patches/20_manpage_typo.dpatch | 67 +++++++++++++++++++++++++++++++++++
 5 files changed, 113 insertions(+), 2 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..264b9b9
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,31 @@
+This package uses dpatch to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
+where you should replace XX with a new number and patchname with a
+descriptive shortname of the patch. You can then simply edit all the
+files your patch wants to edit, and then simply "exit 0" from the shell
+to actually create the patch file.
+
+To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
+and replace XX_patchname with the actual filename from debian/patches
+you want to use.
+
+To clean up afterwards again, "debian/rules unpatch" will do the
+work for you - or you can of course choose to call
+"fakeroot debian/rules clean" all together.
+
+--- 
+
+original text by Gerfried Fuchs, edited by Junichi Uekawa <dancer at debian.org>
+10 Aug 2008.
diff --git a/debian/changelog b/debian/changelog
index 087bcde..1a4e3b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libfile-tail-perl (0.99.3-4) unstable; urgency=low
+
+  * Use ">> 5" instead of "> 5" in debhelper dependency
+  * Added debian/README.source (from dpatch package) to explain how dpatch
+    works.
+  * Add Homepage to debian/control.
+  * Upgrade to Standards-Version 3.8.4 (no changes).
+  * 20_manpage_typo: Fix typo in man page.
+
+ -- Roland Rosenfeld <roland at debian.org>  Wed, 23 Jun 2010 11:31:30 +0200
+
 libfile-tail-perl (0.99.3-3) unstable; urgency=low
 
   * Upgrade debian/rules according to new dh-make-perl
diff --git a/debian/control b/debian/control
index 7253dd3..c2cfa41 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,10 @@ Source: libfile-tail-perl
 Section: perl
 Priority: optional
 Maintainer: Roland Rosenfeld <roland at debian.org>
-Build-Depends: debhelper (> 5), dpatch
+Build-Depends: debhelper (>> 5), dpatch
 Build-Depends-Indep: perl (>= 5.6.0-16), libtime-hires-perl
-Standards-Version: 3.7.3
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/~mgrabnar/
 
 Package: libfile-tail-perl
 Architecture: all
diff --git a/debian/patches/00list b/debian/patches/00list
index 609c5c3..d4fbf06 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1,2 @@
 10_pod_fixup.dpatch
+20_manpage_typo.dpatch
diff --git a/debian/patches/20_manpage_typo.dpatch b/debian/patches/20_manpage_typo.dpatch
new file mode 100644
index 0000000..4788263
--- /dev/null
+++ b/debian/patches/20_manpage_typo.dpatch
@@ -0,0 +1,67 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_manpage_typo.dpatch by Roland Rosenfeld <roland at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix typo in man page.
+
+ at DPATCH@
+diff -urNad libfile-tail-perl~/Tail.pm libfile-tail-perl/Tail.pm
+--- libfile-tail-perl~/Tail.pm
++++ libfile-tail-perl/Tail.pm
+@@ -626,7 +626,7 @@
+ =head1 DESCRIPTION
+ 
+ The primary purpose of File::Tail is reading and analysing log files while
+-they are being written, which is especialy usefull if you are monitoring
++they are being written, which is especialy useful if you are monitoring
+ the logging process with a tool like Tobias Oetiker's MRTG.
+ 
+ The module tries very hard NOT to "busy-wait" on a file that has little 
+@@ -656,7 +656,7 @@
+ 
+ =head2 new ([ ARGS ]) 
+ 
+-Creates a C<File::Tail>. If it has only one paramter, it is assumed to 
++Creates a C<File::Tail>. If it has only one parameter, it is assumed to 
+ be the filename. If the open fails, the module performs a croak. I
+ am currently looking for a way to set $! and return undef. 
+ 
+@@ -734,7 +734,7 @@
+ =item reset_tail
+ 
+ Same as tail, but applies after reset. (i.e. after the
+-file has been automaticaly closed and reopened). Defaults to
++file has been automatically closed and reopened). Defaults to
+ C<-1>, i.e. does not skip any information present in the
+ file when it first checks it.
+ 
+diff -urNad libfile-tail-perl~/Tail.pm.debug libfile-tail-perl/Tail.pm.debug
+--- libfile-tail-perl~/Tail.pm.debug
++++ libfile-tail-perl/Tail.pm.debug
+@@ -660,7 +660,7 @@
+ =head1 DESCRIPTION
+ 
+ The primary purpose of File::Tail is reading and analysing log files while
+-they are being written, which is especialy usefull if you are monitoring
++they are being written, which is especialy useful if you are monitoring
+ the logging process with a tool like Tobias Oetiker's MRTG.
+ 
+ The module tries very hard NOT to "busy-wait" on a file that has little 
+@@ -690,7 +690,7 @@
+ 
+ =head2 new ([ ARGS ]) 
+ 
+-Creates a C<File::Tail>. If it has only one paramter, it is assumed to 
++Creates a C<File::Tail>. If it has only one parameter, it is assumed to 
+ be the filename. If the open fails, the module performs a croak. I
+ am currently looking for a way to set $! and return undef. 
+ 
+@@ -768,7 +768,7 @@
+ =item reset_tail
+ 
+ Same as tail, but applies after reset. (i.e. after the
+-file has been automaticaly closed and reopened). Defaults to
++file has been automatically closed and reopened). Defaults to
+ C<-1>, i.e. does not skip any information present in the
+ file when it first checks it.
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-tail-perl.git



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