diff --git a/configure.ac b/configure.ac index 4625f4c..4599a21 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.52]) +AC_INIT([usb_moded], [0.53]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 4b923d1..a992e91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +usb-moded (0.53) unstable; urgency=low + + * Un-nokia to make usb_moded more generic + * Add mtp support for buteo + * More generic network set-up and configuration + * Fix bug with charging mode clean-up + * Compile for all versions of glib + * Support g_mass_storage and g_file_storage so we are not kernel dependant. + + -- Philippe De Swert Mon, 20 Aug 2012 15:58:27 +0300 + usb-moded (0.52) unstable; urgency=low * Add upstart appsync functionality diff --git a/debian/control b/debian/control index 23a396c..ccafb12 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: usb-moded Section: misc Priority: optional Maintainer: Philippe De Swert -Build-Depends: debhelper (>= 5), autoconf, automake, libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev, libgconf2-dev, doxygen, aegis-builder, libudev-dev +Build-Depends: debhelper (>= 5), autoconf, automake, libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev, libgconf2-dev, doxygen, libudev-dev Standards-Version: 3.9.1 Package: usb-moded diff --git a/debian/rules b/debian/rules index 407e90b..a52af96 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. if [ ! -x configure ]; then ./autogen.sh; fi - ./configure --prefix=/usr --enable-nokia --enable-app-sync --enable-udev --enable-gconf + ./configure --prefix=/usr --enable-n900 --enable-app-sync --enable-udev touch configure-stamp @@ -114,7 +114,7 @@ binary-arch: build install dh_gencontrol dh_md5sums dh_builddeb - aegis-deb-add -control debian/usb-moded/DEBIAN/control .. debian/usb-moded.aegis=_aegis +# aegis-deb-add -control debian/usb-moded/DEBIAN/control .. debian/usb-moded.aegis=_aegis binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure