[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.5-98-g2c92eb1
Raphael Geissert
geissert at debian.org
Sun Sep 25 06:54:38 UTC 2011
The following commit has been merged in the master branch:
commit 3d0f913af040481d78787f2c6c0ff10e3d581095
Author: Raphael Geissert <geissert at debian.org>
Date: Sun Sep 25 01:21:47 2011 -0500
Add build-{arch,indep} targets
diff --git a/debian/changelog b/debian/changelog
index 9a8d7f3..a549596 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ eeepc-acpi-scripts (1.1.12) UNRELEASED; urgency=low
[ Raphael Geissert ]
* Transition to /run (Closes: #633050)
+ * Add build-{arch,indep} targets
-- Ben Armstrong <synrg at sanctuary.nslug.ns.ca> Sun, 14 Nov 2010 10:15:07 -0400
diff --git a/debian/rules b/debian/rules
index 1e6e4fa..4182040 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ clean:
rm -f build-stamp
dh_clean
-build: build-stamp
+build: build-indep
+build-indep: build-stamp
build-stamp:
for f in `grep -r -E -l '^#! ?/bin/sh' etc lib eeepc-acpi-scripts`; do \
echo "Checking $$f"; \
@@ -52,4 +53,4 @@ binary-indep: build install
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-indep build-arch clean binary-indep binary-arch binary install
--
Maintenance of eeepc-acpi-scripts debian package
More information about the Debian-eeepc-commits
mailing list