gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4226 - in i18nHTML: . debian


From: grothoff
Subject: [GNUnet-SVN] r4226 - in i18nHTML: . debian
Date: Sat, 6 Jan 2007 16:05:57 -0800 (PST)

Author: grothoff
Date: 2007-01-06 16:05:55 -0800 (Sat, 06 Jan 2007)
New Revision: 4226

Modified:
   i18nHTML/ChangeLog
   i18nHTML/debian/rules
Log:
fix

Modified: i18nHTML/ChangeLog
===================================================================
--- i18nHTML/ChangeLog  2007-01-06 23:53:53 UTC (rev 4225)
+++ i18nHTML/ChangeLog  2007-01-07 00:05:55 UTC (rev 4226)
@@ -1,6 +1,5 @@
 Sat Jan  6 02:03:56 MST 2007 CG
        Administrative interface done.  Fixed Mantis #860.      
-       Releasing i18nHTML 0.3.0.
 
 Mon Jan  1 22:52:13 MST 2007 CG
        Started work on administrative interface.  Also reorganizing

Modified: i18nHTML/debian/rules
===================================================================
--- i18nHTML/debian/rules       2007-01-06 23:53:53 UTC (rev 4225)
+++ i18nHTML/debian/rules       2007-01-07 00:05:55 UTC (rev 4226)
@@ -5,7 +5,18 @@
 # As a special exception, when this file is copied by dh-make into a
 # dh-make output file, you may use that output file without restriction.
 # This special exception was added by Craig Small in version 0.37 of dh-make.
+# This is the debhelper compatibility version to use.
 
+export DH_COMPAT=4
+
+CFLAGS = -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -O0
+else
+CFLAGS += -O2
+endif
+
+
 configure: configure-stamp
 configure-stamp:
        dh_testdir
@@ -37,7 +48,7 @@
        dh_clean -k 
        dh_installdirs
 
-       $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+       $(MAKE) DESTDIR=$(CURDIR)/debian/i18nhtml install
 
 
 # Build architecture-independent files here.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]