[Pkg-libburnia-commits] r50 - trunk/libisoburn/debian

huggie at alioth.debian.org huggie at alioth.debian.org
Sat Feb 28 15:12:50 UTC 2009


Author: huggie
Date: 2009-02-28 15:12:49 +0000 (Sat, 28 Feb 2009)
New Revision: 50

Removed:
   trunk/libisoburn/debian/control.in
Modified:
   trunk/libisoburn/debian/changelog
   trunk/libisoburn/debian/control
   trunk/libisoburn/debian/rules
Log:
Upgrade to new version; remove cdbs auto-update.


Modified: trunk/libisoburn/debian/changelog
===================================================================
--- trunk/libisoburn/debian/changelog	2009-02-28 14:57:49 UTC (rev 49)
+++ trunk/libisoburn/debian/changelog	2009-02-28 15:12:49 UTC (rev 50)
@@ -1,13 +1,13 @@
-libisoburn (0.2.8-1) UNRELEASED; urgency=low
+libisoburn (0.3.2-1) UNRELEASED; urgency=low
 
+  [ Simon Huggins ]
   * New upstream release
 
   [ Matthew Rosewarne ]
-  * control now generated by CDBS.
   * Added Vcs-Svn and Vcs-Browser fields.
   * Removed doxygen-fix.patch, merged upstream.
 
- -- Debian Libburnia packagers <pkg-libburnia-devel at lists.alioth.debian.org>  Wed, 26 Nov 2008 20:08:16 -0500
+ -- Debian Libburnia packagers <pkg-libburnia-devel at lists.alioth.debian.org>  Sat, 28 Feb 2009 15:00:45 +0000
 
 libisoburn (0.2.2-1) unstable; urgency=low
 

Modified: trunk/libisoburn/debian/control
===================================================================
--- trunk/libisoburn/debian/control	2009-02-28 14:57:49 UTC (rev 49)
+++ trunk/libisoburn/debian/control	2009-02-28 15:12:49 UTC (rev 50)
@@ -3,7 +3,7 @@
 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 (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5.0.44), doxygen, graphviz, libburn-dev (>= 0.5.4), libisofs-dev (>= 0.6.10), pkg-config
+Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5.0.44), doxygen, graphviz, libburn-dev (>= 0.6.2), libisofs-dev (>= 0.6.12), pkg-config
 Standards-Version: 3.8.0
 Homepage: http://libburnia-project.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-libburnia/trunk/libisoburn/

Deleted: trunk/libisoburn/debian/control.in
===================================================================
--- trunk/libisoburn/debian/control.in	2009-02-28 14:57:49 UTC (rev 49)
+++ trunk/libisoburn/debian/control.in	2009-02-28 15:12:49 UTC (rev 50)
@@ -1,63 +0,0 @@
-Source: libisoburn
-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/libisoburn/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-libburnia/trunk/libisoburn/
-
-Package: libisoburn1
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: library to enable creation and expansion of ISO-9660 filesystems
- libisoburn is a frontend for libraries libburn and libisofs which enables
- creation and expansion of ISO-9660 filesystems on all CD/DVD media supported
- by libburn. This includes media like DVD+RW, which do not support
- multi-session management on media level and even plain disk files or block
- devices.
- 
-Package: libisoburn-dbg
-Architecture: any
-Section: libdevel
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libisoburn1 (= ${binary:Version}), libisofs-dbg, libburn-dbg
-Description: debugging symbols for libisoburn and xorriso
- libisoburn is a frontend for libraries libburn and libisofs which enables
- creation and expansion of ISO-9660 filesystems on all CD/DVD media supported
- by libburn.
- .
- This package contains debugging files used to investigate problems with
- binaries included in the libisoburn and xorriso packages.
-    
-Package: libisoburn-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Description: Development package for libisofs
- This package contains the documentation for libisoburn.
-
-Package: libisoburn-dev
-Architecture: any
-Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libisoburn1 (= ${binary:Version}), libisofs-dev, libburn-dev
-Suggests: libisoburn-doc (= ${source:Version})
-Description: development package for libisoburn
- This package contains the headers, pkgconfig data and static library for
- libisoburn.
-
-Package: xorriso
-Architecture: any
-Section: otherosfs
-Depends: ${shlibs:Depends}, ${misc:Depends}, libisoburn1 (= ${binary:Version})
-Description: command line iso9660+RR manipulation tool
- xorriso is a command line and dialog application, which creates, loads,
- manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions.
- .
- It maps file objects from POSIX compliant filesystems into Rock Ridge enhanced
- ISO 9660 filesystems and allows session-wise manipulation  of such
- filesystems. It can load the management information of existing ISO images
- and it writes the session results to optical media or to filesystem objects. 

Modified: trunk/libisoburn/debian/rules
===================================================================
--- trunk/libisoburn/debian/rules	2009-02-28 14:57:49 UTC (rev 49)
+++ trunk/libisoburn/debian/rules	2009-02-28 15:12:49 UTC (rev 50)
@@ -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/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -13,9 +8,6 @@
 libburn_required = $(shell grep -o 'LIBBURN_REQUIRED=.*' configure.ac | cut -d= -f2-)
 libisofs_required = $(shell grep -o 'LIBISOFS_REQUIRED=.*' configure.ac | cut -d= -f2-)
 
-# Needed by upstream build process
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), doxygen, graphviz, libburn-dev (>= $(libburn_required)), libisofs-dev (>= $(libisofs_required)), pkg-config
-
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 
 cleanbuilddir/libisoburn-doc::




More information about the Pkg-libburnia-commits mailing list