--- unmo3-0.6.orig/Makefile +++ unmo3-0.6/Makefile @@ -48,4 +48,4 @@ dep: $(MAKEDEPEND) -f.depend -- ${CFLAGS} -- ${SRCS} -include .depend +#include .depend --- unmo3-0.6.orig/debian/copyright +++ unmo3-0.6/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by: + + Gürkan Sengün on Tue, 13 Nov 2007 19:32:23 +0100. + +It was downloaded from: + + http://lclevy.free.fr/mo3 + +Upstream Author: + + Laurent Clévy + +Copyright: + + Copyright (C) 2006-2009 Laurent Clévy + +License: + + 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 2 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, 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright (C) 2009, G..rkan Seng..n + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- unmo3-0.6.orig/debian/unmo3.1 +++ unmo3-0.6/debian/unmo3.1 @@ -0,0 +1,53 @@ +.TH UNMO3 1 "November 13, 2007" +.SH NAME +unmo3 \- uncompress and extract samples from MO3 modules +.SH SYNOPSIS +.B unmo3 +[\-\fBd +.IR debuglevel ] +[\-\fBa +.IR parselevel ] +[\-\fBh +.IR outheaderfile ] + +[\-\fBs +.IR ] +[\-\fBv +.IR patternchannel ] +[\-\fBo ] +.IR filename.mo3 +.SH DESCRIPTION +This manual page documents briefly the +.B unmo3 +command. +.PP +\fBunmo3\fP is a program that uncompresses, and extracts samples from mo3 files. +.SH OPTIONS +A summary of options is included below. +.TP +.B \-a +Set parselevel. +.TP +.B \-d +Set debuglevel. +.TP +.B \-h +Output filename for header. +.TP +.B \-s +Select sample(s). +.TP +.B \-v +Display voice. +.TP +.B \-o +Output track. +.SH SEE ALSO +.BR opencubicplayer (1), +.BR schism (1). +.br +.SH AUTHOR +unmo3 was written by Laurent Clevy. +.PP +This manual page was written by Gürkan Sengün , +for the Debian project (but may be used by others). --- unmo3-0.6.orig/debian/rules +++ unmo3-0.6/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs +# $(MAKE) DESTDIR=$(CURDIR)/debian/unmo3 install + cp unmo3 $(CURDIR)/debian/unmo3/usr/bin + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples *.mo3 + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- unmo3-0.6.orig/debian/docs +++ unmo3-0.6/debian/docs @@ -0,0 +1 @@ +README.txt --- unmo3-0.6.orig/debian/compat +++ unmo3-0.6/debian/compat @@ -0,0 +1 @@ +7 --- unmo3-0.6.orig/debian/control +++ unmo3-0.6/debian/control @@ -0,0 +1,17 @@ +Source: unmo3 +Section: utils +Priority: optional +Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 +Homepage: http://lclevy.free.fr/mo3 + +Package: unmo3 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: opencubicplayer, xmp, schism, milkytracker +Description: Uncompress and extract samples from MO3 modules + The MO3 format means "MOdule with MP3", because the main initial idea was to + reduce the size of a module (in .mod, IT, XM) by compressing the samples + using MPEG audio layer 3. The samples can be compressed using OGG, MP3, and + two kind of specific lossless algorithms. --- unmo3-0.6.orig/debian/dirs +++ unmo3-0.6/debian/dirs @@ -0,0 +1 @@ +usr/bin --- unmo3-0.6.orig/debian/manpages +++ unmo3-0.6/debian/manpages @@ -0,0 +1 @@ +debian/unmo3.1 --- unmo3-0.6.orig/debian/changelog +++ unmo3-0.6/debian/changelog @@ -0,0 +1,15 @@ +unmo3 (0.6-1) unstable; urgency=low + + * New upstream version. + * Update my email address. + * Bump debhelper version. + * Bump standards version. + * debian/copyright: updated. + + -- Gürkan Sengün Tue, 21 Jul 2009 09:02:28 +0200 + +unmo3 (0.5-1) unstable; urgency=low + + * Initial release. (Closes: #451128) + + -- Gürkan Sengün Tue, 13 Nov 2007 19:32:23 +0100