[Pkg-opt-media-team] [SCM] dvd+rw-tools packaging branch, master, updated. debian/7.1-6-24-g6e7912b

Rogério Brito rbrito at ime.usp.br
Mon Nov 8 01:03:31 UTC 2010


The following commit has been merged in the master branch:
commit ff3e3b7322c666d55ee1472db8b4c767b2000105
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Sat Nov 6 17:01:28 2010 -0200

    First shot at splitting the package, as per Josselin Mouette's request.

diff --git a/debian/control b/debian/control
index f6ae054..7ee6318 100644
--- a/debian/control
+++ b/debian/control
@@ -14,25 +14,42 @@ Vcs-Browser: http://git.debian.org/?p=pkg-opt-media/dvd%2Brw-tools.git
 Vcs-Git: git://git.debian.org/pkg-opt-media/dvd+rw-tools.git
 Homepage: http://fy.chalmers.se/~appro/linux/DVD+RW/
 
-Package: dvd+rw-tools
+Package: growisofs
 Architecture: any
 Depends: ${misc:Depends},
 	 ${shlibs:Depends}
-Recommends: genisoimage
+Description: DVD+-RW/R recorder
+ growisofs is a general purpose DVD recording program that supports:
+ .
+  * random-access media (DVD+RW, DVD-RAM, plain files, hard disk partitions)
+  * mastering multisession DVD media (DVD+R, DVD-R/-RW, and Blu-ray Disc)
+  * first-/single-session recording of arbitrary pre-mastered image
+    (formatted as UDF, ISO9660 or any other file system, if formatted at
+    all) to all supported DVD media types.
+ .
+ growisofs is able to either write pre-created ISO images or create them
+ on-the-fly (by calling genisoimage).
+ .
+ This package also contains dvd+rw-format, a utility to format a DVD+RW media.
+
+Package: dvd+rw-tools
+Architecture: any
+Depends: ${misc:Depends},
+	 ${shlibs:Depends},
+	 genisoimage,
+	 growisofs
 Suggests: cdrskin
 Description: DVD+-RW/R tools
- dvd+rw-tools makes it possible to burn DVD images created by dvdauthor or
- genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing
- cdrecord-proDVD in many cases.
- .
- The package contains:
+ The dvd+rw-tools suite makes it possible to burn DVD images created by
+ dvdauthor or genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks,
+ replacing cdrecord-proDVD in many cases.
  .
-   * growisofs to burn DVD images or create a data DVD on the fly
-   * dvd+rw-format to format a DVD+RW
-   * dvd+rw-mediainfo to give details about DVD disks
+ This package contains dvd+rw-mediainfo (to give details about DVD
+ disks), and some programs to control the write speed and obtain
+ information from DVD-RAM.
  .
- and some programs to control the write speed and obtain information from
- DVD-RAM.
+ Additionally, it depends on the growisofs package to provide the main
+ front-end for burning DVD-like media.
 
 Package: dvd+rw-tools-dbg
 Section: debug
@@ -45,4 +62,5 @@ Description: DVD+-RW/R tools (debug)
  genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing
  cdrecord-proDVD in many cases.
  .
- This package contains the debugging symbols.
+ This package contains the debugging symbols for the programs in the
+ growisofs and dvd+rw-tools packages.
diff --git a/debian/growisofs.install b/debian/growisofs.install
new file mode 100644
index 0000000..591507b
--- /dev/null
+++ b/debian/growisofs.install
@@ -0,0 +1,2 @@
+usr/bin/growisofs
+usr/bin/dvd+rw-format

-- 
dvd+rw-tools packaging



More information about the Pkg-opt-media-team mailing list