summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-01-20 14:45:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-01-20 14:45:11 -0700
commit0c61044e4ee7229a00578bc076da7ddcc8fcb3c5 (patch)
tree6a5a69f42e23e888e3c0eaacaacb442b2b6fd753
parent83a74baadcf7d0c4ff00423d8d40636b7ef816c7 (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (8.3~bpo9+1) quilt-fixup]
-rw-r--r--debian/patches/fix-libvirt.hs-haddock-build.patch20
-rw-r--r--debian/patches/series1
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/fix-libvirt.hs-haddock-build.patch b/debian/patches/fix-libvirt.hs-haddock-build.patch
new file mode 100644
index 00000000..d2cc77d1
--- /dev/null
+++ b/debian/patches/fix-libvirt.hs-haddock-build.patch
@@ -0,0 +1,20 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Sun, 20 Jan 2019 14:44:49 -0700
+X-Dgit-Generated: 5.6.0-1 83a74baadcf7d0c4ff00423d8d40636b7ef816c7
+Subject: fix Libvirt.hs haddock build
+
+Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
+
+---
+
+--- propellor-5.6.0.orig/src/Propellor/Property/Libvirt.hs
++++ propellor-5.6.0/src/Propellor/Property/Libvirt.hs
+@@ -30,7 +30,7 @@ newtype MiBMemory = MiBMemory Int
+ data AutoStart = AutoStart | NoAutoStart
+
+ -- | Which type of disk image to build for the virtual machine
+-data DiskImageType = Raw -- | QCow2
++data DiskImageType = Raw -- TODO: | QCow2
+
+ -- | Install basic libvirt components
+ installed :: Property DebianLike
diff --git a/debian/patches/series b/debian/patches/series
index 7d0cb20f..713fa10f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0002-dpkg-mergechangelogs.patch
+fix-libvirt.hs-haddock-build.patch