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

huggie at alioth.debian.org huggie at alioth.debian.org
Sat Feb 28 13:20:06 UTC 2009


Author: huggie
Date: 2009-02-28 13:20:05 +0000 (Sat, 28 Feb 2009)
New Revision: 48

Removed:
   trunk/libburn/debian/control.in
Modified:
   trunk/libburn/debian/changelog
   trunk/libburn/debian/control
   trunk/libburn/debian/rules
Log:
Update to 0.6.2 and update the descriptions to match new features.

Someone show me some advantage to using CDBS to fuck with our control file and
I'll consider it.


Modified: trunk/libburn/debian/changelog
===================================================================
--- trunk/libburn/debian/changelog	2008-11-27 01:24:55 UTC (rev 47)
+++ trunk/libburn/debian/changelog	2009-02-28 13:20:05 UTC (rev 48)
@@ -1,18 +1,12 @@
-libburn (0.5.6-1) UNRELEASED; urgency=low
+libburn (0.6.2-1) UNRELEASED; urgency=low
 
+  [ Simon Huggins ]
   * New upstream release.
 
- -- Matthew Rosewarne <mrosewarne at inoutbox.com>  Wed, 12 Nov 2008 22:35:11 -0500
-
-libburn (0.5.2-1) experimental; urgency=low
-
-  * New upstream release.
-
   [ Matthew Rosewarne ]
-  * control now generated by CDBS.
   * Added Vcs-Svn and Vcs-Browser fields.
 
- -- Debian Libburnia packagers <pkg-libburnia-devel at lists.alioth.debian.org>  Wed, 10 Sep 2008 23:50:17 -0400
+ -- Debian Libburnia packagers <pkg-libburnia-devel at lists.alioth.debian.org>  Sat, 28 Feb 2009 12:26:48 +0000
 
 libburn (0.5.0-1) unstable; urgency=low
 

Modified: trunk/libburn/debian/control
===================================================================
--- trunk/libburn/debian/control	2008-11-27 01:24:55 UTC (rev 47)
+++ trunk/libburn/debian/control	2009-02-28 13:20:05 UTC (rev 48)
@@ -14,25 +14,23 @@
 Section: libs
 Depends: ${shlibs:Depends}, ${misc: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).
+ libburn is a library for reading, mastering and writing optical discs.
+ For now this means CD-R, CD-RW, DVD-RAM, DVD+RW, DVD+R, DVD+R/DL, DVD-RW,
+ DVD-R, BD-R, BD-RE.
+ Not supported yet are DVD-R/DL.
 
 Package: cdrskin
 Architecture: any
 Section: otherosfs
 Depends: ${shlibs:Depends}, ${misc: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
+Description: command line CD/DVD/BD writing tool
+ cdrskin strives to be a second source for the services traditionally
+ provided by cdrecord.
+ Currently it does CD-R and CD-RW this way.  Overwriteable media DVD-RAM,
+ DVD+RW, DVD-RW, and BD-RE are handled differently than with cdrecord-ProDVD
+ in order to offer TAO-like single track recording. Sequential DVD-R[W],
+ DVD+R, DVD+R DL are handled like CD-R[W] with TAO and multi-session.
+ Additionally cdrskin offers cdrecord-ProDVD-like mode DAO with DVD-R[W]. 
 
 Package: libburn-dbg
 Architecture: any
@@ -40,10 +38,10 @@
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libburn4 (= ${binary:Version})
 Description: debugging symbols for libburn and cdrskin
- libburn is a library for mastering and writing optical discs.
+ libburn is a library for reading, mastering and writing optical discs.
  .
  This package contains debugging files used to investigate problems with
- binaries included in the libisofs and cdrskin packages.
+ binaries included in the libburn and cdrskin packages.
 
 Package: libburn-dev
 Architecture: any
@@ -52,12 +50,12 @@
 Suggests: libburn-doc (= ${source:Version})
 Description: development package for libburn4
  This package contains the headers, pkgconfig data and static library for
- libburn4.
+ libburn.
 
 Package: libburn-doc
 Architecture: all
 Section: doc
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: API documentation for libburn library
- This package contains the documentation for libburn4.
+ This package contains the documentation for libburn.
 

Deleted: trunk/libburn/debian/control.in
===================================================================
--- trunk/libburn/debian/control.in	2008-11-27 01:24:55 UTC (rev 47)
+++ trunk/libburn/debian/control.in	2009-02-28 13:20:05 UTC (rev 48)
@@ -1,63 +0,0 @@
-Source: libburn
-Section: libs
-Priority: optional
-Maintainer: Debian Libburnia packagers <pkg-libburnia-devel at lists.alioth.debian.org>
-Uploaders: George Danchev <danchev at spnet.net>, Mario Danic <mario.danic at gmail.com>, Matthew Rosewarne <mrosewarne at inoutbox.com>, Simon Huggins <huggie at earth.li>
-Build-Depends: @cdbs@
-Standards-Version: 3.8.0
-Homepage: http://libburnia-project.org
-Vcs-Svn: svn://svn.debian.org/svn/pkg-libburnia/trunk/libburn/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-libburnia/trunk/libburn/
-
-Package: libburn4
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, ${misc: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}, ${misc: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: libburn-dbg
-Architecture: any
-Section: libdevel
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libburn4 (= ${binary:Version})
-Description: debugging symbols for libburn and cdrskin
- libburn is a library for mastering and writing optical discs.
- .
- This package contains debugging files used to investigate problems with
- binaries included in the libisofs and cdrskin packages.
-
-Package: libburn-dev
-Architecture: any
-Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libburn4 (= ${binary:Version})
-Suggests: libburn-doc (= ${source:Version})
-Description: development package for libburn4
- This package contains the headers, pkgconfig data and static library for
- libburn4.
-
-Package: libburn-doc
-Architecture: all
-Section: doc
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: API documentation for libburn library
- This package contains the documentation for libburn4.
-

Modified: trunk/libburn/debian/rules
===================================================================
--- trunk/libburn/debian/rules	2008-11-27 01:24:55 UTC (rev 47)
+++ trunk/libburn/debian/rules	2009-02-28 13:20:05 UTC (rev 48)
@@ -1,11 +1,6 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-ifneq (,$(DEB_MAINTAINER_MODE))
-  # Enable stuff not policy compliant (eg. unsuitable for build daemons)
-  DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
-endif
-
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Pkg-libburnia-commits mailing list