From a29cbc26e3270962c15e46398dc4202f3fb2b5b4 Mon Sep 17 00:00:00 2001 From: Victor Vasiliev Date: Fri, 13 Sep 2013 21:00:20 -0400 Subject: Initial check-in --- fmtn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 fmtn (limited to 'fmtn') diff --git a/fmtn b/fmtn new file mode 100755 index 0000000..055ee98 --- /dev/null +++ b/fmtn @@ -0,0 +1,19 @@ +#!/bin/bash + +set -e + +cd debian +mkdir -v source +echo -e "3.0 (native)" > source/format +echo -e "[DEFAULT]\nupstream-tree=branch\nupstream-branch=master\ndebian-branch=master" > gbp.conf +cd .. + +dch -U "Add git-buildpackage configuration" +dch "Set source format to 3.0 (native)" +dch --distribution=unstable -r "" +git add debian/source/ debian/gbp.conf debian/changelog + +git commit -m "Make the package work with git buildpackage + +Add gbp.conf and source/format." + -- cgit v1.2.3