Your message dated Fri, 02 Nov 2007 13:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#377524: fixed in cdbs 0.4.50 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: cdbs Version: 0.4.44 Severity: wishlist Tags: patch hi, could you add cmake class to cdbs. I joined a cmake.mk that i use for packaging strigi. cheers, Fathi -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-k7 Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) cdbs depends on no packages. Versions of packages cdbs recommends: ii autotools-dev 20060223.1 Update infrastructure for config. { ii debhelper 5.0.37.2 helper programs for debian/rules -- no debconf information# -*- mode: makefile; coding: utf-8 -*- # Copyright (C) 2006 Peter Rockai <[EMAIL PROTECTED]> # Copyright (C) 2006 Fathi Boudra <[EMAIL PROTECTED]> # Description: A class for cmake packages # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2, or (at # your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. ifndef _cdbs_bootstrap _cdbs_scripts_path ?= /usr/lib/cdbs _cdbs_rules_path ?= /usr/share/cdbs/1/rules _cdbs_class_path ?= /usr/share/cdbs/1/class endif ifndef _cdbs_class_cmake _cdbs_class_cmake := 1 include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) ifdef _cdbs_tarball_dir DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) else DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) endif DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) DEB_CMAKE_PREFIX =/usr # Overriden from makefile-vars.mk # We pass CFLAGS and friends to ./configure, so no need to pass them to make DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR) include $(_cdbs_class_path)/makefile.mk$(_cdbs_makefile_suffix) ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) # well, -O0 endif ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) # semi-debug else # final endif ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) # debug endif #DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el common-configure-arch common-configure-indep:: common-configure-impl common-configure-impl:: $(DEB_BUILDDIR)/CMakeCache.txt $(DEB_BUILDDIR)/CMakeCache.txt: cd $(DEB_BUILDDIR) && cmake $(CURDIR)/$(DEB_SRCDIR) \ -DCMAKE_INSTALL_PREFIX="$(DEB_CMAKE_PREFIX)" \ $(DEB_CMAKE_EXTRA_FLAGS) -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \ -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_VERBOSE_MAKEFILE=ON mkdir -p $(DEB_DESTDIR) cleanbuilddir:: -if test "$(DEB_BUILDDIR)" != "$(DEB_SRCDIR)"; then rm -rf $(DEB_BUILDDIR); fi endif
--- End Message ---
--- Begin Message ---Source: cdbs Source-Version: 0.4.50 We believe that the bug you reported is fixed in the latest version of cdbs, which is due to be installed in the Debian FTP archive: cdbs_0.4.50.dsc to pool/main/c/cdbs/cdbs_0.4.50.dsc cdbs_0.4.50.tar.gz to pool/main/c/cdbs/cdbs_0.4.50.tar.gz cdbs_0.4.50_all.deb to pool/main/c/cdbs/cdbs_0.4.50_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated cdbs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 02 Nov 2007 13:11:42 +0100 Source: cdbs Binary: cdbs Architecture: source all Version: 0.4.50 Distribution: unstable Urgency: low Maintainer: CDBS Hackers <[EMAIL PROTECTED]> Changed-By: Peter Eisentraut <[EMAIL PROTECTED]> Description: cdbs - common build system for Debian packages Closes: 377524 377964 405413 411520 416018 423394 433862 438372 438417 439750 439915 Changes: cdbs (0.4.50) unstable; urgency=low . * Made qmake class observe nostrip option (qmake.mk) (closes: #438417) * Call make as $(MAKE) (qmake.mk) * Added cmake class (original patch by Fathi Boudra) (closes: #377524) * Documented cases where setting DEB_DESTDIR manually could be necessary (closes: #438372) * Use unversioned interpreter for default Python version (python-distutils.mk) (closes: #377964) * Use dh_testroot instead of custom rule when debhelper is used (buildcore.mk) (closes: #416018) * Documented variables DEB_AUTO_UPDATE_AUTOCONF, DEB_AUTO_UPDATE_AUTOMAKE, DEB_AUTO_UPDATE_LIBTOOL; thanks to Steve M. Robbins for the research (closes: #439750) * Use dh_listpackages instead of custom list-packages script when debhelper is used. Since this requires a recent version of debhelper, debhelper is now a dependency of cdbs. (buildcore.mk, permodule-vars.mk) (closes: #405413, #433862) * Added possibility to list files that are not installed in debian/not-installed (utils.mk) (closes: #423394) * Replaced uses of "#" in make $(warning) function argument, because it misbehaves in some versions of make (python-distutils.mk) (closes: #439915) * Add to CFLAGS/CXXFLAGS instead of overwriting them (langcore.mk) (closes: #411520) Files: 5ffdc8d5331c978b7e9900107b2e61ee 920 devel optional cdbs_0.4.50.dsc 79e59bdf871d283e087196e4ee693934 200153 devel optional cdbs_0.4.50.tar.gz a542fb6ef808b65d34550a5fef273a9b 967450 devel optional cdbs_0.4.50_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHKxbFTTx8oVVPtMYRAl18AJwMxRMmv0wyjfpCbxNtEUKzE1y4ygCeL4P8 myD1ZT7syYgYCQlJnBiA+Co= =u/fH -----END PGP SIGNATURE-----
--- End Message ---

