[Pkg-libburnia-commits] r3 - / trunk trunk/libburn trunk/libburn/debian

huggie at alioth.debian.org huggie at alioth.debian.org
Thu Feb 21 10:01:22 UTC 2008


Author: huggie
Date: 2008-02-21 10:01:22 +0000 (Thu, 21 Feb 2008)
New Revision: 3

Added:
   branches/
   tags/
   trunk/
   trunk/libburn/
   trunk/libburn/debian/
   trunk/libburn/debian/README.Debian.libburn-doc
   trunk/libburn/debian/cdrskin.1
   trunk/libburn/debian/cdrskin.dirs
   trunk/libburn/debian/cdrskin.install
   trunk/libburn/debian/changelog
   trunk/libburn/debian/compat
   trunk/libburn/debian/control
   trunk/libburn/debian/copyright
   trunk/libburn/debian/docs
   trunk/libburn/debian/libburn-dev.dirs
   trunk/libburn/debian/libburn-dev.install
   trunk/libburn/debian/libburn4-doc.dirs
   trunk/libburn/debian/libburn4-doc.install
   trunk/libburn/debian/libburn4.install
   trunk/libburn/debian/rules
Log:
Initial commit of current libburn in unstable ready for svn-buildpackage.



Property changes on: trunk/libburn/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/libburn/debian/README.Debian.libburn-doc
===================================================================
--- trunk/libburn/debian/README.Debian.libburn-doc	                        (rev 0)
+++ trunk/libburn/debian/README.Debian.libburn-doc	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,6 @@
+README for libburn-doc
+----------------------
+
+Documentation is in /usr/share/doc/libburn/html.
+
+-- Ante Karamatic <ivoks at ubuntu.com> 21 Sep 2006

Added: trunk/libburn/debian/cdrskin.1
===================================================================
--- trunk/libburn/debian/cdrskin.1	                        (rev 0)
+++ trunk/libburn/debian/cdrskin.1	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,146 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH CDRSKIN 1 "August 11, 2006"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+cdrskin \- burns preformatted data to CD-R or CD-RW via libburn.
+.SH SYNOPSIS
+.B cdrskin
+.RI [ options | source_addresses ]
+.br
+.SH DESCRIPTION
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+.PP 
+\fBcdrskin\fP is a program that provides some of cdrecord's options in a compatible way. 
+You don't need to be root to use it.
+.SS
+.B Currently it provides the following features:
+.br
+TAO (Track at Once) mode
+.br
+SAO (Session at Once) mode
+.br
+RAW/RAW96R mode
+.br
+Multi session support
+.br
+Blanking discs
+.br
+Audio support
+.br
+Burnfree and speed options
+.SS
+.B Known deficiencies:
+.br
+No DVD support yet
+.SH OPTIONS
+.TP
+\fB\-\-help\fR
+shows non-cdrecord compatible options
+.TP
+\fB\-help\fR
+shows cdrecord compatible options
+.br
+.SH EXAMPLES
+.SS
+.B Get an overview of drives:
+.br
+cdrskin -scanbus
+.br
+cdrskin dev=ATA -scanbus
+.br
+cdrskin --devices
+.SS
+.B Get info about a particular drive or loaded media:
+.br
+cdrskin dev=0,1,0 -checkdrive
+.br
+cdrskin dev=ATA:1,0,0 -atip
+.br
+cdrskin dev=/dev/hdc -toc
+.SS
+.B Make used CD-RW writable again:
+.br
+cdrskin -v dev=/dev/sg1 blank=all -eject
+.br
+cdrskin -v dev=/dev/dvd blank=fast -eject
+.SS
+.B Write ISO-9660 filesystem image:
+.br
+cdrskin -v dev=/dev/hdc speed=12 fs=8m driveropts=burnfree -sao -eject padsize=300k my_image.iso
+.SS
+.B Write compressed afio archive on-the-fly via crdskin 0.2.4:
+.br
+find . | afio -oZ - | cdrskin -v dev=0,1,0 fs=32m speed=8 driveropts=burnfree padsize=300k -sao tsize=650m -
+.SS
+.B Write compressed afio archive on-the-fly via cdrskin 0.2.5 or higher:
+.br
+find . | afio -oZ - | cdrskin -v dev=0,1,0 fs=32m speed=8 driveropts=burnfree padsize=300k -tao -
+.SS
+.B Write in multi-session (only in -tao mode)
+.br
+cdrskin -tao padsize=300k -multi 1.iso
+.br
+cdrskin -tao padsize=300k -multi 2.afio
+.br
+cdrskin -tao padsize=300k -multi 3.afio
+.br
+cdrskin -tao padsize=300k 4.afio
+.SS
+.B Get the next writeable addresses for an appendable media (written in multi-session):
+.br
+cdrskin -msinfo
+.SS
+.B Write audio tracks:
+.br
+cdrskin -v dev=ATA:1,0,0 speed=48 driveropts=burnfree -sao track1.wav track2.au -audio -swab track3.raw
+.br
+.SH FILES
+If no --no_rc is given as the first argument then cdrskin attempts on startup to read
+the arguments from the following three files:
+.PP
+.br
+.B /etc/default/cdrskin
+.br
+.B /etc/opt/cdrskin/rc
+.br
+.B $HOME/.cdrskinrc
+.br
+.PP
+The files are read in the sequence given above, but none of them is required for \fBcdrskin\fP to
+function properly. Each readable line is treated as one single argument. No extra blanks. A first 
+character '#' marks a comment, empty lines are ignored.
+.SS
+.B Example content of a startup file:
+ # This is the default device
+ dev=0,1,0
+ # To accomodate to eventual remnant cdrskin-0.2.2 addresses
+ dev_translation=+1,0,0+0,1,0
+ # Some more options
+ --fifo_start_empty
+ fs=16m
+.br
+.SH SEE ALSO
+.BR cdrecord (1), growisofs (1), dvd+rw-format (1)
+.br
+.SH AUTHOR
+cdrskin was written by Thomas Schmitt <scdbackup at gmx.net>.
+.PP
+This manual page was written by George Danchev <danchev at spnet.net>,
+for the Debian project (but may be used by others).

