r7061: initial property settings
[postoffice.git] / debian / rules
index 0547d22604e31e35648ded90a3a0b0a079b4b427..5a3e0c5b156f6d092b7cad3e60dde3ba1b9201bf 100755 (executable)
@@ -5,11 +5,9 @@ export DH_COMPAT=4
 pkg    := postoffice
 debpkg  := cl-postoffice
 
-
 clc-source     := usr/share/common-lisp/source
 clc-systems    := usr/share/common-lisp/systems
 clc-postoffice := $(clc-source)/$(pkg)
-
 doc-dir                := usr/share/doc/$(debpkg)
 
 
@@ -41,8 +39,10 @@ install: build
        dh_clean -k
        # Add here commands to install the package into debian/postoffice.
        dh_installdirs $(clc-systems) $(clc-postoffice) $(doc-dir)
-       dh_install debian/postoffice.asd $(shell echo *.lisp) $(clc-postoffice)
+       dh_install postoffice.asd $(shell echo *.lisp) $(clc-postoffice)
+       dh_install postoffice.html $(doc-dir)
        dh_link $(clc-postoffice)/postoffice.asd $(clc-systems)/postoffice.asd
+       mv ChangeLog changelog
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -64,7 +64,7 @@ binary-arch: build install
 #      dh_installman
 #      dh_installinfo
 #      dh_undocumented
-       dh_installchangelogs
+       dh_installchangelogs changelog
        dh_strip
        dh_compress
        dh_fixperms