summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-11-08 15:57:56 -0400
committerJoey Hess <joey@kitenet.net>2014-11-08 15:57:56 -0400
commitde50503e4dbdea853e899f01e8828cf4f454dd57 (patch)
tree872dd9358864ae073e9dbe43916d1c8b5b361d58
parentf38cd7c6a571ed7ee08a379a4aef9827f54d471f (diff)
parentf3a31c91922f6386b61c3b3f9c53dfc7f5286d9e (diff)
Merge branch 'joeyconfig'debian/0.9.2
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
-rw-r--r--propellor.cabal2
3 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 8c79d519..8ef65e0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-propellor (0.9.2) UNRELEASED; urgency=medium
+propellor (0.9.2) unstable; urgency=medium
* Added nginx module, contributed by FĂ©lix Sipma.
* Added firewall module, contributed by Arnaud Bailly.
* Apache: Fix daemon reload when enabling a new module or site.
* Docker: Stop using docker.io; that was a compat symlink in
the Debian package which has been removed in docker.io 1.3.1~dfsg1-2.
+ * Orphaned the Debian package, as I am retiring from Debian.
- -- Joey Hess <joeyh@debian.org> Thu, 30 Oct 2014 16:36:06 -0400
+ -- Joey Hess <joeyh@debian.org> Sat, 08 Nov 2014 15:57:36 -0400
propellor (0.9.1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index fae96cdb..714dd640 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
libghc-quickcheck2-dev,
libghc-mtl-dev,
libghc-monadcatchio-transformers-dev,
-Maintainer: Joey Hess <joeyh@debian.org>
+Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.5
Vcs-Git: git://git.kitenet.net/propellor
Homepage: http://propellor.branchable.com/
diff --git a/propellor.cabal b/propellor.cabal
index 43f098a8..a6d00a03 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 0.9.1
+Version: 0.9.2
Cabal-Version: >= 1.6
License: BSD3
Maintainer: Joey Hess <joey@kitenet.net>