Accepted cdbs 0.4.40ubuntu1 (source)

Martin Pitt martin.pitt at ubuntu.com
Thu Jun 8 19:30:07 BST 2006


Accepted:
 OK: cdbs_0.4.40ubuntu1.dsc
     -> Component: main Section: devel
 OK: cdbs_0.4.40ubuntu1.tar.gz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  8 Jun 2006 20:05:36 +0200
Source: cdbs
Binary: cdbs
Architecture: source
Version: 0.4.40ubuntu1
Distribution: edgy
Urgency: low
Maintainer: CDBS Hackers <build-common-hackers at lists.alioth.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 cdbs       - common build system for Debian packages
Closes: 212196 222376 228044 239123 239128 240981 242831 244692 248654 252134 260173 262757 262861 263168 273835 281055 285583 292374 295906 300149 305857 306941 307813 314341 316034 318295 320097 326926 332501 337487 339720 340299 340866 341275 345615 353820 354361 355504 362831 365085 365085 365122 365257 365457 365524
Changes: 
 cdbs (0.4.40ubuntu1) edgy; urgency=low
 .
   * Synchronize to Debian.
   * debian/control: Remove kaffe and python2.3 build dependencies since they
     are in universe.
   * test/ant-1.sh: Skip test if ant or kaffe are not installed to not fail
     test on buildds.
   * test/recursive.sh: Fix shebang to use bash instead of sh, since it fails
     with dash.
   * test/distutils-{3,4}.sh: Remove python2.3 test package and test, since
     python2.3 is in universe.
 .
 cdbs (0.4.40) unstable; urgency=low
 .
   * Acknowledge NMU (closes: #365085)
   * Added DEB_PYTHON_PACKAGES_EXCLUDE (python-distutils.mk)
     (closes: #365257)
   * cdbs-edit-patch: Avoid error message when creating new patch
   * Try patches at level 1 first, to avoid problems with patches that only
     create new files (simple-patchsys.mk) (closes: #365524)
   * Unset DEB_DBG_PACKAGE_ALL if some DEB_DBG_PACKAGE_pkg is set by user
     (debhelper.mk); test case in debhelper-6.sh
   * Set DEB_DBG_PACKAGE_pkg automatically if corresponding pkg exists
     (debhelper.mk) (closes: #365122); test case in debhelper-7.sh
   * Resurrected old documentation changelog
   * Fixed doc-base entries
   * Documented that directories with special characters are not supported
     (closes: #306941)
   * Corrected some typos in documentation (closes: #365457)
 .
 cdbs (0.4.39-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add a sequencing point to ensure all dh_makeshlibs are run before any
     dh_shlibdeps is (closes: #365085).
 .
 cdbs (0.4.39) unstable; urgency=low
 .
   * Added definitions of DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS
     (buildvars.mk)
   * Added definition of DEB_UPSTREAM_VERSION (buildvars.mk)
   * Remove *.pyc on clean (python-distutils.mk) (closes: #252134)
   * Remove *.omf.out from help directory (gnome.mk) (closes: #292374)
   * Moved dh_shlibdeps call to binary-predeb (debhelper.mk)
     (closes: #326926)
   * Rewrote various shell conditionals as make conditionals
     (closes: #222376)
   * Added 2.5 as possible Python version
   * Remove Python build directories for every used Python version
     separately (closes: #300149); enhanced test case distutils-3.sh to
     check this
   * Deal with rules files that set DH_COMPAT (closes: #362831)
   * Removed DEB_AUTO_CLEANUP_RCS feature; no one was using that correctly
     (tarball.mk)
   * Don't clean config.cache, config.log, config.status; the upstream
     package should do that (autotools.mk, autotools-files.mk)
 .
 cdbs (0.4.38) unstable; urgency=low
 .
   * Added support for uuencoded patches (patch by Christopher Martin)
     (simple-patchsys.mk) (closes: #305857); test case in patchsys-1.sh
   * Enabled use of $(cdbs_python_ver) in all package-specific targets
     (patch by Tommi Virtanen) (python-distutils.mk) (closes: #295906);
     test case in distutils-3.sh
   * cdbs-edit-patch: Preserve comment in patch (closes: #332501)
   * Added .NOTPARALLEL target in buildcore.mk to allow parallel make to
     work (see comment there) (closes: #240981)
   * Added call to dh_installudev if available (debhelper.mk)
   * Clean target now reverses patches if some failed to apply
     (simple-patchsys.mk) (closes: #263168)
   * Added dpatch stamp file so dpatch apply-all is called only once per
     build (dpatch.mk) (closes: #318295)
   * Arranged dh_installinit call so that DEB_UPDATE_RCD_PARAMS is always
     quoted (debhelper.mk) (closes: #242831)
   * Run checks under build (not binary) target (ant.mk, makefile.mk);
     adjusted comments accordingly (buildcore.mk) (closes: #244692)
   * Enhanced debug package support, with support for multiple debug
     packages (debhelper.mk)
   * Merged changes from KDE team (kde.mk):
     - Support for tarball builds
     - Directories more flexible
     - Corrected and improved handling of debug and final options
     - More files excluded from compression
     - dh_makeshlibs does not use -V by default anymore
     - Support for building apidox
   * Fixed certain cases of Python distutils plus tarball installing in
     wrong directory (python-distutils.mk) (closes: #281055); test case
     in distutils-4.sh
 .
 cdbs (0.4.37) unstable; urgency=low
 .
   * Merged all existing documentation, readmes, and examples into one
     coherent document
   * Dropped more-or-less redundant text and PostScript formatted
     documentation
   * Rewrote gen-dotty in Perl; ocaml dependency is gone
   * Process depgraph.dot using graphviz instead of springgraph for better
     looks and speed
   * Removed autogen.sh; it was nonfunctional (use autoreconf instead)
   * Document that rules that add commands should come after including
     CDBS makefiles (closes: #273835)
   * Added buildcore.mk dependency to hbuild.mk and python-distutils.mk
   * Use debhelper level 5 by default (debhelper.mk) (closes: #353820);
     test cases in debhelper-{4,5}.sh
   * Generate properly versioned build dependency on debhelper depending
     on level used (debhelper.mk) (closes: #345615)
   * Automatically add --dbg-package to dh_strip if one debug package is
     defined and debhelper level 5 is used (buildvars.mk, debhelper.mk)
     (closes: #228044); test case in debhelper-2.sh
   * Added call to dh_installcatalogs (debhelper.mk)
   * Call make as $(MAKE) (autotools.mk, makefile-vars.mk,
     perlmodule-vars.mk)
   * Added + to rules calling $(MAKE) indirectly, for correct interaction
     with parallel make (makefile.mk)
   * Automatically use --disable-dependency-tracking (autotools-vars.mk)
     (closes: #337487)
   * Added DEB_DH_SHLIBDEPS_ARGS_$(cdbs_curpkg) (debhelper.mk)
     (closes: #262757)
   * Don't use auto-update debian/control feature (closes: #339720)
 .
 cdbs (0.4.36) unstable; urgency=low
 .
   * Conditionalized targets using make conditionals rather than shell
     tests (ant.mk, makefile.mk); fixes various quoting problems and is
     more elegant (closes: #262861, #285583, #320097)
   * Propagate CPPFLAGS to make (makefile-vars.mk)
   * Added ant test case, entails new build dependencies ant, kaffe
   * Check for java executable when checking the JAVA_HOME_DIRS (ant-vars.mk)
     (closes: #239123)
   * Added ant-launcher.jar to DEB_CLASSPATH (ant-vars.mk)
     (closes: #239128, #341275)
   * Set ANT_HOME to /usr/share/ant by default (ant-vars.mk)
     (closes: #212196)
   * Removed build dependency on ocaml-native-compilers; ocaml is enough
     (closes: #355504)
 .
 cdbs (0.4.35) unstable; urgency=low
 .
   * Fixed build dependencies in hdparm test case (closes: #354361)
   * Removed special handling of udebs; use debhelper's built-in support
     now (debhelper.mk) (closes: #248654, #340299, #340866)
   * Raised implicit debhelper dependency to 4.2.0 for udeb support
     (debhelper.mk)
   * Don't conditionalize dh_installlogcheck anymore as it's included in
     debhelper 4.2.0 (debhelper.mk)
   * Added call to dh_installmime (debhelper.mk) (closes: #260173)
   * Removed erroneous references to nonexistent variable DEB_ANT_TEST_TARGET
     (closes: #307813)
   * Added support for dh_clean excludes with DEB_CLEAN_EXCLUDE
     (debhelper.mk) (closes: #314341)
   * Added debhelper test case for DEB_*_EXCLUDE functionality
   * Don't play unnecessary tricks with build-essential in the automatic
     dependencies (buildcore.mk, buildvars.mk) (closes: #316034)
Files: 
 47a2da636640e7d66959b7e55d5c9d80 964 devel optional cdbs_0.4.40ubuntu1.dsc
 52410e86c0be83f9eeb1604b89f91237 198620 devel optional cdbs_0.4.40ubuntu1.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEiGfBDecnbV4Fd/IRAuKPAJ91bQ4v3euYAIYGKqGM7jpJ6nECrgCg7Hip
5kf7755mZji9oV38cmhEpu4=
=XEeY
-----END PGP SIGNATURE-----





More information about the edgy-changes mailing list