Add build targets recommended by Debian Policy §4.9.
authorBen Finney <[email protected]>
Sun, 18 Sep 2016 06:04:30 +0000 (18 16:04 +1000)
committerBen Finney <[email protected]>
Sun, 18 Sep 2016 21:06:58 +0000 (19 07:06 +1000)
debian/changelog
debian/rules

index 24d2b9f..b4217be 100644 (file)
@@ -23,6 +23,7 @@ inform-mode (1.5.8-4) UNRELEASED; urgency=medium
     Closes: bug#663407. Thanks to Kevin Ryde for the report.
   * Install symlinks to ELisp source files, as per Debian Emacs policy.
     Closes: bug#665397. Thanks to Samuel Bronson for the report.
+  * Add build targets recommended by Debian Policy §4.9.
 
  --
 
index 81a9d72..dc17521 100755 (executable)
@@ -9,6 +9,12 @@ clean:
 .PHONY: build
 build:
 
+.PHONY: build-arch
+build-arch:
+
+.PHONY: build-indep
+build-indep:
+
 .PHONY: install
 install: build
        dh_testdir