Author: drazzib
Date: 2009-10-12 20:55:56 +0000 (Mon, 12 Oct 2009)
New Revision: 10810

Modified:
   trunk/mina/debian/changelog
   trunk/mina/debian/rules
Log:
Replace dh_clean -k by dh_prep

Modified: trunk/mina/debian/changelog
===================================================================
--- trunk/mina/debian/changelog 2009-10-12 20:41:59 UTC (rev 10809)
+++ trunk/mina/debian/changelog 2009-10-12 20:55:56 UTC (rev 10810)
@@ -2,6 +2,7 @@
 
   * Append "Mina 1.x" in extended description
   * Bump debhelper to >= 7
+    - Replace dh_clean -k by dh_prep
   * Maven POMs:
     - Add a Build-Depends-Indep dependency on maven-repo-helper
     - Use mh_installpom and mh_installjar to install the POM and the jar to the

Modified: trunk/mina/debian/rules
===================================================================
--- trunk/mina/debian/rules     2009-10-12 20:41:59 UTC (rev 10809)
+++ trunk/mina/debian/rules     2009-10-12 20:55:56 UTC (rev 10810)
@@ -63,7 +63,7 @@
 install-indep: build-indep
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
 binary-arch: build-arch
@@ -72,7 +72,7 @@
 binary-indep: build-indep install-indep
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_install -i
        dh_installdocs -i
        # Don't include META-INF or LICENSE files from examples


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to