[Pkg-javascript-commits] [SCM] JS Debugger branch, master, updated. debian/0.5-2-9-g8818953
Marcelo Jorge Vieira (metal)
metal at alucinados.com
Wed Jun 2 18:14:22 UTC 2010
The following commit has been merged in the master branch:
commit 753b63a10e141b7372acb58c39252443692dbe09
Author: Marcelo Jorge Vieira (metal) <metal at alucinados.com>
Date: Wed Jun 2 15:08:13 2010 -0300
Minimizing rules file
diff --git a/debian/rules b/debian/rules
index 521090b..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +1,3 @@
#!/usr/bin/make -f
-
-clean:
- dh_testdir
- dh_testroot
-
- dh_clean
-
-build:
-
-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
+%:
+ dh $@
--
JS Debugger
More information about the Pkg-javascript-commits
mailing list