[ubuntu/natty] cdbs 0.4.90ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Fri Jan 14 23:10:27 UTC 2011


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)

Date: Fri, 14 Jan 2011 17:06:31 -0600
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/cdbs/0.4.90ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 14 Jan 2011 17:06:31 -0600
Source: cdbs
Binary: cdbs
Architecture: source
Version: 0.4.90ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 cdbs       - common build system for Debian packages
Changes: 
 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)
Checksums-Sha1: 
 0c09138d68b12315f2dd68c6cc68533813be5e82 2046 cdbs_0.4.90ubuntu1.dsc
 20c15f7ead7923957136c9008365934a89271572 269112 cdbs_0.4.90ubuntu1.tar.gz
Checksums-Sha256: 
 406ad9ed3eec438038f7f9921ddcfb927983619f31629a70506947a5476d3087 2046 cdbs_0.4.90ubuntu1.dsc
 7113b005456b19b5b9571bc47a44d6b485322a669ec944ba3f9de91a986c78b6 269112 cdbs_0.4.90ubuntu1.tar.gz
Files: 
 ca15c87fd4f53121d94369457d869417 2046 devel optional cdbs_0.4.90ubuntu1.dsc
 af0864a45a6fb524ab51bbc2f1cec4f4 269112 devel optional cdbs_0.4.90ubuntu1.tar.gz
Original-Maintainer: CDBS Hackers <build-common-hackers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJNMNcaAAoJEPmIJawmtHuf17sP/3EzI6fIXTStYykCFnQo6l2t
q/19hD9NVXganTsXCtvlzmKvpwEuKpkkq3ZlZ1LXXCxmvMXls0sZ7K3ldB6yA7sK
VnGQabB69nwBhR1zwytiW7xUhcGvtbQcBG4UIGxLaTkB8sRFNMz/hQ7mOHdmbKDO
Yby/eKvEziVde/KKwZcA+WTyvR/c7fNjdfslqCYgUWoNTAbfTOmSQ+gv8X7eZR77
Hp6N85NLJj1FjAG/ImNANPCbA4sYxCf5dQnaD2kAr7SneaiFqi/de1wFMY2mJdlj
MS3g0RtIMzmaBVWsR3o12/ioChDXfULphXR2lzm5xWESGCVu2NFn6MxcJu2kwEfx
XsdumO9mS1LESuWVgHNfzRY82kEX1NK0wM4bR+t/a6aJ5FIcvzi1SFcnW2Sj4KPb
5Ecn8IE37OeTieM5xw8vcbM9+o0iVIrbK6MCK1qQ4udI93v4LhH3HeGVEBliHeQc
S2bxEloU4gIbCbJa4h3exzQLNLM3A6f+dTBxwU6GRfTtQE/hlY+DEslfJOYuSXfq
RaVTil/2moy5lq+rRuDqhu79ZxoX3KVe2uod/mcdB1qJv6d5U9Y98lpP5J4gqugh
Q6F0NtcNq1hTVkwGkimsS50WVmLavIwOf+zVE1WpDsRcfdi6+VWOHrf8PboFqm9d
f/RRW3TX3Hio865qPeUy
=cuDG
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list