Change log for cdbs package in Ubuntu

51100 of 153 results
Superseded in natty-release
cdbs (0.4.90ubuntu9) natty; urgency=low

  * 1/rules/clean-la.mk.in: fix up to handle .la files under multiarch lib
    dirs.
 -- Steve Langasek <email address hidden>   Mon, 14 Mar 2011 21:46:24 -0700

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu8) natty; urgency=low

  * 1/rules/buildvars.mk.in: export DEB_HOST_MULTIARCH from dpkg-architecture
    (if present).
 -- Steve Langasek <email address hidden>   Fri, 11 Mar 2011 10:43:30 -0800

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu7) natty; urgency=low

  * 1/rules/debhelper.mk.in: skip symlinking files under
    usr/share/doc/$(cdbs_curpkg) if this is a symlink; this fixes build of
    packages like gdb which might create symlinks between /usr/share/doc/*
    subdirs before the target.
  * 1/rules/debhelper.mk.in: anchor Architecture: regexp in sed calls.
 -- Loic Minier <email address hidden>   Tue, 08 Mar 2011 23:48:42 +0100

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu6) natty; urgency=low

  * Build-dep on ghostscript to allow running (called from dot -Tps2 in doc/);
    Debian #614536.
 -- Loic Minier <email address hidden>   Mon, 28 Feb 2011 22:50:22 +0100

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu5) natty; urgency=low

  * 1/rules/debhelper.mk.in: don't replace docs with symlinks to matching
    files in dependent packages when the dependent package is arch: all and
    the depending package isn't; ensures consistency between packages built
    with -b vs. -B, required by multiarch.  LP: #722933.
 -- Steve Langasek <email address hidden>   Tue, 22 Feb 2011 11:07:42 -0800

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu4) natty; urgency=low

  * 1/rules/debhelper.mk.in: Only call dh_scour automatically if we build a
    package in main. (LP: #708081)
 -- Martin Pitt <email address hidden>   Wed, 26 Jan 2011 20:22:51 +0100

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu3) natty; urgency=low

  * Fix regressions in python-autotools.mk: Missing quote in configure,
    flavoured DESTDIR. (LP: #705426)
 -- Stefano Rivera <email address hidden>   Thu, 20 Jan 2011 16:09:51 +0200

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu2) natty; urgency=low

  * 1/rules/debhelper.mk.in: patch by Laurent Bigonville to make sure that
    DEB_DH_GIREPOSITORY_ARGS is passed to dh_girepository call. Included in
    Debian's 0.4.91 too. (LP: #703420)
 -- Daniel Holbach <email address hidden>   Mon, 17 Jan 2011 11:01:30 +0100

Available diffs

Superseded in natty-release
cdbs (0.4.90ubuntu1) natty; urgency=low

  * Rename distutils-9.sh test to python-custom-prefix.sh, to avoid conflicts
    with future added tests from Debian.
  * Merge with Debian experimental. Remaining Ubuntu changes:
    - 1/class/autotools-files.mk.in: Add -i option when calling libtoolize to
      install missing files. (Debian #525849)
    - 1/class/gnome.mk.in:
      + Include langpack.mk.
      + Check if $DEB_BUILDDIR actually exists before cd'ing to it.
    - Add 1/class/kde4.mk.in: Generic KDE4 build rules. Install it in
      Makefile.am.
    - 1/class/kde.mk.in:
      + Call dh_icons and bump autogenerated debhelper build dependency
        appropriately.
      + Add --without-arts to standard configure flags, since it is
        deprecated.
      + build POT file, and add X-Ubuntu-Gettext-Domain to .desktop files.
     - Add 1/rules/clean-la.mk.in: Remove dependency_libs lines from .la files.
       Install it in Makefile.am.
    - 1/rules/debhelper.mk.in:
      + Do not install upstream changelogs by default.  They are huge and thus
        waste a lot of archive and CD space, quite uninteresting for ordinary
        users, and easy to get by downloading the source package or visiting the
        upstream page pointed out in copyright.
      + Symlink /usr/share/doc/ files to identical versions in any depending
        package which is built by the source package (except copyright, to
        adhere to Debian Policy). This can be disabled by setting
        $CDBS_NO_DOC_SYMLINKING.
      + Symlink identical Gnome help files (like untranslated images). This
        can be disabled by setting $CDBS_NO_GNOME_HELP_SYMLINKING. Add fdupes
        dependency for this.
    - Add 1/rules/langpack.mk.in: Generic langpack related tasks: Build POT
      files, add X-Ubuntu-Gettext-Domain to .desktop/.server/.directory
      files, and strip translations from gconf schemas. Install file in
      Makefile.am. Add intltool dependency for this.
    - Add strip-schema.pl: Script to remove translations from gconf schemas.
      Install it in Makefile.am.
    - 1/rules/simple-patchsys.mk.in: Revert the change for Debian bug #387103
      that causes patches to be unapplied before cleaning the build directory;
      the original issue was addressed more thoroughly in 0.4.49 with a fix
      for Debian bug #424080, and unpatch-before-clean breaks some relevant
      use cases that involve patching of build systems. (Debian #494254)
    - 1/rules/utils.mk.in: add some text before listing missing file to make
      it easier to see from the build log (LP #509249)
    - scripts/cdbs-edit-patch: Add fallback if DEB_TAR_SRCDIR contains
      variables. (LP #137827)
    - test/testsuite_functions: Set NO_PKG_MANGLE so that tests do not fail
      with pkgstriptranslations installed.
    - Add test/i18n: New test package for testing i18n. For now, ship a couple
      of .desktop files in different variants (simple, with translations, with
      initial empty line, with multiple sections).
    - Add test/langpack-1.mk: Verify that langpack.mk's translation stripping
      and domain addition works in all four cases above.
    - 1/rules/debhelper.mk.in: Call dh_scour. debian/control.in: Add scour
      build and binary dependency (build dep for test suite).
    - 1/class/python-distutils.mk.in, 1/class/python-module.mk.in: Add
      --prefix support for pysupport by DEB_PYTHON_PREFIX_ARG (LP #625581)
 -- Martin Pitt <email address hidden>   Fri, 14 Jan 2011 17:06:31 -0600

Available diffs

Superseded in natty-release
cdbs (0.4.89ubuntu6) natty; urgency=low

  * 1/class/python-distutils.mk.in, 1/class/python-module.mk.in: (LP: #625581)
    - add --prefix support for pysupport by DEB_PYTHON_PREFIX_ARG
  * test/distutils-9.sh:
    - add the test to check DEB_PYTHON_PREFIX_ARG usage
  * debian/control.in:
    - depends on specific version of python-support so that the test pass
 -- Didier Roche <email address hidden>   Thu, 18 Nov 2010 11:27:13 +0100

Available diffs

Superseded in natty-release
cdbs (0.4.89ubuntu5) natty; urgency=low

  * Add -p$(cdbs_curpkg) to dh_scout in debhelper.mk, run it only on
    files relevant for that package
 -- Jonathan Riddell <email address hidden>   Fri, 05 Nov 2010 16:01:01 +0000

Available diffs

Superseded in natty-release
cdbs (0.4.89ubuntu4) natty; urgency=low

  * Add DEB_DH_SCOUR_ARGS
 -- Jonathan Riddell <email address hidden>   Fri, 05 Nov 2010 14:20:05 +0000

Available diffs

Superseded in natty-release
cdbs (0.4.89ubuntu3) natty; urgency=low

  * Erk, the package is called "python-scour", not "scour".
 -- Martin Pitt <email address hidden>   Tue, 02 Nov 2010 14:52:05 -0400

Available diffs

Superseded in natty-release
cdbs (0.4.89ubuntu2) natty; urgency=low

  * 1/rules/debhelper.mk.in: Call dh_scour.
  * debian/control.in: Add scour build and binary dependency (build dep for
    test suite).
 -- Martin Pitt <email address hidden>   Tue, 02 Nov 2010 14:13:04 -0400

Available diffs

Superseded in natty-release
cdbs (0.4.89ubuntu1) natty; urgency=low

  * Merge from debian unstable, remaining changes:
    - 1/class/autotools-files.mk.in: Add -i option when calling libtoolize to
      install missing files. (Debian #525849)
    - 1/class/gnome.mk.in:
      + Include langpack.mk.
      + Check if $DEB_BUILDDIR actually exists before cd'ing to it.
    - Add 1/class/kde4.mk.in: Generic KDE4 build rules. Install it in
      Makefile.am.
    - 1/class/kde.mk.in:
      + Call dh_icons and bump autogenerated debhelper build dependency
        appropriately.
      + Add --without-arts to standard configure flags, since it is
        deprecated.
      + build POT file, and add X-Ubuntu-Gettext-Domain to .desktop files.
     - Add 1/rules/clean-la.mk.in: Remove dependency_libs lines from .la files.
       Install it in Makefile.am.
    - 1/rules/debhelper.mk.in:
      + Do not install upstream changelogs by default.  They are huge and thus
        waste a lot of archive and CD space, quite uninteresting for ordinary
        users, and easy to get by downloading the source package or visiting the
        upstream page pointed out in copyright.
      + Symlink /usr/share/doc/ files to identical versions in any depending
        package which is built by the source package (except copyright, to
        adhere to Debian Policy). This can be disabled by setting
        $CDBS_NO_DOC_SYMLINKING.
      + Symlink identical Gnome help files (like untranslated images). This
        can be disabled by setting $CDBS_NO_GNOME_HELP_SYMLINKING. Add fdupes
        dependency for this.
    - Add 1/rules/langpack.mk.in: Generic langpack related tasks: Build POT
      files, add X-Ubuntu-Gettext-Domain to .desktop/.server/.directory
      files, and strip translations from gconf schemas. Install file in
      Makefile.am. Add intltool dependency for this.
    - Add strip-schema.pl: Script to remove translations from gconf schemas.
      Install it in Makefile.am.
    - 1/rules/simple-patchsys.mk.in: Revert the change for Debian bug #387103
      that causes patches to be unapplied before cleaning the build directory;
      the original issue was addressed more thoroughly in 0.4.49 with a fix
      for Debian bug #424080, and unpatch-before-clean breaks some relevant
      use cases that involve patching of build systems. (Debian #494254)
    - 1/rules/utils.mk.in: add some text before listing missing file to make
      it easier to see from the build log (LP #509249)
    - scripts/cdbs-edit-patch: Add fallback if DEB_TAR_SRCDIR contains
      variables. (LP #137827)
    - test/testsuite_functions: Set NO_PKG_MANGLE so that tests do not fail
      with pkgstriptranslations installed.
    - Add test/i18n: New test package for testing i18n. For now, ship a couple
      of .desktop files in different variants (simple, with translations, with
      initial empty line, with multiple sections).
    - Add test/langpack-1.mk: Verify that langpack.mk's translation stripping
      and domain addition works in all four cases above.
  * 1/class/python-distutils.mk.in: Fix building for directories with spaces
    in the name. Thanks Mike Terry! (LP: #636277, Debian #598410)

Available diffs

Superseded in natty-release
Obsolete in maverick-release
cdbs (0.4.83ubuntu2) maverick; urgency=low

  * 1/rules/langpack.mk.in:
    - Make .policy files use gettext
 -- Robert Ancell <email address hidden>   Fri, 27 Aug 2010 09:57:53 +1000

Available diffs

Superseded in maverick-release
cdbs (0.4.83ubuntu1) maverick; urgency=low

  * Merge from debian unstable, remaining changes:
    - 1/class/autotools-files.mk.in: Add -i option when calling libtoolize to
      install missing files. (Debian #525849)
    - 1/class/gnome.mk.in:
      + Include langpack.mk.
      + Check if $DEB_BUILDDIR actually exists before cd'ing to it.
    - Add 1/class/kde4.mk.in: Generic KDE4 build rules. Install it in
      Makefile.am.
    - 1/class/kde.mk.in:
      + Call dh_icons and bump autogenerated debhelper build dependency
        appropriately.
      + Add --without-arts to standard configure flags, since it is
        deprecated.
      + build POT file, and add X-Ubuntu-Gettext-Domain to .desktop files.
     - Add 1/rules/clean-la.mk.in: Remove dependency_libs lines from .la files.
       Install it in Makefile.am.
    - 1/rules/debhelper.mk.in:
      + Do not install upstream changelogs by default.  They are huge and thus
        waste a lot of archive and CD space, quite uninteresting for ordinary
        users, and easy to get by downloading the source package or visiting the
        upstream page pointed out in copyright.
      + Symlink /usr/share/doc/ files to identical versions in any depending
        package which is built by the source package (except copyright, to
        adhere to Debian Policy). This can be disabled by setting
        $CDBS_NO_DOC_SYMLINKING.
      + Symlink identical Gnome help files (like untranslated images). This
        can be disabled by setting $CDBS_NO_GNOME_HELP_SYMLINKING. Add fdupes
        dependency for this.
    - Add 1/rules/langpack.mk.in: Generic langpack related tasks: Build POT
      files, add X-Ubuntu-Gettext-Domain to .desktop/.server/.directory
      files, and strip translations from gconf schemas. Install file in
      Makefile.am. Add intltool dependency for this.
    - Add strip-schema.pl: Script to remove translations from gconf schemas.
      Install it in Makefile.am.
    - 1/rules/simple-patchsys.mk.in: Revert the change for Debian bug #387103
      that causes patches to be unapplied before cleaning the build directory;
      the original issue was addressed more thoroughly in 0.4.49 with a fix
      for Debian bug #424080, and unpatch-before-clean breaks some relevant
      use cases that involve patching of build systems. (Debian #494254)
    - 1/rules/utils.mk.in: add some text before listing missing file to make
      it easier to see from the build log (LP #509249)
    - scripts/cdbs-edit-patch: Add fallback if DEB_TAR_SRCDIR contains
      variables. (LP #137827)
    - test/testsuite_functions: Set NO_PKG_MANGLE so that tests do not fail
      with pkgstriptranslations installed.
    - Add test/i18n: New test package for testing i18n. For now, ship a couple
      of .desktop files in different variants (simple, with translations, with
      initial empty line, with multiple sections).
    - Add test/langpack-1.mk: Verify that langpack.mk's translation stripping
      and domain addition works in all four cases above.
  * debian/control: Drop the versioned build dependency on cdbs, since we do
    not have a newer version yet in maverick.

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
cdbs (0.4.62+nmu1ubuntu9) lucid; urgency=low

  * 1/rules/debhelper.mk.in: Additionally check that
    debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg) is not a symlink. Fixes
    gdb FTBFS. Thanks Michael Bienia!
 -- Martin Pitt <email address hidden>   Mon, 22 Mar 2010 11:23:26 +0100
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu8) lucid; urgency=low

  * Add test/i18n: New test package for testing i18n. For now, ship a couple
    of .desktop files in different variants (simple, with translations, with
    initial empty line, with multiple sections).
  * Add test/langpack-1.mk: Verify that langpack.mk's translation stripping
    and domain addition works in all four cases above.
  * 1/rules/langpack.mk.in: Reintroduce .desktop section fix from
    0.4.62+nmu1ubuntu6, but ensure that we do not match the [Desktop Entry]
    section itself. Thanks to Luke Symes for the patch!
    (LP: #535650, #542503)
 -- Martin Pitt <email address hidden>   Mon, 22 Mar 2010 09:10:27 +0100
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu7) lucid; urgency=low

  * Revert the changes in 0.4.62+num1ubuntu6, it causes *lots* of things to
    break. Reopens bug #535650.
 -- Steve Kowalik <email address hidden>   Sat, 20 Mar 2010 15:58:46 +1100
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu6) lucid; urgency=low

  * 1/rules/langpack.mk.in: Put X-Ubuntu-Gettext-Domain field at the end of
    the "[Desktop Entry]" block instead of at the end of the file, so that it
    still works with desktop file which have other sections (like evolution
    these days). (LP: #535650)
 -- Martin Pitt <email address hidden>   Mon, 15 Mar 2010 19:11:50 +0100
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu5) lucid; urgency=low

  * Replace texlive-extra-utils with texlive-font-utils (fixes FTBFS;
    lp: #532657)
 -- Michael Bienia <email address hidden>   Fri, 05 Mar 2010 15:02:48 +0100
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu4) lucid; urgency=low

  * 1/rules/utils.mk.in: add some text before listing missing file to make
    it more remarkable (LP: #509249)
 -- Didier Roche <email address hidden>   Mon, 18 Jan 2010 18:32:40 +0100
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu3) lucid; urgency=low

  * 1/class/kde4.mk.in: Remove - Obsolete, broken, and not used (LP: #508520)
    - Also remove from Makefile.*
 -- Scott Kitterman <email address hidden>   Sat, 16 Jan 2010 22:10:33 -0500
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu2) lucid; urgency=low

  * 1/rules/langpack.mk.in: Strip X-GNOME-FullName fields, too. Thanks to
    David Planella! (LP: #453297)
 -- Martin Pitt <email address hidden>   Sun, 15 Nov 2009 06:54:19 -0600
Superseded in lucid-release
cdbs (0.4.62+nmu1ubuntu1) lucid; urgency=low

  * Merge from debian unstable (LP: #414791), remaining changes:
    - 1/class/autotools-files.mk.in: Add -i option when calling libtoolize to
      install missing files. (Debian #525849)
    - 1/class/gnome.mk.in:
      + Include langpack.mk.
      + Check if $DEB_BUILDDIR actually exists before cd'ing to it.
    - Add 1/class/kde4.mk.in: Generic KDE4 build rules. Install it in
      Makefile.am.
    - 1/class/kde.mk.in:
      + Call dh_icons and bump autogenerated debhelper build dependency
        appropriately.
      + Add --without-arts to standard configure flags, since it is
        deprecated.
      + build POT file, and add X-Ubuntu-Gettext-Domain to .desktop files.
     - Add 1/rules/clean-la.mk.in: Remove dependency_libs lines from .la files.
       Install it in Makefile.am.
    - 1/rules/debhelper.mk.in:
      + Do not install upstream changelogs by default.  They are huge and thus
        waste a lot of archive and CD space, quite uninteresting for ordinary
        users, and easy to get by downloading the source package or visiting the
        upstream page pointed out in copyright.
      + Symlink /usr/share/doc/ files to identical versions in any depending
        package which is built by the source package (except copyright, to
        adhere to Debian Policy). This can be disabled by setting
        $CDBS_NO_DOC_SYMLINKING.
      + Symlink identical Gnome help files (like untranslated images). This
        can be disabled by setting $CDBS_NO_GNOME_HELP_SYMLINKING. Add fdupes
        dependency for this.
    - Add 1/rules/langpack.mk.in: Generic langpack related tasks: Build POT
      files, add X-Ubuntu-Gettext-Domain to .desktop/.server/.directory
      files, and strip translations from gconf schemas. Install file in
      Makefile.am. Add intltool dependency for this.
    - Add strip-schema.pl: Script to remove translations from gconf schemas.
      Install it in Makefile.am.
    - 1/rules/simple-patchsys.mk.in: Revert the change for Debian bug #387103
      that causes patches to be unapplied before cleaning the build directory;
      the original issue was addressed more thoroughly in 0.4.49 with a fix
      for Debian bug #424080, and unpatch-before-clean breaks some relevant
      use cases that involve patching of build systems. (Debian #494254)
    - scripts/cdbs-edit-patch: Add fallback if DEB_TAR_SRCDIR contains
      variables. (LP #137827)
    - 1/class/autotools-vars.mk: Apply patch from Peter Eisentraut to avoid
      setting CC and CXX if they have empty or default values, to ease
      cross-building.
    - test/testsuite_functions: Set NO_PKG_MANGLE so that tests do not fail
      with pkgstriptranslations installed.

Superseded in lucid-release
Obsolete in karmic-release
cdbs (0.4.59ubuntu4) karmic; urgency=low

  * 1/class/autotools-vars.mk: Apply patch from Peter Eisentraut to avoid
    setting CC and CXX if they have empty or default values, to ease
    cross-building.

 -- Colin Watson <email address hidden>   Mon, 12 Oct 2009 15:27:42 +0100

Available diffs

Superseded in karmic-release
cdbs (0.4.59ubuntu3) karmic; urgency=low

  * Do not strip locale specific default values from gconf schema files:
    - Add strip-schema.pl: Replacement for the previous seddery, which wasn't
      powerful enough to just remove <short>/<long> tags from non-C <locale>
      tags, but keep <default> values.
    - Makefile.am: Install strip-schema.pl into pkglibdir.
    - 1/rules/langpack.mk.in: Drop seddery, use strip-schema.pl instead.
    - LP: #443133

 -- Martin Pitt <email address hidden>   Thu, 08 Oct 2009 19:12:51 +0200

Available diffs

Superseded in karmic-release
cdbs (0.4.59ubuntu2) karmic; urgency=low

  * debian/control: Drop Kaffe build-dep as it is not in main (LP: #415898)
  * debian/control: Disable ant-1 test; this was inactive prior to 0.4.57 and
    now causes build failures due to Kaffe being dropped

 -- Iain Lane <email address hidden>   Wed, 19 Aug 2009 13:08:44 +0100

Available diffs

Superseded in karmic-release
cdbs (0.4.59ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #414791), remaining changes:
    - 1/class/autotools-files.mk.in: Add -i option when calling libtoolize to
      install missing files. (Debian #525849)
    - 1/class/gnome.mk.in:
      + Include langpack.mk.
      + Check if $DEB_BUILDDIR actually exists before cd'ing to it.
    - Add 1/class/kde4.mk.in: Generic KDE4 build rules. Install it in
      Makefile.am.
    - 1/class/kde.mk.in:
      + Call dh_icons and bump autogenerated debhelper build dependency
        appropriately.
      + Add --without-arts to standard configure flags, since it is
        deprecated.
      + build POT file, and add X-Ubuntu-Gettext-Domain to .desktop files.
    - 1/class/python-distutils.mk.in:
      + Supply --install-layout=deb install argument, to install files into
        /usr instead of /usr/local/.
      + Rename dist-packages/ to site-packages/ again, so that packages which
        expect setup.py to install to site-packages/ and depend on that in
        their dh_install files don't break. dh_py* will take care of the final
        renaming.
     - Add 1/rules/clean-la.mk.in: Remove dependency_libs lines from .la files.
       Install it in Makefile.am.
    - 1/rules/debhelper.mk.in:
      + Do not install upstream changelogs by default.  They are huge and thus
        waste a lot of archive and CD space, quite uninteresting for ordinary
        users, and easy to get by downloading the source package or visiting the
        upstream page pointed out in copyright.
      + Symlink /usr/share/doc/ files to identical versions in any depending
        package which is built by the source package (except copyright, to
        adhere to Debian Policy). This can be disabled by setting
        $CDBS_NO_DOC_SYMLINKING.
      + Symlink identical Gnome help files (like untranslated images). This
        can be disabled by setting $CDBS_NO_GNOME_HELP_SYMLINKING. Add fdupes
        dependency for this.
    - Add 1/rules/langpack.mk.in: Generic langpack related tasks: Build POT
      files and add X-Ubuntu-Gettext-Domain to .desktop/.server/.directory
      files. Install file in Makefile.am. Add intltool dependency for this.
    - 1/rules/simple-patchsys.mk.in: Revert the change for Debian bug #387103
      that causes patches to be unapplied before cleaning the build directory;
      the original issue was addressed more thoroughly in 0.4.49 with a fix
      for Debian bug #424080, and unpatch-before-clean breaks some relevant
      use cases that involve patching of build systems. (Debian #494254)
    - scripts/cdbs-edit-patch: Add fallback if DEB_TAR_SRCDIR contains
      variables.
  * Revert changes in Debian r383 (relaxed versioned build-deps when satisfied
    in Lenny) - some of these build-deps are still required for Dapper.

Available diffs

Superseded in karmic-release
cdbs (0.4.56ubuntu6) karmic; urgency=low

  * 1/class/python-distutils.mk:
    - Check existence of /usr/lib/python*/dist-packages before trying to
      create correspondant /usr/lib/python*/site-packages (LP: #401953).

 -- Luca Falavigna <email address hidden>   Thu, 23 Jul 2009 16:06:46 +0200

Available diffs

Superseded in karmic-release
cdbs (0.4.56ubuntu5) karmic; urgency=low

  * 1/class/python-distutils.mk.in:
    - Undo erroneous change to --root in 0.4.56ubuntu4, and fix logic for
      moving files from dist-packages to site-packages instead.
      (LP: #378133)

 -- Max Bowsher <email address hidden>   Tue, 02 Jun 2009 17:07:55 +0200

Available diffs

Superseded in karmic-release
cdbs (0.4.56ubuntu4) karmic; urgency=low

  * 1/class/python-distutils.mk.in:
    - Use correct --root path for arch packages when converting from
      dist-packages to site-packages.  LP: #374892

 -- Michael Terry <email address hidden>   Fri, 15 May 2009 18:08:12 +0200

Available diffs

Superseded in karmic-release
cdbs (0.4.56ubuntu3) karmic; urgency=low

  * scripts/cdbs-edit-patch: Undo breakage from previous version for
    non build-tree/ packages.

 -- Martin Pitt <email address hidden>   Mon, 11 May 2009 19:21:47 +0200

Available diffs

Superseded in karmic-release
cdbs (0.4.56ubuntu2) karmic; urgency=low

  * scripts/cdbs-edit-patch: Add fallback if DEB_TAR_SRCDIR contains
    variables. (LP: #137827)

 -- Martin Pitt <email address hidden>   Mon, 11 May 2009 11:41:45 +0200

Available diffs

Superseded in karmic-release
cdbs (0.4.56ubuntu1) karmic; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Add 1/class/kde4.mk.in: Generic KDE4 build rules. Install it in
      Makefile.am.
    - Add 1/rules/langpack.mk.in: Generic langpack related tasks: Build POT
      files and add X-Ubuntu-Gettext-Domain to .desktop/.server/.directory
      files. Install file in Makefile.am. Add intltool dependency for this.
    - Add 1/rules/clean-la.mk.in: Remove dependency_libs lines from .la files.
      Install it in Makefile.am.
    - 1/class/kde.mk.in:
      + Call dh_icons and bump autogenerated debhelper build dependency
        appropriately.
      + Add --without-arts to standard configure flags, since it is
        deprecated.
      + build POT file, and add X-Ubuntu-Gettext-Domain to .desktop files.
    - 1/rules/debhelper.mk.in:
      + Do not install upstream changelogs by default.  They are huge and thus
        waste a lot of archive and CD space, quite uninteresting for ordinary
        users, and easy to get by downloading the source package or visiting the
        upstream page pointed out in copyright.
      + Symlink /usr/share/doc/ files to identical versions in any depending
        package which is built by the source package (except copyright, to
        adhere to Debian Policy). This can be disabled by setting
        $CDBS_NO_DOC_SYMLINKING.
      + Symlink identical Gnome help files (like untranslated images). This
        can be disabled by setting $CDBS_NO_GNOME_HELP_SYMLINKING. Add fdupes
        dependency for this.
    - 1/class/gnome.mk.in:
      + Include langpack.mk.
      + Check if $DEB_BUILDDIR actually exists before cd'ing to it.
    - 1/class/python-distutils.mk.in:
      + Supply --install-layout=deb install argument, to install files into
        /usr instead of /usr/local/.
      + Rename dist-packages/ to site-packages/ again, so that packages which
        expect setup.py to install to site-packages/ and depend on that in
        their dh_install files don't break. dh_py* will take care of the final
        renaming.
    - 1/class/autotools-files.mk.in: Add -i option when calling libtoolize to
      install missing files. (Debian #525849)
    - ant.mk (ant-sanity-check): Allow JAVACMD to include options.
      (Debian #520105)
    - 1/rules/simple-patchsys.mk.in: Revert the change for Debian bug #387103
      that causes patches to be unapplied before cleaning the build directory;
      the original issue was addressed more thoroughly in 0.4.49 with a fix
      for Debian bug #424080, and unpatch-before-clean breaks some relevant
      use cases that involve patching of build systems. (Debian #494254)
    - debian/control: Drop kaffe build-dep since it is not in main.
    - test/testsuite_functions: Set NO_PKG_MANGLE so that tests do not fail
      with pkgstriptranslations installed.
  * Drop xfce.mk, not used any more. (LP: #254048)
  * Stop hardcoding Python versions, to not break the tests if a new version
    is added or one dropped: (Debian #525855)
    - debian/control: Drop hardcoded python2.x-dev build dependencies,
      replaced by python-all-dev.
    - test/distutils-[347].sh: Use a loop over pyversions -vs instead of
      hardcoding versions in python module destination paths.

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
cdbs (0.4.52ubuntu18) jaunty; urgency=low

  * Do not add gettext domain to .desktop files in kde.mk, it doesn't
    work with KDE 3

 -- Jonathan Riddell <email address hidden>   Wed, 08 Apr 2009 18:42:57 +0100

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu17) jaunty; urgency=low

  * Work around testsuite failure in distutils-3.sh (testsuite not
    yet updated for new python defaults).

 -- Matthias Klose <email address hidden>   Tue, 17 Mar 2009 13:54:37 +0100

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu16) jaunty; urgency=low

  * ant.mk (ant-sanity-check): Allow JAVACMD to include options.

 -- Matthias Klose <email address hidden>   Tue, 17 Mar 2009 13:33:07 +0100

Available diffs

Obsolete in intrepid-backports
cdbs (0.4.52ubuntu9~intrepid2) intrepid-backports; urgency=low

  * Update Intrepid backport kde4.mk to only include quilt.mk if the patches
    dir is present (change cherrypicked from Jaunty kde4.mk)
    - Will enable substantially more KDE 4 packages to be backported without
      change

 -- Scott Kitterman <email address hidden>   Thu, 26 Feb 2009 14:59:20 -0500
Superseded in jaunty-release
cdbs (0.4.52ubuntu15) jaunty; urgency=low

  * 1/class/python-distutils.mk.in: call setup.py --install with the option
    --install-layout=deb. If DEB_PYTHON_SYSTEM is the build system, move
    the files back to the expected location.

 -- Matthias Klose <email address hidden>   Fri, 20 Feb 2009 15:23:45 +0100

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu14) jaunty; urgency=low

  * 1/class/kde.mk.in add --without-arts to cdbs_configure_flags since we are
    dropping arts and all KDE 3 packages should be built without arts support
    and many will currently FTBFS if this flag is not set (LP: #320915)

 -- Scott Kitterman <email address hidden>   Wed, 18 Feb 2009 22:41:37 -0500

Available diffs

Superseded in intrepid-backports
cdbs (0.4.52ubuntu9~intrepid1) intrepid-backports; urgency=low

  * Intrepid backport

 -- Jonathan Riddell <email address hidden>   Mon, 16 Feb 2009 22:40:49 +0000
Superseded in jaunty-release
cdbs (0.4.52ubuntu13) jaunty; urgency=low

  * 1/rules/langpack.mk.in: Drop translations from .desktop and
    .directory files, since current glib now prefers inline
    translations over gettext ones. Although glib now prefers
    X-GNOME-Gettext-Domain, keep using X-Ubuntu-Gettext-Domain: until
    GNOME #569829 gets applied, or at least ack'ed.

 -- Martin Pitt <email address hidden>   Fri, 30 Jan 2009 16:43:26 +0100

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu12) jaunty; urgency=low

  * 1/rules/langpack.mk.in: Drop translations from gconf .schemas
    files, put in the gettext translation domain instead. gconf >=
    2.25.0-0ubuntu1 will use gettext() dynamically. Once all our
    *.schemas files will be converted, this will save ~ 90 MB
    uncompressed/10 MB compressed on a default Ubuntu installation.
    (LP: #123025)

 -- Martin Pitt <email address hidden>   Fri, 23 Jan 2009 14:59:06 +0100

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu11) jaunty; urgency=low

  * Change HTML_INSTALL_DIR from usr/share/doc/kde4/HTML to ..doc/kde/HTML
    this enables KDE 4's KHelpcenter to use KDE 3 and KDE 4 documentation
    (LP: #284915)

 -- Harald Sitter <email address hidden>   Sun, 18 Jan 2009 20:21:42 +0100

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu10) jaunty; urgency=low

  * Only include patchsys-quilt.mk in kde4.mk if debian/patches is present

 -- Harald Sitter <email address hidden>   Tue, 30 Dec 2008 20:25:53 +0100

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu9) jaunty; urgency=low

  * Update kde4.mk.in with changes from Debian pkg-kde team

 -- Jonathan Riddell <email address hidden>   Mon, 10 Nov 2008 15:14:27 +0000

Available diffs

Superseded in jaunty-release
cdbs (0.4.52ubuntu8) jaunty; urgency=low

  * Default DEB_KDE_LINK_WITH_AS_NEEDED to "no" in kde4.mk

 -- Jonathan Riddell <email address hidden>   Fri, 07 Nov 2008 12:50:50 +0000

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
cdbs (0.4.52ubuntu7) intrepid; urgency=low

  * Remove need for THIS_SHOULD_GO_TO_UNSTABLE from kde4.mk

 -- Jonathan Riddell <email address hidden>   Fri, 29 Aug 2008 14:07:26 +0100

Available diffs

51100 of 153 results