Revert "Generate ChangeLog during package build"
This reverts commit 0cb518bc5a and fixes
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595883
The changelog MUST not be generated during the Debian package build as
it relies on a checked out copy of the VCS repository -- what the
Debian package isn't. The Debian (and any other packaging) gets the
changelog from our tar.gz balls.
We will have to fix the issue, which the reverted commit tried to fix,
differently.
This commit is contained in:
1
debian/rules
vendored
1
debian/rules
vendored
@@ -28,7 +28,6 @@ install: build
|
||||
dh_prep
|
||||
|
||||
make manpages
|
||||
make changelog
|
||||
make install prefix=`pwd`/debian/xen-tools
|
||||
|
||||
dh_installdirs
|
||||
|
||||
Reference in New Issue
Block a user