This is an automated email from the git hooks/post-receive script. rra pushed a commit to branch master in repository libnet-duo-perl.
commit [33mb5387415fae5b5f26bd008c5bd78c111ce8b1396[m Author: Russ Allbery <[email protected]> Date: Sun Aug 16 18:52:21 2015 Add debian/gbp.conf configuration * Add debian/gbp.conf reflecting the branch layout of the default packaging repository. --- debian/changelog | 2 ++ debian/gbp.conf | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22db2dc..f6b94fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libnet-duo-perl (1.01-1) UNRELEASED; urgency=medium * New upstream release. - Fixes FTBFS and JSON decoding with JSON::XS 3.0. (Closes: #795734) + * Add debian/gbp.conf reflecting the branch layout of the default + packaging repository. -- Russ Allbery <[email protected]> Sun, 16 Aug 2015 11:49:19 -0700 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..b60e797 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +# The Git repository referenced by the Vcs-Git field of debian/control +# combines upstream development (in master) with the Debian packaging (in the +# debian branch). Tell git-buildpackage about this layout. + +[DEFAULT] +debian-branch = debian -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-duo-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
