diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 13:31:46 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 13:31:46 +0000 |
commit | 6dc017b6239f8313ffa177540567521f5c3e0bc5 (patch) | |
tree | facdc7ec05a9a8227bf5c4cb0351ced8f5c104f1 /linear-cue-system/debian | |
parent | c56094323ba253fe948adb13ba3cb2ab0e29a952 (diff) |
making linear cue system compatible with library template and debian template
svn path=/trunk/externals/nusmuk/; revision=14411
Diffstat (limited to 'linear-cue-system/debian')
-rw-r--r-- | linear-cue-system/debian/changelog | 5 | ||||
-rw-r--r-- | linear-cue-system/debian/compat | 1 | ||||
-rw-r--r-- | linear-cue-system/debian/control | 16 | ||||
-rw-r--r-- | linear-cue-system/debian/copyright | 23 | ||||
-rw-r--r-- | linear-cue-system/debian/gbp.conf | 7 | ||||
-rw-r--r-- | linear-cue-system/debian/links | 3 | ||||
-rwxr-xr-x | linear-cue-system/debian/rules | 17 | ||||
-rw-r--r-- | linear-cue-system/debian/source/format | 1 | ||||
-rw-r--r-- | linear-cue-system/debian/watch | 2 |
9 files changed, 75 insertions, 0 deletions
diff --git a/linear-cue-system/debian/changelog b/linear-cue-system/debian/changelog new file mode 100644 index 0000000..76a56d1 --- /dev/null +++ b/linear-cue-system/debian/changelog @@ -0,0 +1,5 @@ +pd-linear-cue-system (0.0-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/linear-cue-system/debian/compat b/linear-cue-system/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/linear-cue-system/debian/compat @@ -0,0 +1 @@ +7 diff --git a/linear-cue-system/debian/control b/linear-cue-system/debian/control new file mode 100644 index 0000000..00430ae --- /dev/null +++ b/linear-cue-system/debian/control @@ -0,0 +1,16 @@ +Source: pd-linear-cue-system +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> +Uploaders: Hans-Christoph Steiner <hans@eds.org> +Build-Depends: debhelper (>= 7.0.50~), + puredata +Standards-Version: 3.9.1 +Homepage: http://puredata.info + +Package: pd-linear-cue-system +Architecture: any +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends}, +Description: diff --git a/linear-cue-system/debian/copyright b/linear-cue-system/debian/copyright new file mode 100644 index 0000000..acf1ded --- /dev/null +++ b/linear-cue-system/debian/copyright @@ -0,0 +1,23 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 +Name: linear-cue-system +Maintainer: +Source: http://sourceforge.net/projects/pure-data/files/libraries/linear-cue-system/ + +Files: * +Copyright: 2001-2003, Free Software Foundation +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. + . + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +X-Comment: On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/linear-cue-system/debian/gbp.conf b/linear-cue-system/debian/gbp.conf new file mode 100644 index 0000000..ae1dc36 --- /dev/null +++ b/linear-cue-system/debian/gbp.conf @@ -0,0 +1,7 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = master +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s +pristine-tar = True +sign-tags = True diff --git a/linear-cue-system/debian/links b/linear-cue-system/debian/links new file mode 100644 index 0000000..0625991 --- /dev/null +++ b/linear-cue-system/debian/links @@ -0,0 +1,3 @@ +usr/lib/pd/extra/linear-cue-system/README.txt usr/share/doc/pd-linear-cue-system/README +usr/lib/pd/extra/linear-cue-system/examples usr/share/doc/pd-linear-cue-system/examples +usr/share/common-licenses/GPL-2 usr/lib/pd/extra/linear-cue-system/LICENSE.txt diff --git a/linear-cue-system/debian/rules b/linear-cue-system/debian/rules new file mode 100755 index 0000000..37e1e2a --- /dev/null +++ b/linear-cue-system/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +LIBRARY_NAME = linear-cue-system +PACKAGE = pd-$(LIBRARY_NAME) +pkglibdir = /usr/lib/pd/extra + +%: + dh $@ --buildsystem=makefile + +override_dh_auto_install: + dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) +# replace license file with link to the Debian license file + rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt + +override_dh_shlibdeps: + dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ + -T$(CURDIR)/debian/$(PACKAGE).substvars diff --git a/linear-cue-system/debian/source/format b/linear-cue-system/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/linear-cue-system/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/linear-cue-system/debian/watch b/linear-cue-system/debian/watch new file mode 100644 index 0000000..8630681 --- /dev/null +++ b/linear-cue-system/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/pure-data/linear-cue-system-(.*)\.tar\.gz |