diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-20 05:19:22 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-20 05:19:22 +0000 |
commit | 9fde407f30007cc47c3cdd48bc221d8a5fe14746 (patch) | |
tree | b6a4d8a74bf3097c1c038a8ef0003c30976f5092 | |
parent | 54cab07e41e4b0e4a6a19497343c1edac7c05bf3 (diff) |
debianized markex and cleaned up license file stuff
svn path=/trunk/externals/markex/; revision=13179
-rw-r--r-- | GEM.LICENSE.TERMS | 22 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | abs~.c | 2 | ||||
-rw-r--r-- | alternate.c | 2 | ||||
-rw-r--r-- | average.c | 2 | ||||
-rw-r--r-- | counter.c | 2 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 17 | ||||
-rw-r--r-- | debian/copyright | 13 | ||||
-rwxr-xr-x | debian/rules | 16 | ||||
-rw-r--r-- | hsv2rgb.c | 2 | ||||
-rw-r--r-- | invert.c | 2 | ||||
-rw-r--r-- | markex.c (renamed from MarkEx.c) | 0 | ||||
-rw-r--r-- | multiselect.c | 2 | ||||
-rw-r--r-- | oneshot.c | 2 | ||||
-rw-r--r-- | randomF.c | 2 | ||||
-rw-r--r-- | reson~.c | 2 | ||||
-rw-r--r-- | rgb2hsv.c | 2 | ||||
-rw-r--r-- | strcat.c | 2 | ||||
-rw-r--r-- | tripleLine.c | 2 | ||||
-rw-r--r-- | tripleRand.c | 2 | ||||
-rw-r--r-- | vector+.c | 2 | ||||
-rw-r--r-- | vector-.c | 2 | ||||
-rw-r--r-- | vector0x2a.c | 2 | ||||
-rw-r--r-- | vector0x2f.c | 2 | ||||
-rw-r--r-- | vectorabs.c | 2 | ||||
-rw-r--r-- | vectorpack.c | 2 |
28 files changed, 73 insertions, 43 deletions
diff --git a/GEM.LICENSE.TERMS b/GEM.LICENSE.TERMS deleted file mode 100644 index 59bc1f9..0000000 --- a/GEM.LICENSE.TERMS +++ /dev/null @@ -1,22 +0,0 @@ -GEM - Graphics Environment for Multimedia -Copyright (C) 1997-2000 Mark Danks -Copyright (C) Günter Geiger -Copyright (C) 2001-2002 IOhannes m zmölnig - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but 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, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -In the official GEM distribution, the GNU General Public License is -in the file GnuGPL.LICENSE - @@ -25,7 +25,7 @@ PDOBJECTS = # if you want to include any other files in the source and binary tarballs, # list them here. This can be anything from header files, READMEs, example # patches, documentation, etc. -EXTRA_DIST = README.txt LICENSE.txt markex.c GEM.LICENSE.TERMS +EXTRA_DIST = README.txt LICENSE.txt markex.c #------------------------------------------------------------------------------# @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/alternate.c b/alternate.c index 694d903..e035c5f 100644 --- a/alternate.c +++ b/alternate.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b079822 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pd-markex (0.85-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + + -- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..02f7a7a --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: pd-markex +Section: sound +Priority: optional +Maintainer: Paul Brossier <piem@debian.org> +Build-Depends: debhelper (>= 7.0.50~), puredata +Standards-Version: 3.8.3 +Homepage: http://puredata.info + +Package: pd-markex +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: library of misc objects from Mark Danks + Markex is an external library of miscellaneous objects that was begun in 1994 + and originally included in GEM. It is largely here for the sake of old + projects that might still rely on it. The included functionality has been + improved in other libraries. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e9f5dc0 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,13 @@ +Debianized-By: Hans-Christoph Steiner <hans@eds.org> +Debianized-Date: Fri, 19 Feb 2010 17:14:25 -0400 +Files: * +Copyright: Copyright 1994-2000 Mark Danks + +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in file "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c280dec --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +LIBRARY_NAME = markex +PACKAGE = pd-$(LIBRARY_NAME) +pkglibdir = /usr/lib/pd/extra + +%: + dh $@ + +override_dh_auto_install: + make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install + +override_dh_shlibdeps: + dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ + -T$(CURDIR)/debian/$(PACKAGE).substvars + @@ -6,7 +6,7 @@ // // Copyright (c) 1997-1999 Mark Danks. // For information on usage and redistribution, and for a DISCLAIMER OF ALL -// WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. +// WARRANTIES, see the file, "LICENSE.txt" in this distribution. // ///////////////////////////////////////////////////////// @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/multiselect.c b/multiselect.c index cf4fb80..8cddf0b 100644 --- a/multiselect.c +++ b/multiselect.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ /* Original code by Miller Puckette */ @@ -6,7 +6,7 @@ // // Copyright (c) 1997-1999 Mark Danks. // For information on usage and redistribution, and for a DISCLAIMER OF ALL -// WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. +// WARRANTIES, see the file, "LICENSE.txt" in this distribution. // ///////////////////////////////////////////////////////// @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/tripleLine.c b/tripleLine.c index b70efb9..1817f1b 100644 --- a/tripleLine.c +++ b/tripleLine.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/tripleRand.c b/tripleRand.c index ead450a..98923a3 100644 --- a/tripleRand.c +++ b/tripleRand.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/vector0x2a.c b/vector0x2a.c index 4709fd7..3b279cd 100644 --- a/vector0x2a.c +++ b/vector0x2a.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/vector0x2f.c b/vector0x2f.c index f75cade..cd3e8e3 100644 --- a/vector0x2f.c +++ b/vector0x2f.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/vectorabs.c b/vectorabs.c index a099f5f..f1021a1 100644 --- a/vectorabs.c +++ b/vectorabs.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" diff --git a/vectorpack.c b/vectorpack.c index 4a77235..418cad4 100644 --- a/vectorpack.c +++ b/vectorpack.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1997-1999 Mark Danks. * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. + * WARRANTIES, see the file, "LICENSE.txt" in this distribution. */ #include "m_pd.h" |