[SCM] soundgrain/master: Adding debian dir.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Sat Jul 14 01:16:47 UTC 2012


The following commit has been merged in the master branch:
commit 828c25d467d7b8590ded5a215c24dd76f942c235
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Fri Jul 13 19:16:41 2012 -0600

    Adding debian dir.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..da45745
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+soundgrain (4.1.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #)
+
+ -- Tiago Bortoletto Vaz <tiago at debian.org>  Fri, 13 Jul 2012 17:48:36 -0600
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..9662b52
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: soundgrain
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Tiago Bortoletto Vaz <tiago at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>=7.0.50~)
+Standards-Version: 3.9.3
+XS-Python-Version: >= 2.6
+
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/soundgrain.git
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/soundgrain.git
+Homepage: http://code.google.com/p/soundgrain/
+
+Package: soundgrain
+Architecture: any
+Depends: python (>= 2.6), python-wxgtk2.8, python-pyo, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: A graphical interface to control granular sound synthesis modules
+ Sound Grain is a graphical interface where users can draw and edit
+ trajectories to control granular sound synthesis modules.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9955e75
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SoundGrain
+Upstream-Contact: Olivier Bélanger <belangeo at gmail.com>
+Source: http://code.google.com/p/soundgrain/
+
+Files: *
+Copyright: 2009 Olivier Bélanger
+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, either version 3 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+Files: debian/*
+Copyright: 2012 Tiago Bortoletto Vaz <tiago at debian.org>
+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, either version 3 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6aac635
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export PYTHONWARNINGS=d
+buildvers := $(shell pyversions -rv)
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_clean:
+	find . -name '*.pyc' -delete
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..cd3653d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://soundgrain.googlecode.com/files/SoundGrain__(.*)\-src.tar\.bz2

-- 
soundgrain packaging



More information about the pkg-multimedia-commits mailing list