From: Tommi Asp Date: Wed, 28 Apr 2010 07:26:22 +0000 (+0300) Subject: modified to make working deb in pr 1.2 sdk for pr 1.1.1 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=0f910143e332098bf4aa87961c35fc392b653c80;p=cuteexplorer modified to make working deb in pr 1.2 sdk for pr 1.1.1 --- diff --git a/debian/changelog b/debian/changelog index d8f36a0..cd925f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +cuteexplorer (1.1-7) unstable; urgency=low + + * shlibs.local added + + -- Tommi Asp Wed, 14 Apr 2010 13:03:31 +0300 + +cuteexplorer (1.1-6) unstable; urgency=low + + * 4 + + -- Tommi Asp Wed, 14 Apr 2010 12:26:19 +0300 + +cuteexplorer (1.1-5) unstable; urgency=low + + * libhildonmime dep fix try number 3 + + -- Tommi Asp Wed, 14 Apr 2010 11:54:18 +0300 + +cuteexplorer (1.1-4) unstable; urgency=low + + * working dependies for pr 1.1 + + -- Tommi Asp 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 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 Mon, 12 Apr 2010 12:21:10 +0300 + cuteexplorer (1.1-1) unstable; urgency=low * moved to use libqt4 diff --git a/debian/control b/debian/control index 46e5194..dc46920 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cuteexplorer Section: user/utilities Priority: extra Maintainer: Tommi Asp -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 index 69726ba..0000000 Binary files a/debian/cuteexplorer-dbg/usr/lib/debug/usr/bin/cuteexplorer and /dev/null differ diff --git a/debian/rules b/debian/rules index 3517191..7e6216a 100755 --- a/debian/rules +++ b/debian/rules @@ -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 index 0000000..163b35f --- /dev/null +++ b/debian/shlibs.local @@ -0,0 +1,2 @@ +libhildonmime 0 libhildonmime0 (>= 2.1.0) +libhildon-1 0 libhildon1 (>= 2.2.0)