Package: motion Version: 3.2.12-3.2 Hello Juan,
I had to NMU motion for the libjpeg transition. Please find the diff. Cheers, -- Bill. <[email protected]> Imagine a large red swirl here.
diff -Nru motion-3.2.12/debian/changelog motion-3.2.12/debian/changelog --- motion-3.2.12/debian/changelog 2012-02-12 23:02:21.000000000 +0100 +++ motion-3.2.12/debian/changelog 2012-06-06 12:25:16.000000000 +0200 @@ -1,3 +1,14 @@ +motion (3.2.12-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: update Build-Depends for libjpeg transition + - libjpeg62-dev->libjpeg-dev (Closes: #643637) + * Rebuild against current libav version (Closes: #650031) + * debian/rules: + - config.status should not depend on configure since it create it. + + -- Bill Allombert <[email protected]> Wed, 06 Jun 2012 11:34:23 +0200 + motion (3.2.12-3.1) unstable; urgency=low * * Non-maintainer upload. diff -Nru motion-3.2.12/debian/control motion-3.2.12/debian/control --- motion-3.2.12/debian/control 2012-02-12 15:28:57.000000000 +0100 +++ motion-3.2.12/debian/control 2012-06-06 11:36:07.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Juan Angulo Moreno <[email protected]> HomePage: http://motion.sf.net -Build-Depends: debhelper (>= 6), dh-autoreconf, libjpeg62-dev, zlib1g-dev, libavcodec-dev, libavformat-dev, libpq-dev, libmysqlclient-dev, libv4l-dev +Build-Depends: debhelper (>= 6), dh-autoreconf, libjpeg-dev, zlib1g-dev, libavcodec-dev, libavformat-dev, libpq-dev, libmysqlclient-dev, libv4l-dev Standards-Version: 3.9.2 Package: motion diff -Nru motion-3.2.12/debian/rules motion-3.2.12/debian/rules --- motion-3.2.12/debian/rules 2012-02-12 22:38:01.000000000 +0100 +++ motion-3.2.12/debian/rules 2012-06-06 12:24:30.000000000 +0200 @@ -17,7 +17,7 @@ INSTALL_PROGRAM += -s endif -config.status: configure +config.status: dh_testdir dh_autoreconf # Add here commands to configure the package.