Added: trunk/libburn/debian/cdrskin.dirs
===================================================================
--- trunk/libburn/debian/cdrskin.dirs	                        (rev 0)
+++ trunk/libburn/debian/cdrskin.dirs	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1 @@
+usr/bin

Added: trunk/libburn/debian/cdrskin.install
===================================================================
--- trunk/libburn/debian/cdrskin.install	                        (rev 0)
+++ trunk/libburn/debian/cdrskin.install	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1 @@
+debian/tmp/usr/bin/cdrskin

Added: trunk/libburn/debian/changelog
===================================================================
--- trunk/libburn/debian/changelog	                        (rev 0)
+++ trunk/libburn/debian/changelog	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,9 @@
+libburn (0.4.2-1) unstable; urgency=low
+
+  * Initial release in this form
+   - replaces old cdrskin with static lib
+   - updates libburn to a recent version      closes: #383579, #428438, #426016
+   - improved the description (more work needed?)               closes: #455605
+   - Use newer upstream which builds cdrskin dynamically linked to libburn.
+
+ -- Simon Huggins <huggie at earth.li>  Fri, 01 Feb 2008 12:43:21 +0000

Added: trunk/libburn/debian/compat
===================================================================
--- trunk/libburn/debian/compat	                        (rev 0)
+++ trunk/libburn/debian/compat	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1 @@
+5

Added: trunk/libburn/debian/control
===================================================================
--- trunk/libburn/debian/control	                        (rev 0)
+++ trunk/libburn/debian/control	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,47 @@
+Source: libburn
+Section: libs
+Priority: optional
+Maintainer: Simon Huggins <huggie at earth.li>
+Uploaders: George Danchev <danchev at spnet.net>
+Build-Depends: cdbs, debhelper (>= 5.0.0), doxygen, graphviz
+Standards-Version: 3.7.3
+Homepage: http://libburnia.pykix.org/
+
+Package: libburn4
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: library to provide CD/DVD writing functions
+ libburn is a library for mastering and writing optical discs.
+ For now this means CDs and all single layer DVD media except DVD+R.
+ It uses either /dev/sgN (e.g. on kernel 2.4 with ide-scsi) or /dev/hdX (e.g.
+ on kernel 2.6).
+
+Package: cdrskin
+Architecture: any
+Section: otherosfs
+Depends: ${shlibs:Depends}
+Description: command line CD/DVD writing tool
+ This is a cdrecord replacement that:
+   - Burns to all single layer DVD types
+   - TAO mode (CD Track at Once, DVD Packet)
+   - SAO mode (CD Session at Once, DVD DAO)
+   - Multi session support (not DVD+RW, DVD-RAM)
+   - Blanking discs
+   - Burnfree and speed options
+   - on CD: RAW/RAW96R mode
+   - on CD: Audio support
+
+Package: libburn4-doc
+Architecture: all
+Section: doc
+Description: API documentation for libburn library
+ This package contains the documentation for libburn4.
+
+Package: libburn-dev
+Architecture: any
+Section: libdevel
+Depends: libburn4 (= ${binary:Version})
+Description: development package for libburn4
+ This package contains the headers, pkgconfig data and static library for
+ libburn4.

