--- wav2cdr-2.3.3.orig/debian/control +++ wav2cdr-2.3.3/debian/control @@ -0,0 +1,16 @@ +Source: wav2cdr +Section: sound +Priority: extra +Maintainer: Daniel Baumann +Build-Depends: debhelper (>= 5), dpatch +Standards-Version: 3.7.2 + +Package: wav2cdr +Section: sound +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Converts wav files into CD-ROM audio file format + This program converts wav sound files into a format suitable for CD-ROMs, and + can perform some editing functions like cutting or volume change. It is rather + rudimentary, the wav file must have the same sampling parameters as CD audio. + Runs both on big and little endian machines. --- wav2cdr-2.3.3.orig/debian/patches/00list +++ wav2cdr-2.3.3/debian/patches/00list @@ -0,0 +1 @@ +01-alpha.dpatch --- wav2cdr-2.3.3.orig/debian/patches/01-alpha.dpatch +++ wav2cdr-2.3.3/debian/patches/01-alpha.dpatch @@ -0,0 +1,36 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 01-alpha.dpatch by Bart Warmerdam +## +## DP: Dataype fixes for alpha. + +@DPATCH@ + +diff -Naur wav2cdr-2.3.3.orig/chelp.h wav2cdr-2.3.3/chelp.h +--- wav2cdr-2.3.3.orig/chelp.h 1999-02-21 07:17:25.000000000 +0000 ++++ wav2cdr-2.3.3/chelp.h 2006-02-20 10:44:56.310848224 +0000 +@@ -167,7 +167,7 @@ + #define HAS_FIXEDSIZES + typedef unsigned char UINT8, byte; /* 8 bits */ + typedef unsigned short UINT16, dbyte, word; /* 16 bits */ +-#ifdef __alpha ++#if defined(__alpha) || defined(__ia64) + typedef unsigned int UINT32, + qbyte, dword, lword; /* 32 bits */ + #else +@@ -177,14 +177,14 @@ + + typedef signed char SINT8; /* 8 bits signed */ + typedef signed short SINT16; /* 16 bits signed */ +-#ifdef __alpha ++#if defined(__alpha) || defined(__ia64) + typedef signed int SINT32; /* 32 bits signed */ + #else + typedef signed long SINT32; /* 32 bits signed */ + #endif + + #ifdef ANSIEXT +-#ifdef __alpha ++#if defined(__alpha) || defined(__ia64) + typedef unsigned long UINT64, llword; /* 64 bits */ + typedef signed long SINT64; /* 64 bits signed */ + #else --- wav2cdr-2.3.3.orig/debian/changelog +++ wav2cdr-2.3.3/debian/changelog @@ -0,0 +1,83 @@ +wav2cdr (2.3.3-7) unstable; urgency=low + + * Minor cleanups. + * Bumped package to debhelper 5. + + -- Daniel Baumann Tue, 1 May 2007 13:16:00 +0200 + +wav2cdr (2.3.3-6) unstable; urgency=low + + * New email address. + * Bumped policy version. + + -- Daniel Baumann Thu, 6 Jul 2006 11:48:00 +0200 + +wav2cdr (2.3.3-5) unstable; urgency=low + + * New maintainer (Closes: #353526). + * Redone debian/ based on newer debhelper-templates. + * Using dpatch for patch management. + + -- Daniel Baumann Mon, 20 Feb 2006 11:55:00 +0100 + +wav2cdr (2.3.3-4) unstable; urgency=low + + * Update maintainer email address. + + -- Philipp Kern Mon, 28 Mar 2005 19:06:42 +0000 + +wav2cdr (2.3.3-3) unstable; urgency=low + + * New maintainer. (Closes: #288212) + * Updated standards version. + * Fixed lintian warnings. + + -- Philipp Kern Tue, 11 Jan 2005 20:52:47 +0100 + +wav2cdr (2.3.3-2) unstable; urgency=low + + * Fixed typo in control file (closes: 125471) + + -- Bart Warmerdam Sun, 24 Feb 2002 16:05:45 +0100 + +wav2cdr (2.3.3-1) unstable; urgency=low + + * New upstream release + + -- Bart Warmerdam Tue, 7 Aug 2001 00:09:27 +0200 + +wav2cdr (2.3.2-2) frozen unstable; urgency=low + + * Fixed a manpage bug. + + -- Bart Warmerdam Sun, 13 Feb 2000 13:52:33 +0100 + +wav2cdr (2.3.2-1) unstable; urgency=low + + * New upstream release + + -- Bart Warmerdam Sun, 7 Nov 1999 13:15:31 +0100 + +wav2cdr (2.2.2-1) unstable; urgency=low + + * New upstream release + + -- Bart Warmerdam Sat, 17 Jul 1999 14:53:07 +0200 + +wav2cdr (2.2-1) unstable; urgency=low + + * New upstream version + + -- Bart Warmerdam Wed, 5 May 1999 10:53:03 +0200 + +wav2cdr (2.1-2) unstable; urgency=low + + * Patched datatypes to fix 64 bit platforms (Alpha) + + -- Bart Warmerdam Sat, 20 Feb 1999 08:31:19 +0100 + +wav2cdr (2.1-1) unstable; urgency=low + + * Initial Release. + + -- Bart Warmerdam Sun, 27 Sep 1998 20:21:38 +0200 --- wav2cdr-2.3.3.orig/debian/manpages +++ wav2cdr-2.3.3/debian/manpages @@ -0,0 +1 @@ +wav2cdr.1 --- wav2cdr-2.3.3.orig/debian/copyright +++ wav2cdr-2.3.3/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Daniel Baumann on +Mon, 20 Feb 2006 11:55:00 +0100. + +It was downloaded from + +Upstream Author: Volker Kuhlmann + +License: + + Copyright (C) 1998-2001 Volker Kuhlmann + + 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 +can be found in /usr/share/common-licenses/GPL file. + +The Debian packaging is (C) 2006-2007, Daniel Baumann and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- wav2cdr-2.3.3.orig/debian/rules +++ wav2cdr-2.3.3/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: patch + dh_testdir + + # Building package + CFLAGS="$(CFLAGS)" $(MAKE) + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + # Cleaning package + -$(MAKE) clean + rm -f wav2cdr + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Installing package + install -D -m 0755 wav2cdr debian/wav2cdr/usr/bin/wav2cdr + install -D -m 0755 wav2cdr.1 debian/wav2cdr/usr/share/man/man1/wav2cdr.1 + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install + 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 --- wav2cdr-2.3.3.orig/debian/compat +++ wav2cdr-2.3.3/debian/compat @@ -0,0 +1 @@ +5 --- wav2cdr-2.3.3.orig/debian/docs +++ wav2cdr-2.3.3/debian/docs @@ -0,0 +1,2 @@ +README +TODO