Packaging for version 0.2 master
authorValerio Valerio <vdv100@gmail.com>
Sat, 13 Mar 2010 17:19:26 +0000 (17:19 +0000)
committerValerio Valerio <vdv100@gmail.com>
Sat, 13 Mar 2010 17:19:26 +0000 (17:19 +0000)
data/icons/48x48/bootscreen.png [new file with mode: 0644]
data/icons/48x48/bootscreen_48.png [deleted file]
data/icons/64x64/bootscreen.png [new file with mode: 0644]
data/icons/64x64/bootscreen_64.png [deleted file]
debian/changelog
debian/files
src/src.pro

diff --git a/data/icons/48x48/bootscreen.png b/data/icons/48x48/bootscreen.png
new file mode 100644 (file)
index 0000000..26756ec
Binary files /dev/null and b/data/icons/48x48/bootscreen.png differ
diff --git a/data/icons/48x48/bootscreen_48.png b/data/icons/48x48/bootscreen_48.png
deleted file mode 100644 (file)
index 26756ec..0000000
Binary files a/data/icons/48x48/bootscreen_48.png and /dev/null differ
diff --git a/data/icons/64x64/bootscreen.png b/data/icons/64x64/bootscreen.png
new file mode 100644 (file)
index 0000000..68a2dd0
Binary files /dev/null and b/data/icons/64x64/bootscreen.png differ
diff --git a/data/icons/64x64/bootscreen_64.png b/data/icons/64x64/bootscreen_64.png
deleted file mode 100644 (file)
index 68a2dd0..0000000
Binary files a/data/icons/64x64/bootscreen_64.png and /dev/null differ
index e9274b2..00d0453 100644 (file)
@@ -1,3 +1,13 @@
+bootscreen (0.2) unstable; urgency=low
+
+  * Added about dialog
+  * Turn app into a control panel applet
+  * Fixed "file with spaces in the name" bug
+  * Added save button
+  * Auto-select new added files 
+
+ -- Valerio Valerio <vdv100@gmail.com>  Sat, 13 Mar 2010 17:04:02 +0000
+
 bootscreen (0.1) unstable; urgency=low
 
   * Initial release. 
index 5c70659..1351d66 100644 (file)
@@ -1 +1 @@
-bootscreen_0.1_armel.deb user/system optional
+bootscreen_0.2_armel.deb user/system optional
index 69ff7a6..a236ddb 100644 (file)
@@ -23,9 +23,9 @@ upstart.files = ../data/$${TARGET}
 script.path = $$(DESTDIR)/usr/bin
 script.files = ../script/$${TARGET}
 icon48.path = $$(DESTDIR)/usr/share/icons/hicolor/48x48/apps
-icon48.files = ../data/icons/48x48/$${TARGET}_48.png
+icon48.files = ../data/icons/48x48/$${TARGET}.png
 icon64.path = $$(DESTDIR)/usr/share/icons/hicolor/64x64/apps
-icon64.files = ../data/icons/64x64/$${TARGET}_64.png
+icon64.files = ../data/icons/64x64/$${TARGET}.png
 
 INSTALLS += target plugin desktop config sudoers upstart script icon48 icon64