[Reproducible-commits] [dpkg] 27/105: build: Remove unused UA_LIBS variable

Niko Tyni ntyni at moszumanska.debian.org
Mon May 2 13:49:49 UTC 2016


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

ntyni pushed a commit to branch ntyni/reproducible_builds
in repository dpkg.

commit 5637c205ed403dc1ff363f9c7550ab923be5831b
Author: Guillem Jover <guillem at debian.org>
Date:   Fri Mar 4 01:29:15 2016 +0100

    build: Remove unused UA_LIBS variable
---
 debian/changelog  | 1 +
 utils/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 222a2e1..fde7273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
       Base on a patch by Daniel Dehennin <daniel.dehennin at baby-gnu.org>.
   * Build system:
     - Fix building development documentation.
+    - Remove unused UA_LIBS variable.
   * Test suite:
     - Add a unit test to compile perl code with warnings.
     - Add a unit test for the trigger deferred parser.
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 48163d1..120926b 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -32,7 +32,7 @@ update_alternatives_CPPFLAGS = \
 update_alternatives_LDADD = \
 	../lib/compat/libcompat.la \
 	$(LIBINTL) \
-	$(UA_LIBS)
+	$(nil)
 
 sbin_PROGRAMS =
 

-- 
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