Maemo build fixes.
authorJanusz Sobczak <janusz.sobczak@gmail.com>
Thu, 20 May 2010 12:35:14 +0000 (14:35 +0200)
committerJanusz Sobczak <janusz.sobczak@gmail.com>
Thu, 20 May 2010 12:35:14 +0000 (14:35 +0200)
Signed-off-by: Janusz Sobczak <janusz.sobczak@gmail.com>

data/64x64/secretnotes.png [new file with mode: 0644]
debian/changelog
debian/control
debian/rules
src/src.pro

diff --git a/data/64x64/secretnotes.png b/data/64x64/secretnotes.png
new file mode 100644 (file)
index 0000000..5f47f57
Binary files /dev/null and b/data/64x64/secretnotes.png differ
index 12727b0..c4afe78 100644 (file)
@@ -1,3 +1,9 @@
+secretnotes (0.1-2) unstable; urgency=low
+
+  * Maemo build fixes
+
+ -- Janusz Sobczak <janusz.sobczak@gmail.com>  Tue, 18 May 2010 14:16:00 +0100
+
 secretnotes (0.1-1) unstable; urgency=low
 
   * Initial release 
index ab1420b..ccee385 100644 (file)
@@ -3,7 +3,7 @@ Section: user/utilities
 Priority: extra
 Maintainer: Janusz Sobczak
  <janusz.sobczak@gmail.com>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), libqt4-dev, libssl-dev
 Standards-Version: 3.7.2
 
 Package: secretnotes
index bee0600..3d56040 100755 (executable)
@@ -40,7 +40,6 @@ binary-arch: build install
        dh_installexamples
        dh_installman
        dh_link
-       dh_strip --dbg-package=secretnotes-dbg
        dh_compress
        dh_fixperms
        dh_installdeb
index ade91bd..4d4b635 100644 (file)
@@ -27,7 +27,7 @@ unix {
 
        #MAKE INSTALL
 
-       INSTALLS += target desktop translations icon48
+       INSTALLS += target desktop translations icon48 icon64
 
        target.path =$$BINDIR
 
@@ -39,5 +39,8 @@ unix {
 
        icon48.path = /usr/share/icons/hicolor/48x48/apps
        icon48.files = ../data/48x48/$${TARGET}.png
+
+       icon64.path = /usr/share/icons/hicolor/64x64/apps
+       icon64.files = ../data/64x64/$${TARGET}.png
 }