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

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3525d759e6279de35f14bb6492ad0c7c5676f8c2

commit 3525d759e6279de35f14bb6492ad0c7c5676f8c2
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Mon Jul 23 13:14:57 2018 +0200

    build: Distribute Build.PL from the builddir not sourcedir
    
    This file is generated by configure, so we will not find it in the
    source directory.
---
 cpan.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpan.am b/cpan.am
index 0cf4967ad..276fddc72 100644
--- a/cpan.am
+++ b/cpan.am
@@ -19,7 +19,7 @@ dist-cpan:
                 $(top_srcdir)/scripts/Dpkg \
                 $(CPAN_DIST)/lib/
        cp -fpR $(top_srcdir)/scripts/Test $(CPAN_DIST)/lib/
-       cp -fpR $(top_srcdir)/scripts/Build.PL $(CPAN_DIST)
+       cp -fpR $(top_builddir)/scripts/Build.PL $(CPAN_DIST)
 
        : # Fix permissions of the distributed files.
        chmod a+x $(CPAN_DIST)/Build.PL

-- 
Dpkg.Org's dpkg

Reply via email to