diff options
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6e550d3..5cd060c 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,8 @@ override_dh_auto_build: ./build -p linux -hsystem -f libscm.opt -t lib makeinfo --html --no-split scm.texi makeinfo --html --no-split Xlibscm.texi - mv XlibScm.html Xlibscm.html + cp XlibScm.html Xlibscm.html + cp ChangeLog changelog override_dh_auto_test: # skip: inexact tests fail; fixed in later upstream version |