From ec7d710da5c0307352f0013fb2f7ceb6ad7502f5 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sun, 22 Sep 2013 23:24:51 -0400 Subject: [PATCH] fix apticron email subjects already --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 $@ -- 1.7.9.5