From: Simon McVittie Date: Sat, 6 Jan 2018 17:19:49 +0000 (+0000) Subject: Switch to non-native packaging X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/3d467aae3f3144f71c83c4c56294bed75cc81b2a Switch to non-native packaging - d/gbp.conf: Configure for a non-native package - d/source/format: set to 3.0 (quilt) - d/watch: Look for new releases in upstream git --- diff --git a/debian/changelog b/debian/changelog index 5f3f6abe6..ac5a33b6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ikiwiki (3.20171001-1) UNRELEASED; urgency=medium + + * Switch to non-native packaging + - d/gbp.conf: Configure for a non-native package + - d/source/format: set to 3.0 (quilt) + - d/watch: Look for new releases in upstream git + + -- Simon McVittie Sat, 06 Jan 2018 15:14:29 +0000 + ikiwiki (3.20171001) unstable; urgency=medium [ Joey Hess ] diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 000000000..87681c0d6 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +debian-branch = debian/master +patch-numbers = False +pristine-tar = True +upstream-branch = upstream/latest +upstream-vcs-tag = %(version)s diff --git a/debian/source/format b/debian/source/format index 89ae9db8f..163aaf8d8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 000000000..65d826a1a --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="mode=git" \ +git://git.ikiwiki.info/ \ +refs/tags/([\d\.]+) debian