[scala-2.10] 25/166: Shorten debian/rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository scala-2.10.
commit e022739e529ae0eef65a291ed1a60cbd46817805
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Mon Feb 2 18:30:06 2009 +0100
Shorten debian/rules
---
debian/rules | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git
More information about the pkg-java-commits
mailing list