[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.7.3-1-10-ge022739
Mehdi Dogguy
dogguy at pps.jussieu.fr
Tue Feb 3 14:21:59 UTC 2009
The following commit has been merged in the master branch:
commit e022739e529ae0eef65a291ed1a60cbd46817805
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Mon Feb 2 18:30:06 2009 +0100
Shorten debian/rules
diff --git a/debian/rules b/debian/rules
index 35119cb..a683fda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
build: build-stamp
@@ -13,17 +12,5 @@ clean:
dh clean
rm -rf simpbuild
-install: build install-stamp
-install-stamp:
- dh install
- touch $@
-
-binary-indep: install
- dh $@
-
-binary-arch: install
+%:
dh $@
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install
--
Scala packaging
More information about the Pkg-scala-commits
mailing list