[Pkg-libburnia-commits] r40 - trunk/libisofs/debian
mukidohime-guest at alioth.debian.org
mukidohime-guest at alioth.debian.org
Fri Sep 19 05:29:59 UTC 2008
Author: mukidohime-guest
Date: 2008-09-19 05:29:57 +0000 (Fri, 19 Sep 2008)
New Revision: 40
Added:
trunk/libisofs/debian/control.in
Modified:
trunk/libisofs/debian/changelog
trunk/libisofs/debian/control
trunk/libisofs/debian/rules
Log:
* libisofs gets the works
- version bump
- CDBS control generation
- VCS fields
Modified: trunk/libisofs/debian/changelog
===================================================================
--- trunk/libisofs/debian/changelog 2008-09-13 21:35:32 UTC (rev 39)
+++ trunk/libisofs/debian/changelog 2008-09-19 05:29:57 UTC (rev 40)
@@ -1,3 +1,13 @@
+libisofs (0.6.8-1) UNRELEASED; 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> Fri, 19 Sep 2008 01:16:32 -0400
+
libisofs (0.6.6-1) unstable; urgency=low
* New upstream release. (Closes: #490592)
Modified: trunk/libisofs/debian/control
===================================================================
--- trunk/libisofs/debian/control 2008-09-13 21:35:32 UTC (rev 39)
+++ trunk/libisofs/debian/control 2008-09-19 05:29:57 UTC (rev 40)
@@ -3,9 +3,11 @@
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: autotools-dev, cdbs, debhelper (>= 6.0.0), doxygen, graphviz, libburn-dev (>= 0.4.8)
+Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5.0.44), doxygen, graphviz, libburn-dev (>= 0.4.2)
Standards-Version: 3.8.0
Homepage: http://libburnia-project.org
+Vcs-Svn: svn://svn.debian.org/svn/pkg-libburnia/trunk/libisofs/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-libburnia/trunk/libisofs/
Package: libisofs6
Architecture: any
Added: trunk/libisofs/debian/control.in
===================================================================
--- trunk/libisofs/debian/control.in (rev 0)
+++ trunk/libisofs/debian/control.in 2008-09-19 05:29:57 UTC (rev 40)
@@ -0,0 +1,46 @@
+Source: libisofs
+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/libisofs/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-libburnia/trunk/libisofs/
+
+Package: libisofs6
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library to create ISO9960 images
+ libisofs creates ISO images which can then be burnt with cdrskin or other
+ software.
+
+Package: libisofs-dbg
+Architecture: any
+Section: libdevel
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, libisofs6 (= ${binary:Version})
+Description: debugging symbols for libisofs
+ libisofs creates ISO images which can then be burnt with cdrskin or other
+ software.
+ .
+ This package contains debugging files used to investigate problems with
+ binaries included in the libisofs packages.
+
+Package: libisofs-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: API documentation for libisofs library
+ This package contains the documentation for libisofs6
+
+Package: libisofs-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}, libisofs6 (= ${binary:Version})
+Suggests: libisofs-doc (= ${source:Version})
+Description: development package for libisofs
+ This package contains the pkgconfig files, static library and headers for the
+ libisofs6 package.
Modified: trunk/libisofs/debian/rules
===================================================================
--- trunk/libisofs/debian/rules 2008-09-13 21:35:32 UTC (rev 39)
+++ trunk/libisofs/debian/rules 2008-09-19 05:29:57 UTC (rev 40)
@@ -1,10 +1,20 @@
#!/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
+# Needed by upstream build process
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), doxygen, graphviz, libburn-dev (>= 0.4.2)
+
DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug
+
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
cleanbuilddir/libisofs-doc::
More information about the Pkg-libburnia-commits
mailing list