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

gregoa pushed a commit to branch master
in repository libmoosex-daemonize-perl.

commit e80d779bf552ddd22b168787d4703a7e1c3b50e1
Author: gregor herrmann <gre...@debian.org>
Date:   Wed May 7 21:27:28 2014 +0200

    Add patch to turn off check that the OS is not Windows.
    
    The used library, which was included before, is removed now and not packaged
    separately. But we are fairly sure we know its answer anyway.
---
 debian/patches/series                               |  1 +
 .../patches/we-know-that-we-are-not-windows.patch   | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0ea6c38
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+we-know-that-we-are-not-windows.patch
diff --git a/debian/patches/we-know-that-we-are-not-windows.patch 
b/debian/patches/we-know-that-we-are-not-windows.patch
new file mode 100644
index 0000000..3e834f8
--- /dev/null
+++ b/debian/patches/we-know-that-we-are-not-windows.patch
@@ -0,0 +1,21 @@
+Description: Devel::AssertOS is not packaged,
+ but we know anyway that we are not running under Windows
+Origin: vendor
+Forwarded: not needed
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2014-05-07
+
+--- a/Build.PL
++++ b/Build.PL
+@@ -1,4 +1,3 @@
+-use Devel::AssertOS qw[-MSWin32];
+ # This Build.PL for MooseX-Daemonize was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
+ use 5.008003;
+ use Module::Build::Tiny 0.034;
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,4 +1,3 @@
+-use Devel::AssertOS qw[-MSWin32];
+ # This Makefile.PL for MooseX-Daemonize was generated by
+ # Dist::Zilla::Plugin::MakeMaker::Fallback 0.006
+ # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.20.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to