fix apticron email subjects already
authorAdam Glasgall <adam@crossproduct.net>
Mon, 23 Sep 2013 03:24:51 +0000 (23:24 -0400)
committerAdam Glasgall <adam@crossproduct.net>
Mon, 23 Sep 2013 03:24:51 +0000 (23:24 -0400)
debian/changelog
debian/control
debian/rules

index be8f922..e8c2f0f 100644 (file)
@@ -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 <glasgall@mit.edu>  Sun, 22 Sep 2013 23:23:35 -0400
+
 xvm-meta (0.0.7) precise; urgency=low
 
   * Updating version for precise migration.
index 241d205..0e9c2fe 100644 (file)
@@ -2,7 +2,7 @@ Source: xvm-meta
 Section: servers
 Priority: extra
 Maintainer: SIPB XVM Project <xvm@mit.edu>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), config-package-dev
 Standards-Version: 3.9.3
 
 Package: xvm-host
index cbe925d..b935848 100755 (executable)
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-       dh $@
+       dh --with config-package $@