This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository libdata-amf-perl.
commit 4cc8c9d73d6eb1864127e6f11cb5dc6bd7cd9bfe Author: Paul Wise <[email protected]> Date: Fri May 2 11:43:25 2014 +0800 Strip Flash files since one is not buildable on Debian and the other is buildable but the result is untested (Closes: #736799) --- debian/changelog | 6 +++++- debian/copyright | 2 ++ debian/watch | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 45ac6bb..2aaa004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libdata-amf-perl (0.09-4) UNRELEASED; urgency=low +libdata-amf-perl (0.09+dfsg-1) UNRELEASED; urgency=low [ gregor herrmann ] * debian/copyright: update wording of Comment about copyright @@ -15,6 +15,10 @@ libdata-amf-perl (0.09-4) UNRELEASED; urgency=low [ gregor herrmann ] * Strip trailing slash from metacpan URLs. + [ Paul Wise ] + * Strip Flash files since one is not buildable on Debian and + the other is buildable but the result is untested (Closes: #736799) + -- gregor herrmann <[email protected]> Fri, 07 Dec 2012 23:52:45 +0100 libdata-amf-perl (0.09-3) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 2f54343..76db599 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-AMF Upstream-Contact: Daisuke Murase <[email protected]> Source: https://metacpan.org/release/Data-AMF +Comment: Flash files removed (build untested, not buildable; #736799) to create the +dfsg version. +Files-Excluded: examples/simple_flex_rpc/SimpleFlexRPC.swf examples/simple_flash_remoting.swf Files: * Copyright: 2008-2010, Daisuke Murase <[email protected]> diff --git a/debian/watch b/debian/watch index 238bd7f..4c9526f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 +opts=dversionmangle=s/\+dfsg$// \ https://metacpan.org/release/Data-AMF .*/Data-AMF-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-amf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
