r7061: initial property settings
[postoffice.git] / debian / rules
index 7615f8f58eee0530967cb61a9f87cbf76d1081d8..5a3e0c5b156f6d092b7cad3e60dde3ba1b9201bf 100755 (executable)
@@ -5,7 +5,6 @@ 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)
@@ -40,9 +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