[SCM] UNNAMED PROJECT branch, master, updated. debian/2.8-2-3-g2eed0f5

Niels Thykier niels at thykier.net
Tue Jun 19 10:03:05 UTC 2012


The following commit has been merged in the master branch:
commit 11581f9dbd5fdb56f28238e0d897191c8e4eccc0
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jun 19 11:59:22 2012 +0200

    Remove file in clean target that was used as stamp file
    
    Signed-off-by: Niels Thykier <niels at thykier.net>

diff --git a/debian/changelog b/debian/changelog
index 2dcf97e..26d2836 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ dbus-java (2.8-3) UNRELEASED; urgency=low
   * Team upload.
   * Bump build dependency on javahelper to allow OpenJDK-7 as
     alternative to OpenJDK-6.
+  * Remove stamp file in clean rule.
 
  -- Niels Thykier <niels at thykier.net>  Tue, 19 Jun 2012 11:44:45 +0200
 
diff --git a/debian/rules b/debian/rules
index 1e0795a..ac45bed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,19 +21,19 @@ override_dh_auto_build:
 			  JAR=${JAVA_HOME}/bin/jar \
 			  JAVADOC="${JAVA_HOME}/bin/javadoc -link /usr/share/doc/default-jdk-doc/api" \
 			  all doc check 
-	
 	touch $@
 
 override_dh_auto_clean:
 	# Add here commands to clean up after the build process.
 	$(MAKE) clean
+	rm -f override_dh_auto_build
 
 override_dh_auto_install:
 	$(MAKE) DEBUG=disable \
 			  DESTDIR=$(CURDIR)/debian/tmp \
 			  PREFIX=/usr \
 			  install install-man install-doc
-	
+
 override_dh_install:
 	dh_install -i --sourcedir=debian/tmp
 override_jh_manifest:

-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list