Added: trunk/libburn/debian/copyright
===================================================================
--- trunk/libburn/debian/copyright	                        (rev 0)
+++ trunk/libburn/debian/copyright	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,35 @@
+This package was debianized by Ante Karamatic <ivoks at ubuntu.com> on
+Wed, 20 Sep 2006 18:19:41 +0200.
+
+It was downloaded from http://libburn.pykix.org/wiki/Releases
+
+Upstream Authors: Mario Danic <mario.danic at gmail.com>,
+                  Thomas Schmitt <scdbackup at gmx.net> and
+                  Lorenzo Taylor <lorenzo at taylor.homelinux.net>
+
+Copyright: 2002-2006 Derek Foreman <derek at signalmarketing.com>
+           2002-2006 Ben Jansens <xor at orodu.net>
+           2006 Mario Danic <mario.danic at gmail.com>
+           2006 Thomas Schmitt <scdbackup at gmx.net>
+
+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
+
+
+The Debian packaging is (C) 2006, Ante Karamatic <ivoks at ubuntu.com>, 
+lightly modified by Simon Huggins <huggie at earth.li> and is licensed under
+the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: trunk/libburn/debian/docs
===================================================================
--- trunk/libburn/debian/docs	                        (rev 0)
+++ trunk/libburn/debian/docs	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1 @@
+README

Added: trunk/libburn/debian/libburn-dev.dirs
===================================================================
--- trunk/libburn/debian/libburn-dev.dirs	                        (rev 0)
+++ trunk/libburn/debian/libburn-dev.dirs	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,2 @@
+usr/include/libburn
+usr/lib/pkgconfig

Added: trunk/libburn/debian/libburn-dev.install
===================================================================
--- trunk/libburn/debian/libburn-dev.install	                        (rev 0)
+++ trunk/libburn/debian/libburn-dev.install	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/libburn/libburn.h
+debian/tmp/usr/lib/libburn*.a usr/lib/
+debian/tmp/usr/lib/libburn.so usr/lib/
+debian/tmp/usr/lib/pkgconfig/libburn-1.pc usr/lib/pkgconfig/

Added: trunk/libburn/debian/libburn4-doc.dirs
===================================================================
--- trunk/libburn/debian/libburn4-doc.dirs	                        (rev 0)
+++ trunk/libburn/debian/libburn4-doc.dirs	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1 @@
+usr/share/doc/libburn

Added: trunk/libburn/debian/libburn4-doc.install
===================================================================
--- trunk/libburn/debian/libburn4-doc.install	                        (rev 0)
+++ trunk/libburn/debian/libburn4-doc.install	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1 @@
+doc/html usr/share/doc/libburn/

Added: trunk/libburn/debian/libburn4.install
===================================================================
--- trunk/libburn/debian/libburn4.install	                        (rev 0)
+++ trunk/libburn/debian/libburn4.install	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libburn*.so.* usr/lib/

Added: trunk/libburn/debian/rules
===================================================================
--- trunk/libburn/debian/rules	                        (rev 0)
+++ trunk/libburn/debian/rules	2008-02-21 10:01:22 UTC (rev 3)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
+# This file is public domain.
+  
+#DEB_TAR_SRCDIR                  := libburn-0.2.2
+#DEB_AUTO_CLEANUP_RCS            := yes
+export DH_VERBOSE=1
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs
+DEB_MAKE_INSTALL_TARGET := install BUILDROOT=$(DEB_DESTDIR)
+DEB_INSTALL_MANPAGES_cdrskin := debian/cdrskin.1
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+cleanbuilddir/libburn4-doc::
+	rm -rf cdrskin/.libs
+
+cleanbuilddir/libburn4-doc::
+	rm -rf doc/html
+	rm -rf doc/doxygen.conf
+
+build/libburn4-doc::
+	doxygen doc/doxygen.conf
+
+binary-install/libburn4-doc::
+	find debian/libburn4-doc/usr/share/doc/libburn/html/ -size 0|xargs rm


Property changes on: trunk/libburn/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-libburnia-commits mailing list