[Forensics-changes] [afflib] 01/01: Imported Debian patch 3.7.10-2

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon Nov 28 12:00:04 UTC 2016


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

eriberto pushed a commit to branch debian
in repository afflib.

commit 1bd1ad3bcf6c36478008a15a49bc5b26c3b69bb1
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Thu Nov 24 16:55:09 2016 -0200

    Imported Debian patch 3.7.10-2
---
 debian/changelog             | 8 ++++++++
 debian/libafflib-dev.install | 1 +
 debian/rules                 | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a2021b8..78a7d80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+afflib (3.7.10-2) unstable; urgency=medium
+
+  * Provided the static library in development package (requested by
+    upstream). To do it, enabled --enable-static in debian/rules and
+    changed the debian/libafflib-dev.install file.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 24 Nov 2016 16:55:09 -0200
+
 afflib (3.7.10-1) unstable; urgency=medium
 
   * New upstream release. (Closes: 828228)
diff --git a/debian/libafflib-dev.install b/debian/libafflib-dev.install
index 5f9c2da..abebe49 100644
--- a/debian/libafflib-dev.install
+++ b/debian/libafflib-dev.install
@@ -1,3 +1,4 @@
 usr/include/*
+usr/lib/*/lib*.a
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/*.pc
diff --git a/debian/rules b/debian/rules
index 76596ab..60c3e1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1)
 
 override_dh_auto_configure:
 	dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed,-z,defs" \
-		--enable-s3=yes --enable-python=no --enable-static=no \
+		--enable-s3=yes --enable-python=no --enable-static=yes \
 		--enable-shared=yes
 
 override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/afflib.git



More information about the forensics-changes mailing list