Author: varun
Date: 2010-06-15 02:59:02 +0000 (Tue, 15 Jun 2010)
New Revision: 12569

Modified:
   trunk/javahelp2/debian/changelog
   trunk/javahelp2/debian/control
   trunk/javahelp2/debian/rules
Log:
* debian/rules: Fix bashism (Closes: #581457)
* Bump Standards-Version to 3.8.4

Modified: trunk/javahelp2/debian/changelog
===================================================================
--- trunk/javahelp2/debian/changelog    2010-06-14 20:46:55 UTC (rev 12568)
+++ trunk/javahelp2/debian/changelog    2010-06-15 02:59:02 UTC (rev 12569)
@@ -1,3 +1,10 @@
+javahelp2 (2.0.05.ds1-4) unstable; urgency=low
+
+  * debian/rules: Fix bashism (Closes: #581457)
+  * Bump Standards-Version to 3.8.4
+
+ -- Varun Hiremath <[email protected]>  Mon, 14 Jun 2010 22:31:42 -0400
+
 javahelp2 (2.0.05.ds1-3) unstable; urgency=low
 
   [ Gabriele Giacone ]

Modified: trunk/javahelp2/debian/control
===================================================================
--- trunk/javahelp2/debian/control      2010-06-14 20:46:55 UTC (rev 12568)
+++ trunk/javahelp2/debian/control      2010-06-15 02:59:02 UTC (rev 12569)
@@ -6,7 +6,7 @@
 Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper
 Build-Depends-Indep: ant-optional, default-jdk,
  libtomcat6-java, libservlet2.4-java, imagemagick
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://javahelp.dev.java.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javahelp2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javahelp2

Modified: trunk/javahelp2/debian/rules
===================================================================
--- trunk/javahelp2/debian/rules        2010-06-14 20:46:55 UTC (rev 12568)
+++ trunk/javahelp2/debian/rules        2010-06-15 02:59:02 UTC (rev 12569)
@@ -68,9 +68,13 @@
        -rm -f *.cdbs-config_list
        -rm -f stamp-build-$(p_jh)
 
-       rm -rf $(DEB_SRCDIR)/javahelp_nbproject/{build,dist,lib}
-       rm -rf $(DEB_SRCDIR)/JSearchClient_nbproject/{build,dist}
-       rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/{build,dist}
+       rm -rf $(DEB_SRCDIR)/javahelp_nbproject/build
+       rm -rf $(DEB_SRCDIR)/javahelp_nbproject/dist
+       rm -rf $(DEB_SRCDIR)/javahelp_nbproject/lib
+       rm -rf $(DEB_SRCDIR)/JSearchClient_nbproject/build
+       rm -rf $(DEB_SRCDIR)/JSearchClient_nbproject/dist
+       rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/build
+       rm -rf $(DEB_SRCDIR)/JSearchIndexer_nbproject/dist
        rm -f 
$(DEB_SRCDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/images/*.png
 
 get-orig-source:


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

Reply via email to