debian/0000775000000000000000000000000011666321533007176 5ustar debian/menu0000664000000000000000000000037211440754621010065 0ustar ?package(schism):needs="X11" section="Applications/Sound"\ title="Schism Tracker" command="/usr/bin/schism" ?package(schism):needs="X11" section="Applications/Graphics"\ title="Schism Tracker Font Editor" command="/usr/bin/schism --font-editor" debian/patches/0000775000000000000000000000000011527500001010606 5ustar debian/patches/01-binutils_gold.patch0000664000000000000000000000117711527500001014711 0ustar Author: Alessio Treglia Description: FTBFS with binutils-gold. Add -ldl to linking options to prevent FTBFS with newer release of the GNU's linker. Bug-Debian: http://bugs.debian.org/556337 Forwarded: no --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- schism.orig/Makefile.am +++ schism/Makefile.am @@ -391,5 +391,5 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa) AM_OBJCFLAGS = $(AM_CFLAGS) schismtracker_DEPENDENCIES = $(files_windres) -schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) +schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl debian/patches/series0000664000000000000000000000002711527477634012053 0ustar 01-binutils_gold.patch debian/schism.10000664000000000000000000000240411440754621010544 0ustar .TH SCHISM 1 "October 28, 2006" .SH NAME schism \- music editor .SH SYNOPSIS .B schism [ \fIoptions \fR] [ \fIdirectory \fR] [ \fIfile \fR] .SH DESCRIPTION This manual page documents briefly the .B schism command. .PP \fBschism\fP is a music editor (tracker) that aims to match the look and feel of Impulse Tracker so closely as possible. It can edit the following music modules formats it (native), s3m, xm, mod. .SH OPTIONS .TP .B -a DRIVER, --audio-driver=DRIVER SDL audio driver (or "none") .TP .B -v DRIVER, --video-driver=DRIVER SDL video driver .TP .B --classic, --no-classic start schism in classic mode .TP .B --display=DISPLAYNAME X11 display to use (e.g. ":0.0") .TP .B -f, +f, --fullscreen, --no-fullscreen start in fullscreen mode .TP .B -p, +p, --play, --no-play start playing after loading song on command line .TP .B --font-editor, --no-font-editor start in font-editor (itf) .TP .B --hooks, --no-hooks run startup/exit hooks (default: enabled) .TP .B --version display version information .TP .B -h, --help print this stuff .SH SEE ALSO .BR ocp (1). .SH AUTHOR Impulse Tracker was written by Jeffrey Lim. A clone was written by Storlek/chisel, which is now maintained by Mrs. Brisby. .PP This manual page was written by G\[:u]rkan Seng\[:u]n . debian/copyright0000664000000000000000000000265311527476550011145 0ustar This package was debianized by: Simon Richter on Sun, 22 May 2005 12:44:50 +0200. It was downloaded from: http://schismtracker.org/ Upstream Authors: nimh: "Mrs. Brisby" grabakskd: "Daniel Hyde" gargaj: "Gargaj/CNS" storlek: "Storlek/chisel" timdoug: "Tim Douglas" License: Copyright (C) 2003-2011 Storlek/chisel Copyright (C) 2005-2011 Mrs. Brisby 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 On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000664000000000000000000000000211440754621010372 0ustar 7 debian/control0000664000000000000000000000210611440757123010576 0ustar Source: schism Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Gürkan Sengün Build-Depends: debhelper (>= 7.0.50~), python (>= 2.4), dh-autoreconf, libsdl1.2-dev, autotools-dev, libxext-dev, libasound2-dev Standards-Version: 3.9.1 Homepage: http://schismtracker.org/ Vcs-Git: git://git.debian.org/git/pkg-multimedia/schism.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/schism.git Package: schism Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: opencubicplayer, xmp, goattracker, milkytracker Description: ImpulseTracker clone aiming at providing the same look&feel This is an editor for "tracked" music, i.e. audio samples of instruments pitch shifted according to the note data. . The Impulse Tracker is one of the most popular "tracker" programs at present, and Schism Tracker attempts to follow their UI layout wherever possible in order to make it easy for existing users to switch. debian/watch0000664000000000000000000000015411440755633010231 0ustar version=3 opts=dversionmangle=s/0\+(\d*)/$1/ \ http://schismtracker.org/dl/ schismtracker-([\d]*)\.tar\.bz2 debian/changelog0000664000000000000000000001232111666321533011047 0ustar schism (2:0+20110101-1build1) precise; urgency=low * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. -- Adam Conrad Fri, 02 Dec 2011 21:19:39 -0700 schism (2:0+20110101-1) unstable; urgency=low * New upstream snapshot. * Refresh 01-binutils_gold.patch. * Update debian/copyright. -- Alessio Treglia Fri, 18 Feb 2011 15:20:59 +0100 schism (2:0+20100202-2) unstable; urgency=low * Upload to unstable. -- Alessio Treglia Wed, 09 Feb 2011 21:19:39 +0100 schism (2:0+20100202-1) experimental; urgency=low * New upstream release. * Build-Depends on Python. * debian/rules: - Create auto directory before calling dh_auto_build in order to prevent FTBFS. - Install NEWS file as upstream's changelog. * Refresh patches. * Update debian/gbp.conf file. -- Alessio Treglia Sun, 05 Sep 2010 20:29:56 +0200 schism (2:0+20090817-2) unstable; urgency=low * Update Maintainer: - The Debian Multimedia team is currently merging with the Debian Multimedia Maintainers team (http://wiki.debian.org/DebianMultimedia). - Add myself as uploader. * debian/control: - Wrap long lines. - Add Vcs-* tags. - Update Standards to 3.9.0. * Drop automake from Build-Depends field. * Drop changes to upstream sources from the packaging. * Set format to 3.0 (quilt). * Switch to debhelper 7 + autoreconf add-on. * Add watch file. * Add debian/gbp.conf file. * Add .gitignore file. * debian/copyright: Fix copyright-refers-to-symlink-license warning. * Add patch to fix FTBFS with binutils-gold (Closes: #556337). -- Alessio Treglia Sat, 10 Jul 2010 12:33:40 +0200 schism (2:0+20090817-1.1) unstable; urgency=low * Non-maintainer upload. * Drop build-dependency on libxxf86misc-dev (closes: #559692) -- Julien Cristau Wed, 27 Jan 2010 14:44:42 +0100 schism (2:0+20090817-1) unstable; urgency=low * New upstream version. * Bump standards version. * Drop dh_desktop call. * Updated homepage. -- Gürkan Sengün Mon, 17 Aug 2009 21:42:51 +0200 schism (2:0+20090126-1) unstable; urgency=low * New upstream version. * Bump debhelper version. * Update debian/copyright. * Removed build dependency libxkbsel-dev. * Changed recommends and updated it to suggests. (Closes: #476898) -- Gürkan Sengün Thu, 29 Jan 2009 10:59:59 +0100 schism (2:0+20080403-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix bashism in debian/rules (Closes: #478625) * Bump Standards-Version to 3.8.0. -- Chris Lamb Sat, 07 Jun 2008 22:08:45 +0100 schism (2:0+20080403-1) unstable; urgency=low * New upstream version. * Remove Simon from Uploaders. * Updated my email address. * Recommend xmms2-plugin-modplug instead of xmms-modplug, which is no longer available. (Closes: #473835) -- Gürkan Sengün Sun, 06 Apr 2008 10:21:33 +0200 schism (2:0+20080222-1) unstable; urgency=low * New upstream. * Added Debian Multimedia to Uploaders. * debian/copyright: Updated years. * debian/control: Extended Recommends. * debian/rules: Call dh_desktop. -- Gürkan Sengün Fri, 22 Feb 2008 12:19:06 +0100 schism (2:0+20071208-1) unstable; urgency=low * New upstream version, fixes GNU/kFreeBSD build problems. * debian/control: + Updated build-depends. (Closes: #453235) + Updated standards version. -- Gürkan Sengün Sat, 08 Dec 2007 20:45:28 +0100 schism (2:0+20071117-1) unstable; urgency=low * New upstream version. * debian/copyright: Reformatted. * debian/rules: Install desktop and icon files. * debian/menu: Added font editor entry. -- Gürkan Sengün Sat, 17 Nov 2007 14:22:42 +0100 schism (2:0+20071026-1) unstable; urgency=low * New upstream version. * debian/menu: Update for the new policy. * debian/compat: Bumped, no changes needed. -- Gürkan Sengün Fri, 26 Oct 2007 21:30:25 +0200 schism (1:0.5rc1-1) unstable; urgency=low * New upstream version. -- Gürkan Sengün Tue, 16 Jan 2007 15:41:29 +0100 schism (2+20061221-1) unstable; urgency=low * New upstream tarball. -- Gürkan Sengün Fri, 22 Dec 2006 10:52:59 +0100 schism (2+20061016-1) unstable; urgency=low * New upstream version. (Closes: #376836) * New upstream author, updated homepage. * New maintainer, with Simons' approval. * Bump debian standards version. * Added to menu. * Updated FSF address in debian/copyright. * Created a manual page. -- Gürkan Sengün Thu, 26 Oct 2006 12:51:21 +0200 schism (0.2a-3) unstable; urgency=low * Build with gcc 4.0+ fixed (Closes: #314816) -- Simon Richter Thu, 19 Jan 2006 01:25:37 +0100 schism (0.2a-2) unstable; urgency=low * Using fixed SysV types instead of platform dependent ones -- Simon Richter Sun, 22 May 2005 20:09:28 +0200 schism (0.2a-1) unstable; urgency=low * Initial release. -- Simon Richter Sun, 22 May 2005 12:44:50 +0200 debian/gbp.conf0000664000000000000000000000010311527477152010614 0ustar [DEFAULT] sign-tags = True pristine-tar = True compression = bzip2 debian/rules0000775000000000000000000000062511440760315010254 0ustar #! /usr/bin/make -f %: dh --with=autoreconf $@ override_dh_auto_clean: dh_auto_clean rm -rf auto override_dh_auto_build: mkdir auto dh_auto_build override_dh_auto_install: dh_auto_install mv $(CURDIR)/debian/schism/usr/bin/schismtracker \ $(CURDIR)/debian/schism/usr/bin/schism dh_install icons/schism-icon-128.png usr/share/icons/ override_dh_installchangelogs: dh_installchangelogs NEWS debian/source/0000775000000000000000000000000011440754621010474 5ustar debian/source/format0000664000000000000000000000001411440754621011702 0ustar 3.0 (quilt) debian/manpages0000664000000000000000000000002011440754621010702 0ustar debian/schism.1