diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 21:08:39 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 21:08:39 -0400 |
| commit | 072eede6466595139acdaf5609480b590657b9ec (patch) | |
| tree | 6027ede7850abc8ed06c0ba18fd6383bc1e074e0 | |
| parent | fb10b5ca3c20626cdf91910b6bcd00c78293b892 (diff) | |
| parent | a0c7cddd1dd4865b201a3f96f7d1c218ad45bb93 (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a7efdb01..acde68d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ propellor (1.0.0) unstable; urgency=medium * Propellor can now be used to provision chroots. * systemd-nspawn containers can now be managed by propellor, very similar to its handling of docker containers. + * Debian package will be maintained by Gergely Nagy. -- Joey Hess <joeyh@debian.org> Fri, 21 Nov 2014 20:58:02 -0400 diff --git a/debian/control b/debian/control index 714dd640..c5f9e5a8 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libghc-quickcheck2-dev, libghc-mtl-dev, libghc-monadcatchio-transformers-dev, -Maintainer: Debian QA Group <packages@qa.debian.org> +Maintainer: Gergely Nagy <algernon@madhouse-project.org> Standards-Version: 3.9.5 Vcs-Git: git://git.kitenet.net/propellor Homepage: http://propellor.branchable.com/ |
