On Sat, Aug 14, 2010 at 22:43:55 (CEST), eighthave-gu...@users.alioth.debian.org wrote:
> The following commit has been merged in the master branch: > commit 95b9bd696701de9513e5ce4773ee77c187eb07ec > Author: Hans-Christoph Steiner <h...@at.or.at> > Date: Sat Aug 14 16:43:41 2010 -0400 > > fixed issues reported by Felipe Sateler Please try to avoid such 'combined' commits in future. More focused commits are much easier to comment on and, if necessary, revert. Also consider that focused commits make git blame much more useful. > diff --git a/debian/changelog b/debian/changelog > index c03f281..7ced056 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,6 +1,5 @@ > -pd-motex (1.1.4-0.0) unstable; urgency=low > +pd-motex (1.1.4-0.1) unstable; urgency=low We are doing maintainer uploads, so 1.1.4-1 would be the correct version number. > > - * Non-maintainer upload > * Initial release (Closes: #591736) this is correct > -- Hans-Christoph Steiner <h...@eds.org> Thu, 21 Jan 2010 23:27:04 -0500 > diff --git a/debian/control b/debian/control > index 9309098..90e1b6e 100644 > --- a/debian/control > +++ b/debian/control > @@ -1,9 +1,10 @@ > Source: pd-motex > Section: sound > Priority: optional > -Maintainer: Hans-Christoph Steiner <h...@eds.org> > +Maintainer: Debian Multimedia Maintainers > <pkg-multimedia-maintainers@lists.alioth.debian.org> > +Uploaders: Hans-Christoph Steiner <h...@eds.org> > Build-Depends: debhelper (>= 7.0.50~), puredata correct. > -Standards-Version: 3.8.3 > +Standards-Version: 3.9.1 correct, but seperate commit would be better > Homepage: http://puredata.info > Vcs-Git: git://git.debian.org/pkg-multimedia/pd-motex.git > Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary > @@ -11,17 +12,17 @@ Vcs-Browser: > http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary > Package: pd-motex > Architecture: any > Depends: ${shlibs:Depends}, ${misc:Depends}, pd > -Description: Pd Externals by Iain Mott > +Description: a random collection of Pd objects by Iain Mott > A collection of externals from Iain Mott that mostly provide some > - math functions: > - polygate~ - switch between multiple signal inputs - variable fade rate > + math functions for Pure Data: > + polygate~ - switch between multiple signal inputs - variable fade rate > both linear & equal power > - shuffle - a no-repeat random generator, outputs numbers within a set range > - pan~ - equal power stereo panning > - system - sends a system message to the console > - ln~ - natural log + inverse > - rec2pol~ - convert rectangular coordinates to polar eg. can be used to > + shuffle - a no-repeat random generator, outputs numbers within a set range > + pan~ - equal power stereo panning > + system - sends a system message to the console > + ln~ - natural log + inverse > + rec2pol~ - convert rectangular coordinates to polar eg. can be used to > convert sine & cosine rfft~ output to phase & magnitude > - pol2rec~ - inverse of rec2pol~ > - getenv - Sends value of an environment variable argument on bang. > + pol2rec~ - inverse of rec2pol~ > + getenv - Sends value of an environment variable argument on bang. > Use a 'set <NAME>' message to reset the variable name. surely not wrong, I just wonder how this listing looks like on packages.debian.org. Isn't there somewhere an explanation how to do itemizations properly in package descriptions? > diff --git a/debian/copyright b/debian/copyright > index 93b59ba..fe125b5 100644 > --- a/debian/copyright > +++ b/debian/copyright > @@ -3,6 +3,7 @@ Debianized-Date: Tue, 9 Feb 2010 17:14:25 -0400 > Original-Source: http://www.reverberant.com/pd/motex_1_1_3.tar.gz > Files: * > Copyright: 2001, Iain Mott <iain.m...@bigpond.com> > + 2003,2005,2009,2010 Hans-Christoph Steiner <h...@eds.org> > > License: GPL-2+ > This package is free software; you can redistribute it and/or modify correct, but again, seperate commit. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers