[Pkg-libburnia-commits] r30 - in trunk/libisoburn/debian: . patches

mukidohime-guest at alioth.debian.org mukidohime-guest at alioth.debian.org
Sun Jul 13 07:57:29 UTC 2008


Author: mukidohime-guest
Date: 2008-07-13 07:57:29 +0000 (Sun, 13 Jul 2008)
New Revision: 30

Added:
   trunk/libisoburn/debian/patches/doxygen-fix.patch
Removed:
   trunk/libisoburn/debian/patches/no-optimize-cflags.diff
Modified:
   trunk/libisoburn/debian/changelog
   trunk/libisoburn/debian/control
   trunk/libisoburn/debian/libisoburn1.install
   trunk/libisoburn/debian/rules
   trunk/libisoburn/debian/watch
Log:
* libisoburn 0.2.0 finished, unless...
* please take a look at the doxygen-fix.patch, perhaps there should be a pl01?



Modified: trunk/libisoburn/debian/changelog
===================================================================
--- trunk/libisoburn/debian/changelog	2008-07-13 05:47:47 UTC (rev 29)
+++ trunk/libisoburn/debian/changelog	2008-07-13 07:57:29 UTC (rev 30)
@@ -1,3 +1,18 @@
+libisoburn (0.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+  [ Matthew Rosewarne ]
+  * Bumped Debhelper compat to 6.
+  * Bumped Standards-Version to 3.8.0.
+  * Updated watch file for new upstream versioning scheme.
+  * Added -dbg package.
+  * Added dependencies on libburn-dev and libisofs-dev to libisoburn-dev.
+  * Removed configure patch, use --enable-debug for now.
+  * Added doxygen-fix.patch to use the correct source directory for Doxygen.
+
+ -- Matthew Rosewarne <mrosewarne at inoutbox.com>  Sun, 13 Jul 2008 03:35:28 -0400
+
 libisoburn (0.1.5-1) unstable; urgency=low
 
   * Initial release (Closes: #467359)

Modified: trunk/libisoburn/debian/control
===================================================================
--- trunk/libisoburn/debian/control	2008-07-13 05:47:47 UTC (rev 29)
+++ trunk/libisoburn/debian/control	2008-07-13 07:57:29 UTC (rev 30)
@@ -5,14 +5,14 @@
 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: autotools-dev,
  cdbs,
- debhelper (>= 5.0.0),
+ debhelper (>= 6.0.0),
  doxygen,
  graphviz,
- libburn-dev (>= 0.4.4),
- libisofs-dev (>= 0.6.4),
+ libburn-dev (>= 0.4.8),
+ libisofs-dev (>= 0.6.6),
  patchutils,
  pkg-config
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://libburnia-project.org
 
 Package: libisoburn1
@@ -26,6 +26,19 @@
  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
@@ -36,7 +49,7 @@
 Package: libisoburn-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libisoburn1 (= ${binary:Version})
+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

Modified: trunk/libisoburn/debian/libisoburn1.install
===================================================================
--- trunk/libisoburn/debian/libisoburn1.install	2008-07-13 05:47:47 UTC (rev 29)
+++ trunk/libisoburn/debian/libisoburn1.install	2008-07-13 07:57:29 UTC (rev 30)
@@ -1,2 +1 @@
-debian/tmp/usr/lib/libisoburn.so.1
-debian/tmp/usr/lib/libisoburn.so.1.*
+debian/tmp/usr/lib/libisoburn.so.1*

Added: trunk/libisoburn/debian/patches/doxygen-fix.patch
===================================================================
--- trunk/libisoburn/debian/patches/doxygen-fix.patch	                        (rev 0)
+++ trunk/libisoburn/debian/patches/doxygen-fix.patch	2008-07-13 07:57:29 UTC (rev 30)
@@ -0,0 +1,23 @@
+diff -Nur -x '*.orig' -x '*~' libisoburn-0.2.0/doc/doxygen.conf.in libisoburn-0.2.0.new/doc/doxygen.conf.in
+--- libisoburn-0.2.0/doc/doxygen.conf.in	2008-07-13 07:31:00.448383000 +0000
++++ libisoburn-0.2.0.new/doc/doxygen.conf.in	2008-07-13 07:34:30.244528000 +0000
+@@ -477,7 +477,7 @@
+ # directories like "/usr/src/myproject". Separate the files or directories 
+ # with spaces.
+ 
+-INPUT                  = libburn \
++INPUT                  = libisoburn \
+                          doc \
+                          test
+ 
+@@ -495,9 +495,7 @@
+ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
+ # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
+ 
+-FILE_PATTERNS          = libburn.h \
+-                         comments \
+-                         libburner.c
++FILE_PATTERNS          = 
+ 
+ # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
+ # should be searched for input files as well. Possible values are YES and NO. 

Deleted: trunk/libisoburn/debian/patches/no-optimize-cflags.diff
===================================================================
--- trunk/libisoburn/debian/patches/no-optimize-cflags.diff	2008-07-13 05:47:47 UTC (rev 29)
+++ trunk/libisoburn/debian/patches/no-optimize-cflags.diff	2008-07-13 07:57:29 UTC (rev 30)
@@ -1,27 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' libisoburn-0.1.3~svn1703/configure.ac libisoburn-0.1.3~svn1703.new/configure.ac
---- libisoburn-0.1.3~svn1703/configure.ac	2008-04-27 23:32:46.632004000 -0400
-+++ libisoburn-0.1.3~svn1703.new/configure.ac	2008-04-27 23:41:23.596033499 -0400
-@@ -99,23 +99,6 @@
- 
- dnl Add compiler-specific flags
- 
--dnl See if the user wants aggressive optimizations of the code
--AC_ARG_ENABLE(debug,
--[  --enable-debug          Disable aggressive optimizations [default=yes]],
--              , enable_debug=yes)
--if test x$enable_debug != xyes; then
--    if test x$GCC = xyes; then
--        CFLAGS="$CFLAGS -O3"
--        CFLAGS="$CFLAGS -fexpensive-optimizations"
--    fi
--    CFLAGS="$CFLAGS -DNDEBUG"
--else
--    if test x$GCC = xyes; then
--        CFLAGS="$CFLAGS -g -pedantic -Wall"
--    fi
--    CFLAGS="$CFLAGS -DDEBUG"
--fi
--
- AC_CONFIG_FILES([
- 	Makefile
- 	doc/doxygen.conf

Modified: trunk/libisoburn/debian/rules
===================================================================
--- trunk/libisoburn/debian/rules	2008-07-13 05:47:47 UTC (rev 29)
+++ trunk/libisoburn/debian/rules	2008-07-13 07:57:29 UTC (rev 30)
@@ -5,8 +5,6 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V
-
 cleanbuilddir/libisoburn-doc::
 	rm -rf doc/html
 	rm -rf doc/doxygen.conf

Modified: trunk/libisoburn/debian/watch
===================================================================
--- trunk/libisoburn/debian/watch	2008-07-13 05:47:47 UTC (rev 29)
+++ trunk/libisoburn/debian/watch	2008-07-13 07:57:29 UTC (rev 30)
@@ -1,3 +1,4 @@
 version=3
 
+opts="uversionmangle=s/\.pl\d+$//" \
 http://files.libburnia-project.org/releases/libisoburn-(.*)\.tar\.gz




More information about the Pkg-libburnia-commits mailing list