[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.7.4.dfsg-1-5-gc9453ee

Mehdi Dogguy dogguy at pps.jussieu.fr
Tue Jun 2 18:47:38 UTC 2009


The following commit has been merged in the master branch:
commit a8f5d8bcbead7596be9cf4a8c31e2c08b5656e8c
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Sat May 23 12:17:48 2009 +0200

    Shorten debian/rules… using new features of debhelper

diff --git a/debian/changelog b/debian/changelog
index e637d43..8fea877 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 scala (2.7.4.dfsg-2) UNRELEASED; urgency=low
 
   * Remove Lex Spoon from uploaders (retired), closes: #527957.
+  * Shorten debian/rules: using new features of debhelper 7
 
- -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Sat, 09 May 2009 23:51:14 +0200
+ -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Sat, 23 May 2009 12:18:15 +0200
 
 scala (2.7.4.dfsg-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a683fda..5e65050 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,10 @@
 
 export DH_VERBOSE=1
 
-build: build-stamp
-build-stamp:
-	dh_testdir
+override_dh_auto_build:
 	ANT_OPTS="-Xmx1024M -Xss64M" ant -f debian/simpbuild.xml build docs dist
-	touch build-stamp
 
-clean:
-	dh clean
+override_dh_auto_clean:
 	rm -rf simpbuild
 
 %:

-- 
Scala packaging



More information about the Pkg-scala-commits mailing list