release for maemo pr1.2
authorTommi Asp <tomma.asp@gmail.com>
Wed, 2 Jun 2010 16:13:50 +0000 (19:13 +0300)
committerTommi Asp <tomma.asp@gmail.com>
Wed, 2 Jun 2010 16:13:50 +0000 (19:13 +0300)
debian/changelog
debian/control
debian/rules

index cd925f9..94d2c2b 100644 (file)
@@ -1,3 +1,17 @@
+cuteexplorer (1.1.1-1) unstable; urgency=low
+
+  * release for pr 1.2
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Thu, 27 May 2010 16:42:06 +0300
+
+cuteexplorer (1.1.1) unstable; urgency=low
+
+  * fixed filelist selection bug
+  * added shortcuts for commands
+  * fixed rename failed when canceled renamedialog
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Thu,  6 May 2010 20:44:29 +0300
+
 cuteexplorer (1.1-7) unstable; urgency=low
 
   * shlibs.local added
index dc46920..68ae33c 100644 (file)
@@ -2,7 +2,7 @@ Source: cuteexplorer
 Section: user/utilities
 Priority: extra
 Maintainer: Tommi Asp <tomma.asp@gmail.com>
-Build-Depends: debhelper (>= 5), libqt4-maemo5-dev, libdbus-1-dev, libhildonmime-dev
+Build-Depends: debhelper (>= 5), libqt4-dev, libdbus-1-dev, libhildonmime-dev
 Standards-Version: 3.7.2
 
 Package: cuteexplorer
@@ -10,7 +10,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Filemanager for maemo5 using Qt
  Navigate in the real filesystem.
- Can send files via bluetooth.
+ Send files via bluetooth.
 XSBC-Maemo-Display-Name: CuteExplorer
 XB-Maemo-Icon-26:
  iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7E
index 7e6216a..67631fc 100755 (executable)
@@ -4,7 +4,7 @@ builddir:
        mkdir -p builddir
 
 builddir/Makefile: builddir
-       cd builddir && /opt/qt4-maemo5/bin/qmake PREFIX=/usr ../$(APPNAME).pro
+       cd builddir && qmake PREFIX=/usr ../$(APPNAME).pro
 
 build: build-stamp
 
@@ -41,7 +41,7 @@ binary-arch: build install
        dh_installexamples
        dh_installman
        dh_link
-       dh_strip --dbg-package=$(APPNAME)-dbg
+       #dh_strip --dbg-package=$(APPNAME)-dbg
        dh_compress
        dh_fixperms
        dh_installdeb