* New upstream development release.

- Update libglib2.0-dev requirement.
* debian/watch:
  - Don't uupdate.
* debian/rules:
  - Configure with --with-libjasper, it's disabled by default now.
* debian/control.in:
  - Remove conflicts and replaces no longer needed for packages in stable.
This commit is contained in:
Emilio Pozuelo Monfort
2009-08-18 19:39:01 +00:00
parent 2c3841abeb
commit b2adfc4f03
4 changed files with 19 additions and 74 deletions

3
debian/rules vendored
View File

@ -129,16 +129,19 @@ endif
shared_configure_flags := $(configure_flags) \
--with-xinput=yes \
--with-libjasper \
--enable-shared \
--disable-static
static_configure_flags := $(configure_flags) \
--with-xinput=yes \
--with-included-loaders=yes \
--with-libjasper \
--disable-modules \
--disable-shared \
--enable-static
directfb_configure_flags := $(configure_flags) \
--with-xinput=no \
--with-libjasper \
--enable-shared \
--disable-static \
--enable-explicit-deps=yes \