[xen-tools-dev] [PATCH] Generate ChangeLog during package build
Stéphane Jourdois
sjourdois at gmail.com
Sat Jul 10 12:52:13 CEST 2010
dpkg-buildpackage fails to install changelog unless it is generated before.
Build it after manpages.
---
debian/rules | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/debian/rules b/debian/rules
index 328a442..aa2cc2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ install: build
dh_prep
make manpages
+ make changelog
make install prefix=`pwd`/debian/xen-tools
dh_installdirs
--
1.5.6.5
More information about the xen-tools-dev
mailing list