Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New release. Clean up debian packaging
Signed-off-by: Philippe De Swert <philippedeswert@gmail.com>
  • Loading branch information
philippedeswert committed Aug 20, 2012
1 parent 1a83bf3 commit 9af2c5f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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])
Expand Down
11 changes: 11 additions & 0 deletions 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 <philippedeswert@gmail.com> Mon, 20 Aug 2012 15:58:27 +0300

usb-moded (0.52) unstable; urgency=low

* Add upstart appsync functionality
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: usb-moded
Section: misc
Priority: optional
Maintainer: Philippe De Swert <philippe.de-swert@nokia.com>
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
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 9af2c5f

Please sign in to comment.