[Pkg-jed-commit] r365 - in jed: branches/0.99.19 trunk/debian

Jörg Sommer jo-guest at costa.debian.org
Mon Aug 14 13:48:30 UTC 2006


Author: jo-guest
Date: 2006-08-14 13:48:29 +0000 (Mon, 14 Aug 2006)
New Revision: 365

Modified:
   jed/branches/0.99.19/rules
   jed/trunk/debian/rules
Log:
* There was a typo in the rules files that never came up, because the
  typo in CFLAGS prevented this part. I should really do more testing
  before submitting my changes. :?\226?\128?\148)


Modified: jed/branches/0.99.19/rules
===================================================================
--- jed/branches/0.99.19/rules	2006-08-14 13:39:10 UTC (rev 364)
+++ jed/branches/0.99.19/rules	2006-08-14 13:48:29 UTC (rev 365)
@@ -12,7 +12,7 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
-	CFLAGS += -02
+	CFLAGS += -O2
 endif
 
 include /usr/share/dpatch/dpatch.make

Modified: jed/trunk/debian/rules
===================================================================
--- jed/trunk/debian/rules	2006-08-14 13:39:10 UTC (rev 364)
+++ jed/trunk/debian/rules	2006-08-14 13:48:29 UTC (rev 365)
@@ -12,7 +12,7 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
-	CFLAGS += -02
+	CFLAGS += -O2
 endif
 
 include /usr/share/dpatch/dpatch.make




More information about the Pkg-jed-commit mailing list