This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libgd-perl.
commit 7279b564bcddc34a70373ff56c4a0a1795237a18 Author: Jonas Smedegaard <[email protected]> Date: Fri Jun 6 11:12:33 2014 +0200 Extend image expansion to cover jpeg-*. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 22aeb5e..e5a4a6c 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ CDBS_REPLACES_$(pkg) = $(oldpkgs-versioned) CDBS_BUILD_DEPENDS +=, libregexp-assemble-perl, libimage-exiftool-perl CDBS_BUILD_DEPENDS +=, libfont-ttf-perl local_inspection_regex = gif|jpeg|png|tif|ttf -local_inspection_exif_regex = png-.* +local_inspection_exif_regex = jpeg-.*|png-.* DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^((.*/)?[^/]+\.($(local_inspection_regex)|$(local_inspection_exif_regex))|debian/(changelog|copyright(|_hints|_newhints)))$$ debian/stamp-copyright-check: debian/stamp-extract-copyright debian/stamp-extract-copyright: -- 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
