]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Switch to non-native packaging
authorSimon McVittie <smcv@debian.org>
Sat, 6 Jan 2018 17:19:49 +0000 (17:19 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 6 Jan 2018 17:19:49 +0000 (17:19 +0000)
  - 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

debian/changelog
debian/gbp.conf [new file with mode: 0644]
debian/source/format
debian/watch [new file with mode: 0644]

index 5f3f6abe64f1022bfc23b83f4e3e9ba7bf43c85c..ac5a33b6e66887d1a14bef09183072f687681a19 100644 (file)
@@ -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 <smcv@debian.org>  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 (file)
index 0000000..87681c0
--- /dev/null
@@ -0,0 +1,6 @@
+[DEFAULT]
+debian-branch = debian/master
+patch-numbers = False
+pristine-tar = True
+upstream-branch = upstream/latest
+upstream-vcs-tag = %(version)s
index 89ae9db8f88b823b6a7eabf55e203658739da122..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 100644 (file)
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..65d826a
--- /dev/null
@@ -0,0 +1,4 @@
+version=4
+opts="mode=git" \
+git://git.ikiwiki.info/ \
+refs/tags/([\d\.]+) debian