On Sat, Mar 17, 2012 at 2:37 PM, <[email protected]> wrote: > The following commit has been merged in the master branch: > commit 15c3fdd600ad05440cfc3b9016897c523de68c0d > Author: Andres Mejia <[email protected]> > Date: Sat Mar 17 14:36:37 2012 -0400 > > Update changelog. > > diff --git a/debian/changelog b/debian/changelog > index 2fbd94f..b93d409 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -5,8 +5,10 @@ libdvdcss (1.2.12-2) UNRELEASED; urgency=low > * Add myself to Uploaders field. > * Bump to Standards-Version 3.9.3. > * Make dev package multiarch installable installable. > + * Ignore package-needs-versioned-debhelper-build-depends 9 lintian warning. > + * Support parallel builds. > > - -- Andres Mejia <[email protected]> Sat, 17 Mar 2012 14:29:56 -0400 > + -- Andres Mejia <[email protected]> Sat, 17 Mar 2012 14:36:21 -0400 > > libdvdcss (1.2.12-1) unstable; urgency=low > > > -- > libdvdcss packaging > > _______________________________________________ > pkg-multimedia-commits mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-commits
About these latest changes, I removed the build dependency on dh-autoreconf because a) it wasn't necessary, and b) because if we are to provide some install-css.sh script, it would be better if libdvdcss had as few build dependencies as possible. With this it only has two, debhelper (>= 8.1.3~) and build-essential of course. That pretty much means libdvdcss can be compiled on Debian down to old-stable (if backports is used) and Ubuntu oneiric. For supporting Ubuntu suites before oneiric, we could use a seperate branch and modify the install-css.sh script accordingly. -- ~ Andres _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
