[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.0-beta.1-30-g3ec490d

Raphael Geissert atomo64 at gmail.com
Thu Jul 9 05:26:05 UTC 2009


The following commit has been merged in the master branch:
commit f67394b76e0af3cd370dd3ba1d4f3f1e6ce0888b
Author: Raphael Geissert <atomo64 at gmail.com>
Date:   Thu Jul 9 00:13:14 2009 -0500

    Simplify rules file

diff --git a/debian/changelog b/debian/changelog
index f704254..00fa982 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ eeepc-acpi-scripts (1.1.1) unstable; urgency=low
   * Add support for OSD notifications via kdialog (Closes: #519671)
     - Thanks to Gernot Pansy <pansyg at gmx.at> for the patch
   * Bump standards-version, no change needed
+  * Simplify rules file
 
   [ Tanguy Ortolo ]
   * Fix "[ -e $foo ]" where foo may be empty. (Closes: #532631)
diff --git a/debian/rules b/debian/rules
index 2ea66e9..fbffdb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,22 +6,10 @@
 PKG = eeepc-acpi-scripts
 TMP = $(CURDIR)/debian/$(PKG)
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
-	dh_testdir
-	touch $@
-
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
 	dh_clean
 
 install: build
@@ -52,4 +40,4 @@ binary-indep: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list