diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-02 19:52:12 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:39:27 -0800 |
commit | aa6b0da52c9ec9a8a949c76e1c7e414f374d9deb (patch) | |
tree | 82b9ad691700bec38ddc1f5b2b2c4133840820e7 | |
parent | 7f52f6f51c837985f64af03ef25d23ec937b9e99 (diff) | |
download | scm-aa6b0da52c9ec9a8a949c76e1c7e414f374d9deb.tar.gz scm-aa6b0da52c9ec9a8a949c76e1c7e414f374d9deb.zip |
rename upstream ChangeLog to changelog for install
This was how the previous maintainer did it.
-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 |