This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libgd-perl.
commit 323f53e49e6a637714ba791979a3377be43a4a61 Author: Jonas Smedegaard <[email protected]> Date: Fri Jun 6 11:06:53 2014 +0200 Put aside upstream shipped autogenerated file during build. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8291f91..22aeb5e 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,9 @@ clean:: find -type f -name '*.metadata_dump' -delete rm -f debian/stamp-extract-copyright +# put aside upstream shipped autogenerated file during build +DEB_UPSTREAM_CRUFT_MOVE += GD/Image.pm + DEB_INSTALL_DOCS_ALL += README.unix README.QUICKDRAW DEB_INSTALL_EXAMPLES_ALL = demos bdf_scripts qd.pl @@ -74,4 +77,4 @@ binary-post-install/$(pkg):: # Manually clean leftovers clean:: - rm -f GD.html pod2html* pod2htmd.tmp pod2htmi.tmp .config.cache GD/Image.pm bdf_scripts/bdf2gdfont.pl Makefile.old + rm -f GD.html pod2html* pod2htmd.tmp pod2htmi.tmp .config.cache bdf_scripts/bdf2gdfont.pl Makefile.old -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgd-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
