modified to make working deb in pr 1.2 sdk for pr 1.1.1
authorTommi Asp <tomma.asp@gmail.com>
Wed, 28 Apr 2010 07:26:22 +0000 (10:26 +0300)
committerTommi Asp <tomma.asp@gmail.com>
Wed, 28 Apr 2010 07:26:22 +0000 (10:26 +0300)
debian/changelog
debian/control
debian/cuteexplorer-dbg/usr/lib/debug/usr/bin/cuteexplorer [deleted file]
debian/rules
debian/shlibs.local [new file with mode: 0644]

index d8f36a0..cd925f9 100644 (file)
@@ -1,3 +1,39 @@
+cuteexplorer (1.1-7) unstable; urgency=low
+
+  * shlibs.local added
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Wed, 14 Apr 2010 13:03:31 +0300
+
+cuteexplorer (1.1-6) unstable; urgency=low
+
+  * 4
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Wed, 14 Apr 2010 12:26:19 +0300
+
+cuteexplorer (1.1-5) unstable; urgency=low
+
+  * libhildonmime dep fix try number 3
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Wed, 14 Apr 2010 11:54:18 +0300
+
+cuteexplorer (1.1-4) unstable; urgency=low
+
+  * working dependies for pr 1.1
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Wed, 14 Apr 2010 10:54:24 +0300
+
+cuteexplorer (1.1-3) unstable; urgency=low
+
+   * ffs... lets wait for pr 1.2 then 
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Mon, 12 Apr 2010 13:18:43 +0300
+
+cuteexplorer (1.1-2) unstable; urgency=low
+
+  * Moved back to libqt4-maemo5 because oldversions were removed
+
+ -- Tommi Asp <tomma.asp@gmail.com>  Mon, 12 Apr 2010 12:21:10 +0300
+
 cuteexplorer (1.1-1) unstable; urgency=low
 
   * moved to use libqt4
index 46e5194..dc46920 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-dev, libdbus-1-dev, libhildonmime-dev, libhildonmime-dev
+Build-Depends: debhelper (>= 5), libqt4-maemo5-dev, libdbus-1-dev, libhildonmime-dev
 Standards-Version: 3.7.2
 
 Package: cuteexplorer
diff --git a/debian/cuteexplorer-dbg/usr/lib/debug/usr/bin/cuteexplorer b/debian/cuteexplorer-dbg/usr/lib/debug/usr/bin/cuteexplorer
deleted file mode 100644 (file)
index 69726ba..0000000
Binary files a/debian/cuteexplorer-dbg/usr/lib/debug/usr/bin/cuteexplorer and /dev/null differ
index 3517191..7e6216a 100755 (executable)
@@ -4,7 +4,7 @@ builddir:
        mkdir -p builddir
 
 builddir/Makefile: builddir
-       cd builddir && qmake PREFIX=/usr ../$(APPNAME).pro
+       cd builddir && /opt/qt4-maemo5/bin/qmake PREFIX=/usr ../$(APPNAME).pro
 
 build: build-stamp
 
diff --git a/debian/shlibs.local b/debian/shlibs.local
new file mode 100644 (file)
index 0000000..163b35f
--- /dev/null
@@ -0,0 +1,2 @@
+libhildonmime 0 libhildonmime0 (>= 2.1.0)
+libhildon-1 0 libhildon1 (>= 2.2.0)