[SCM] Debian packaging of libcdk-perl branch, master, updated. debian/4.9.10-5-22-g098ed6b

gregor herrmann gregoa at debian.org
Sun Aug 26 17:08:34 UTC 2012


The following commit has been merged in the master branch:
commit 5ce35b105a62cfb4965ee7b6dc3d75c4fd3b65ea
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 26 18:03:31 2012 +0200

    Drop makefile.patch, hppa-specific.

diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
deleted file mode 100644
index a56efff..0000000
--- a/debian/patches/makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: Stephen Zander <gibreel at debian.org>
-Description: Add -ffunction-sections for hppa architecture
-Bug: #134027
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -12,8 +12,10 @@ use ExtUtils::MakeMaker;
- 
- WriteMakefile(
-     'NAME'	=> 'Cdk',
-+    ($Config::Config{archname} =~ /^hppa-linux/ ?
-+     (CCFLAGS => $Config::Config{ccflags}.' -ffunction-sections') : ()),
-     'VERSION'	=> '4.09010',
--    'LIBS'	=> ['-L/usr/local/lib -lcdk -lcurses'],
--    'INC'	=> '-I/usr/include/ncurses -I/usr/local/include/cdk',
-+    'LIBS'	=> ['-lcdk -lncurses'],
-+    'INC'	=> '-I/usr/include/cdk',
-     'clean'	=> {FILES => 'Makefile.old'},
- );
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 82374e5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-makefile.patch

-- 
Debian packaging of libcdk-perl



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