Change log for cdbs package in Debian
1 → 50 of 105 results | First • Previous • Next • Last |
cdbs (0.4.166) unstable; urgency=medium * QA upload. * 1/rules/debhelper.mk.in: Call dh_scour. * debian/control: Depend on scour. * debian/control: Build-Depend on scour for build tests. * Raise default debhelper compat to level 7. -- Bastian Germann <email address hidden> Thu, 23 Feb 2023 11:39:34 +0100
Available diffs
cdbs (0.4.165) unstable; urgency=medium * QA upload. * revive support for (re)generating debian/control, needlessly broken with release 0.4.164 -- Jonas Smedegaard <email address hidden> Wed, 11 Jan 2023 15:49:09 +0100
cdbs (0.4.164) unstable; urgency=medium * QA upload. * d/control: Move Vcs to debian namespace. * Drop pypy and control.in. * Drop generated files. -- Bastian Germann <email address hidden> Wed, 14 Dec 2022 22:29:51 +0100
Superseded in sid-release |
cdbs (0.4.163+nmu2) unstable; urgency=medium * Non-maintainer upload. * scripts/waf-unpack: Convert to Python3 syntax (Closes: #983470). -- Bastian Germann <email address hidden> Mon, 31 Oct 2022 18:54:32 +0100
Superseded in sid-release |
cdbs (0.4.163+nmu1) unstable; urgency=medium * Non-maintainer upload. * Don't fail the build on the test; instead show the log (Closes: #1002779) * Drop !nocheck Build-Depends-Indep on pypy-dev (Closes: #1019975) -- Paul Gevers <email address hidden> Sat, 17 Sep 2022 22:20:04 +0200
cdbs (0.4.163) unstable; urgency=medium * remove myself as uploader -- Jonas Smedegaard <email address hidden> Sun, 27 Dec 2020 06:31:25 +0100
cdbs (0.4.162) unstable; urgency=medium * update autotool (with autogen.sh) * have tests use debhelper compatibility level 10 (not 5); closes: bug#958767, thanks to Niels Thykier * copyright: update coverage -- Jonas Smedegaard <email address hidden> Sat, 25 Apr 2020 10:11:27 +0200
cdbs (0.4.161) unstable; urgency=medium * avoid python2: + avoid tests involving python2 + update autotool (with autogen.sh) + stop build-depend on python-dev python-all-dev closes: bug#883173, thanks to Matthias Klose * annotate test-only build-dependencies * fix really declare compliance with Debian Policy 4.5.0 -- Jonas Smedegaard <email address hidden> Fri, 10 Apr 2020 23:18:21 +0200
cdbs (0.4.159) unstable; urgency=medium * utils.mk: Tighten licensecheck rule. * Update copyright info: + Extend coverage. + Update to list Salsa project as Source URL. * Declare compliance with Debian Policy 4.3.0. * Tighten lintian overrides regarding License-Reference. * cmake.mk: Pass CMAKE_INSTALL_LIBDIR for cross compilation. Closes: Bug#893505. Thanks to Helmut Grohne. * qmake.mk: Use a cross qmake for cross building. Closes: Bug#917998. Thanks to Helmut Grohne. -- Jonas Smedegaard <email address hidden> Wed, 27 Feb 2019 12:49:25 +0100
cdbs (0.4.158) unstable; urgency=medium * Fix update Maintainer address. Really closes: Bug##899919. Thanks to Christoph Biedl. -- Jonas Smedegaard <email address hidden> Sun, 23 Sep 2018 14:17:02 +0200
cdbs (0.4.156) unstable; urgency=medium * Really fix conditionally set crossbuild compiler. Closes: Bug#841761. Thanks (again) to Helmut Grohne. -- Jonas Smedegaard <email address hidden> Mon, 16 Oct 2017 21:25:50 +0200
cdbs (0.4.155) unstable; urgency=medium * Fix conditionally set crossbuild compiler. Closes: Bug#841761. Thanks to Helmut Grohne. -- Jonas Smedegaard <email address hidden> Sat, 14 Oct 2017 19:26:51 +0200
cdbs (0.4.154) unstable; urgency=high * Fix have DEB_UPSTREAM_VERSION really only be _upstream_ version (broken since 0.4.153. Closes: Bug#878510. Thanks to Emmanuel Bourg. -- Jonas Smedegaard <email address hidden> Sat, 14 Oct 2017 12:27:04 +0200
cdbs (0.4.153) unstable; urgency=medium * Improve cross compilation cmake and makefile classes: + cmake.mk: Fix set DEB_BUILDDIR using DEB_HOST_GNU_TYPE (not DEB_BUILD_GNU_TYPE). + cmake.mk: Introduce new variable DEB_CMAKE_CROSS_ARGS. + langcore.mk: Set CC CXX to host-specific binaries when cross-building (and gcc/g++ if not). + makefile-vars.mk: Set CXX PKG_CONFIG (not only CC), and rely on langcore.mk for those. + Tidy buildvars.mk: Drop bogus note on cross-building hints becoming superfluous at some pont in time. + buildvars.mk: Include /usr/share/dpkg/architecture.mk and /usr/share/dpkg/pkg-info.mk. Thanks to Helmut Grohne (see bug#841761). * Modernize resolving variables from changelog: Recent enough dpkg-parsechangelog available even in oldstable. * Improve copyright-check: Support extension woff2. * Stop build-depend on realpath: Unneeded since 0.4.138. Closes: Bug#877719. Thanks to James Cowgill. -- Jonas Smedegaard <email address hidden> Wed, 04 Oct 2017 22:43:06 +0200
cdbs (0.4.152) unstable; urgency=medium * Fix pass -I. to perl (not bogusly to the called Build-PL script). Closes: bug#865563. Thanks to Niko Tyni and others. * Stop resolve versioned build-dependncies on cdbs older than 0.4.130: Satisfied even in oldstable. * Bump debhelper compatibility level to 9. * Declare compliance with Debian Policy 4.0.0. * Update copyright info: + Extend copyright of packaging to cover current year. + Use https protocol in format string. -- Jonas Smedegaard <email address hidden> Tue, 27 Jun 2017 02:54:32 +0200
cdbs (0.4.151) unstable; urgency=medium * Simplify perl mangling in langcore.mk. * Improve copyright-check: Support extension icm. -- Jonas Smedegaard <email address hidden> Thu, 01 Jun 2017 09:51:54 +0200
cdbs (0.4.150) unstable; urgency=medium * Fix python-autotools.mk: + Fix use bare numbers in python-autotools.mk for python2/python3. + Fix python-vars.mk resolving cdbs_expand_pythonruntime for arch-dependent packages and implicit (i.e. single) flavor. + Fix python-vars.mk resolve python implementation in single-system mode (i.e. using python-autotools.mk). + Fix python-vars.mk variable cdbs_expand_pythonruntime support for omitting package name (i.e. favor explicitly provided python flavor or falling back to implicit single pythonflavor). + Fix python-autotools.mk to not bogusly involve cdbs_curpkg in resolving python runtime (autotools targets are not not tied to target binary package). Closes: Bug#837006. Thanks to Vasudev Kamath, Héctor Orón, and all the people filing, reassigning and merging the numerous bugreports. * Improve python-autotools.mk: Add variable cdbs_make_pythonflavors to ease overriding DEB_MAKE_FLAVORS. * Drop obsolete variable cdbs_python_single_system. -- Jonas Smedegaard <email address hidden> Mon, 14 Nov 2016 04:37:06 +0100
cdbs (0.4.149) unstable; urgency=medium * Improve python-vars.mksnippet: + Fix resolve default python runtimes. + Fix _cdbs_expand_pythonflavor2python. + Improve error messages to mention involved packages. Possibly closes (but let's check first) bug#837006. * Fix scons.mk snippet. Closes: Bug#826672. Thanks to Chris Lamb and Adrian Bunk. -- Jonas Smedegaard <email address hidden> Sat, 12 Nov 2016 21:39:38 +0100
Published in jessie-release |
cdbs (0.4.130+deb8u1) jessie-security; urgency=high * Non-maintainer upload. * Invoke Makefile.PL and Build.PL with perl -I. as part of the fixes for CVE-2016-1238 -- Dominic Hargreaves <email address hidden> Mon, 25 Jul 2016 09:34:18 +0100
cdbs (0.4.148) unstable; urgency=medium * Fix license-miner. -- Jonas Smedegaard <email address hidden> Fri, 16 Sep 2016 10:40:37 +0200
cdbs (0.4.147) unstable; urgency=medium * Fix strip parser prefix in license-miner. * Simplify regexes (avoid look-behind) in license-miner. * Fix use of DEB_COPYRIGHT_EXTRACT_PATHS_EXIF DEB_COPYRIGHT_EXTRACT_PATHS_TTF in utils.mk. Tighten auto-resolved dependency on cdbs when used. -- Jonas Smedegaard <email address hidden> Thu, 15 Sep 2016 18:53:13 +0200
cdbs (0.4.146) unstable; urgency=medium * Support build profiles. Closes: Bug#772788. Thanks to Johannes Schauer. -- Jonas Smedegaard <email address hidden> Wed, 07 Sep 2016 17:45:19 +0200
cdbs (0.4.145) unstable; urgency=medium * Fix resolve deprecated variables cdbs_curpythonindepbinary cdbs_curpythonpribinary: Add python2 runtime as fallback. Closes: Bug#830529. Thanks to Jeremy Bicha. * Fix resolve default python runtimes internally (affecting deprecated variables cdbs_python_current_binary cdbs_python3_current_binary cdbs_curpythonindepbinary cdbs_curpythonpribinary). * Fix resolve installpath for flavored arch-indep python-distutils builds. * Introduce new variables: + cdbs_$python_allflavors + cdbs_$python_defaultflavor + cdbs_$python_defaultruntime + cdbs_curpythondefaultflavor -- Jonas Smedegaard <email address hidden> Tue, 06 Sep 2016 17:52:42 +0200
cdbs (0.4.144) unstable; urgency=medium [ Vasudev Kamath ] * Support building python modules for pypy [ Jonas Smedegaard ] * Fix really make path to licensecheck configurable. * Refactor python snippets: + Handle runtimes separate from flavors. * Introduce new variables: + cdbs_curpythonruntime + cdbs_expand_pythonruntime * Deprecate variables: + cdbs_curpythonindepbinary + cdbs_curpythonpribinary + cdbs_python_binary * Drop unused variables: + DEB_DH_INSTALL_MENU_ARGS + DEB_DH_INSTALLDEBCONF_ARGS + DEB_DH_INSTALLCATALOGS_ARGS + DEB_DH_INSTALLLOGROTATE_ARGS + DEB_DH_INSTALLDEB_ARGS + DEB_DH_LINTIAN_ARGS * Update copyright info: + Cover newly added pypy tests. -- Jonas Smedegaard <email address hidden> Mon, 05 Sep 2016 17:17:12 +0200
cdbs (0.4.143) unstable; urgency=medium * Have utils.mk resolve build-dependency on licensecheck (not devscripts). * Fix have license-miner emit UTF-8. * Improve copyright-check: + Scan whole files (not only top and bottom, and not only until first cluster of copyrights). + Revert to not force-decode as utf8. + Fix re-add comma between year range and owners (dropped in recent licensecheck) for some corner cases. + Use licensecheck --deb-fmt (and adapt cleanup). + Fix skip gracefully if licensecheck unavailable or too old. Closes: Bug#831263. Thanks to Lucas Nussbaum. + Make path to licensecheck configurable. * Fix have perl snippets include current dir during configure call. Closes: Bug#833783 (CVE-2016-1238). Thanks to Dominic Hargreaves. * Suppress build-dependency on licensecheck to ease backporting and arch bootstrapping. * Stop build-depend on devscripts. * Modernize debhelper usage: Avoid deprecated --same-arch option. Closes: Bug#835077. Thanks to Rafael Laboissière. -- Jonas Smedegaard <email address hidden> Mon, 22 Aug 2016 11:37:48 +0200
cdbs (0.4.142) unstable; urgency=medium * Fix pd.mk to use find option -exec (not -execdir) when passing relative paths. Closes: Bug#827619. Thanks to Felipe Sateler. * Fix upstream-tarball.mk failure to download tarball to new dir (unbalanced quoting). * Move packaging to build-common team: Update Vcs-* fields. -- Jonas Smedegaard <email address hidden> Sun, 19 Jun 2016 11:52:53 +0200
cdbs (0.4.141) unstable; urgency=medium * Fix python-sugar.mk PYTHON_SUGAR_PACKAGES default value. Closes: Bug#825765. * Fix deprecation notes for changelog section 0.4.140. -- Jonas Smedegaard <email address hidden> Sat, 18 Jun 2016 10:26:42 +0200
cdbs (0.4.140) unstable; urgency=medium * Refactor python snippets: + Expand implementations from lists. + Handle flavors (not versions). + Check actual need for build-dependencies in cdbs_python_builddeps (not before). + Drop support for legacy systems pysupport and pycentral. + Expand packaging systems from list. * Introduce new variable: + cdbs_python_flavors * Introduce new per-implementation variable: + cdbs_$python_mainflavor * Deprecate variables: + cdbs_curpythonstem + cdbs_python3_current_binary + cdbs_python3_current_version + cdbs_python3_supported_versions + cdbs_python_build_versions + cdbs_python_current_binary + cdbs_python_current_version + cdbs_python_supported_versions * Drop unused variables: + DEB_PYTHON_MODULE_PACKAGE (deprecated since ) + DEB_PYTHON_MODULE_PACKAGES + DEB_PYTHON_SYSTEM + cdbs_curpythonbuildversions + cdbs_python3_first_supported_version + cdbs_python3_nondefault_version + cdbs_python3_primary_version + cdbs_python_builddeps_legacy + cdbs_python_first_supported_version + cdbs_python_legacy_packages + cdbs_python_legacy_system + cdbs_python_nondefault_version + cdbs_python_packages_pre + cdbs_python_pkg_check + cdbs_python_pkgresolve_check + cdbs_python_primary_version + cdbs_python_selected_pyversions (deprecated since ) + cdbs_python_stem + cdbs_pythonsystem_pycentral + cdbs_pythonsystem_pysupport + cdbs_pythonsystem_python3 * Drop unused per-flavor variables: + python_*_packages * Drop unused make targets: + python-build-stamp-% + python-clean-% + python-install-% + python-install-py * Fix set LC_ALL=C.UTF-8 for licensecheck. -- Jonas Smedegaard <email address hidden> Wed, 15 Jun 2016 20:57:30 +0200
cdbs (0.4.139) unstable; urgency=medium [ IOhannes m zmölnig ] * Only touch make-check-stamp file when running 'make check'. Closes: #825135. Thanks to Michael Biebl. [ Jonas Smedegaard ] * Emit testsuite errors, and don't fail on experimental builds. -- Jonas Smedegaard <email address hidden> Thu, 09 Jun 2016 21:16:59 +0200
cdbs (0.4.137) unstable; urgency=medium * Fix preserve explicitly added space delimiter in cdbs_expand_curvar. Closes: Bug#824831. Thanks to Emilio Pozuelo Monfort. -- Jonas Smedegaard <email address hidden> Fri, 20 May 2016 14:12:13 +0200
cdbs (0.4.136) unstable; urgency=medium * Fix typo in perl-makemaker.mk. Closes: Bug#824689. Thanks to Niko Tyni. * Improve buildvars.mk: Add variable DEB_SUITE. -- Jonas Smedegaard <email address hidden> Wed, 18 May 2016 21:33:36 +0200
cdbs (0.4.135) unstable; urgency=medium * Fix resolve variable DEB_SOURCE_PACKAGE (broken since 0.4.131). -- Jonas Smedegaard <email address hidden> Wed, 18 May 2016 05:01:08 +0200
cdbs (0.4.134) unstable; urgency=medium * Fix gnome.mk cleanup (typo since 0.4.132). Closes: Bug#824585. Thanks to Chris Lamb and Michael Biebl. * Update copyright info: Merge Files sections with identical license. -- Jonas Smedegaard <email address hidden> Wed, 18 May 2016 01:27:14 +0200
cdbs (0.4.133) unstable; urgency=medium * Update copyright info: + Fix add a missing trailing colon. + Extend copyright for main author to cover recent years. + Fix add missed copyright holder. * Misc. code cleanup. + Fix add delimiting commas to resolved build-dependencies. + Use make instead of shell at more places. + Drop variables: cdbs_autotools_invoke deb_*flags (CDBS-labelled compiler flags) DEB_COPYRIGHT_CHECK_ARGS DEB_COPYRIGHT_CHECK_INVOKE DEB_COPYRIGHT_CHECK_PARSELINES DEB_COPYRIGHT_CHECK_REGEX DEB_COPYRIGHT_CHECK_SCRIPT DEB_COPYRIGHT_EXTRACT_SUFFIX DEB_UPSTREAM_CRUFT_BACKUPDIR DEB_WARNING_FLAGS + Deprecate variable DEB_COPYRIGHT_CHECK_IGNORE_REGEX. + Introduce new variables: newline DEB_AUTOCONF_ARGS DEB_AUTOPOINT_ARGS DEB_AUTOHEADER_ARGS DEB_AUTO_UPDATE_AUTOPOINT + Fix expansion variables cdbs_expand_nondefaultvar cdbs_set_nondefaultvars. + Fix and simplify compiler flags. Closes: Bug#712729. Thanks to Felipe Sateler. + Drop hack in buildvars.mk unneeded since debhelper 5.0.30. + Drop target fail-source-not-repackaged. + Have license-miner support environment variable LICENSE_MINER_SUFFIX. + Have licensecheck2dep5 support commandline options. + Fix count copryright-check newhints (not hints). + Fix copyright-check regex handling (broken since 0.4.131). + Tidy output. Closes: Bug#824087. Thanks to Michael Biebl. * Drop support for bogus DEB_BUILD_OPTIONS debug option. Thanks to Ben Hutchings. * Add all-clean test to testsuite. * Update autotools (with autoreconf -f -i). -- Jonas Smedegaard <email address hidden> Tue, 17 May 2016 15:51:30 +0200
cdbs (0.4.132) unstable; urgency=medium * Improve gnome.mk: + Fix gnome.mk to not fail on missing builddir. Closes: Bug#824083. Thanks to Helmut Grohne. + Simplify cleanup. * Improve snippets ant-vars.mk ant.mk: + Avoid subshells. + Support overriding DEB_ANT_ARGS after (not only before) snippet inclusion. * Improve makefile.mk: + Use cdbs_warn. * Improve pd.mk: + Use relative paths. + Merge find commands. + Use "find -execdir '{}' ';'" (not less safe and failure-ignoring "find -exec {} +"). * Update copyright info: + Extend copyright for main author to cover current year. -- Jonas Smedegaard <email address hidden> Thu, 12 May 2016 17:06:01 +0200
cdbs (0.4.131) unstable; urgency=medium [ Jonas Smedegaard ] * Modernize python-distutils.mk installdir handling (since supported even in oldstable now): + Use --install-layout=deb (and drop --prefix=/usr) by default. + Use --install-lib option (not --install-purelib/--install-platlib, and only when DEB_PYTHON_DISTUTILS_INSTALLDIR_SKEL is set). + Have cdbs_expand_python_distutils_installdir provide .../dist-packages dir (not .../site-packages) by default, to try cope with packages relying on it for non-skel use. Closes: bug#565973. Thanks to Matthias Klose and Piotr Ożarowski. * Fix error message to talk about multiple python implementations (not packaging systems nor too specific ones). * Tighten cdbs_make_curflavor resolving, to simplify its use. * Fix allow early override of python autotools variable. * Improve copyright-check: + Support extending (not only replacing) exceptions. + Support extracting metadata from select binary files. * Introduce new variables: + DEB_CONFIGURE_SCRIPT_ENV_PYTHON + DEB_COPYRIGHT_CHECK_IGNORE_EXTS + DEB_COPYRIGHT_CHECK_IGNORE_PATHS + DEB_COPYRIGHT_EXTRACT_EXTS + DEB_COPYRIGHT_EXTRACT_PATHS_EXIF + DEB_COPYRIGHT_EXTRACT_PATHS_TTF + DEB_COPYRIGHT_EXTRACT_SUFFIX + cdbs_autotools_configure_env + cdbs_lc + cdbs_make_curpythonruntime + cdbs_uc * Rename variables: + cdbs_python_pysupport → cdbs_pythonsystem_pysupport + cdbs_python_pycentral → cdbs_pythonsystem_pycentral + cdbs_python2 → cdbs_pythonsystem_python2 + cdbs_python3 → cdbs_pythonsystem_python3 + cdbs_python2_builddeps → cdbs_python_builddeps_python2 + cdbs_python3_builddeps → cdbs_python_builddeps_python3 Former ones above dropped without deprecation (unused outside cdbs). * Deprecate variables: + cdbs_expand_python_distutils_installdir * Drop unmaintained and unused snippets: + docbookxml.mk + hbuild.mk + kde.mk * Support xz compressed upstream tarballs. Closes: Bug#700321. Thanks to Vasudev Kamath. * Relax to build-depend unversioned on devscripts: Needed version is satisfied even in oldstable. * Update Vcs-* URLs: + Use https protocol. + Use cgit browser. + Fix path. * Declare compliance with Debian Policy 3.9.8. * Have debhelper.mk snippet resolve unversioned build-dependency for compat level 9. * Fix have debhelper.mk invoke dh_systemd_enable before dh_installinit. Closes: Bug#811555. Thanks to Dan Nicholson. * Update copyright info: + Extend coverage for main author to include recent years. + Drop Copyright field from header section. + Extend copyright for main author to cover recent years. + Use License shortname X11 (not Expat̃X with X exception). + Use License shortnames FSFUL FSFULLR (not GAP). + Update Files sections for autotools. + Relicense (where permitted) to GPL-3+. + Use License-Grant and License-Reference fields. Thanks to Ben Finney. * Update autotools (with autoreconf -f -i). * Add lintian override regarding license in License-Reference field. See bug#786450. * Resolve (if not overridden) and globally export SOURCE_DATE_EPOCH. Closes: Bug#794241. Thanks to Maria Valentina Marin. * Have debhelper.mk call dh_strip_nondeterminism if available. Closes: Bug#764478. Thanks to Holger Levsen. * Drop tests debhelper4 debhelper5 tied to archaic debhelper compat levels no longer supported. Closes: Bug#805315. Thanks to Niels Thykier. * Build-depend on default-jdk-headless (and on default-jdk only as fallback to ease backporting). [ Vasudev Kamath ] * Add myself to Uploaders [ IOhannes m zmölnig ] * class/pd: only run commands on *.pd_linux files -- Jonas Smedegaard <email address hidden> Wed, 11 May 2016 16:18:25 +0200
cdbs (0.4.130) unstable; urgency=medium * Fix quoting of compiler flags in perlmodule-vars.mk. Closes: bug#781076. Thanks to Niko Tyni. -- Jonas Smedegaard <email address hidden> Sat, 28 Mar 2015 15:20:37 +0100
cdbs (0.4.129) unstable; urgency=medium * Fix quoting of compiler flags in perl-makemaker-vars.mk. Closes: bug#780592. -- Jonas Smedegaard <email address hidden> Mon, 16 Mar 2015 14:14:37 +0100
cdbs (0.4.128) unstable; urgency=medium * Fix resolve compiler flags in perl snippets: + Resolve perl-specific ccflags and cppflags (not only lddlflags), as variables cdbs_perl_ccflags cdbs_perl_cppflags cdbs_perl_lddlflags. Deprecate now unused variable cdbs_perl_makemaker_lddlflags. + Have perl-build-vars.mk snippet apply as lddlflags (not ldflags). + Have perl-build-vars.mk snippet include langcore.mk to properly resolve default compiler flags. + Apply perl-specific compiler flags in all perl snippets (not only perl-makemaker.mk). + Append (not prepend) perl-specific compiler flags to default (or locally overridden) compiler flags. Closes: bug#770767. Thanks to Niko Tyni. * Fix support control fields case-insensitively. Closes: bug#772429. Thanks to Guillem Jover. -- Jonas Smedegaard <email address hidden> Fri, 06 Mar 2015 03:53:47 +0100
cdbs (0.4.127) unstable; urgency=medium * Fix use unversioned Python runtime for default flavor in python-distutils.mk and python-sugar.mk (see bug#377964). * Fix detect Module::Build::Tiny more aggressively in perl-build.mk. * Fix build MakeMaker-based Perl modules more verbosely. Introduce new variable DEB_MAKEMAKER_NORMAL_ARGS. Thanks to intrigeri. * Fix set LDFLAGS in perl-makemaker.mk. * Fix cdbs_set_nondefaultvars resolving to skip undefined variables. * Improve buildflags resolving in langcore.mk: + Drop obsolete hardcoded buildflags and variable DEB_OPT_FLAG: dpkg-buildflags now included with dpkg-dev even in oldstable. + Speedup resolving by calling dpkg-buildflags only once. + Fix pass only documented supported environment variables to dpkg-buildflags: Other DEB_* variables not safe to shell-quote. * Acknowledge NMU. Thanks to Felipe Sateler and Simon Ruderich. -- Jonas Smedegaard <email address hidden> Mon, 13 Oct 2014 15:19:50 +0200
Superseded in sid-release |
cdbs (0.4.126+nmu1) unstable; urgency=medium * Non-maintainer upload. * Unbreak dpkg-buildflags call. Thanks to Simon Ruderich for the updated patch. Closes: bug#712729. -- Felipe Sateler <email address hidden> Sat, 11 Oct 2014 01:41:44 -0300
cdbs (0.4.126) unstable; urgency=medium [ Jonas Smedegaard ] * Have debhelper.mk install CONTRIBUTORS and CREDITS as documentation files by default. * Fix preserve compiler flags set using DEB_* environment variables, in langcore.mk. Closes: bug#712729. Thanks to Simon Ruderich, Emilio Pozuelo Monfort and Markus. [ Charles Plessy ] * Corrected a typo in the VCS URL. -- Jonas Smedegaard <email address hidden> Thu, 21 Aug 2014 23:05:10 +0200
cdbs (0.4.125) unstable; urgency=high * Fix broken syntax in python-sugar.mk. Urgency=high as this affects packages getting auto-removed from testing. Closes: bug#750300, #750271, #750277. Thanks to David Suárez. -- Jonas Smedegaard <email address hidden> Mon, 23 Jun 2014 02:56:02 +0200
cdbs (0.4.123) unstable; urgency=medium [ Jonas Smedegaard ] * Fix tighten cdbs version handling to avoid merging unversioned with complex versioned (e.g. including arch hints or fallbacks). * Fix always strip cdbs_expand_allvars (bogusly resolved versioned build-dependency on cdbs when python_module.mk was included). * Resolve tightened build-dependency on cdbs when autotools hints include comma (see autotools version hint change below). * Export AUTOMATED_TESTING=1 to build environment in Perl snippets, as recommended by Lancaster consensus. * Fix debhelper snippet to call dh_systemd_* after dh_install. Closes: bug#715504. Thanks to Michael Stapelberg. * Avoid expensive shell call in buildcore.mk deprecation warning loop. * Normalize warnings and errors: + Introduce new expansion variables cdbs_info cdbs_warn cdbs_warn_deprecated. + Include version in deprecation warnings. * Deprecate cdbs_python_selected_pyversions: Unused since 0.4.90. * Drop python-support integrity check: Leave that to python-support itself, and to Python team to agree on coherent Policy. Closes: bug#545373. Thanks to Ludovico Cavedon. * Fix double-word typo in comment. * Update copyright info: + Extend coverage. + Bump licensing to GPL-3+. * Bump to standards-version 3.9.5. * Fix use canonical Vcs-Git URL. [ IOhannes m zmölnig ] * Extend autotools version hints to support range (e.g. ",1.13" for versions up until 1.13) and unversioned (","): The latter needed for recent autotools packages provided only unversioned. Closes: bug#725950. [ Vasudev Kamath ] * Fix testsuite to expect files below /usr/lib/python*/dist-packages (not implementation-specific /usr/shared/pyshared/). Closes: bug#735412. Thanks to Martin Pitt. -- Jonas Smedegaard <email address hidden> Thu, 22 May 2014 15:55:17 +0200
cdbs (0.4.122) unstable; urgency=low * Update and improve references in comments to Perl Policy. * Export PERL_MM_USE_DEFAULT=1 in perl-makemaker.mk and perlmodule.mk to always be non-interactive. * Extend Perl snippets to also pass CPPFLAGS and LDFLAGS. * Use "--" long-options in perl-build snippet, to support Module::Build::Tiny. Closes: bug#714542. Thanks to Gregor Herrmann and Leon Timmermans. * Have perl-build.mk resolve build-dependency on libmodule-build-tiny-perl and recent cdbs when Module::Build::Tiny is used. * Have cmake.mk include LDFLAGS. Closes: bug#680959. Thanks to Felipe Sateler. * Relax clean rule to not require root. Closes: bug#568611. Thanks to Jonathan Nieder and Julien Cristau. * Improve cdbs version handling to sort and reduce all instances of cdbs instead of only hardcoded ones. Closes: 670262. Thanks to Felipe Sateler. * Drop obsolete support for Cpu: and System: hints in control.in: type-handling is no longer in Debian. * Have debhelper.mk call dh_systemd_enable and dh_systemd_start if available. Closes: bug#714195. Thanks to Laurent Bigonville. * Drop dependency on python-central or python-support for CDBS testsuite - i.e. only CDBS packaging itself, still supported in Python snippets. Closes: bug#616775. Thanks to Matthias Klose and Andrea Colangelo. * Include support for maintainer-mode in test/autotools. * Update autotools (with autoreconf -f -i). * Extend copyright coverage for autotools to include recent years. -- Jonas Smedegaard <email address hidden> Tue, 02 Jul 2013 10:49:53 +0200
cdbs (0.4.121) unstable; urgency=low * Fix avoid bogus quotes when setting PERL_AUTOINSTALL for perl snippets. Really closes: bug#652274 (as intended in 0.4.103). * Bump standards-version to 3.9.4. * Update copyright file: + Fix use pseudo-comment to obey silly restrictions of copyright format 1.0. -- Jonas Smedegaard <email address hidden> Mon, 08 Apr 2013 21:48:55 +0200
cdbs (0.4.120) unstable; urgency=low * Fix set LDFLAGS in qmake.mk. -- Jonas Smedegaard <email address hidden> Sun, 23 Dec 2012 17:16:27 +0100
cdbs (0.4.119) unstable; urgency=low * Introduce DEB_COPYRIGHT_CHECK_MERGE_SAME_LICENSE in utils.mk, to use one Files section per license (not license + copyright holders combo). Thanks to Fabian Greffrath for the suggestion. * Tidy some license shortnames in utils.mk. Closes: bug#633794. Thanks to Julian Taylor. -- Jonas Smedegaard <email address hidden> Fri, 30 Nov 2012 14:02:58 +0100
cdbs (0.4.118) unstable; urgency=low * Set XDG_DATA_HOME during install in python-sugar.mk. Closes: bug#689407, #665023, #676040. Thanks to Lucas Nussbaum. -- Jonas Smedegaard <email address hidden> Tue, 02 Oct 2012 13:16:42 +0200
Published in wheezy-release |
cdbs (0.4.115+deb7u1) wheezy; urgency=low * Have gnome.mk use xz compression by default. Closes: bug#683819. -- Ansgar Burchardt <email address hidden> Sat, 25 Aug 2012 19:59:34 +0200
1 → 50 of 105 results | First • Previous • Next • Last |