[SCM] libmapper/master: Adding basic debian/files...

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Wed Jun 18 00:24:20 UTC 2014


The following commit has been merged in the master branch:
commit aca7e436dbe3c7b6df38b45f792a8871ec1f916e
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Tue Jun 17 19:28:47 2014 -0400

    Adding basic debian/files...

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a1be3f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libphash (0.3~git+20140610-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #737238)
+
+ -- Tiago Bortoletto Vaz <tiago at debian.org>  Mon, 14 Dec 2009 00:05:34 -0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7fb97d2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: libmapper
+Section: libs
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Tiago Bortoletto Vaz <tiago at debian.org>
+Build-Depends: debhelper (>= 8.1.3~)
+Standards-Version: 3.9.2
+Homepage: http://libmapper.org
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libmapper.git
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/libmapper.git
+
+Package: libmapper0
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: same
+Description: Library for connecting data signals on a shared network
+ libmapper is a cross-platform software library for declaring data
+ signals on a shared network and enabling arbitrary connections to be
+ made between them. It creates a distributed mapping system/network, with
+ no central points of failure, the potential for tight collaboration and
+ easy parallelization of media synthesis.
+ .
+ The main focus of libmapper development is to provide tools for
+ creating and using systems for interactive control of media synthesis.
+
+Package: libmapper-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libmapper0 (= ${binary:Version})
+Provides: libmaper-dev
+Description: Library for connecting data signals on a shared network
+ libmapper is a cross-platform software library for declaring data
+ signals on a shared network and enabling arbitrary connections to be
+ made between them. It creates a distributed mapping system/network, with
+ no central points of failure, the potential for tight collaboration and
+ easy parallelization of media synthesis.
+ .
+ The main focus of libmapper development is to provide tools for
+ creating and using systems for interactive control of media synthesis.
+ .
+ This package provides the files necessary to compile programs which
+ use pHash library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e7679bd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: pHash
+Upstream-Contact: Evan Klinger <eklinger at phash.org>,
+                  David Starkweather <dstarkweather at phash.org>
+Source: http://phash.org/download/
+
+Files: *
+Copyright: 2009, Aetilius, Inc
+License: GPL-3
+ 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; version 3 dated June, 2007.
+ On Debian GNU/Linux systems, the complete text of version 3 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-3'
+
+Files: debian/*
+Copyright: 2009, Tiago Bortoletto Vaz <tiago at debian.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
diff --git a/debian/libmapper0-dev.install b/debian/libmapper0-dev.install
new file mode 100644
index 0000000..c797607
--- /dev/null
+++ b/debian/libmapper0-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*/*.so
+usr/lib/*/*.a
+usr/include/*
+usr/lib/*/pkgconfig/*
diff --git a/debian/libmapper0.install b/debian/libmapper0.install
new file mode 100644
index 0000000..9503874
--- /dev/null
+++ b/debian/libmapper0.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9512379
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+CXXFLAGS += -D__STDC_CONSTANT_MACROS
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
libmapper packaging



More information about the pkg-multimedia-commits mailing list