diff options
author | Trent Buck <trentbuck@gmail.com> | 2005-10-27 13:39:00 +0000 |
---|---|---|
committer | Trent Buck <trentbuck@gmail.com> | 2005-10-27 13:39:00 +0000 |
commit | ff8d692ce2a1e4df73bf421d63aeb2718535d895 (patch) | |
tree | ea06603671b691977376f416004707238fda323c /debian | |
parent | 66b2f900a4472848d02f47877a34a7fd89d3e901 (diff) |
Makefile (ChangeLog): Generate ChangeLog from darcs metadata.
debian/rules (build-stamp): Have make generate the ChangeLog.
(build-arch): Include ChangeLog and debian/changelog in debian package.
darcs-hash:20051027133919-8f417-831560dba011ae058eb50dff57e5faba5c6b64a6.gz
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3b84df0..1b41940 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,7 @@ build-stamp: configure-stamp dh_testdir make emms.info make emms-auto.el + make ChangeLog touch build-stamp clean: @@ -60,7 +61,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot -# dh_installchangelogs ChangeLog + dh_installchangelogs ChangeLog dh_installdocs # dh_installexamples dh_install |