Cyanide and Happiness
authorMarcus Wikström <mece@ovi.com>
Wed, 3 Feb 2010 23:35:59 +0000 (01:35 +0200)
committerMarcus Wikström <mece@ovi.com>
Wed, 3 Feb 2010 23:35:59 +0000 (01:35 +0200)
build_setup.py
debian/changelog
debian/copyright
extras-devel/comic-widget_0.3.1-1.changes [new file with mode: 0644]
extras-devel/comic-widget_0.3.1-1.dsc [new file with mode: 0644]
extras-devel/comic-widget_0.3.1-1.tar.gz [new file with mode: 0644]
src/usr/lib/hildon-desktop/comicwidget.py

index 52da229..cee6d3f 100644 (file)
@@ -36,10 +36,10 @@ if __name__ == "__main__":
         #  chmod +x /usr/bin/mclock.py""" #Set here your pre install script
         #  p.prer 1000 emove="""#!/bin/sh
         #  chmod +x /usr/bin/mclock.py""" #Set here your pre remove script
-        version = "0.3.0"           #Version of your software, e.g. "1.2.0" or "0.8.2"
+        version = "0.3.1"           #Version of your software, e.g. "1.2.0" or "0.8.2"
         build = "1"                 #Build number, e.g. "1" for the first build of this version of your software. Increment for later re-builds of the same version of your software.
                                      #Text with changelog information to be displayed in the package "Details" tab of the Maemo Application Manager
-        changeloginformation = "options to add and remove comics" 
+        changeloginformation = "options to add and remove comics, Cyanide and Happiness." 
         dir_name = "src"            #Name of the subfolder containing your package source files (e.g. usr\share\icons\hicolor\scalable\myappicon.svg, usr\lib\myapp\somelib.py). We suggest to leave it named src in all projects and will refer to that in the wiki article on maemo.org
         #Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list 
         for root, dirs, files in os.walk(dir_name):
index dcc7caa..78c54f2 100644 (file)
@@ -1,5 +1,5 @@
-comic-widget (0.3.0-1) stable; urgency=low
+comic-widget (0.3.1-1) stable; urgency=low
 
-  options to add and remove comics
+  options to add and remove comics, Cyanide and Happiness.
 
- -- Marcus Wikstrom <mece@ovi.com>  Wed, 03 Feb 2010 08:32:12 +0000
+ -- Marcus Wikstrom <mece@ovi.com>  Thu, 04 Feb 2010 01:34:19 +0000
index fd94138..b86cc05 100644 (file)
@@ -1,5 +1,5 @@
 This package was py2debianized(0.5.1) by Marcus Wikstrom <mece@ovi.com> on
-Wed, 03 Feb 2010 08:32:12 +0000.
+Thu, 04 Feb 2010 01:34:19 +0000.
 
 It was downloaded from 
 
diff --git a/extras-devel/comic-widget_0.3.1-1.changes b/extras-devel/comic-widget_0.3.1-1.changes
new file mode 100644 (file)
index 0000000..8373e43
--- /dev/null
@@ -0,0 +1,17 @@
+Maintainer: Marcus Wikstrom <mece@ovi.com>
+Format: 1.7
+Source: comic-widget
+Version: 0.3.1-1
+Architecture: all
+Date: Wed, 03 Feb 2010 23:34:26 +0000
+Distribution: fremantle
+Urgency: low
+Description: 
+ A widget that displays comics taken from the web.
+Changes: 
+ options to add and remove comics, Cyanide and Happiness.
+Changed-By: Marcus Wikstrom <mece@ovi.com>
+Files:
+ c8bd2f90b8e85f3121441c5c6e3fdd64 71905 user/desktop extras-devel comic-widget_0.3.1-1.tar.gz
+ 44a231ae2429588bd0ef19e79873c30f 349 user/desktop extras-devel comic-widget_0.3.1-1.dsc
+
diff --git a/extras-devel/comic-widget_0.3.1-1.dsc b/extras-devel/comic-widget_0.3.1-1.dsc
new file mode 100644 (file)
index 0000000..3f78aec
--- /dev/null
@@ -0,0 +1,10 @@
+Source: comic-widget
+Version: 0.3.1-1
+Maintainer: Marcus Wikstrom <mece@ovi.com>
+Architecture: all
+Format: 1.0
+Build-Depends: python2.5, python-osso, python-gtk2, python-hildon, python-hildondesktop, python2.5-cairo, hildon-desktop-python-loader
+Standards-Version: 0.3.1-1
+Files:
+ c8bd2f90b8e85f3121441c5c6e3fdd64 71905 comic-widget_0.3.1-1.tar.gz
+
diff --git a/extras-devel/comic-widget_0.3.1-1.tar.gz b/extras-devel/comic-widget_0.3.1-1.tar.gz
new file mode 100644 (file)
index 0000000..28252fe
Binary files /dev/null and b/extras-devel/comic-widget_0.3.1-1.tar.gz differ
index 957b52c..43303a4 100644 (file)
@@ -16,7 +16,7 @@ supports_alpha = False
 
 # constants. dbfile is the location of the csv
 # comiccache is the location of the images
-APP_VERSION = "0.3.0"
+APP_VERSION = "0.3.1"
 
 basedbdir = "/opt/comic-widget/db/"
 imagedir = "/opt/comic-widget/images/"