[SCM] Debian Live Manual branch, master, updated. 20090401-1-7-g3910a0e
Daniel Baumann
daniel at debian.org
Fri Jul 31 11:32:54 UTC 2009
The following commit has been merged in the master branch:
commit 3910a0e33c2dc87ae188ca6f17fe2456c4f90721
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Jul 31 13:17:46 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index f1e4453..a483395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,35 +1,7 @@
#!/usr/bin/make -f
-clean:
- dh_testdir
- dh_testroot
+%:
+ dh ${@}
- $(MAKE) purge
-
- dh_clean
-
-build:
- dh_testdir
-
- $(MAKE)
-
-install:
-
-binary: binary-indep
-
-binary-arch:
-
-binary-indep: install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_install
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-.PHONY: clean build install binary binary-arch binary-indep
+override_dh_auto_install:
+ # nothing to be done
--
Debian Live Manual
More information about the debian-live-changes
mailing list