[Pkg-libburnia-commits] r49 - trunk/libisofs/debian

huggie at alioth.debian.org huggie at alioth.debian.org
Sat Feb 28 14:57:49 UTC 2009


Author: huggie
Date: 2009-02-28 14:57:49 +0000 (Sat, 28 Feb 2009)
New Revision: 49

Removed:
   trunk/libisofs/debian/control.in
Modified:
   trunk/libisofs/debian/changelog
   trunk/libisofs/debian/rules
Log:
New version.  Remove cdbs auto-update.


Modified: trunk/libisofs/debian/changelog
===================================================================
--- trunk/libisofs/debian/changelog	2009-02-28 13:20:05 UTC (rev 48)
+++ trunk/libisofs/debian/changelog	2009-02-28 14:57:49 UTC (rev 49)
@@ -1,12 +1,12 @@
 libisofs (0.6.12-1) UNRELEASED; urgency=low
 
+  [ Simon Huggins ]
   * 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, 26 Nov 2008 19:47:23 -0500
+ -- Debian Libburnia packagers <pkg-libburnia-devel at lists.alioth.debian.org>  Sat, 28 Feb 2009 13:47:50 +0000
 
 libisofs (0.6.6-1) unstable; urgency=low
 

Deleted: trunk/libisofs/debian/control.in
===================================================================
--- trunk/libisofs/debian/control.in	2009-02-28 13:20:05 UTC (rev 48)
+++ trunk/libisofs/debian/control.in	2009-02-28 14:57:49 UTC (rev 49)
@@ -1,46 +0,0 @@
-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	2009-02-28 13:20:05 UTC (rev 48)
+++ trunk/libisofs/debian/rules	2009-02-28 14:57:49 UTC (rev 49)
@@ -1,18 +1,10 @@
 #!/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




More information about the Pkg-libburnia-commits mailing list