From: Alexander Chernyakhovsky Date: Sun, 21 Jul 2013 16:49:36 +0000 (-0400) Subject: dh7 needs --with config-package X-Git-Tag: 0.0.43+nmu1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/063474572745524d29bf0e1d72ce26f3a968fe9d dh7 needs --with config-package --- diff --git a/debian/changelog b/debian/changelog index fd90276..b9f370a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-xen-config (0.0.43+nmu1) precise; urgency=low + + * Use config-package-dev. + + -- Alexander Chernyakhovsky Sun, 21 Jul 2013 12:48:47 -0400 + invirt-xen-config (0.0.43) precise; urgency=low * fix the diversion too. diff --git a/debian/rules b/debian/rules index cbe925d..3c8e24d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with config-package