The following commit has been merged in the master branch:
commit 471812b0582629d2478ebabdc4e0656a047c8a0d
Author: Guillem Jover <guil...@debian.org>
Date:   Thu Jan 29 18:17:07 2009 +0200

    Make distcheck work
    
    Add missing files in _SOURCES and EXTRA_DIST Makefile.am variables.

diff --git a/ChangeLog b/ChangeLog
index d2f7532..7542685 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-29  Guillem Jover  <guil...@debian.org>
+
+       * lib/Makefile.am (libdpkg_a_SOURCES): Add 'dpkg-test.h'.
+       * libcompat/Makefile.am (libcompat_a_SOURCES): Add 'compat.h'.
+       * man/Makefile.am (EXTRA_DIST): Add 'po/ChangeLog'.
+
 2009-01-27  Raphael Hertzog  <hert...@debian.org>
 
        * scripts/t/900_Dpkg_Version.t: Renamed into...
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 744742a..193de32 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -19,6 +19,7 @@ libdpkg_a_SOURCES = \
        dpkg-i18n.h \
        dpkg-db.h \
        dpkg-priv.h \
+       dpkg-test.h \
        dlist.h \
        cleanup.c \
        compression.c \
diff --git a/libcompat/Makefile.am b/libcompat/Makefile.am
index 0b7b1fe..65eac86 100644
--- a/libcompat/Makefile.am
+++ b/libcompat/Makefile.am
@@ -7,6 +7,7 @@ INCLUDES = \
 noinst_LIBRARIES = libcompat.a
 
 libcompat_a_SOURCES = \
+       compat.h \
        gettext.h
 
 if !HAVE_GETOPT
diff --git a/man/Makefile.am b/man/Makefile.am
index 1b5758c..d6ddb08 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -104,6 +104,7 @@ dist_man_MANS = \
        update-alternatives.8
 
 EXTRA_DIST = \
+       po/ChangeLog \
        po/po4a.cfg \
        po/dpkg-man.pot
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to