[SCM] cecilia/master: Fixing watch URL.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Mon Jul 16 17:59:08 UTC 2012


The following commit has been merged in the master branch:
commit 63403dac418251e66da485ef9efe8c23f776afb4
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Sun Jul 15 22:50:24 2012 -0400

    Fixing watch URL.

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index cd6b4e1..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,5 +0,0 @@
-TODO:
-
-- man page
-- reduce the size of FTR/cecilia.xpm
-- change the colors of FTR/cecilia.xpm
diff --git a/debian/cecilia.1 b/debian/cecilia.1
deleted file mode 100644
index ad97a5b..0000000
--- a/debian/cecilia.1
+++ /dev/null
@@ -1,107 +0,0 @@
-.\" Copyright (c) 2003 Dave Phillips
-.\"
-.\" This is free documentation; 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.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual 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 manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH Cecilia 1 "November 2003"
-.SH NAME
-Cecilia - A GUI and programming environment for Csound
-.SH SYNOPSIS
-.BI "cecilia [" OPTIONS "]"
-.SH DESCRIPTION
-.B Cecilia
-is a graphic interface for music composition and signal processing that uses 
-.B Csound 
-as its audio processing engine.
-.B Cecilia
-is a completely programmable sound processing tool with realtime interactive processing of soundfiles or live input.
-It can also be regarded a software synthesizer with configurable controls. 
-
-.B Cecilia
-includes the
-.B Cybil
-language for the production of complex
-.B Csound
-scores.
-
-.B Cecilia
-provides a completely programmable GUI written in
-.B Tcl/Tk.
-Parameter controls may be designed for interactive input and for dynamic graphing. The program
-can also be used as a
-.B Csound
-friendly text editor for the creation of
-.B Csound
-instruments and scores.
-
-.SH OPTIONS
-No runtime options are available for this program.
-.B cecilia -h
-will return the options specific to
-.B Tcl/Tk.
-
-.SH FILES
-Examples and complete HTML documentation can be found in the
-.I $CECILIA_HOME/files
-directory.
-
-.SH BUGS
-Report all bugs to the
-.B Cecilia
-mail list at 
-.I http://cecilia.sourceforge.net.
-
->From the TODO list for
-.B Cecilia 2.0.5
-:
-
-Amplitude information is not displayed with 
-.B Csound 
-versions later than 4.16.
-
-Auto Rename generates soundfiles with an extension incompatible with the 
-.B play 
-and 
-.B SoX
-programs.
-
-The Pvoc Reader window comes up very squashed, needs reasonable default size.
-
-.SH TODO
->From the TODO list for
-.B Cecilia 2.0.5
-:
-
-- Create complete package for MacOS X
-
-- Merge Windows sources from Bill Beck into CVS
-
-- Use Tcl compiler to create binaries
-
-- Documentation needs to be updated to recent versions of
-.B Csound
-with a new script to generate the reference database from the HTML.
-
-.SH AUTHORS
-.B Cecilia
-was written by Alexandre Burton and Jean Piché at the University Of Montreal.
-
-.SH COPYRIGHT
-Copyright © Jean Piché and Alexandre Burton, 1995-98. Licensed under the GNU Public License.
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index a23a269..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/cecilia.1
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index 866d228..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,3 +0,0 @@
-?package(cecilia):needs="X11" section="Apps/Sound"\
-  title="Cecilia" command="/usr/bin/cecilia" hints="Composition"\
-  icon="/usr/share/pixmaps/cecilia.xpm"
diff --git a/debian/patches/use-distutils-and-comply-with-deb-standards.diff b/debian/patches/use-distutils-and-comply-with-deb-standards.diff
index cdeb95e..12e91c8 100644
--- a/debian/patches/use-distutils-and-comply-with-deb-standards.diff
+++ b/debian/patches/use-distutils-and-comply-with-deb-standards.diff
@@ -18,7 +18,7 @@
 +        py_modules = ['cecilia.__init__'], #workaround to have Resources under cecilia dir
 +        scripts = ['Cecilia5.py'],
 +        package_data={
-+            'cecilia.Resources': ['modules/*', 'Cecilia5.icns', 'Cecilia5.ico', 'CeciliaFileIcon5.icns', 'CeciliaFileIcon5.ico', 'Cecilia_splash.png'],
++            'cecilia.Resources': ['modules/*/*', 'Cecilia5.icns', 'Cecilia5.ico', 'CeciliaFileIcon5.icns', 'CeciliaFileIcon5.ico', 'Cecilia_splash.png'],
 +        }
 +    )
 --- /dev/null
diff --git a/debian/watch b/debian/watch
index fd41e18..29e41cf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=2
-http://sf.gds.tuwien.ac.at/c/ce/cecilia	cecilia-(.*)\.tar\.gz	debian	uupdate
+version=3
+http://cecilia5.googlecode.com/files/Cecilia5_(.*)\-src.tar\.bz2

-- 
cecilia packaging



More information about the pkg-multimedia-commits mailing list