The following commit has been merged in the master branch:
commit b3db5f47c08016aa36fd0733341a033d9600a0c7
Author: Sven Joachim <[email protected]>
Date:   Sun Jul 25 23:34:03 2010 +0200

    build: Fix “make distcheck” errors
    
    Ship the doc/lcov-{epi,pro}log files created in commit
    0581dda824f26e9eec996ebf4de5f6474336bec2 in the distribution tarball,
    as well as the dpkg-divert test that moved in commit
    577ab5dd513beb641f1d635d8ead681065254233.

diff --git a/Makefile.am b/Makefile.am
index a18c4e0..f1561ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,8 @@ EXTRA_DIST = \
        doc/README.api \
        doc/README.feature-removal-schedule \
        doc/coding-style.txt \
+       doc/lcov-epilog \
+       doc/lcov-prolog \
        doc/triggers.txt \
        debian/archtable \
        debian/changelog \
diff --git a/src/Makefile.am b/src/Makefile.am
index 34fe0e9..7656d45 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,9 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib
 
 
+EXTRA_DIST = \
+       $(test_cases)
+
 bin_PROGRAMS = \
        dpkg \
        dpkg-divert \

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to