build fix master
authorsr <sr@localhost.localdomain>
Wed, 14 Apr 2010 20:19:43 +0000 (00:19 +0400)
committersr <sr@localhost.localdomain>
Wed, 14 Apr 2010 20:19:43 +0000 (00:19 +0400)
debian/changelog
debian/control
debian/cpufrequi.postinst [new file with mode: 0755]
debian/qstardict.postinst [deleted file]

index 6daff01..cb3bb8b 100644 (file)
@@ -1,6 +1,6 @@
-cpufrequi (0.01) unstable; urgency=low
+cpufrequi (0.01-2) unstable; urgency=low
 
   * initial release
 
- -- SR <sbir@list.ru>  Wed, 14 Apr 2010 16:32:32 +0300
+ -- SR <sbir@list.ru>  Wed, 14 Apr 2010 23:32:32 +0300
 
index 2dc8025..a1ed4df 100644 (file)
@@ -1,15 +1,18 @@
 Source: cpufrequi
-Version: 0.01-1
-Section: user/office
+Version: 0.01-2
+Section: user/system
 Priority: optional
 Maintainer: Alexander R. <sbir@list.ru>
 Build-Depends: debhelper (>= 5), libqt4-dev (>= 4.4.0), debhelper-maemo-package-icons (>= 0.0.2), maemo-optify | maemo-version (< 5.0)
 Standards-Version: 3.8.0
 
 Package: cpufrequi
-Section: user/office
+Section: user/system
 Architecture: any
 Depends: ${shlibs:Depends}
 XSBC-Bugtracker: https://garage.maemo.org/tracker/?group_id=1523
 XB-Maemo-Display-Name: cpufreqUI
 Description: graphical application for frequency scaling
+ cpufreqUI is a graphical userspace application designed to assist CPU frequency scaling.
+ Is gives user the ability to set CPU frequency from the range available for CPU.
+ This program can help save battery life or maximize CPU performance when needed.
diff --git a/debian/cpufrequi.postinst b/debian/cpufrequi.postinst
new file mode 100755 (executable)
index 0000000..1c71f5c
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+gtk-update-icon-cache -f /usr/share/icons/hicolor
+
+MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location
+
+oldversion="$2"
+if [ -f $MAEMO_SELECT_MENU ]; then
+  if [ -z "$oldversion" ]; then
+    maemo-select-menu-location qstardict.desktop
+  fi
+fi
+
+exit 0
diff --git a/debian/qstardict.postinst b/debian/qstardict.postinst
deleted file mode 100755 (executable)
index 1c71f5c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor
-
-MAEMO_SELECT_MENU=/usr/bin/maemo-select-menu-location
-
-oldversion="$2"
-if [ -f $MAEMO_SELECT_MENU ]; then
-  if [ -z "$oldversion" ]; then
-    maemo-select-menu-location qstardict.desktop
-  fi
-fi
-
-exit 0