This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libfile-data-perl.
commit bb1676ca37c5fd0d155e2c3924029f8c32b33625 Author: Jonas Smedegaard <[email protected]> Date: Mon Sep 11 15:25:23 2017 +0200 Add patch 1001 to fix install path. --- debian/patches/1001_fix_install_path.patch | 14 ++++++++++++++ debian/patches/README | 3 +++ debian/patches/series | 1 + 3 files changed, 18 insertions(+) diff --git a/debian/patches/1001_fix_install_path.patch b/debian/patches/1001_fix_install_path.patch new file mode 100644 index 0000000..1ee238b --- /dev/null +++ b/debian/patches/1001_fix_install_path.patch @@ -0,0 +1,14 @@ +Description: Fix install path +Author: Jonas Smedegaard <[email protected]> +Bug: https://rt.cpan.org/Ticket/Display.html?id=123009 +Last-Updated: 2017-09-11 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -11,5 +11,4 @@ + Fcntl => 1.11, + FileHandle => 2.02, + }, +- 'PM' => { 'lib/File/Data.pm' => '$(INST_LIBDIR)/File/Data.pm' }, + ); diff --git a/debian/patches/README b/debian/patches/README new file mode 100644 index 0000000..80c1584 --- /dev/null +++ b/debian/patches/README @@ -0,0 +1,3 @@ +0xxx: Grabbed from upstream development. +1xxx: Possibly relevant for upstream adoption. +2xxx: Only relevant for official Debian release. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..6988446 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +1001_fix_install_path.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-data-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
