diff -u seq24-0.8.6/debian/changelog seq24-0.8.6/debian/changelog --- seq24-0.8.6/debian/changelog +++ seq24-0.8.6/debian/changelog @@ -1,3 +1,25 @@ +seq24 (0.8.6-2ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/control: Corrected typo in binary package Depends field. + - debian/seq24.desktop: Added basic desktop file + - debian/seq24.1: Added basic manpage + - debian/seq24.manpages: Added manpage listing for install scripts + + -- Luke Yelavich Fri, 5 Jan 2007 21:29:56 +1100 + +seq24 (0.8.6-2) unstable; urgency=high + + * Applied patch to fix problem with Makefile generation (thanks + vorlon) + * Call autoconf *explicitly* when building, to ensure that our + configure script is built from macros that are reliably consistent + with the Makefile.in's generated by automake. Closes: #397902. + * Add autoconf to the build-depends for the above. + * high urgency, RC bugfix. + + -- Guenter Geiger (Debian/GNU) Fri, 17 Nov 2006 11:46:32 +0100 + seq24 (0.8.6-1ubuntu3) edgy; urgency=low * Rebuilt due to libcairomm soname change. diff -u seq24-0.8.6/debian/control seq24-0.8.6/debian/control --- seq24-0.8.6/debian/control +++ seq24-0.8.6/debian/control @@ -2,8 +2,8 @@ Section: sound Priority: optional Maintainer: Guenter Geiger (Debian/GNU) -Build-Depends: debhelper (>> 4.0.0), automake1.9, autotools-dev, cdbs, libgtkmm-2.4-dev, libasound2-dev, libjack0.100.0-dev | libjack-dev -Standards-Version: 3.6.2 +Build-Depends: debhelper (>> 4.0.0), automake1.9, autoconf, autotools-dev, cdbs, libgtkmm-2.4-dev, libasound2-dev, libjack0.100.0-dev | libjack-dev +Standards-Version: 3.7.2 Package: seq24 Architecture: any diff -u seq24-0.8.6/debian/rules seq24-0.8.6/debian/rules --- seq24-0.8.6/debian/rules +++ seq24-0.8.6/debian/rules @@ -6,6 +6,8 @@ build-tree/$(DEB_TAR_SRCDIR)/RTC DEB_AUTO_UPDATE_AUTOMAKE := 1.9 +DEB_AUTO_UPDATE_ACLOCAL := 1.9 +DEB_AUTO_UPDATE_AUTOCONF := 2.50 include /usr/share/cdbs/1/rules/tarball.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk