[libcryptx-perl] 04/05: drop compilation-flags, applied upstream

Damyan Ivanov dmn at moszumanska.debian.org
Tue Nov 28 14:10:49 UTC 2017


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

dmn pushed a commit to branch master
in repository libcryptx-perl.

commit 0b60d9b27b7087a00e78ea4485a697c9bd178001
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Nov 28 14:05:16 2017 +0000

    drop compilation-flags, applied upstream
---
 debian/patches/compilation-flags.patch | 25 -------------------------
 debian/patches/series                  |  1 -
 2 files changed, 26 deletions(-)

diff --git a/debian/patches/compilation-flags.patch b/debian/patches/compilation-flags.patch
deleted file mode 100644
index 2bf57af..0000000
--- a/debian/patches/compilation-flags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: accept CFLAGS and CPPFLAGS from the environment
- This is particularly useful for Debian, where the build system puts
- various hardening flags in CFLAGS and CPPFLAGS
-Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: https://github.com/DCIT/perl-CryptX/pull/39
-Bug: https://github.com/DCIT/perl-CryptX/pull/39
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -25,7 +25,7 @@ $mycflags =~ s/-Wwrite-strings\b//g;
- $mycflags =~ s/-Wcast-qual\b//g;
- 
- #FIX: this is particularly useful for Debian https://github.com/DCIT/perl-CryptX/pull/39
--$mycflags = "$ENV{CFLAGS} $ENV{CPPFLAGS}" if $ENV{CFLAGS} || $ENV{CPPFLAGS};
-+$mycflags .= " $ENV{CFLAGS}" if $ENV{CFLAGS};
- 
- #FIX: avoid "ar: fatal: Numeric group ID too large" see https://github.com/DCIT/perl-CryptX/issues/33
- my $myarflags = '$(AR_STATIC_ARGS)';
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -170,4 +170,4 @@ clean:
- .SUFFIXES: .o .c
- 
- .c$(OBJ_EXT):
--	$(CC) -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC $(CFLAGS) -c $< -o $@
-+	$(CC) -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC $(CFLAGS) $(CPPFLAGS) -c $< -o $@
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0607915..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-compilation-flags.patch

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



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