[dpkg] 37/192: build: Do not override the default DEPENDENCIES for libdpkg

Ximin Luo infinity0 at debian.org
Tue Oct 17 11:03:55 UTC 2017


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

infinity0 pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 7fd3dc1d6aed1c1a8a6bbe783d982e6db6073412
Author: Guillem Jover <guillem at debian.org>
Date:   Fri Mar 31 05:53:00 2017 +0200

    build: Do not override the default DEPENDENCIES for libdpkg
    
    Extend it instead, to make sure that we preserve the libcompat
    dependency generated from LIBADD.
---
 debian/changelog     | 1 +
 lib/dpkg/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c988db6..20d94f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium
     - Require Perl 5.20.2, the version in Debian oldstable (jessie).
     - Use new gcc-7 -Wrestrict and -Wshift-negative-value warnings if
       available.
+    - Do not override the default DEPENDENCIES for libdpkg, extend it instead.
 
  -- Guillem Jover <guillem at debian.org>  Thu, 18 May 2017 05:27:31 +0200
 
diff --git a/lib/dpkg/Makefile.am b/lib/dpkg/Makefile.am
index b8d049c..215d12f 100644
--- a/lib/dpkg/Makefile.am
+++ b/lib/dpkg/Makefile.am
@@ -38,7 +38,7 @@ libdpkg_la_LIBADD += \
 	$(LZMA_LIBS) \
 	$(BZ2_LIBS)
 endif
-libdpkg_la_DEPENDENCIES = \
+EXTRA_libdpkg_la_DEPENDENCIES = \
 	libdpkg.map
 libdpkg_la_SOURCES = \
 	dlist.h \

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



More information about the Reproducible-commits mailing list