* turn off launcher stuff for now
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 14 May 2007 17:30:46 +0000 (17:30 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 14 May 2007 17:30:46 +0000 (17:30 +0000)
pmo-trunk-r1860

debian/changelog
debian/rules

index 0fd0984..3860fb0 100644 (file)
@@ -1,4 +1,4 @@
-modest (1.0-svn1851) unstable; urgency=low
+modest (1.0-svn1860) unstable; urgency=low
 
   * update for the tny account security settings update
   * temporary change to give testers more info when connections don't work
 
   * update for the tny account security settings update
   * temporary change to give testers more info when connections don't work
index e76e8ac..6384dfb 100755 (executable)
@@ -27,16 +27,16 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
 
 
 endif
 
 
-LAUNCHER = no 
-ifneq (,$(findstring maemo-launcher,$(DEB_BUILD_OPTIONS)))
-       LAUNCHER = yes
-endif
-
-ifeq "$(strip $(LAUNCHER))" "yes"
-       LAUNCHER_DEPENDS = -Vlauncher:Depends="maemo-launcher"
-       LAUNCHER_CFLAGS = -shared
-       LAUNCHER_LDFLAGS = -pie -shared -export-dynamic
-endif
+#LAUNCHER = no 
+#ifneq (,$(findstring maemo-launcher,$(DEB_BUILD_OPTIONS)))
+#      LAUNCHER = yes
+#endif
+#
+#ifeq "$(strip $(LAUNCHER))" "yes"
+#      LAUNCHER_DEPENDS = -Vlauncher:Depends="maemo-launcher"
+#      LAUNCHER_CFLAGS = -shared
+#      LAUNCHER_LDFLAGS = -pie -shared -export-dynamic
+#endif
 
 
 
 
 
 
@@ -89,12 +89,12 @@ install: build
        #
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
        #
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
-ifeq "$(strip $(LAUNCHER))" "yes"
-       mv $(CURDIR)/debian/modest/usr/bin/modest \
-       $(CURDIR)/debian/modest/usr/bin/modest.launch
-       ln -s /usr/bin/maemo-invoker \
-       $(CURDIR)/debian/modest/usr/bin/modest
-endif
+#ifeq "$(strip $(LAUNCHER))" "yes"
+#      mv $(CURDIR)/debian/modest/usr/bin/modest \
+#      $(CURDIR)/debian/modest/usr/bin/modest.launch
+#      ln -s /usr/bin/maemo-invoker \
+#              $(CURDIR)/debian/modest/usr/bin/modest
+#endif
 
 # Build architecture-independent files here.
 binary-indep: build install
 
 # Build architecture-independent files here.
 binary-indep: build install