This is an automated email from the git hooks/post-receive script. dom pushed a commit to branch master in repository libgraphviz-perl.
commit 19e4d6e1829d9cc34122c642cf8f4ec7f86b65fa Author: Dominic Hargreaves <[email protected]> Date: Mon Apr 2 22:18:31 2012 +0100 Switch to dpkg-source 3.0 (quilt) format --- debian/changelog | 1 + debian/patches/primes_path.diff | 10 ++++++++++ debian/patches/series | 1 + debian/source/format | 1 + examples/primes_aux.pl | 2 +- 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 97d3746..04fe3ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libgraphviz-perl (2.04-2) UNRELEASED; urgency=low * Add Vcs-* fields + * Switch to dpkg-source 3.0 (quilt) format -- Dominic Hargreaves <[email protected]> Mon, 02 Apr 2012 22:17:14 +0100 diff --git a/debian/patches/primes_path.diff b/debian/patches/primes_path.diff new file mode 100644 index 0000000..09a3122 --- /dev/null +++ b/debian/patches/primes_path.diff @@ -0,0 +1,10 @@ +diff --git a/examples/primes_aux.pl b/examples/primes_aux.pl +index 2540bef..e7222de 100755 +--- a/examples/primes_aux.pl ++++ b/examples/primes_aux.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl -w ++#!/usr/bin/perl -w + # badly written program in the hopes it would sound nice + # - Greg McCarroll + # diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b8a4c47 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +primes_path.diff diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/examples/primes_aux.pl b/examples/primes_aux.pl index e7222de..2540bef 100755 --- a/examples/primes_aux.pl +++ b/examples/primes_aux.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/local/bin/perl -w # badly written program in the hopes it would sound nice # - Greg McCarroll # -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraphviz-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
