--- burn-0.4.3.ds1.orig/debian/docs +++ burn-0.4.3.ds1/debian/docs @@ -0,0 +1,5 @@ +README +TODO +AUTHORS +BUGS +docs/index.html --- burn-0.4.3.ds1.orig/debian/menu +++ burn-0.4.3.ds1/debian/menu @@ -0,0 +1,2 @@ +?package(burn):needs="text" section="Applications/File Management" \ + title="burn" command="/usr/bin/burn" hints="CD-writing program" --- burn-0.4.3.ds1.orig/debian/copyright +++ burn-0.4.3.ds1/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233 +Upstream-Name: burn +Upstream-Maintainer: Gaetano Paolone +Upstream-Source: http://www.bigpaul.org/burn/ + +Files: * +Copyright: © 2003–2004 Gaetano Paolone +License: GPL-2+ + 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. + +Files: debian/* +Copyright: © 2009 Ben Finney +Copyright: © 2008 Barry deFreese +Copyright: © 2006 Matt Brown +Copyright: © 2004 Gaetano Paolone +License: GPL-2+ + This is free software; you may copy, modify, and/or distribute this work + under the terms of the GNU General Public License, version 2 or later. + No warranty expressed or implied. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in ‘/usr/share/common-licenses/GPL-2’. --- burn-0.4.3.ds1.orig/debian/README.source +++ burn-0.4.3.ds1/debian/README.source @@ -0,0 +1,3 @@ +On December 12, 2008, the tarball was repackaged to remove upstreams +debian directory. + -- Barry deFreese Wed, 03 Dec 2008 13:37:26 -0500 --- burn-0.4.3.ds1.orig/debian/compat +++ burn-0.4.3.ds1/debian/compat @@ -0,0 +1 @@ +7 --- burn-0.4.3.ds1.orig/debian/rules +++ burn-0.4.3.ds1/debian/rules @@ -0,0 +1,42 @@ +#! /usr/bin/make -f +# +# debian/rules +# +# Copyright © 2009 Ben Finney +# This is free software; you may copy, modify, and/or distribute this work +# under the terms of the GNU General Public License, version 2 or later. +# No warranty expressed or implied. +# See the file ‘/usr/share/common-licenses/GPL-2’ for details. + +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +.PHONY: build +build: ${QUILT_STAMPFN} + dh build + +.PHONY: clean +clean: unpatch + dh clean + +.PHONY: install +install: + dh install + +.PHONY: binary-indep +binary-indep: build install + dh binary-indep + +.PHONY: binary-arch +binary-arch: build install + +.PHONY: binary +binary: binary-indep binary-arch + + +# Local Variables: +# mode: makefile +# coding: utf-8 +# End: +# vim: filetype=make fileencoding=utf-8 : --- burn-0.4.3.ds1.orig/debian/manpages +++ burn-0.4.3.ds1/debian/manpages @@ -0,0 +1,2 @@ +docs/burn.1 +docs/burn-configure.1 --- burn-0.4.3.ds1.orig/debian/install +++ burn-0.4.3.ds1/debian/install @@ -0,0 +1,4 @@ +burn usr/bin/ +burn-configure usr/bin/ +burn.conf etc/ +burn.conf-dist usr/share/burn/ --- burn-0.4.3.ds1.orig/debian/control +++ burn-0.4.3.ds1/debian/control @@ -0,0 +1,38 @@ +# debian/control +# +# Copyright © 2009 Ben Finney +# This is free software; you may copy, modify, and/or distribute this work +# under the terms of the GNU General Public License, version 2 or later. +# No warranty expressed or implied. +# See the file ‘/usr/share/common-licenses/GPL-2’ for details. + +Source: burn +Section: otherosfs +Priority: optional +Maintainer: Ben Finney +Build-Depends: + debhelper (>= 7), + quilt +Standards-Version: 3.8.1 +VCS-bzr: http://bzr.debian.org/bzr/collab-maint/burn/burn.debian/ +VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/burn/burn.debian/ +Homepage: http://www.bigpaul.org/burn/ + +Package: burn +Architecture: all +Depends: + python, + wodim, genisoimage, cdrdao, + python-pyvorbis, python-eyed3, python-pyao, python-pymad, + mpg321 (>= 0.2.10.3), + ${misc:Depends} +Description: command-line tool for writing optical media + ‘burn’ is a command-line tool to create audio CDs from MP3, Ogg + Vorbis, or WAV files, to backup data files, to create CDs from + ISO-9660 images, and to copy CDs on-the-fly. It performs any of its + functions in a single command, without requiring preparatory + filesystem creation, etc. + . + The program can compute if there is necessary free space for + temporary files (images and audio files), warn if size is bigger than + CD capacity, and manage multisession CDs. --- burn-0.4.3.ds1.orig/debian/changelog +++ burn-0.4.3.ds1/debian/changelog @@ -0,0 +1,144 @@ +burn (0.4.3.ds1-3) unstable; urgency=low + + * The “Knowledge In, Burn Out” release. Thanks to Cyril Brulebois for + mentoring. + * debian/README.source: + + Rename to conform with policy. + * debian/dirs: + + Redundant with directories created by ‘dh_install’; remove. + * debian/changelog: + + Conform all entries strictly to format in Debian policy. + * debian/install, debian/manpages: + + Rename, no need to qualify these files for a single binary package. + * debian/rules: + + Simplify rules, debhelper tracks actions without explicit stamps. + + -- Ben Finney Thu, 16 Apr 2009 19:27:07 +1000 + +burn (0.4.3.ds1-2) unstable; urgency=low + + * The “clearing the cobwebs” release. + * debian/control: + + Update to ‘Standards-Version: 3.8.1’; no changes needed. + + Add ‘VCS-*’ fields for packaging repository. + + Re-work description for natural English and reduce redundancy. + * debian/compat, debian/control, debian/rules, debian/docs, debian/burn.*: + + Update to use debhelper 7. + + Install upstream change log and documentation files. + * debian/postinst, debian/prerm: + + Remove unused maintainer programs. + * debian/copyright: + + Update to machine-parseable copyright format. + * debian/README.Debian: + + Fix a typo in the advice for configuration. + + -- Ben Finney Thu, 02 Apr 2009 18:21:49 +1100 + +burn (0.4.3.ds1-1) unstable; urgency=low + + * Adopt this package. + (Closes: Bug#451712) + * Re-pack upstream source again, to delete all bogus entries: + + debian/ directory + + build-stamp, install-stamp + * debian/control: + + Set myself as Maintainer. + + Depends: quilt + * Implement previous diffs to upstream as a ‘quilt(1)’ patch series. + * debian/rules: + + Ensure quilt patches are applied and removed appropriately. + * debian/patches/01.fix-manpage-hyphens.patch: + + Fix incorrect usage of hyphens and minus signs in manpages. + * debian/patches/02.fix-manpage-whatis.patch: + + Give useful whatis entries in manpages. + * debian/patches/03.configure-current-executables.patch: + + Use current program names in Debian (wodim, genisoimage). + + Correct the name of ‘/usr/bin/genisoimage’ in the configuration file. + (Closes: Bug#517793) + + -- Ben Finney Mon, 02 Mar 2009 13:57:36 +1100 + +burn (0.4.3.ds-1) unstable; urgency=low + + * QA upload. + + Set maintainer to Debian QA Group . + * Make package non-native. + + Re-packed upstream tarball to remove debian dir. + * Depend wodim instead of cdrecord. (Closes: #402199). + + Update burn.conf to use /usr/bin/wodim for cdrecord. + * Depend genisoimage instead of mkisofs. + + Update burn.conf to use /usr/bin/genisoimage for mkisofs. + * Move DH_COMPAT to debian/compat and set to 4 to match dh version. + * Add Homepage entry in control. + * Add watch file. + * Move to arch:all. (Closes: #355581). + * Fix hyphens used as minus in burn.1. + * Fix what-is entries in burn.1 and burn-configure.1. + * Remove unneeded debian/conffiles. + * Bump Standards Version to 3.8.0. + + Menu policy transition. + + -- Barry deFreese Tue, 02 Dec 2008 14:37:26 -0500 + +burn (0.4.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove unneeded python compilation from postinst (Closes: #394425) + + -- Matt Brown Mon, 30 Oct 2006 11:37:44 +1300 + +burn (0.4.3-2) unstable; urgency=low + + * Closes bug for silent wavs in external decoding + + -- Gaetano Paolone (bigpaul) Mon, 21 Mar 2005 21:59:40 +0200 + +burn (0.4.3-1) unstable; urgency=low + + * (closes: #252662) now empty media check is done only + if it is a cd-writing command. No check for -e and -h options. + * fixed typo in documentation (same bug above) + * (closes: #257437) Now -x computes excluded size. It's been hard to solve it. + I know there is better code for this, but it seems to work. + * (closes: #257463) Fixed cdrecord and mkisofs depends. + * (closes: #271700) Fixed msinfo cdrecord parsing. Thanks to Bram Senders + * (closes: #285801) Could not reproduce problem, lenght calculation + seems fine for me. + * (closes: #285802) escaped audio file names before cdrecord + * (closes: #276414) valid answers specified. Thanks to Jochen Schulz + * (closes: #280969) break added. Thanks to Stephan Beyer + + -- Gaetano Paolone (bigpaul) Wed, 16 Mar 2005 21:59:40 +0200 + +burn (0.4.2-2) unstable; urgency=low + + * (closes: #250415) fixed typo in man page + * (closes: #250416) fixed size for Mb + + -- Gaetano Paolone (bigpaul) Mon, 24 May 2004 23:59:40 +0200 + +burn (0.4.2-1) unstable; urgency=low + + * (closes: #247904) fixed typo + * (closes: #248296) fixed package description + * (closes: #248895) Now no error is raised for whitespaces in filenames + + -- Gaetano Paolone (bigpaul) Sat, 15 May 2004 23:59:40 +0200 + +burn (0.4-1) unstable; urgency=low + + * New upstream revision + + -- Gaetano Paolone (bigpaul) Tue, 27 Apr 2004 17:50:39 +0200 + +burn (0.3-2) unstable; urgency=low + + * Little fix + + -- Gaetano Paolone (bigpaul) Tue, 27 Apr 2004 16:38:33 +0200 + +burn (0.3-1) unstable; urgency=low + + * Initial Release. + + -- Gaetano Paolone (bigpaul) Sun, 14 Mar 2004 23:57:15 +0100 --- burn-0.4.3.ds1.orig/debian/watch +++ burn-0.4.3.ds1/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts=dversionmangle=s/\.ds// \ +http://www.bigpaul.org/burn/download/burn-([\d.]+)\.tar\.gz --- burn-0.4.3.ds1.orig/debian/README.Debian +++ burn-0.4.3.ds1/debian/README.Debian @@ -0,0 +1,6 @@ +burn for Debian +--------------- + +Configure ‘/etc/burn.conf’ or ‘$HOME/.burnrc’ and enjoy! + + -- Ben Finney , Thu, 2 Apr 2009 18:10:37 +1100 --- burn-0.4.3.ds1.orig/debian/patches/01.fix-manpage-hyphens.patch +++ burn-0.4.3.ds1/debian/patches/01.fix-manpage-hyphens.patch @@ -0,0 +1,59 @@ +Author: Ben Finney +Description: Fix incorrect uses of hyphens and minus signs. + +=== modified file 'docs/burn.1' +--- old/docs/burn.1 2009-03-01 13:12:56 +0000 ++++ new/docs/burn.1 2009-03-02 02:27:57 +0000 +@@ -5,7 +5,7 @@ + .B burn + \fIMAIN_MODE\fR \fI[OPTIONS]\fR... \fI[FILE/S]...\fR + .br +-.B burn --help ++.B burn \-\-help + .SH DESCRIPTION + CD-writing program/script. Features Data-CD, Audio-CD, Copy on the fly, Iso-CD. + .SH CONFIGURATION +@@ -44,7 +44,7 @@ + .PP + \fB# burn \-D \-r /etc/\fR + .IP +-Creates a CD containing the whole /etc/ directory. (-r preserves path) ++Creates a CD containing the whole /etc/ directory. (\-r preserves path) + .PP + \fB# burn \-D \-c /mail_2003 /home/bigpaul/Mail \-p /boot/vmli*\fR + .IP +@@ -91,16 +91,16 @@ + .SH DATA\-CD OPTIONS + \fB\-p, \-\-path\fR + .IP +-add file/s or path's content to CD\-ROM's root. e.g.: \-p +-/cvs/myproj/ . In this example we will find CD\-ROM's root ++add file/s or path's content to CD-ROM's root. e.g.: \-p ++/cvs/myproj/ . In this example we will find CD-ROM's root + filled with /cvs/myproj/ contents, but no + /cvs/myproj/ will be created + .PP + \fB\-r, \-\-preserve\-path\fR + .IP +-add file/s or path's content to CD\-ROM preserving ++add file/s or path's content to CD-ROM preserving + original path. e.g.: \-r /cvs/myproj/ . In this +-example we will find /cvs/myproj/ in CD\-ROM's root ++example we will find /cvs/myproj/ in CD-ROM's root + .PP + \fB\-x, \-\-exclude\-path\fR + .IP +@@ -108,9 +108,9 @@ + .PP + \fB\-c, \-\-change\-path\fR + .IP +-old_path will be named new_path in CD\-ROM. e.g.: +--c /my_home/2004_Jan/ /home/bigpaul/ . +-Thus /home/bigpaul/ will be named /my_home/2004_Jan/ in CD\-ROM. ++old_path will be named new_path in CD-ROM. e.g.: ++\fB\-c /my_home/2004_Jan/ /home/bigpaul/ . ++Thus /home/bigpaul/ will be named /my_home/2004_Jan/ in CD-ROM. + .PP + \fB\-l, \-\-follow\-symlink\fR + .IP + --- burn-0.4.3.ds1.orig/debian/patches/02.fix-manpage-whatis.patch +++ burn-0.4.3.ds1/debian/patches/02.fix-manpage-whatis.patch @@ -0,0 +1,27 @@ +Author: Ben Finney +Description: Give a descriptive whatis for manpages. + +=== modified file 'docs/burn-configure.1' +--- old/docs/burn-configure.1 2009-03-01 13:12:56 +0000 ++++ new/docs/burn-configure.1 2009-03-02 00:48:06 +0000 +@@ -1,6 +1,6 @@ + .TH BURN "1" "" "burn-configure" + .SH NAME +-burn-configure \- manual page for burn-configure ++burn-configure \- create a configuration file for burn(1) + .SH SYNOPSIS + .B burn-configure + .SH DESCRIPTION + +=== modified file 'docs/burn.1' +--- old/docs/burn.1 2009-03-01 23:51:06 +0000 ++++ new/docs/burn.1 2009-03-02 00:48:06 +0000 +@@ -1,6 +1,6 @@ + .TH BURN "1" "" "burn" + .SH NAME +-burn \- manual page for burn ++burn \- record from various sources to optical media (CD, DVD) + .SH SYNOPSIS + .B burn + \fIMAIN_MODE\fR \fI[OPTIONS]\fR... \fI[FILE/S]...\fR + --- burn-0.4.3.ds1.orig/debian/patches/series +++ burn-0.4.3.ds1/debian/patches/series @@ -0,0 +1,3 @@ +01.fix-manpage-hyphens.patch +02.fix-manpage-whatis.patch +03.configure-current-executables.patch --- burn-0.4.3.ds1.orig/debian/patches/03.configure-current-executables.patch +++ burn-0.4.3.ds1/debian/patches/03.configure-current-executables.patch @@ -0,0 +1,35 @@ +Author: Ben Finney +Description: Specify current executables in configuration files. + +=== modified file 'burn.conf' +--- old/burn.conf 2009-03-01 13:12:56 +0000 ++++ new/burn.conf 2009-03-02 00:51:19 +0000 +@@ -9,9 +9,9 @@ + external_decoding: yes + + [executables] +-cdrecord: /usr/bin/cdrecord ++cdrecord: /usr/bin/wodim + cdrdao: /usr/bin/cdrdao +-mkisofs: /usr/bin/mkisofs ++mkisofs: /usr/bin/genisoimage + + #External decoder binaries and options. + #These values will be used if you enable external_decoding option + +=== modified file 'burn.conf-dist' +--- old/burn.conf-dist 2009-03-01 13:12:56 +0000 ++++ new/burn.conf-dist 2009-03-02 00:51:53 +0000 +@@ -6,9 +6,9 @@ + external_decoding: no + + [executables] +-cdrecord: /usr/bin/cdrecord ++cdrecord: /usr/bin/wodim + cdrdao: /usr/bin/cdrdao +-mkisofs: /usr/bin/mkisofs ++mkisofs: /usr/bin/genisoimage + + #If you wanto to use external decoders (mpg123, lame, ogg123, etc.) + #change external_decoding to 'yes' +