This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libemail-valid-loose-perl.
commit 322cf8660ab92d454ca2dbcfa16ec142005d6363 Author: Axel Beckert <[email protected]> Date: Sun May 25 02:49:55 2014 +0200 Move dh_installdocs parameter to debian/docs --- debian/changelog | 1 + debian/docs | 1 + debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aa0418e..f6ab4b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ libemail-valid-loose-perl (0.05-4) UNRELEASED; urgency=low + Update versioned debhelper build-dependency accordingly * Revamp debian/rules: + Use dh_auto_{configure,build,test,install,clean} + + Move dh_installdocs parameter to debian/docs -- gregor herrmann <[email protected]> Sun, 16 Nov 2008 20:42:26 +0100 diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules index 6806a5e..716abc3 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ binary-arch: binary-indep: build install dh_testdir dh_testroot - dh_installdocs README + dh_installdocs dh_installchangelogs Changes dh_perl dh_link -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-valid-loose-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
