Remove .gitignore from cabal file list, to avoid build failure on Debian. Closes: #754334
This commit is contained in:
parent
d2785b0101
commit
54d2888a96
|
@ -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.
|
* Run apt-get update in initial bootstrap.
|
||||||
* --list-fields now includes a table of fields that are not currently set,
|
* --list-fields now includes a table of fields that are not currently set,
|
||||||
but would be used if they got 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 <joeyh@debian.org> Mon, 07 Jul 2014 02:03:46 -0400
|
-- Joey Hess <joeyh@debian.org> Wed, 09 Jul 2014 22:11:31 -0400
|
||||||
|
|
||||||
propellor (0.8.0) unstable; urgency=medium
|
propellor (0.8.0) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: propellor
|
Name: propellor
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Cabal-Version: >= 1.6
|
Cabal-Version: >= 1.6
|
||||||
License: BSD3
|
License: BSD3
|
||||||
Maintainer: Joey Hess <joey@kitenet.net>
|
Maintainer: Joey Hess <joey@kitenet.net>
|
||||||
|
@ -25,7 +25,6 @@ Extra-Source-Files:
|
||||||
debian/copyright
|
debian/copyright
|
||||||
debian/rules
|
debian/rules
|
||||||
debian/lintian-overrides
|
debian/lintian-overrides
|
||||||
.gitignore
|
|
||||||
Synopsis: property-based host configuration management in haskell
|
Synopsis: property-based host configuration management in haskell
|
||||||
Description:
|
Description:
|
||||||
Propellor enures that the system it's run in satisfies a list of
|
Propellor enures that the system it's run in satisfies a list of
|
||||||
|
|
Loading…
Reference in New Issue