[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. debian/0.70-2

Damyan Ivanov dmn at debian.org
Thu Sep 29 06:04:32 UTC 2011


The following commit has been merged in the master branch:
commit 761000ac6c2b1dc313efa4363259e8beb5cdd327
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Sep 29 08:41:38 2011 +0300

    add a patch from upstream adding support for 'gnukfreebsd'
    
    Closes: #643717 -- FTBFS on gnukfreebsd

diff --git a/debian/changelog b/debian/changelog
index 901f0a2..297032e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbd-firebird-perl (0.70-2) UNRELEASED; urgency=low
+
+  * add a patch from upstream Git adding support for 'gnukfreebsd' to
+    Makefile.PL. Closes: #643717 -- FTBFS on gnukfreebsd
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 29 Sep 2011 07:38:54 +0300
+
 libdbd-firebird-perl (0.70-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/git/gnukfreebsd-support.patch b/debian/patches/git/gnukfreebsd-support.patch
new file mode 100644
index 0000000..a4ab52a
--- /dev/null
+++ b/debian/patches/git/gnukfreebsd-support.patch
@@ -0,0 +1,26 @@
+commit 45af8eee8bc0c4991608b6a04fe750b4762e1757
+Author: Damyan Ivanov <dmn at debian.org>
+Commit: Damyan Ivanov <dmn at debian.org>
+
+    add support for 'gnukfreebsd' platform
+    
+    This is the FreeBSD kernel with GNU userland. For our needs, this is identical
+    to 'freebsd' and 'linux'.
+    
+    Closes http://bugs.debian.org/643717
+
+diff --git a/Makefile.PL b/Makefile.PL
+index f48e574..c6b1d9d 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -217,6 +217,10 @@ SWITCH: {
+         $MakeParams{LIBS} = "-L$fb_LIB -l$client_lib ";
+         last SWITCH;
+     };
++    $os eq 'gnukfreebsd' && do {
++        $MakeParams{LIBS} = "-L$fb_LIB -l$client_lib ";
++        last SWITCH;
++    };
+     $os eq 'hpux' && do {
+         $MakeParams{LIBS} = '-lgds -ldld';
+         last SWITCH;
diff --git a/debian/patches/series b/debian/patches/series
index c082c72..20365bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 git/fix-tests-skipping.patch
 git-append-config-ccflags.patch
+git/gnukfreebsd-support.patch

-- 
Debian packaging of DBD-Firebird CPAN distribution



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