]> git.donarmstrong.com Git - dactyl.git/commitdiff
Install NEWS as upstream changelog
authorMichael Schutte <michi@uiae.at>
Wed, 20 Jul 2011 21:08:15 +0000 (23:08 +0200)
committerMichael Schutte <michi@uiae.at>
Wed, 20 Jul 2011 21:08:15 +0000 (23:08 +0200)
debian/rules

index 34d244f08cdc91b7f43841982fea333115c5f7a9..ec1f85d91c4d40bfb38d1c279782e1c0396bc945 100755 (executable)
@@ -18,3 +18,8 @@ override_dh_auto_clean:
        for PACKAGE in $(PACKAGES); \
                do rm -f $$PACKAGE/dactyl.zip; \
                done
+
+override_dh_installchangelogs:
+       for PACKAGE in $(PACKAGES); \
+               do dh_installchangelogs -p xul-ext-$$PACKAGE $$PACKAGE/NEWS; \
+               done