diff -u farsight2-0.0.14/debian/rules farsight2-0.0.14/debian/rules --- farsight2-0.0.14/debian/rules +++ farsight2-0.0.14/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -DEB_CONFIGURE_EXTRA_FLAGS = --enable-python +DEB_CONFIGURE_EXTRA_FLAGS = --enable-python --enable-gupnp # Testsuit has a race-condition, so disable it for now #DEB_MAKE_CHECK_TARGET = check diff -u farsight2-0.0.14/debian/changelog farsight2-0.0.14/debian/changelog --- farsight2-0.0.14/debian/changelog +++ farsight2-0.0.14/debian/changelog @@ -1,3 +1,12 @@ +farsight2 (0.0.14-2ubuntu2) karmic; urgency=low + + * debian/control: + - Added build depends on libgupnp-igd-1.0-dev (LP: #427979) + * debian/rules: + - Added --enable-gupnp to configure (LP: #427979) + + -- Ken VanDine Fri, 11 Sep 2009 09:14:53 -0400 + farsight2 (0.0.14-2ubuntu1) karmic; urgency=low * Merge from debian/unstable, remaining ubuntu changes: (LP: #410900) diff -u farsight2-0.0.14/debian/control farsight2-0.0.14/debian/control --- farsight2-0.0.14/debian/control +++ farsight2-0.0.14/debian/control @@ -12,6 +12,7 @@ cdbs, libglib2.0-dev (>= 2.16), libgstreamer0.10-dev (>= 0.10.23), + libgupnp-igd-1.0-dev, libgstreamer-plugins-base0.10-dev (>= 0.10.23), python-central (>= 0.5), python-gtk2-dev,