[Pkg-utopia-commits] r2149 - in /packages/unstable/dbus-java/debian: changelog rules

mjj29 at users.alioth.debian.org mjj29 at users.alioth.debian.org
Mon Mar 31 13:56:58 UTC 2008


Author: mjj29
Date: Mon Mar 31 13:56:58 2008
New Revision: 2149

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2149
Log:
make sure debug is disabled

Modified:
    packages/unstable/dbus-java/debian/changelog
    packages/unstable/dbus-java/debian/rules

Modified: packages/unstable/dbus-java/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-java/debian/changelog?rev=2149&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/changelog (original)
+++ packages/unstable/dbus-java/debian/changelog Mon Mar 31 13:56:58 2008
@@ -1,9 +1,10 @@
 dbus-java (2.4-2) unstable; urgency=low
 
   * Fix depends/wrapper script JVM mismatch (Closes: #473569)
-  * Ensure correct dependency on lidbus-java in dbus-java-bin 
+  * Ensure correct dependency on lidbus-java in dbus-java-bin
+  * Make sure debug is disabled 
 
- -- Matthew Johnson <mjj29 at debian.org>  Mon, 31 Mar 2008 14:20:57 +0100
+ -- Matthew Johnson <mjj29 at debian.org>  Mon, 31 Mar 2008 14:56:28 +0100
 
 dbus-java (2.4-1) unstable; urgency=low
 

Modified: packages/unstable/dbus-java/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-java/debian/rules?rev=2149&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/rules (original)
+++ packages/unstable/dbus-java/debian/rules Mon Mar 31 13:56:58 2008
@@ -16,7 +16,7 @@
 	# Add here commands to compile the package.
 	$(MAKE) LOCPATH="$(LOCALE_DIR)" \
 			  LC_ALL="$(LOCALE_NAME).$(LOCALE_CHARSET)" \
-			  DEBUG=enable \
+			  DEBUG=disable \
 			  JCFLAGS="-O" \
 			  PREFIX=/usr \
 			  JAVA_HOME=${JAVA_HOME}/bin/ \




More information about the Pkg-utopia-commits mailing list