From 76c587ca742a8077aa3dae1ad14e3ad92e959471 Mon Sep 17 00:00:00 2001 From: Harri Vattulainen Date: Mon, 12 Jan 2009 10:32:53 +0200 Subject: [PATCH] Incremented version number and changed Joni to be maintainer. Changelogs need still some more info before release. --- irreco/ChangeLog | 17 ++++++++++------- irreco/configure.ac | 40 ++++++++++++++++++++-------------------- irreco/debian/changelog | 10 ++++++++-- irreco/debian/control | 2 +- 4 files changed, 39 insertions(+), 30 deletions(-) diff --git a/irreco/ChangeLog b/irreco/ChangeLog index fca11afc..37b258c3 100644 --- a/irreco/ChangeLog +++ b/irreco/ChangeLog @@ -1,3 +1,6 @@ +0.7.0 Mon, 12 Jan 2009 10:07:22 +0200 + * Layout uploading and downloading + 0.6.5 Tue, 11 Nov 2008 09:07:26 +0200 * New theme upload/download functionality @@ -33,10 +36,10 @@ * allow-text bstyleconf attribute implemented. * About dialog added. * Some code cleanup. - * Fast click will no longer move buttons in Edit remote window. - Instead the popup menu is now reliably shown. + * Fast click will no longer move buttons in Edit remote window. + Instead the popup menu is now reliably shown. * Buttonstyle selection dialog is more responcive. It no longer waits for all - images to be loaded before showing itself, instead, it shows the dialog + images to be loaded before showing itself, instead, it shows the dialog first and loads images afterwards. 0.5.4 Tue, 22 Jan 2008 15:46:57 +0200 @@ -49,11 +52,11 @@ 0.5.2 * Commands can be attached to hardware keys. - * Saving of command chains to configs rewritten to support hardware keys. + * Saving of command chains to configs rewritten to support hardware keys. * Irreco will automatically convert the old configs to the new format. * Fixed problems with layout changing. * Rename remote command now saves the new name to the config files. - * Previous / Next remote commands now properly rotate around the list of + * Previous / Next remote commands now properly rotate around the list of remotes. 0.5.1 @@ -73,7 +76,7 @@ backend configuration dialog. * New logo and icon. * Wait command for command chains. - + 0.4.5 * IrTrans dongle autodetect. @@ -103,7 +106,7 @@ 0.3 First public release * First released version. * Supports LIRC with a separate binary named - netirsed, which is based on irsend command + netirsed, which is based on irsend command from LIRC sources. * User can create several Remotes, each remote has unique buttonlayout. diff --git a/irreco/configure.ac b/irreco/configure.ac index 8cbef3d5..1e36f07b 100644 --- a/irreco/configure.ac +++ b/irreco/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([irreco], [0.6.5.1]) +AC_INIT([irreco], [0.7.0]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -15,13 +15,13 @@ AC_HEADER_STDC # # Debug option # -AC_ARG_ENABLE([debug], +AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug=ARG], - [Enable / disable debugging. Disabled by default])], - [enable_debug=$enableval], + [Enable / disable debugging. Disabled by default])], + [enable_debug=$enableval], [enable_debug=no]) AS_IF( [test "$enable_debug" != "yes"], [enable_debug=no]) -AS_IF( [test "$enable_debug" = "yes"], +AS_IF( [test "$enable_debug" = "yes"], [CFLAGS="$CFLAGS -O0 -Wall -ansi -pedantic -ggdb -DDEBUG"], [CFLAGS="$CFLAGS -O2 -Wall -ansi -pedantic"]) AC_SUBST(enable_debug) @@ -30,10 +30,10 @@ AC_SUBST(enable_debug) # # Pkg-config install option # -AC_ARG_ENABLE([dev], +AC_ARG_ENABLE([dev], [AC_HELP_STRING([--enable-dev=ARG], - [Install irreco backend dev files. Disabled by default])], - [enable_dev=$enableval], + [Install irreco backend dev files. Disabled by default])], + [enable_dev=$enableval], [enable_dev=no]) AS_IF( [test "$enable_dev" != "yes"], [enable_dev=no]) AC_SUBST(enable_dev) @@ -77,7 +77,7 @@ ALL_LINGUAS="en_GB" AM_GLIB_GNU_GETTEXT -# +# # Application locale install directory # localedir=`$PKG_CONFIG osso-af-settings --variable=localedir` @@ -97,21 +97,21 @@ AC_DEFINE_UNQUOTED([LOCALEDIR], "${localedir}", \ #AC_SUBST(serviceentrydir) -# +# # D-Bus name -# +# AC_DEFINE_UNQUOTED([PACKAGE_DBUS_NAME], ["org.maemo." PACKAGE_NAME], [D-Bus name]) -# +# # Application pixmaps install directory -# +# pixmapdir=`$PKG_CONFIG osso-af-settings --variable=hildonpixmapdir` AC_SUBST(pixmapdir) AC_DEFINE_UNQUOTED([PIXMAPDIR], "${pixmapdir}", [Runtime pixmap files path]) -# +# # Application icon install directories # icon_26x26dir=$datadir/icons/hicolor/26x26/hildon @@ -126,7 +126,7 @@ AC_SUBST(icon_64x64dir) AC_SUBST(icon_scalabledir) -# +# # Irreco icon. # irreco_icon=${prefix}/share/icons/hicolor/64x64/hildon/irreco.png @@ -139,8 +139,8 @@ AC_DEFINE_UNQUOTED([IRRECO_ICON], "${irreco_icon}", \ # Button style install directory. # # It would be nicer to use '$libdir/irreco/buttons/', but due to the way -# autoconf expands variable name, that would lead to config.h having -# something like '$prefix/lib/irreco/buttons/'. So one must use use $prefix +# autoconf expands variable name, that would lead to config.h having +# something like '$prefix/lib/irreco/buttons/'. So one must use use $prefix # directly. # buttonstyledir_suffix=/lib/irreco/buttons/ # AC_SUBST(buttonstyledir_suffix) @@ -153,8 +153,8 @@ AC_DEFINE_UNQUOTED([IRRECO_ICON], "${irreco_icon}", \ # Theme install directory. # # It would be nicer to use '$libdir/irreco/themes/', but due to the way -# autoconf expands variable name, that would lead to config.h having -# something like '$prefix/lib/irreco/themes/'. So one must use use $prefix +# autoconf expands variable name, that would lead to config.h having +# something like '$prefix/lib/irreco/themes/'. So one must use use $prefix # directly. themedir_suffix=/lib/irreco/themes/ AC_SUBST(themedir_suffix) @@ -251,7 +251,7 @@ AC_OUTPUT( \ src/util/Makefile \ src/webdb/Makefile \ src/core/Makefile \ - src/api/Makefile + src/api/Makefile ) diff --git a/irreco/debian/changelog b/irreco/debian/changelog index a122192c..36f9b27a 100644 --- a/irreco/debian/changelog +++ b/irreco/debian/changelog @@ -1,3 +1,9 @@ +irreco-core (0.7.0) unstable; urgency=low + + * Layout uploading and downloading + + -- Harri Vattulainen Mon, 12 Jan 2009 10:07:22 +0200 + irreco-core (0.6.5.1) unstable; urgency=low * Fixed crash situation from ThemeDownloadDlg @@ -14,7 +20,7 @@ irreco-core (0.6.5) unstable; urgency=low irreco-core (0.6.4) unstable; urgency=low * Button images can now be selected from themes - * Wallpapers are organized by theme + * Wallpapers are organized by theme * Modifications to theme hierarchy -- Sampo Savola Fri, 22 Aug 2008 14:25:31 +0300 @@ -30,5 +36,5 @@ irreco-core (0.6.0) unstable; urgency=low * New packaking. Separated irreco and backend packages. * Improved API for backends. * WebDataBase support to store configurations of backends. - + -- Arto Karppinen Thu, 28 Feb 2008 13:14:19 +0200 diff --git a/irreco/debian/control b/irreco/debian/control index 48a6571c..5c0a77f8 100644 --- a/irreco/debian/control +++ b/irreco/debian/control @@ -1,6 +1,6 @@ Source: irreco-core Priority: extra -Maintainer: Harri Vattulainen +Maintainer: Joni Kokko Build-Depends: debhelper (>= 5), libhildon1-dev, libgtk2.0-dev, libosso-gnomevfs2-dev, libhildonfm2-dev,libhildon1, libglib2.0-dev, libdbus-glib-1-dev, libosso-dev, intltool, libsoup2.2-dev, libxml2 -- 2.11.4.GIT