From: Adam Glasgall Date: Mon, 23 Sep 2013 03:24:51 +0000 (-0400) Subject: fix apticron email subjects already X-Git-Tag: 0.0.11~4 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-meta.git/commitdiff_plain/ec7d710da5c0307352f0013fb2f7ceb6ad7502f5 fix apticron email subjects already --- diff --git a/debian/changelog b/debian/changelog index be8f922..e8c2f0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xvm-meta (0.0.8) precise; urgency=low + + * Divert /etc/apticron/apticron.conf and replace it with our version to + spare us from the endless lists of hostnames in the subject of the + emails apticron sends. + + -- Adam Glasgall Sun, 22 Sep 2013 23:23:35 -0400 + xvm-meta (0.0.7) precise; urgency=low * Updating version for precise migration. diff --git a/debian/control b/debian/control index 241d205..0e9c2fe 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xvm-meta Section: servers Priority: extra Maintainer: SIPB XVM Project -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 7), config-package-dev Standards-Version: 3.9.3 Package: xvm-host diff --git a/debian/rules b/debian/rules index cbe925d..b935848 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh --with config-package $@