Hi - Thanks for all these tweaks. A question about "copyright_hints": there are quite a few entries in there saying "License: UNKNOWN, FIXME" -- many image files, which have always been part of the SC distribution and were generated within the SC project and are under the same license as the source code. Can I simply delete their entries in copyright_hints, or change "UNKNOWN" to "GPL-2+"? What about the junk that some automated process has (presumably) dropped into the "Copyright" field for those images?
Secondly, I used the word "copyright" in the changelog (after removing the misplaced keyword "copyright" from a helpfile) so now there's a hint like this: Files: common/build/ChangeLog Copyright: in MoogFF (and don't use keyword '' in files where he doesn't have ) License: UNKNOWN FIXME Argh! That just needs to go, it's a false positive caused by my fixing a false positive :( Is there a guide to editing this copyright_hints file? I can't see one online. Thanks Dan 2012/2/8 <[email protected]>: > Send pkg-multimedia-commits mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-commits > > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of pkg-multimedia-commits digest..." > > > Today's Topics: > > 1. [SCM] supercollider/master: Update copyright file: Add > Comment field to GNU License sections, shortened, duplicate texts > dropped, using FSF web address (not postal address), and with > license strings quoted. ([email protected]) > 2. [SCM] supercollider/master: Replace README.source: Drop notes > on no longer used quilt. Add notes on git-buildpackage and CDBS. > ([email protected]) > 3. [SCM] supercollider/master: Declare more installs in > *.install files (not rules file). ([email protected]) > 4. [SCM] supercollider/master: Add myself as uploader. > Consistently newly-delimit package relations. > ([email protected]) > 5. [SCM] supercollider/master: Update changelog and copyright > hints. ([email protected]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 08 Feb 2012 00:38:02 +0000 > From: [email protected] > To: [email protected] > Subject: [SCM] supercollider/master: Update copyright file: Add > Comment field to GNU License sections, shortened, duplicate texts > dropped, using FSF web address (not postal address), and > with license > strings quoted. > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > The following commit has been merged in the master branch: > commit 2d8ca0f60a9fda74b88359764179fc0d07ef7990 > Author: Jonas Smedegaard <[email protected]> > Date: Wed Feb 8 00:00:33 2012 +0100 > > Update copyright file: Add Comment field to GNU License sections, > shortened, duplicate texts dropped, using FSF web address (not postal > address), and with license strings quoted. > > diff --git a/debian/copyright b/debian/copyright > index d2b8d9b..ece0541 100644 > --- a/debian/copyright > +++ b/debian/copyright > @@ -165,13 +165,12 @@ License: GPL-2+ > WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > General Public License for more details. > +Comment: > + You should have received a copy of the 'GNU General Public License' > + along with this program. If not, see <http://www.gnu.org/licenses/>. > . > - You should have received a copy of the GNU General Public License along > - with this program; if not, write to the Free Software Foundation, Inc., > - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > - . > - On Debian systems the full text of the GNU General Public License > - version 2 can be found in the `/usr/share/common-licenses/GPL-2' file. > + On Debian systems the 'GNU General Public License' version 2 is located > + in '/usr/share/common-licenses/GPL-2'. > > License: GPL-3+ > This program is free software: you can redistribute it and/or modify it > @@ -183,12 +182,9 @@ License: GPL-3+ > WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > General Public License for more details. > - . > - You should have received a copy of the GNU General Public License along > - with this program. If not, see <http://www.gnu.org/licenses/>. > - . > - On Debian systems the full text of the GNU General Public License > - version 3 can be found in the `/usr/share/common-licenses/GPL-3' file. > +Comment: > + On Debian systems the 'GNU General Public License' version 3 is located > + in '/usr/share/common-licenses/GPL-3'. > > License: LGPL-2.1+ > This package is free software; you can redistribute it and/or modify it > @@ -200,14 +196,13 @@ License: LGPL-2.1+ > WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > Lesser General Public License for more details. > +Comment: > + You should have received a copy of the 'GNU Lesser General Public > + License' along with this program. If not, see > + <http://www.gnu.org/licenses/>. > . > - You should have received a copy of the GNU Lesser General Public > - License along with this package; if not, write to the Free Software > - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > - . > - On Debian systems the full text of the GNU Lesser General Public > - License version 2.1 can be found in the > - `/usr/share/common-licenses/LGPL-2.1' file. > + On Debian systems the 'GNU Lesser General Public License' version 2.1 > + is located in '/usr/share/common-licenses/LGPL-2.1'. > > License: CC-BY-SA-3.0 > This work is licensed under the Creative Commons Attribution-Share > > -- > supercollider packaging > > > > ------------------------------ > > Message: 2 > Date: Wed, 08 Feb 2012 00:38:03 +0000 > From: [email protected] > To: [email protected] > Subject: [SCM] supercollider/master: Replace README.source: Drop notes > on no longer used quilt. Add notes on git-buildpackage and CDBS. > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > The following commit has been merged in the master branch: > commit b6c188e0afa958ca2f2d04a6da1e6886eee1d5b6 > Author: Jonas Smedegaard <[email protected]> > Date: Wed Feb 8 00:26:13 2012 +0100 > > Replace README.source: Drop notes on no longer used quilt. Add notes on > git-buildpackage and CDBS. > > diff --git a/debian/README.source b/debian/README.source > index 85880c2..f449937 100644 > --- a/debian/README.source > +++ b/debian/README.source > @@ -1,35 +1,33 @@ > -This package uses CDBS (and therefore simple-patchsys.mk) in order to > -apply patches to the upstream source. Patches are stored in > -debian/patches and their filenames usually end in .patch or .diff . > -For further details, see the man page for cdbs-edit-patch. > +Building this package for Debian > +-------------------------------- > > -All commands described below should be run from the top directory of the > -package source tree, unless otherwise stated. > +This source package need no special handling for normal package builds. > > - * To generate the fully patched source, in a form ready for > - editing, that would be built to create Debian packages, run: > > - make -f debian/rules apply-patches > +Developing this package for Debian > +---------------------------------- > > - Note: It has been proposed that, in future, this should happen > - automatically when you run dpkg-source -x on a CDBS > - simple-patchsys.mk source package. However, this proposal has > - apparently not yet been implemented, so for now you have to do > - it yourself like this. > +The source of this package is developed using git and the helper tool > +git-buildpackage, with all official releases tagged and signed and > +binary diffs of tarballs stored using pristine-tar. This is documented > +below /usr/share/doc/git-buildpackage/manual-html/ . > > - * To modify the source and save those modifications so that > - they will be applied when building the package, pick a > - suitably informative patch file name, for example > - 01_add_README.source_file.patch, and then run: > +Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful > +during development of the package, but unfit for normal builds. This > +typically includes the CDBS feature of auto-updating debian/control with > +CDBS-related build-dependencies, which is forbidden by Debian Policy as > +build environment must not change during automated builds. > > - cdbs-edit-patch 01_add_README.source_file.patch > > - This will place you in a new shell in a temporary copy of the > - source tree. Make your desired modifications to it, and then > - exit the shell to create the patch file containing them (this > - file will appear in debian/patches). > +Maintaining packaging build routines > +------------------------------------ > > - * To remove source modifications that are currently being > - applied when building the package, run: > +This source package wraps debhelper commands and other tedious parts of > +the build routines using the CDBS framework. Please refer to the actual > +makefile snippets included from debian/rules for details on their > +purpose and ways to override defaults. Additionally, makefile snippets > +included from below /usr/share/cdbs may also be documented in > +/usr/share/doc/cdbs/cdbs-doc.pdf.gz . > > - make -f debian/rules reverse-patches > + > + -- Jonas Smedegaard <[email protected]> Thu, 26 Feb 2009 21:28:29 +0100 > > -- > supercollider packaging > > > > ------------------------------ > > Message: 3 > Date: Wed, 08 Feb 2012 00:38:04 +0000 > From: [email protected] > To: [email protected] > Subject: [SCM] supercollider/master: Declare more installs in > *.install files (not rules file). > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > The following commit has been merged in the master branch: > commit 7779c20656cf4396c4e565c5fa6f3969186ed8b0 > Author: Jonas Smedegaard <[email protected]> > Date: Wed Feb 8 00:51:41 2012 +0100 > > Declare more installs in *.install files (not rules file). > > diff --git a/debian/rules b/debian/rules > index 04d18ea..8f4b7f9 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -58,15 +58,5 @@ common-install-impl:: > # fixing some executables in class library and docs for happier lintian > find $(DEB_DESTDIR)/usr/share/SuperCollider -type d -exec chmod 755 {} > \;; \ > find $(DEB_DESTDIR)/usr/share/SuperCollider -type f -exec chmod 644 {} > \;; \ > - # vim-addon-manager stuff > - install -d $(DEB_DESTDIR)/usr/share/vim/registry > - install -m 644 debian/supercollider-vim.yaml > $(DEB_DESTDIR)/usr/share/vim/registry > - # lintian overrides > - install -m 644 debian/README.extensions > $(DEB_DESTDIR)/usr/share/SuperCollider/Extensions/README > - # icons and metadata for freedesktop-style menu entries > - install -d $(DEB_DESTDIR)/usr/share/applications > - install -m 644 debian/*.desktop $(DEB_DESTDIR)/usr/share/applications > - install -d $(DEB_DESTDIR)/usr/share/pixmaps > - install -m 644 linux/icons/supercollider.xpm > $(DEB_DESTDIR)/usr/share/pixmaps > - install -m 644 linux/icons/supercollider.png > $(DEB_DESTDIR)/usr/share/pixmaps > > + install -m 644 debian/README.extensions > $(DEB_DESTDIR)/usr/share/SuperCollider/Extensions/README > diff --git a/debian/supercollider-common.install > b/debian/supercollider-common.install > index 0600b46..399e386 100644 > --- a/debian/supercollider-common.install > +++ b/debian/supercollider-common.install > @@ -1,3 +1,2 @@ > usr/share/SuperCollider/SCClassLibrary > -usr/share/pixmaps/supercollider.xpm > -usr/share/pixmaps/supercollider.png > +linux/icons/* usr/share/pixmaps/ > diff --git a/debian/supercollider-emacs.install > b/debian/supercollider-emacs.install > index e526b56..2b00e27 100644 > --- a/debian/supercollider-emacs.install > +++ b/debian/supercollider-emacs.install > @@ -1,3 +1,3 @@ > usr/share/emacs > usr/share/SuperCollider/Extensions/scide_scel > -usr/share/applications/scel.desktop > +debian/scel.desktop usr/share/applications/ > diff --git a/debian/supercollider-vim.install > b/debian/supercollider-vim.install > index 395186a..6f984a1 100644 > --- a/debian/supercollider-vim.install > +++ b/debian/supercollider-vim.install > @@ -4,5 +4,5 @@ usr/bin/scvim_make_help > usr/share/vim > usr/share/scvim > usr/share/SuperCollider/Extensions/scvim > -usr/share/vim/registry > -usr/share/applications/scvim.desktop > +debian/supercollider-vim.yaml usr/share/vim/registry/ > +debian/scvim.desktop usr/share/applications/ > > -- > supercollider packaging > > > > ------------------------------ > > Message: 4 > Date: Wed, 08 Feb 2012 00:38:03 +0000 > From: [email protected] > To: [email protected] > Subject: [SCM] supercollider/master: Add myself as uploader. > Consistently newly-delimit package relations. > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > The following commit has been merged in the master branch: > commit 95e6a82c1933e5aea54b26cf50139b64bbe4cda9 > Author: Jonas Smedegaard <[email protected]> > Date: Wed Feb 8 00:30:52 2012 +0100 > > Add myself as uploader. Consistently newly-delimit package relations. > > diff --git a/debian/control b/debian/control > index a6512e1..6196bf1 100644 > --- a/debian/control > +++ b/debian/control > @@ -5,10 +5,10 @@ Vcs-Git: > git://git.debian.org/pkg-multimedia/supercollider.git > Vcs-Browser: > http://git.debian.org/?p=pkg-multimedia/supercollider.git;a=summary > Maintainer: Debian Multimedia Packages Maintainers > <[email protected]> > Uploaders: Alexandre Quessy <[email protected]>, > + Dan Stowell <[email protected]>, > Felipe Sateler <[email protected]>, > - Dan Stowell <[email protected]> > -Build-Depends: > - cdbs (>= 0.4.73~), > + Jonas Smedegaard <[email protected]> > +Build-Depends: cdbs (>= 0.4.73~), > debhelper, > libasound2-dev [linux-any], > libavahi-client-dev, > @@ -26,9 +26,10 @@ Homepage: http://supercollider.sourceforge.net/ > > Package: supercollider > Architecture: any > -Depends: ${shlibs:Depends}, ${misc:Depends}, > - supercollider-common (= ${source:Version}), > - supercollider-server > +Depends: ${shlibs:Depends}, > + ${misc:Depends}, > + supercollider-common (= ${source:Version}), > + supercollider-server > Suggests: subversion, supercollider-doc > Description: real time audio synthesis programming language > SuperCollider is an environment and programming language for real time > @@ -40,7 +41,8 @@ Description: real time audio synthesis programming language > > Package: libsclang1 > Architecture: any > -Depends: ${shlibs:Depends}, ${misc:Depends} > +Depends: ${shlibs:Depends}, > + ${misc:Depends} > Description: SuperCollider language interpreter library > SuperCollider is an environment and programming language for real time > audio synthesis and algorithmic composition. It provides an interpreted > @@ -73,7 +75,8 @@ Description: real time audio synthesis server > > Package: libscsynth1 > Architecture: any > -Depends: ${shlibs:Depends}, ${misc:Depends} > +Depends: ${shlibs:Depends}, > + ${misc:Depends} > Description: SuperCollider synthesis server library > SuperCollider is an environment and programming language for real time > audio synthesis and algorithmic composition. It provides an interpreted > @@ -85,11 +88,14 @@ Description: SuperCollider synthesis server library > Package: supercollider-dev > Architecture: any > Depends: ${misc:Depends}, > - supercollider (= ${binary:Version}), > - libsndfile1-dev (>= 1.0.16) > -Conflicts: supercollider-common-dev, supercollider-server-dev > -Replaces: supercollider-common-dev, supercollider-server-dev > -Provides: supercollider-common-dev, supercollider-server-dev > + supercollider (= ${binary:Version}), > + libsndfile1-dev (>= 1.0.16) > +Conflicts: supercollider-common-dev, > + supercollider-server-dev > +Replaces: supercollider-common-dev, > + supercollider-server-dev > +Provides: supercollider-common-dev, > + supercollider-server-dev > Description: development files for SuperCollider > SuperCollider is an environment and programming language for real time > audio synthesis and algorithmic composition. It provides an interpreted > @@ -116,7 +122,8 @@ Architecture: all > Depends: ${misc:Depends}, > supercollider (>= ${source:Version}), > emacs23 | emacsen > -Recommends: supercollider-doc, w3m-el > +Recommends: supercollider-doc, > + w3m-el > Description: SuperCollider mode for Emacs > SuperCollider is an environment and programming language for real time > audio synthesis and algorithmic composition. It provides an interpreted > @@ -131,8 +138,12 @@ Description: SuperCollider mode for Emacs > Package: supercollider-vim > Architecture: all > Depends: ${misc:Depends}, > - supercollider (>= ${source:Version}), vim | gvim, ruby > -Recommends: supercollider-doc, unhtml | links, vim-addon-manager > + supercollider (>= ${source:Version}), > + vim | gvim, > + ruby > +Recommends: supercollider-doc, > + unhtml | links, > + vim-addon-manager > Suggests: unrtf > Description: SuperCollider mode for Vim > SuperCollider is an environment and programming language for real time > > -- > supercollider packaging > > > > ------------------------------ > > Message: 5 > Date: Wed, 08 Feb 2012 00:38:04 +0000 > From: [email protected] > To: [email protected] > Subject: [SCM] supercollider/master: Update changelog and copyright > hints. > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > The following commit has been merged in the master branch: > commit 00f5d1c434df86acac42152bc6f8cdd3ff7efaff > Author: Jonas Smedegaard <[email protected]> > Date: Wed Feb 8 01:09:50 2012 +0100 > > Update changelog and copyright hints. > > diff --git a/debian/changelog b/debian/changelog > index a82823e..94ccc9f 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,31 @@ > +supercollider (1:3.4.5-2) UNRELEASED; urgency=low > + > + * Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1. > + * Update package relations: > + + Relax to build-depend unversioned on debhelper: needed version > + satisfied even in oldstable. > + * Bump debhelper compat level to 7. > + * Simplify install handling, as supported by debhelper compat level 7. > + * Stop setting bogus (or obsolete?) CDBS_NO_DOC_SYMLINKING. > + * Update copyright file: > + + Merge Files sections with same Licensing and (subsets of) same > + copyright holders. > + + Extend a Files section and drop another, to sync with new upstream > + source. > + + Sort authors by copyright year, and then alphabetically. > + + Add email of original author, from AUTHORS file. > + + Strip excess whitespace, and rewrap License sections at 72 chars. > + + Add Comment field to GNU License sections; shortened, duplicate > + texts dropped, using FSF web address (not postal address), and > + with license strings quoted. > + * Replace README.source: > + + Drop notes on no longer used quilt. > + + Add notes on git-buildpackage and CDBS. > + * Add myself as uploader. > + * Consistently newline-delimit package relations. > + > + -- Jonas Smedegaard <[email protected]> Wed, 08 Feb 2012 00:52:02 +0100 > + > supercollider (1:3.4.5-1) unstable; urgency=low > > [ Dan Stowell ] > diff --git a/debian/copyright_hints b/debian/copyright_hints > index 8586525..6bb8a9b 100644 > --- a/debian/copyright_hints > +++ b/debian/copyright_hints > @@ -52,7 +52,6 @@ Files: AUTHORS > common/TestingAndToDo/Tests/crucial_tests/TESTS.rtf > common/TestingAndToDo/Tests/nodeWatcher.test.rtf > common/build/.cvsignore > - common/build/ChangeLog > common/build/Help/3vs2/Backwards-Compatibility.html > common/build/Help/3vs2/SC3vsSC2.html > common/build/Help/3vs2/Spawning.html > @@ -982,6 +981,7 @@ Files: AUTHORS > common/build/Help/UGens/Filters/LinLin.html > common/build/Help/UGens/Filters/Median.html > common/build/Help/UGens/Filters/MidEQ.html > + common/build/Help/UGens/Filters/MoogFF.html > common/build/Help/UGens/Filters/MulAdd.html > common/build/Help/UGens/Filters/Normalizer.html > common/build/Help/UGens/Filters/OnePole.html > @@ -1290,6 +1290,7 @@ Files: AUTHORS > common/build/SCClassLibrary/Common/Audio/MacUGens.sc > common/build/SCClassLibrary/Common/Audio/MachineListening.sc > common/build/SCClassLibrary/Common/Audio/Mix.sc > + common/build/SCClassLibrary/Common/Audio/MoogFF.sc > common/build/SCClassLibrary/Common/Audio/Noise.sc > common/build/SCClassLibrary/Common/Audio/Osc.sc > common/build/SCClassLibrary/Common/Audio/PSinGrain.sc > @@ -1759,8 +1760,6 @@ Files: AUTHORS > debian/supercollider-emacs.install > debian/supercollider-emacs.lintian-overrides > debian/supercollider-emacs.menu > - debian/supercollider-gedit.install > - debian/supercollider-gedit.sharedmimeinfo > debian/supercollider-server.install > debian/supercollider-vim.README.Debian > debian/supercollider-vim.install > @@ -1768,6 +1767,7 @@ Files: AUTHORS > debian/supercollider-vim.menu > debian/supercollider-vim.yaml > debian/supercollider.install > + debian/supercollider.lintian-overrides > debian/watch > editors/sced/AUTHORS > editors/sced/ChangeLog > @@ -2276,6 +2276,13 @@ Copyright: Nick Collins 2007 > License: UNKNOWN > FIXME > > +Files: common/Source/lang/LangSource/Bison/lang11d_tab.cpp > + common/build/examples/other/keepyuppy.scd > +Copyright: 1984, 1989-1990, 2000-2006 > + 2005 > +License: GPL-2+ > + FIXME > + > Files: common/Source/common/SC_fftlib.cpp > common/Source/plugins/FFT_UGens.cpp > Copyright: 2002, James McCartney > @@ -2290,6 +2297,12 @@ Copyright: 2002, James McCartney. > License: GPL-2+ > FIXME > > +Files: common/Headers/lang/SC_LibraryConfig.h > + common/Source/lang/LangSource/SC_LibraryConfig.cpp > +Copyright: 2003, Maurizio Umberto Puxeddu <[email protected]> > +License: GPL-2+ > + FIXME > + > Files: common/Headers/common/SC_DirUtils.h > common/Source/common/SC_DirUtils.cpp > Copyright: 2005, Tim Walters. > @@ -2308,21 +2321,11 @@ Copyright: 2003-2006, stefan kersten > License: GPL-2+ > FIXME > > -Files: common/waf > -Copyright: ?b1c 2 H? D??? + ?`?3lH&1&bXe ? -)?`??J,m3 &? LL#) ? ?? > ?0?A)"@??" 2?hCA??d????? 4?? c32 RZM%"?dE4?ifV?E??4!??QD?IA?P&a??2?e?,`? f?? > 1H????* d??j ? ? ?ERcZ4RRRl?P?%%?JF?#dQ?!? f4?Bd? ??-$?(?&? 1?) 6?4RI (R??L? > ?c Jj*?#+ )?B??j6? j1lljM?E% ?? a?J?S@)??df?)@ 6*554??? ? L??R "?P4?emK > ?Ld?)(?JJDD ?(IE?0fB`RC ??X?T T? }?\?"? -?$?2Xm V*?f??e*U ???U?$? ?Il??? > M??h?R%$3 ??" ?? 6)l??I # H$ ?? i%"V ???254? ? > ??%(???X???e?F#X?H?VJ??e??eEF#eQ?[ b)&????h? ? H??`?[ #)h???m -?KP??? > F"fB?ijk&??KjMI?6?mV?U6M? %?A!I????#l? %Y?I*i??(?SMI?4m?)?B????K5M??2E > $?#B????b??I??M4??`?dje ,? b DSL? )5$? X?d?d?*, )M?E??I@,?,?B2?CRJI3)?F???5 > D?$??? 51?6 ? ?B"?I lh?mH?)b?? ?cS"?E?*? F? F?A ?Y?D?? X?E B?ZM?C0?E3`X? > 2??&?P?i?? ?Z"C ? ??J??L?D?4?jA?Id?E ???i5$?2? $???E? $?c ??Im?X?T ?? > %?4T?i B)LfL#+f?f4EC$Rd? ? $??D? ?5??Qj)K#)2?#+K&dL??,?dI4?5? 06Q?5 > Y-&bd??4Y2F???,Q4?L(?Q?e6?? Sb (?iL? L 0Tk ?(? ????E? ?cf?1?QFCI?F?H?X?LE??I > #)?[R??? 1??? ?1??#+&??lj X??m)M,#+` -?X#)II??P?a??Y(???!TX? ?5$fQ I??3 > #+?K)?H?Pd??m?-?i?V?E@? %???&???QTU???2l??M?$?Q? H?cmAU&?(?? ? ?3F?A4??M? > iV &?!Rh? M%Q2? ?fF2?l??K % ???&??Q?JcS")%?A?f?#+M?e?2?Z?Mj6??JV6??F??V(5 QM > ?b?I- l? 24i4???)I?(??Y"????#+R7? ?7M/?w/ ?x?b ?z.\?\??/# > ???{,???@~Y??K A I?+ o?? '?q???????????R????? $?V*??; E? ??_?O\? > ?_#)-.#)???3su???!??8??Rj~ )? ?+?????;9f6?9c?A?S?I?^??c?Z1)R*?g??dv? ?? > P?q?<'?N/??E?g????$?KT> LQ?Q `?# ????7d?)??K?????j"?????U??\?fa ?? > ??IQg?Z>??i? ?'?h!??? ???~?? F{ ?????3?? ?? by?b[+ +%?T>?Y?( ?5 ? > ?L?I?????Vs? ??#?*{e? #m ??VE J??qA? /H!?N?G???;?Y%? ?? 5a?- C ??V???c }&#? > ??+1??b? ?q?7)<h???)kx??W*5? C?%O?* ?v?(? ??I???'I??:?/???? VI+M?Y > ???T?E?s??*j?'????#+??- ?Z%:n0S?V ?? ??!?? ?XY ?KD?gl0b?L????4N?????? ??? > ??&* ?#+?@Q?CQf Z"?????|?c? ?hy?? *?sP??X??!s ? Dz??M?<??{<6?9?[j?1 ?????? > ??x$??z2 ??=S?? ??? c?{g?B?R ?E#+??? ?1 . 2?j8? ?3??x? > ???C?7M}*?????d#????_Yp??j??Q?.??1,b R??*r? > -License: BSD (3 clause) > - FIXME > - > Files: common/include/nova-simd/benchmarks/cache_aligned_array.hpp > Copyright: Nicolai M. Josuttis 2001 > License: BSL-1.0 > FIXME > > -Files: common/Source/lang/LangSource/Bison/lang11d_tab.cpp > -Copyright: 1984, 1989-1990, 2000-2006 > -License: GPL > - FIXME > - > Files: common/build/Help/Other Topics/Licensing.html > Copyright: James McCartney and many other contributors.</p> > License: GPL > @@ -2412,13 +2415,8 @@ Copyright: 2007, Marije Baalman (nescivi AT gmail DOT > com) > License: GPL-2+ > FIXME > > -Files: common/Headers/lang/SC_LibraryConfig.h > -Copyright: 2003, Maurizio Umberto Puxeddu > -License: GPL-2+ > - FIXME > - > Files: common/include/nova-simd/benchmarks/perf_counter.hpp > -Copyright: 2008, Tim Blechmann > +Copyright: 2008, Tim Blechmann <[email protected]> > 2008-2009, Red Hat, Inc., Ingo Molnar > 2008-2009, Red Hat, Inc., Peter Zijlstra > 2008-2009, Thomas Gleixner <[email protected]> > @@ -2426,7 +2424,17 @@ License: GPL-2+ > FIXME > > Files: common/Source/plugins/TestUGens.cpp > -Copyright: 2007, Scott Wilson. > +Copyright: 2007, Scott Wilson <[email protected]>. > +License: GPL-2+ > + FIXME > + > +Files: common/build/examples/GUI examples/ColorBrowser.scd > +Copyright: 2007, Tom Hall <[email protected]> > +License: GPL-2+ > + FIXME > + > +Files: common/Source/plugins/ReverbUGens.cpp > +Copyright: 2005, blackrain <[email protected]>. > License: GPL-2+ > FIXME > > @@ -2440,11 +2448,6 @@ Copyright: 2005 > License: MPL-1.1 GPL > FIXME > > -Files: common/build/examples/other/keepyuppy.scd > -Copyright: 2005 > -License: UNKNOWN > - FIXME > - > Files: > common/build/Help/ServerArchitecture/attachments/ClientVsServer/scEn.png > Copyright: ???`?? eeeuuuMMMRT?P( > License: UNKNOWN > @@ -2496,23 +2499,8 @@ Copyright: 2007, Dan Stowell > License: UNKNOWN > FIXME > > -Files: common/build/SCClassLibrary/Common/Audio/MoogFF.sc > -Copyright: F. Fontana - August 2007 > -License: UNKNOWN > - FIXME > - > -Files: common/build/Help/UGens/Filters/MoogFF.html > -Copyright: F. Fontana - August 2007, - </i><a > href="mailto:[email protected]"><span > class="s3"><i>[email protected]</i></span></a></p> > -License: UNKNOWN > - FIXME > - > Files: editors/scel/el/sclang-minor-mode.el > -Copyright: 2007, Marije Baalman - nescivi > -License: UNKNOWN > - FIXME > - > -Files: common/Source/lang/LangSource/SC_LibraryConfig.cpp > -Copyright: 2003, Maurizio Umberto Puxeddu > +Copyright: 2007, Marije Baalman - nescivi <[email protected]> > License: UNKNOWN > FIXME > > @@ -2521,11 +2509,6 @@ Copyright: P > License: UNKNOWN > FIXME > > -Files: common/build/examples/GUI examples/ColorBrowser.scd > -Copyright: 2007, Tom Hall > -License: UNKNOWN > - FIXME > - > Files: > common/build/Help/ServerArchitecture/attachments/ClientVsServer/structureEn.png > Copyright: Vz=???ugwS L > ?c?? EA??l????? ???4T^?`.?? E??????u?M?c;? ?;?L) w _????^????oN<??My? ?? > @@ -2543,18 +2526,13 @@ Copyright: _p > License: UNKNOWN > FIXME > > -Files: common/Source/plugins/ReverbUGens.cpp > -Copyright: 2005, blackrain. > -License: UNKNOWN > - FIXME > - > Files: common/build/Help/GUI/Cocoa-GUI/SCImage/duck_alpha.png > Copyright: b? ? ?j?m? ??????<P ?? 39 $?@??:e?< > ??* ? <? C???D? ?, ?H???5 E[2??l?$@$ ?,h???8 ?r???I?3? "?W??? ? > b????????[??F? ? Ue G?Vb? ??G??Z?j???.3A? ??Qj1wi?G; ? X? c$??aC? 1ul6 NN > ?(??R?? O??@???N?{??Mm #? ???~?? ??:?%?hLS?ja?&?L??GK?? ? ?? > j)?"T+H0bTL?Z?BE?!RX,V`#?F?B?HVH) c@ > P;?? > License: UNKNOWN > FIXME > > -Files: common/include/nova-simd/libsimdmath/libsimdmath.pdf > -Copyright: e??xb ?~????A ?B??-????\ ??dg?K?m??S??7? g??? ?? > +Files: common/build/ChangeLog > +Copyright: in MoogFF (and don't use keyword '' in files where he doesn't > have ) > License: UNKNOWN > FIXME > > > -- > supercollider packaging > > > > ------------------------------ > > _______________________________________________ > pkg-multimedia-commits mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-commits > > End of pkg-multimedia-commits Digest, Vol 60, Issue 45 > ****************************************************** _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
