From dba84b8219d29506886065cc6bcd821d977d2bf8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jul 2014 03:08:12 -0400 Subject: propellor spin --- propellor.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 1c3c8681..e5c8f48a 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -81,6 +81,7 @@ Library Propellor.Property.File Propellor.Property.Git Propellor.Property.Gpg + Propellor.Property.Grub Propellor.Property.Network Propellor.Property.Obnam Propellor.Property.OpenId @@ -92,8 +93,9 @@ Library Propellor.Property.Sudo Propellor.Property.Tor Propellor.Property.User - Propellor.Property.HostingProvider.DigitalOcean Propellor.Property.HostingProvider.CloudAtCost + Propellor.Property.HostingProvider.DigitalOcean + Propellor.Property.HostingProvider.Linode Propellor.Property.SiteSpecific.GitHome Propellor.Property.SiteSpecific.JoeySites Propellor.Property.SiteSpecific.GitAnnexBuilder -- cgit v1.2.3 From 54d2888a9616cf5005422b34446797f0357b0098 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Jul 2014 22:11:40 -0400 Subject: Remove .gitignore from cabal file list, to avoid build failure on Debian. Closes: #754334 --- debian/changelog | 6 ++++-- propellor.cabal | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'propellor.cabal') diff --git a/debian/changelog b/debian/changelog index 313ec722..54923662 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -propellor (0.8.1) UNRELEASED; urgency=medium +propellor (0.8.1) unstable; urgency=medium * Run apt-get update in initial bootstrap. * --list-fields now includes a table of fields that are not currently set, but would be used if they got set. + * Remove .gitignore from cabal file list, to avoid build failure on Debian. + Closes: #754334 - -- Joey Hess Mon, 07 Jul 2014 02:03:46 -0400 + -- Joey Hess Wed, 09 Jul 2014 22:11:31 -0400 propellor (0.8.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index e5c8f48a..50067b8d 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.8.0 +Version: 0.8.1 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess @@ -25,7 +25,6 @@ Extra-Source-Files: debian/copyright debian/rules debian/lintian-overrides - .gitignore Synopsis: property-based host configuration management in haskell Description: Propellor enures that the system it's run in satisfies a list of -- cgit v1.2.3