[Reproducible-commits] [strip-nondeterminism] branch pu/reproducible_builds created (now 5f07d68)

Reiner Herrmann deki-guest at moszumanska.debian.org
Fri Apr 10 14:00:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a change to branch pu/reproducible_builds
in repository strip-nondeterminism.

        at  5f07d68   Remove calls to dh_genbuildinfo and dh_fixmtimes.

This branch includes the following new commits:

       new  4169b81   [svn-inject] Installing original source of cdbs
       new  7483b92   Add NMU patch for 0.4.39-0.1
       new  c4e6dbf   Add new changelog entry
       new  0f47f64   * Added DEB_PYTHON_PACKAGES_EXCLUDE (python-distutils.mk)   (closes: #365257)
       new  14f51ea   cdbs-edit-patch: Avoid error message when creating new patch
       new  6a8a1ad   Try patches at level 1 first, to avoid problems with patches that only create new files (simple-patchsys.mk) (closes: #365524)
       new  be6fc4d   * 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
       new  0199634   * Documented that directories with special characters are not supported   (closes: #306941)
       new  a38d9ea   Finish up changelog for release
       new  a7518bf   Removed _cdbs_bootstrap variable
       new  67e98c4   Propagate LDFLAGS (autotools-vars.mk, makefile-vars.mk)
       new  2a0c6b8   Added qmake class (closes: #360589)
       new  23288bb   Removed some obsoleted build infrastructure.
       new  3b38580   Honor DEB_PYTHON_COMPILE_VERSION when calling dh_python (python-distutils.mk) (closes: #369335)
       new  4c0bdaa   Replaced most uses of := by = in makefiles.  This generally gives more reasonable behavior.
       new  8da5421   Added buildcore picture, and integrated it and depgraph into the documentation
       new  b63e4a8   Support for new Python policy (provided by Marc DequÚnes) (python-distutils.mk) (closes: #373628)
       new  3d07bc8   * Corrected misspelled DEB_PYTHON_INSTALL_ARGS(_ALL)   (python-distutils.mk) (closes: #373678) * Corrected automatic cdbs dependency version (python-distutils.mk)   (closes: #373653, #373997) * Corrected error message (python-distutils.mk)   (closes: #373653, #373873)
       new  56dce10   Enable DEB_AUTO_UPDATE_DEBIAN_CONTROL when DEB_BUILD_OPTIONS contains cdbs-autoupdate.
       new  971bcf1   Add buildinfo rule.
       new  f817ace   Actually install the new buildinfo rule.
       new  04adcbc   Resolve per-package DEB_BUILDDIR before (not during) running {make,clean}builddir targets (actually applied in the previsous revision 26 by accident).
       new  1247cd7   Drop colon from rule namespace flag.
       new  7d9be28   Honour per-package DEB_BUILDDIR in makefile class.
       new  00a20bf   Use full path to Python interpreter.
       new  89552f6   Add CDBS_BUILD_DEPENDS to old python policy method, and make debhelper dependency conditional for new policy methods.
       new  fa7f6b3   Add CDBS_BUILD_DEPENDS support to old python policy method. More tweaks, and reorganize changelog entry.
       new  d07ebfb   Revert back to 0.4.42
       new  0757d42   Added diff for 0.4.43:
       new  14d6c46   Shortened uploaders list
       new  1f942c8   * Added gs-common build dependency (closes: #375464) * Disabled ant-1 test while kaffe is broken (see #376336) * Removed weird garbage file left in last upload
       new  41d5f92   Added support for user-defined CC and CXX in qmake class
       new  e402372   * Fixed diff call yielding false positives in list-missing rule   (utils.mk) (closes: #378013); test case in list-missing-1.sh * Fixed bashisms in utils.mk
       new  7e30ac2   Fixed bashism in python-distutils.mk
       new  f2b76ae   Replace ${ } by $( ).
       new  84b8585   Call dh_py* for all packages in new Python policy section (python-distutils.mk) (closes: #377965)
       new  5223e6e   Make use of per-patch stamp files and don't ignore failed patch reversals (simple-patchsys.mk) (closes: #372682)
       new  f02cf26   Removed some redundant autotools use, since we know our target platform pretty well
       new  7e56382   Add svn:executable property
       new  6806be2   Update file from FSF
       new  ed6754e   Add more authors to copyright and remove redundant AUTHORS file.
       new  8ad9eeb   Updated TODO
       new  050b8ee   Prepare for release 0.4.45
       new  d226df2   * Changed patch stamp file naming scheme to handle equally named patches   in different directories (simple-patchsys.mk) (closes: #380499)
       new  4e96c29   Prepare for release
       new  a659069   New changelog entry
       new  27850ef   * Reverse patches before cleaning build directory (closes: #387103)
       new  975ec83   * cdbs-edit-patch: Test directory after checking for help message   (closes: #389503)
       new  5da6acc   * cdbs-edit-patch: Support patches ending in .diff (closes: #389508)
       new  42b0829   cdbs-edit-patch: Ensure exit status 0 in case of success (closes: #389929)
       new  734a5e8   * Added XS-X-Vcs-Svn field
       new  f5c5fd6   * Move dh_installinit to binary-fixup to make sure its postinst fragment   is the last (debhelper.mk) (closes: 386970)
       new  410e6f8   Fix changelog entry
       new  e017744   Revert to r80.
       new  678eaac   Merge etch branch into trunk
       new  28710bb   * Added build dependency on texlive-extra-utils to pull in epstopdf   (closes: #420329)
       new  7fd0d60     - Apply patches in an order consistent with simple-patchsys.mk     (closes: #395180)
       new  3d577a5   * Fixed typos (hbuild.mk) (closes: #419322)
       new  d58ba0e   * Corrected documentation about how to override configure flags   (closes: #420198)
       new  62c4fe9   Shorted uploaders list, with thanks to those who have moved on.
       new  e8542fa     [from Martin Pitt:] (closes: #381120)   - Now works for packages using tarball.mk (closes: #399308)   - Can edit patches that produce rejections   - Strips off "debian/patches/" from patch name argument to comfortably     work with command line completion
       new  fecd448   * Do not unapply patches when building from a tarball (tarball.mk)   (closes: #424080)
       new  ad1fa91   * Normalize spelling of makefile errors and warnings (autotools-files.mk,   buildcore.mk, dpatch.mk, perlmodule.mk, python-distutils.mk,   simple-patchsys.mk, tarball.mk)
       new  312d24c   releasing version 0.4.49
       new  deab479   * Made qmake class observe nostrip option (qmake.mk) (closes: #437272)
       new  9c5ae38   * Call make as $(MAKE) (qmake.mk)
       new  57e0bf5   * Added cmake class (original patch by Fathi Boudra) (closes: #377524)
       new  7a00fb2   Use correct bug number for closes
       new  6fd65d4   * Documented cases where setting DEB_DESTDIR manually could be necessary   (closes: #438372)
       new  d144dea   * Use unversioned interpreter for default Python version   (python-distutils.mk) (closes: #377964)
       new  ae70617   * Use dh_testroot instead of custom rule when debhelper is used   (buildcore.mk) (closes: #416018)
       new  35cfc57   * Documented variables DEB_AUTO_UPDATE_AUTOCONF, DEB_AUTO_UPDATE_AUTOMAKE,   DEB_AUTO_UPDATE_LIBTOOL; thanks to Steve M. Robbins for the research   (closes: #439750)
       new  843f4a1   * 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)
       new  1e8f4a7   * Added possibility to list files that are not installed in   debian/not-installed (utils.mk) (closes: #423394)
       new  76c0531   * Replaced uses of "#" in make $(warning) function argument, because it   misbehaves in some versions of make (python-distutils.mk)   (closes: #439915)
       new  53ec59b   * Add to CFLAGS/CXXFLAGS instead of overwriting them (langcore.mk)   (closes: #411520)
       new  324baf0   Complete documentation about where DEB_BUILD_OPTIONS is used.
       new  e07152b   releasing version 0.4.50
       new  1b8708d   * Changed test/recursive.sh to use bash, like all other tests, since it   doesn't work with dash (closes: #459052)
       new  5a2a170   * Changed CMAKE_C_COMPILER to CMAKE_C_COMPILER:FILEPATH and   CMAKE_CXX_COMPILER to CMAKE_CXX_COMPILER:FILEPATH (cmake.mk)   (closes: #450901)
       new  5eac332   * Added initial support for debhelper level 6 (closes: #462130)
       new  baf2098   better changelog message
       new  9aafd43   * Updated standards version
       new  e7c4311   releasing version 0.4.51
       new  2e19961   * Bump python-central build-dependency to >= 0.6 in python-distutils.
       new  97cac31   Bump up build-dependency on python-central (and revert that of python-support).
       new  b159547   Tiny improvement to wording in changelog entry.
       new  757aaa8   * Clean up debian/patched when using tarball.mk, to clean up after dpatch.mk   (patch by Dmitry E. Oboukhov) (tarball.mk) (closes: #456290)
       new  285b8a5   * Fixed/updated doc-base section
       new  7f16e33   * Added DEB_AUTOMAKE_ARGS variable (autotools-files.mk) (closes: #439747)
       new  e16289e   * Added dh_icons call to GNOME class (gnome.mk) (closes: #432851)
       new  35d6b65   * Added standard patch system targets "patch" and "unpatch"   (dpatch.mk, simple-patchsys.mk) (closes: #466259)
       new  6f3c0fa   * Added variables DEB_DH_GENCONTROL_ARGS_{ALL,<package>} (debhelper.mk)   (closes: #457046)
       new  18fe8e5   * Changed control fields XS-Vcs-* to Vcs-*
       new  1236a7a   * cdbs-edit-patch: ignore *.orig and *~ (closes: #449469)
       new  6a4be15   * Added call to dh_lintian if available (debhelper.mk) (closes: #467570)
       new  3c12f41   * Documented a particular issue with debug packages affecting DEB_DESTDIR   (closes: #380614)
       new  6bfa55a   * Run dh_installmime after dh_install (debhelper.mk) (closes: #443825)
       new  1d8cf14   * Corrected incorrect example about binary/foo targets (closes: #448507)
       new  3aaf624   * Fixed tarball stamp file name generation so it works with tarballs in   subdirectories (tarball.mk) (closes: #434774)
       new  210214d   Removed some unneeded variables.
       new  4aa1084   releasing version 0.4.52
       new  73b2fb2   Relax python-central build-dependency to >= 0.5.6 in python-distutils class (instruction in python policy is only really needed for transition of python-central itself, which has now completed).
       new  79d9469   Adjust perlmodule.mk to not rely on specific inclusion order of cdbs files.  Closes: bug#489430, thanks to Martin Koeppe.
       new  4318f7d   Drop bogus phrase about ordered relation between debhelper.mk and perl.mk in documentation.
       new  ff46a8f   Small doc fix
       new  7e456e9   Repair XML markup
       new  067cc43   Added CHANGELOG to list of detected changelog file names (debhelper.mk) (closes: #508141)
       new  e65094a   Documented variables DEB_AUTO_UPDATE_AUTOHEADER, DEB_AUTO_UPDATE_ACLOCAL (patch by Rafael Laboissiere) (closes: #505883)
       new  6888717   * Run dh_pycentral/dh_pysupport before dh_installinit.  Closes:   bug#494288, thanks to Guido Günther. * Add support for debhelper level 7 (debhelper.mk):   - Add new option DEB_DH_PREP. At levels <= 7 "dh_clean -k" is used     by default, at newer levels "dh_prep" is used   - Support level 7 in CDBS_BUILD_DEPENDS
       new  a01406c   Prepare for release.
       new  96c1db9   Revert package state to UNRELEASED: python-distutils tests are broken.
       new  a4610fc   * Drop support for Python policy v1 from python-distutils.mk.   - Drop code handling python policy v1   - Strip no longer supported options DEB_PYTHON_COMPILE_VERSION and     DEB_PYTHON_PACKAGES_EXCLUDE from documentation   - Add NEWS entry about the change
       new  e61c3a1   Make python-distutils.mk only depend on debhelper when actually used, and only require special inclusion order when DEB_AUTO_UPDATE_DEBIAN_CONTROL is used.
       new  780fc96   * Drop use of dh_python from python-distutils.mk:   - Drop actual dh_python invocation   - Tighten build-dependencies on python-support and python-central to     versions adopteing the functionality of dh_python, and drop     tightened build-dependency on debhelper.   - Adjust documentation   - Add NEWS entry about the change
       new  87639fe   Relax dependencies on python-support/python-central (needed version is fulfilled in oldstable).
       new  1c2a894   * Drop support for Python policy v1 from python-distutils.mk:   - Add new option DEB_PYTHON_DESTDIR to ease transition from v1     always installing directly into each package
       new  87900b9   Revert r333: More work needed to support DEB_PYTHPN_DESTDIR.
       new  f0e6e00   Really add NEWS file as promised.
       new  e74e1f1   Fix typo in changelog.
       new  0150aca   Cosmestics: Declare options at top in python-distutils.mk.in.
       new  fc32e4f   Revert accidental unrelated changes to python-distutils.mk.in.
       new  d305bb2   Revert more accidental unrelated changes to python-distutils.mk.in (uhhh, I hate svn!!!.
       new  fb2cad3   Use new internal cdbs_python_arch_packages (and drop cdbs_python_module_arch) in python-distutils.mk.in.
       new  e9fe40d   Use package-specific build targets and avoid ifeq constructs.
       new  53fc0f6   Support new option DEB_PYTHON_DESTDIR, overriding DEB_DESTDIR.
       new  aaa924b   Drop superfluous build targets.
       new  b539799   Fix support for DEB_PYTHON_MODULE_PACKAGE (and drop internal cdbs_python_support_path).
       new  e65ed28   Remove some debug noise.
       new  d525925   Fix broken clean target (wrong variable used).
       new  2b7d6ec   Fix broken xml docs (missing para closure).
       new  14ab59d   Fix tarball.mk + python-distutils.mk: support DEB_SRCDIR as relative path.
       new  823d371   Fix and extend distutils tests to use Python policy v2 against both competing implementations.  Build-depend on python-central and python-support.
       new  80f642a   Update autotools (using autoreconf).
       new  72d1479   Mention DEB_PYTHON_DESTDIR in NEWS entry.
       new  280317d   Prepare for release.
       new  da11cb7   Take credit for my work on python-distutils.mk.in through time (recent additions was developed over some years privately).
       new  4fd6a37   Adjust buildcore.mk to not rely on specific inclusion order of debhelper.mk.  Closes: bug#489430 (for real this time), thanks to Martin Koeppe for insisting.
       new  6b2193e   Drop unused internal variable cdbs_python_pkg_check.
       new  1fa3b62   Use DEB_PYTHON_MODULE_PACKAGES (preferred over DEB_PYTHON_MODULE_PACKAGE).
       new  b93cee2   Deprecate DEB_PYTHON_MODULE_PACKAGE, and warn even if used as-is.
       new  2089bc3   Avoid unneeded use of DEB_PYTHON_MODULE_PACKAGE
       new  5417ea1   Always warn if deprecated DEB_PYTHON_MODULE_PACKAGE is used.
       new  9af7045   Prepare for release.
       new  f51913a   Fix distutils tests to use new DEB_PYTHON_MODULE_PACKAGES.
       new  10d60ae   Fix cleaning up python-module-stamp dir.
       new  4e1edcd   Fix python-distutils.mk remove python-module-stamp dir in clean target.  Closes: bug#521568, thanks to Tristan Seligmann.
       new  f6dd739   Simplify logic in autotools, makefile and debhelper snippets: $(if A,A,B) -> $(or A,B).
       new  aaecfad   Take credit for recent work.
       new  8c62fa8   Tighten debhelper.mk build-dependency hint for debhelper.  Closes: bug#522613, thanks to Adam D. Barratt and Russ Allbery.
       new  bb05c5d   Fix python-distutils.mk remove python-module-stamp dir before clean target (dh_clean chokes on dirs containing "stamp" cleaning in parallel won't work).  Closes: bug#521568, thanks to Luca Falavigna.
       new  71a10f3   Have python-distutils.mk use dirname below debian dir and not ending in "-stamp".
       new  e9a8087   Adjust changelog entry to not use old stampdir name.
       new  5e0154e   Normalize headers: 1 line per copyright holder, one line desription, 1 empty line.
       new  8fba7f9   Fix typo in copyright /my own name spelt wrong).
       new  6db1402   Rewrite debian/copyright to follow recent draft of proposed format.
       new  74bc323   Prepare for release.
       new  5918d48   Tag as UNRELEASED: testsuite failures (hdparm, distutils 5-8).
       new  3b19ea1   Fix missing ")" in makefile-vars.mk.in (thankfully caught by hdparm test).
       new  df9896d   Adapt testsuite to changed packaging format of python-support 0.90.0 and newer.
       new  52a5e43   Prepare for release.
       new  7384c6e   Have debhelper.mk build-depend on cdbs 0.4.53 or newer for DH v7.
       new  dd44019   Use unversioned build-dependencies when satisfied in oldstable (codename "Etch"), except when required by policy (concretely this means keep old versioned depenencies for Perl, relax them a bit for Python, but drop them for old versions of debhelper, gnulib, type-handling, cdbs and patchutils).
       new  7b86992   Adjust gnome.mk to extend build-dependencies after including classes which initialize them.
       new  5e0b3b1   Use viewsvn (not vswn) in Vcs-Browser stanza in debian/control.
       new  8e1cb08   Build-depend on python-all-dev (not python2.4-dev or python2.5-dev), and generalize python-distutils tests to try all available versions of python.  Closes: bug#525855, thanks to Martin Pitt.
       new  c6e03d8   Use $(filter ...) instead of $(findstring ...) to extract space- separated options from DEB_BUILD_OPTIONS in debian/rules.
       new  902c09c   Append trunk in Vcs-* stanzas of debian/control.
       new  16aacf5   Let SVN stanza change close bug#531692.
       new  93d5ac5   Fix autotools.mk not completing all dependencies of post-patches before doing configure.
       new  39e5a23   Fix doc-base ection (Debian, not Programming). Closes: bug#532193, thanks to Drew Parsons.
       new  0bf38fe   Fix testroot rule broken since 0.4.54. Closes: bug#532262, thanks to Frédéric Brière.
       new  5204809   Fix makefile.mk to cleanup before cleanbuilddir (not in parallel). Closes: bug#521711, thanks to Raúl Sánchez Siles.
       new  afe7560   Document the class for KDE 4 provided by pkg-kde-tools, and document the KDE 3 class as obsolescent.  Move up the cmake section so the order makes sense again. (closes: #520383)
       new  baf8b38   Unset config_guess and config_sub variables so config.guess/config.sub in the test suite are not replaced (because the test suite is supposed to test the replacing later).
       new  c92a511   * Allow JAVACMD to include options (patch by Matthias Klose) (ant.mk)   (closes: #520105) * Reenabled the ant-1 test
       new  ba527d4   Refactor so that the classes derived from makefile.mk don't all have to overwrite DEB_MAKE_INVOKE.  Might make the fix for #505328 easier.
       new  3432429   Added support for lzma-compressed tarballs (patch by Robert Millan) (buildcore.mk, tarball.mk) (closes: #529355); added test case
       new  0de7b3f   Fix perlmodule-vars.mk to work with recent MakeMaker (set DESTDIR instead of PREFIX). Closes: bug#534895, thanks to Kevin Ryde.
       new  0d9d0a5   Fix override autotools config.{guess,sub,rpath} also when symlinks. Closes: bug#536351.
       new  593f32f   Tidy pending changelog entry.
       new  a1c2eec   Drop noop inclusion of docbookxml.mk in gnome.mk.
       new  a1e31fb   Unconditionally add binary-install/* rules in gnome.mk (they are silently ignored if debhelper.mk not included).
       new  a5a6b3b   Prepare for release.
       new  6a6ffdd   Revert change in 0.4.57 ensuring post-patches finished before configure in autotools.mk
       new  649f835   Defer setting DEB_BUILD_DEPENDENCIES in buildcore.mk (use ?= not =), no respect prior override. Closes: bug#205395, thanks to Robert Jordens, and to Joachim Breitner for reviving.
       new  19fe08a   Prepare for release.
       new  c3bb42b   Fix typo in changelog entry.
       new  65b9e9c   Relax perlmodule.mk build-dependency on perl to be unversioned (following bug#525190 pending for debian-policy).
       new  a584516   Rewrite autotools cross-compiling comment to clarify that cross- compiling requires autotools 2.52 or newer (not that we conflict with autotools2.13, which apparently changed in 0.4.22-1.1).
       new  7b5a9ce   Rephrase changelog entry about unversioned perl build-dependency, mentioning now released Debian Policy 3.8.3.
       new  ccf4521   Fix include DEB_MAKEMAKER_USER_FLAGS in DEB_MAKEMAKER_INVOKE (not separately when invoked) to handle options that must be declared before arguments. Closes: bug#481893, thanks to Dmitry E. Oboukhov.
       new  58ab576   Reorder variables to ease readability (no functional change).
       new  6a9ee4c   Support parallel builds in makefile, automake, perlmodule, qmake and cmake classes when DEB_BUILD_PARALLEL is non-empty. Closes: bug#505328, thanks to Steve M. Robbins and Felipe Sateler.
       new  53c8113   Simplify autotools-files.mk and make m4 dir configurable through new variable DEB_ACLOCAL_ARGS. Fix copyright of that file. Closes: bug#537497, thanks to Robert Millan.
       new  2fcf81f   Adjust autotools-files.mk m4 dir change to avoid ifdef, to allow setting DEB_SRCDIR after including cdbs files.
       new  188db7c   Brown paperbag release: Fix excess closing paranthesis in autotools-files.mk. Closes: bug#543916, thanks to Zak B. Elep.
       new  d29008f   Fix detect exit code in for loops in python-distutils.mk. Closes: bug#546589.
       new  aa44c61   Move source to collab-maint Git at Alioth. Update Vcs-* stanzas.
       new  5ee8000   Merge NMU 0.4.61+nmu1.
       new  830523d   Fix (again, after NMU) detect exit code in for loops in python-distutils.mk, and adjust order of changelog entries.
       new  b6802bc   reviewed and applied suggested fix for #547391
       new  f5119d0   Updated standards version
       new  e315b96   Document more clearly that a build dependency on autotools-dev should be added to get config.{guess,sub} updates reliably
       new  d892b18   reviewed and applied suggested fix for #507966
       new  32a9059   Stop creating 'debian/pycompat' unconditionally, as suggested in #512300
       new  4c98446   'config.rpath' path changed in gnulib
       new  0fc2c5f   Disable silent rules (introduced in automake 1.11) in autotools-vars.mk.  Closes: bug#551453, thanks to Josselin Mouette.
       new  1042dcd   Update changelog.
       new  1049f2b   Add git-build-package config file, enabling tag signing by default.
       new  530b3f5   Prepare release. Update changelog.
       new  bca832f   Imported Upstream version 0.4.27
       new  7243306   Imported Debian patch 0.4.27-4
       new  de721e2   Imported Debian patch 0.4.28-1
       new  de62f9c   Imported Debian version 0.4.29
       new  6b3d68b   Imported Debian version 0.4.30
       new  5378211   Imported Debian version 0.4.31
       new  f69aa65   Imported Debian version 0.4.32
       new  4abf386   Imported Debian version 0.4.33
       new  76b0607   Imported Debian version 0.4.34
       new  b23e481   Imported Debian version 0.4.35
       new  f21d873   Imported Debian version 0.4.36
       new  9d70714   Imported Debian version 0.4.37
       new  ca50450   Imported Debian version 0.4.38
       new  97badd4   Merge branch 'snapshots' into svnroot
       new  a0bcdb2   Merge branch 'svnroot'
       new  7282df1   Update autotools using automake 1.11 and autoconf 2.64, config.guess and config.sub snapshots from 20090611.
       new  505b3f4   Update licensing years and merge now (after autotools update) identically licensed files in debian/copyright.
       new  5465c66   Reformat debian/copyright to follow draft DEP5 rev59.
       new  2d4e8c9   Update changelog.
       new  8a352a5   autotools.mk: Use stamp file for configure target. Closes: bug#493631, #534868, thanks to Felix Zielcke and Robert Millan.
       new  31b07b3   Adjust perlmodule.mk and autotools-vars.mk to call cdbs_streq when comparing DEB_BUILDDIR and DEB_SRCDIR.
       new  1edcd6a   makefile.mk, autotools.mk: support DEB_BUILDDIR_xxx and DEB_DESTDIR_xxx.
       new  31c775c   Take credit for recent work, and some done last year.
       new  5857f11   Fix comment describing DEB_DESTDIR_xxx.
       new  0d7ee93   Drop variable DEB_DH_PYTHON_ARGS unused since 0.4.53.
       new  8b9880a   Fix allow variable DEB_PYTHON_PRIVATE_MODULES_DIRS to be declared before including cdbs snippets.
       new  b5bc994   Support per-package DEB_PYTHON_PRIVATE_MODULES_DIRS_xxx, and also apply to dh_python-central (not only dh_python-support) as it has apparently been supported since at least python-central 0.6.6.
       new  09e7586   Rewrite python-distutils.mk to not use ifeq syntax, in preparation for future allowing declaring DEB_PYTHON_SYSTEM after including cdbs snippets.
       new  c785cdc   python-distutils.mk internal namespace cleanup: cdbs_selected_pycompat → cdbs_pycompat_explicit.
       new  39f4714   python-distutils.mk internal namespace cleanup: cdbs_selected_pyversions → cdbs_python_selected_pyversions.
       new  e8a1126   python-distutils.mk internal namespace cleanup: cdbs_use_xs_field → cdbs_python_use_xs_field.
       new  b7795b4   python-distutils.mk internal namespace cleanup: cdbs_pycompat* → cdbs_python_pycompat*.
       new  3200298   Fix remove double build-dependency in python-distutils.mk.
       new  ea3743c   Fix typo in variable name in python-distutils.mk.
       new  a692287   Split out reusable parts of python-distutils.mk as python-vars.mk and python-common.mk.
       new  1962e3f   Partly revert commit 31b07b (not sure why, but using cdbs_streq fails in autotools-vars.mk.
       new  f510f0e   Move a few internal convenience variables/expansions from buildcore.mk to buildvars.mk.
       new  542ab75   Revert to declaring package-selection related build-dependencis in python-distutils.mk.
       new  1f3c700   Add package-selection sanity checks to python-distutils.mk.
       new  9f1f282   Rename python-common.mk → python-module.mk.
       new  5f74778   Add/move more common variables to buildvars.mk.
       new  6cc8d58   Fix invoke Python debhelper hook right after dh_install (not before) to include files installed through debhelper.
       new  b8ff2d7   Update changelog.
       new  68ffc41   Build-depend on texlive-font-utils (and only fallback on older texlive-extra-utils): provides epstopdf. Closes: bug#562336.
       new  8fa66d7   Use source format 3.0 (quilt).
       new  008286d   Fix fallback-dependency texlive-extra-utils.
       new  d123007   Prepare for release: Update changelog.
       new  71886a1   Fix install new python-vars.mk and python-module.mk snippets.
       new  1455e57   Update autotools using automake 1.11 and autoconf 2.66.
       new  70789e2   Use 'native' flavor of source format 3.0 (not quilt), thanks to Raphael Hertzog: Native packages have no gain (I knew that already) and even spit annoying warnings.
       new  b226c1b   Prepare for release: Update changelog.
       new  382a128   Apply changes from NMU 0.4.62+nmu1.
       new  3d0b336   Prepare for release: Update changelog.
       new  347f970   Fix resolve pysupport/pycentral build-dependency in python-module.mk.
       new  9ce2a58   Prepare release. Update changelog.
       new  7b0a15c   Fix python-distutils.mk pkg check: Move preparation to python-vars.mk. While at it, move cdbs_python_binary too.
       new  eba603e   Move setting pycompat from python-distutils.mk to python-module.mk.
       new  c8bd573   Drop superfluous buildcore.mk inclusion from python-distutils.mk.
       new  7e9fac8   Add internal variable expansion cdbs_pkgsrcdir to buildvars.mk.
       new  ac2ead5   Add new class python-sugar.mk for building Python-based Sugar packages.
       new  e267116   Bump Standards-Version to 3.8.4.
       new  d65d669   Take credit for my recent changes.
       new  40b3127   Refer to FSF website (not postal address) in headers.
       new  ea17d49   Introduce DEB_MAINTAINER_MODE for routines convenient for maintainers but unsuitable for build daemons. Have it enable DEB_AUTO_UPDATE_DEBIAN_CONTROL.
       new  30c39ca   Add new rule copyright-check.mk to check for changes to copyright notices in source.
       new  6ccf406   Add new rule buildinfo.mk to generate and include build information with binary packages.
       new  76ce10b   Add new class python-sugar.mk and new rules buildinfo.mk and copyright-check.mk to Makefile.am.
       new  ea0de1b   Update autotools using automake 1.11.1.
       new  c3d67f9   Bump debhelper compat level and build-dependency to 6(.0.1).
       new  e09d9a1   Rewrite copyright file using draft DEP5 rev135.
       new  99c1f4c   Use copyright-check.mk ourselves.
       new  496610c   Build-depend on recent devscripts for copyright-check.mk.
       new  1acd187   Fix only update control file if control.in exist.
       new  f4b4f16   Fix set custom _cdbs_scripts_path during our own build.
       new  63efc5b   Update changelog. Add copyright hints.
       new  3f8b948   Fix typo in changelog.
       new  91545ed   Prepare release: Update changelog.
       new  07081cf   Fix do snippet-specific sanity checks in python-sugar.mk.
       new  17d0248   Cosmetics: List user-editable variables first in python-sugar.mk.
       new  bf18070   Move snippet-specific sanity checks to python-distutils.mk (from python-vars.mk), and list user-editable variables first.
       new  c3aae0e   Fix force use LC_ALL=C in copyright-check.mk.
       new  a17aaba   Fix testsuite support for Python 2.6 install path.
       new  fb3f9f8   Fix testsuite fix (regex must be single-quoted when containing groups).
       new  bdc434b   Prepare release: Update changelog and copyright hints.
       new  054c306   only do copyright-check when debian/copyright_hints already exist.
       new  c1cbeb4   Separate perl part of copyright-check.mk as licensecheck2dep5 script.
       new  cae1695   Silence harmless warnings in licensecheck2dep5.
       new  1347839   Fix pattern count and fix wording in copyright-check.mk.
       new  26d2281   Cleanup copyright-check.mk, ensure it fails on error, and add space to emphasize intro text.
       new  daf497f   Verify copyright-check.mk dependencies at runtime and drop build-dependency on devscripts (required only in maintainer mode now).
       new  0d2a688   Preserve copyright_newhints file only if maintainer-mode fails.
       new  fb760d5   Merge copyright.check.mk with utils.mk: avoids tightened build-dependency on cdbs.
       new  a5c4dae   Update packaging to use utils.mk (not dropped copyright-check.mk).
       new  669cfa5   Rewrite semi-auto-update sed code in perl.
       new  aa48279   Improve buildcore.mk semi-auto-update rule: pass build-dependencies through ENV (not expand inside regex) to protect against surprising user-provided data.
       new  64b911b   Improve buildcore.mk semi-auto-update rule: cleanup some types of duplicate build-dependencies and delimiters.
       new  31a033d   Declare build-dependencies recursively expanded ( = not  := ) and individually (using CDBS_BUILD_DEPENDS_xxx): allows late override and silencing e.g. when a class is soft-included ( with -include).
       new  3b1690c   Add new rule upstream-tarball.mk implementing get-orig-source and more.
       new  8d1f528   Do autoreconf due to changed files to install.
       new  955bf43   Fix disable copyright-check if licensecheck is *not* new enough.
       new  270a9e4   Prepare release: Update changelog and copyright hints.
       new  2ab29ec   Fix install upstream-tarball.mk properly. Bump its build-dependency hint.
       new  65fcc14   Fix declare debhelper.mk build-dependency hints.
       new  b5a4866   Cosmetics: cleanup trailing space in the corner case of only a single CDBS-declared build-dependency.
       new  5b26bf1   Do autoreconf to include upstream-tarball.mk.
       new  c931b02   Eat our own dog food (again): Auto-update debian/control build-dependencies of cdbs package itself when DEB_MAINTAINER_MODE=1.
       new  d1129bd   Fix add comma only in front of each build-dependency set (not accidentally within).
       new  1fe647f   Fix add comma only in front of each build-dependency set (not accidentally within).
       new  7e67951   Fix drop missed old-style build-dependency hint from simple-patchsys.mk.
       new  add3b04   Fix suppress unused pysupport/pycentral hint in python-module.mk.
       new  73d9da9   Prepare release: Update changelog, control file and copyright hints.
       new  98863cb   Merge build-info.mk rule with utils.mk, and gracefully handle missing binary instead of tightened build-dependency.
       new  c995f46   Do autoreconf to drop buildinfo.mk.
       new  7785cde   Fix buildinfo rule.
       new  f031211   Prepare release: Update changelog and copyright hints.
       new  32aa565   Rename internal variable cdbs_pkgsrcdir → cdbs_cursrcdir, and declare it more compact.
       new  ae2a0fd   Add convenience expansion variables cdbs_curbuilddir and cdbs_curdestdir to buildvars.mk.
       new  df6cb40   Use convenience expansion variables cdbs_curbuilddir and cdbs_curdestdir in makefile.mk.
       new  cb82103   Extend makefile.mk and autotools.mk to support multiple flavors.
       new  2987e0d   Rename variable cdbs_python_compile_version → cdbs_python_nondefault_version, and add comment about its purpose.
       new  6dc84fc   Simplify arch-all python calls to check already fully resolved need of versioned binary.
       new  84b827b   Add class python-autotools.mk, using multiflavor support if building for multiple Python versions.
       new  d85a9e8   Fix prepend -flavors (not multibuilds) to a CDBS_BUILD_DEPENDS.
       new  b55a6f7   Fix python-autotools.mk include path to autotools.mk.
       new  6de91a0   Fix syntax error in python-autotools.mk.
       new  72dd976   Fix handle merging of all declared (by ourselves) build-dependencies in buildcore.mk.
       new  4bd9058   Cosmetics: Declare variable cdbs_make_clean_nonstamps before including in in DEB_PHONY_RULES, in makefile.mk.
       new  ad6c017   Add class scons.mk (and scons-vars.mk. Closes: bug#470532, thanks to Timothy G Abbott and Matthew A. Nicholson.
       new  d9fec3e   Add class perl-build.mk (and perl-vars.mk and perl-build-vars.mk).
       new  c09a269   Extend build-dependency merging to include newly added snippets.
       new  d174a19   Drop old comment from perlmodule.mk.
       new  746f5d3   Bump some copyright years.
       new  44374f2   Add class perl-makemaker.mk (and perl-makemaker-vars.mk), and deprecate perlmodule.mk (and perlmodule-vars.mk): Too generic snippet name and bad default binary package selection.
       new  c75be07   Extend buildcore.mk to support binary package relations.
       new  8012d73   Update changelog and copyright hints.
       new  f45ee36   Consistently declare snippet build-dependencies (fix oddities in python-autotools.mk, buildcore.mk and upstream-tarbal.mk).
       new  8cffd0f   Revert "Fix drop missed old-style build-dependency hint from simple-patchsys.mk."
       new  233157f   Declare build-dependencies in utils.mk for optional copyright-check and buildinfo rules.
       new  0051b6a   Prepare release: Update changelog.
       new  34f1e43   Fix install new snippets perl-vars.mk, perl-build-vars.mk, perl-build.mk, perl-makemaker-vars.mk, perl-makemaker.mk, python-autotools.mk, scons-vars.mk and scons.mk. Closes: bug#470532, thanks to Jérémy Lal.
       new  7faa743   Do autoreconf to include perl-vars.mk, perl-build-vars.mk, perl-build.mk, perl-makemaker-vars.mk, perl-makemaker.mk, python-autotools.mk, scons-vars.mk and scons.mk.
       new  006facc   Prepare release: Update changelog.
       new  7539195   Fix tighten build-dependency hints to versions actually including recently introduced snippets, and move a hint to perl-vars.mk from dependent snippets. Extend build-dependency cleanup to cover this change.
       new  1fe30c9   Prepare release: Update changelog.
       new  ab476e6   Fix pkg check function in python-sugar.mk (caused bogus warnings about redefining DEB_PYTHON_SUGAR_PACKAGES late).
       new  3a66e86   Fix python-autotools.mk to only try expand to flavored python when flavors are in use.
       new  17aa7fc   Tighten python-autotools.mk. build-dependency hint due to flavor fix.
       new  8a2d2b3   Extend build-dependency cleanup to cover cdbs 0.4.75.
       new  e18ac5a   Prepend cdbs_ to pre_* variables in buildcore.mk.
       new  2b28840   Add convenience expansion variable cdbs_expand_curvar (replacing now unused cdbs_curvar).
       new  b430a32   Improve build-relation cleanup to support multiline variable content.
       new  e86c96f   Improve build-dependency type-handling support in buildcore.mk to not execute the whole control file.
       new  5f8d9e4   Add new variable CDBS_BUILD_DEPENDS_DELIMITER, and generate new-style multi-line build-dependencies by default.
       new  496ef85   Improve resolving binary relations in buildcore.mk: support multiline content in input variables; only declare output variabls containing useful content (avoids "unused substitution variable" warnings).
       new  0db9931   Wrap explicitly declared build-dependencies.
       new  e278ecf   Prepare release: Update changelog and control file.
       new  dae7812   Fix expansion of multiple DEB_SUGAR_BRANCHES in python-sugar.mk.
       new  7718d97   Add find-style DEB_UPSTREAM_REPACKAGE_EXCLUDES (and drop DEB_UPSTREAM_REPACKAGE_EXCLUDE apparently broken for dirs) in upstream-tarball.mk.
       new  868ee52   Add support for parallel build in scons-vars.mk. Closes: bug#575762, thanks to Felipe Sateler.
       new  e5a26f5   Only optionally-declare (i.e. using ?= not = ) when possible to allow early override.
       new  f68475f   Prepare release: Update changelog.
       new  ba54dc0   Fail the fail-source-not-repackaged rule (in addition to get-orig-source) if old DEB_UPSTREAM_REPACKAGE_EXCLUDE is declared, in upstream-tarball.mk.
       new  2f1e120   Fix check excluded directories (not files twice) in the fail-source-not-repackaged rule, in upstream-tarball.mk.
       new  ee9bbf5   Support cross-building: Avoid setting CC or CXX in autotools.mk except if explicitly declared, and set CC="-gcc" in makefile.mk when cross-building. Closes: bug#450483, thanks to Neil Williams
       new  4f9be30   Prepare release: Update changelog.
       new  0a23119   Fix silence build-dependency resolving rule in buildcore.mk (leftover from debugging session).
       new  88a0fde   Fix drop packlist files without failing with non-default DEB_PERL_DESTDIR.
       new  636c869   Add TODO file with ideas for 2nd epoch (i.e. /usr/share/cdbs/2/* files).
       new  36cf0f6   Prepare release: Update changelog and copyright hints.
       new  6620a00   Tighten build-dependency on cdbs in perl-build.mk, due to prior bugfix.
       new  9329290   Fix build-dependency variable name in perl-vars.mk.
       new  7b3e98a   Prepare release: Update changelog.
       new  4febb37   Fix build-dependency variable name in perl-build.mk.
       new  e898f4a   Prepare release: Update changelog.
       new  9e950cf   Fix install arch-all packages part of arch-all+arch-any multilib packaging in python-distutils.mk (broken since 0.4.72). Closes: bug#577580, thanks to Yaroslav Halchenko.
       new  6137eb3   Prepare release: Update changelog.
       new  9c01974   Fix strip repackaging tag when DEB_UPSTREAM_REPACKAGE_EXCLUDES is set (not deprecated DEB_UPSTREAM_REPACKAGE_EXCLUDE), in upstream-tarball.mk.
       new  6361d6d   Prepare release: Update changelog.
       new  301cdca   Drop support for variables DEB_*_MAKE_TARGET and DEB_MAKE_TEST_TARGET, deprecated for ages.  Fixes accidentally disabled regression tests in perl-* classes.
       new  2aace44   Enable verbose output for regression tests in class perl-makemaker.mk.
       new  496b07e   Fix support multiword CC or CXX (broken since 0.4.77), and really support cross-building (as intended in 0.4.77). Closes: bug#576967, 578303, thanks to Peter Eisentraut for insisting, and to Anders Kaseorg for solving.
       new  c30f001   Prepare release: Update changelog.
       new  26e6806   Improve copyright file: rewrap license sections Expat and other-X, and add comment on Expat variation.
       new  73e9adb   Tighten copyright file: Improve wording of variation comment in Expat license section.
       new  115ec16   Fix suppress build-dependency on ourselves.
       new  0c49ac3   Add TODO on a way to fix bug#207775 in 2nd epoch.
       new  d662b1d   Prepare release: Update changelog and control file.
       new  a5b1ab4   Really fix suppress build-dependency on ourself (not only tight versioning).
       new  25ac571   Introduce new convenience variable cdbs_python_primary_version.
       new  21bba0e   Improve debhelper.mk to support DEB_DH_INSTALLINIT_ARGS_<package> (overriding DEB_DH_INSTALLINIT_ARGS for that package) and DEB_DH_INSTALLINIT_ARGS_ALL (always additionally applied). Closes: bug#582693, thanks to Rudy Godoy.
       new  b736b8d   Merge branch 'master' of ssh://git.debian.org/git/collab-maint/cdbs
       new  9ca76e3   Fix use dh_prep with debhelper 7 and newer (not only newer than 7). Closes: bug#586616, thanks to Nelson A. de Oliveira.
       new  caab92d   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  428d32f   Fix double expansion of CDBS_DEPENDS (possible cause of occasional spurious extra comma).
       new  2e24535   Use VAR_DEFAULT (not VAR) as package-default in per-package variable expansion. Deprecate existing uses of VAR.
       new  a51833f   Generally support global, package-default and package-only vars (and add TODOs where transitions are needed) in debhelper.mk.
       new  5cb925d   Deprecate dpatch.mk, simple-patchsys.mk and tarball.mk, suggesting source format 3.0 as alternative.
       new  a16d956   Bump a few copyright years.
       new  a94873a   Prepare release: Update changelog, NEWS file and control file.
       new  c5e9637   Fix space-separate variables expanded via cdbs_expand_curvar. Closes: bug#586742, thanks to Yves-Alexis Perez and others.
       new  d3c0f64   Prepare release: Update changelog.
       new  7c787b5   Fix strip trailing comma in autoresolved build-dependencies.
       new  9e2ca75   Prepare release: Update changelog.
       new  0f69910   Fix only optionally-declare ( using ?= ) DEB_COPYRIGHT_CHECK_STRICT, to allow early override.
       new  272d59f   Suppress sole delimiter in cdbs_expand_curvar function. Closes: bug#590806, thanks to Kris Shannon.
       new  04d484d   Fix invoke dh_buildinfo after dh_installdocs and dh_link. Closes: bug#590601, thanks to Axel Beckert, Michael Biebl and Simon McVittie.
       new  962fd7e   Bump Policy compliance to standards-version 3.9.1.
       new  b7574a7   Prepare release: Update changelog and control file.
       new  5fd04f1   Stop conflicting against ancient/bogus build-common.
       new  f412a66   Fix and simplify dh_buildinfo support: Invoke in debhelper (not utils) snippet, limited to each binary package. Closes: bug#590601. Thanks (again) to Michael Biebl.
       new  5282500   Fix ensure makefile-vars.mk is usable without makefile.mk: add simpler fallback for cdbs_make_curbuilddir. Closes: bug#596950.
       new  a4a1614   Add TODO item: Mention replacement variable in deprecation warnings.
       new  94bd5e9   Fix tighten copyright-check auto-resolved build-dependency on cdbs.
       new  4c14774   Drop obsolete dh-buildinfo build-dependency suppression.
       new  5e210fe   Prepare release: Update changelog and control file.
       new  b0c525e   Tighten resolved build-dependency on cdbs when using debhelper compat level 7, to ensure use of dh_prep (see bug#586616).
       new  e74d4fa   Fix add support for DEB_CONFIGURE_FLAGS_$flavor variables.
       new  8085f78   No longer creates debian/pycompat files in clean rule. Closes: #424898
       new  01a0009   DEB_PYTHON_SYSTEM now accepts "python2" keyword which will invoke dh_python2. Closes: #604718; tests/distutils-9.sh added
       new  2039e29   Add python3-distutils.mk and python3-module.mk to support Python 3. Closes: #604721; tests/distutils-10.sh and tests/distutils-10.sh added; build depend on python3-all-dev (for tests and dh_python3)
       new  087f03e   Introduce new variable DEB_UPSTREAM_WGET_OPTS to upstream-tarball.mk.
       new  26e86dc   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  17bb4fd   Tidy stray trailing space.
       new  4b8ce47   dh_desktop is deprecated, don't call it anymore. Closes: #439717
       new  a8dc2b0   Fix test case permissions
       new  f14cebc   Fix variable substitution
       new  4e389b0   Sync copyright-check with recent draft of DEP5 (Bazaar rev. 132).
       new  0808c54   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  3e06ad0   Have debhelper.mk invoke dh_bugfiles if available. Closes: bug#604548. Thanks to Laurent Bigonville.
       new  b5da6ea   Reorganize autotools-vars.mk variables for clarity.
       new  29b2d43   Have autotools add --enable-debug when DEB_BUILD_OPTIONS contains debug. Closes: bug#599218. Thanks to Emilio Pozuelo Monfort.
       new  ac42911   Have python-distutils.mk quote --root path to work when parent of builddir contains spaces. Closes: bug#598410. Thanks to Michael Terry.
       new  cdcec21   Fix documentation to use relative DEB_SRCDIR in autotools.mk example. Closes: bug#594042. Thanks to IOhannes m zmoelnig.
       new  54627fe   Reorganize langcore.mk variables in preparation for improvements.
       new  ff858e1   Deprecate DEB_OPT_FLAG (if ever overridden it should be structured differently anyway).
       new  f89e8ba   Have langcore.mk resolve compile flags using dpkg-buildflags when possible. Closes: bug#583559. Thanks to Raphaël Hertzog.
       new  36ee012   Fix cdbs_expand_nondefaultvar function.
       new  bf2e535   Extend cdbs_expand_nondefaultvar function to also avoid undefined, and support fallback.
       new  a9d7b69   Introduce new variable CDBS_FIX_COMPILE_FLAGS (uset by default). To the extend possible this closes: bug#523642. Thanks to Robert Millan.
       new  af937a9   Avoid testing or installing python3 snippets: Needs more discussion - might make sense to integrate in python snippets.
       new  f6a4818   Do autoreconf to avoid python3 snippets.
       new  18a972a   Drop not yet used build-dependency on python3-all-dev.
       new  2e155a0   Add note in langcore.mk that CDBS_FIX_COMPILE_FLAGS override needs to be done _before_ including the snippet.
       new  380f381   Fix typo in comment on python-autotools.mk.
       new  f3a1c01   Fix respect DEB_MAKE_DESTDIRSKEL when flavors are used in makefile.mk. Keep install flavors in same destdir for python-autotools. Add NEWS item about the change.
       new  8d6af77   Support per-flavor DEB_MAKE_BUILDDIRSKEL and DEB_MAKE_DESTDIRSKEL.
       new  6045dfa   Use newline+space delimiter in copyright-hints by default, configurable through DEB_COPYRIGHT_CHECK_DELIMITER.
       new  831b1a6   Improve cleanup rules in python-distutils.mk: also clean python3 __pycache__ dirs.
       new  a509b1c   Tighten resolved build-dependency on python when using default python-2 system.
       new  42fce0f   Use new python-2 system by default (i.e. when DEB_PYTHON_SYSTEM not set).
       new  18fd002   Rewrite copyright file using Bazaar rev.132 draft of DEP5 format.
       new  309cdd0   Update changelog, control file and copyright hints.
       new  0d97dcf   Improve changelog.
       new  c68aa5f   Fix add trailing parens for dh_bugfiles line in debhelper.mk.
       new  d2f2231   Fix regression test distutils-9.sh (new python2 system) to not set DEB_PYTHON_SYSTEM.
       new  01d1433   Fix properly label python system 2 in python-vars.mk.
       new  64d922b   Simplify python-vars.mk to expand recursively (drop colon): no longer used for rules expansion (and apparently never were).
       new  9309a6f   Revert filter out python3 modules by default: May cause regressions, and is handled better for python2/python3 system anyway.
       new  4008f09   Reorganize internal variables in python-vars.mk, in preparation for better python2/python2 system handling.
       new  65dee1e   Treat all likely packages (not only first one) as Python module packages when using python2 packaging system.
       new  65edf7f   Advertise support for python2 packaging system in NEWS.
       new  471c6f9   debhelper.mk: Invoke dh_girepository if available.
       new  0900cb5   Support global, package-default and per-package vars in python-distutils.
       new  f4b561e   Waf class introduction
       new  9e1b0ec   Updated Makefile.am and documentation for waf class
       new  63299c2   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  f2d802b   Rename internal variables: s/_python_2/_python2/g.
       new  063ac33   Generalize cdbs_python_builddeps.
       new  5561cf1   Maintain legacy and python2-system builddeps separately (even if currently equal).
       new  06df079   Tighten python2 system to affect only python-* packages by default. Update NEWS.
       new  31c2850   Fix avoid marking stampfile targets as PHONY in python-distutils.mk.
       new  d99eb6c   Siplify regression test distutils-9 to not explicitly set DEB_PYTHON2_MODULE_PACKAGES.
       new  d04c441   Adjust some safetly checks in python-vars.mk to first resolve Python system. Add similar check for python2 system.
       new  294d2db   Rewrap long rules in python-distutils.mk to ease readability.
       new  e84a8c6   Generalize per-package python variables.
       new  7fd9f17   Fix invoke python debhelper only for relevant packages. Really closes: #377965, but since that bug is 4+ years old we fix only for new python2/python3 and keep broken behavior for legacy systems to avoid surprises.
       new  84ae44d   Simplify internal variable expansion slightly.
       new  f4c67a8   Add support for python3 packaging system in python-var.mk python-module.mk and python-distutils.mk.
       new  9bdb2bb   Update for the waf class
       new  48ce492   Fix, tighten and register with autotools regression tests distutils-10 and distutils-11 for ptyhon3 system.
       new  31d59ea   Drop unused python3* snippets.
       new  ffa84aa   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  73c81fa   Reorganize internals of python-vars.mk: Move warnig to bottom and stem resolving as low as possible.
       new  a3e1b66   Add support for python3 packaging system in python-autotools.mk.
       new  95da05b   Fix tighten build-dependency resolving on cdbs when using python2/python3 systems.
       new  263aa7e   Relax build-dependency resolving on cdbs to allow backport in waf.mk.
       new  811fb4b   Extend build-dependency resolving to handle squashing of newest additions.
       new  7774db8   Fix typo in error message: bunary → binary.
       new  470325f   Add support for python3 packaging system in python-sugar.mk.
       new  e9b352c   Extend copyright years for python-vars.mk.in.
       new  ebcef69   Wrap and sort Uploaders.
       new  3b6b64f   Build-depend (again) on python3-all-dev.
       new  076583c   Add new copyright holder to debian/copyright (no new licensing).
       new  f1008e3   Prepare for release: Update changelog, control file and copyright hints.
       new  55c3e45   Waf class support for global, package default and per-package vars
       new  233c00c   Merge branch 'master' of git+ssh://git.debian.org/git/collab-maint/cdbs
       new  3c08f6d   documentation update for waf class
       new  5f419ad   Add new targets checksanity and testsanity/$(pkg).
       new  7b2a9c5   clarifying waf class variables
       new  3323039   clarifying waf class variable (+ merging)
       new  3118bc8   Added checking sha1sum for waf file in waf class testsanity target
       new  064732c   separate checksum target in waf.mk.in
       new  d5a3797   Added a script that unpack a waf file into a directory
       new  abe8029   adding checksum + unpacking + warning messages for potential malicious waf file
       new  9f04d76   removing trailing spaces in scripts/cdbs-waf-unpack.py
       new  bbeb6eb   waf checksum supports target-time var expansion and implemented with make instructions
       new  65c3b68   waf documentation note for global, default and per package vars
       new  65c690a   waf class documentation warning about checksum
       new  a3c3807   waf sha1sum now uses --status option instead of /dev/null redirection
       new  0c4203d   added a grep test for debian/waf.sha1sum to ensure the waf file is actually tested
       new  795f262   Fix avoid comma in default DEB_COPYRIGHT_CHECK_DELIMITER.
       new  8821f51   Bump copyright format to Bazaar draft 137 of DEP5. Add Licensing hint.
       new  91b697a   Extend  afew copyright years.
       new  ff7acbd   Correct hint in licensecheck2dep5: Licensing → License.
       new  b99ef15   Tighten resolved build-dependency on cdbs to versions handling compile flags fix, when enabled.
       new  6cd348d   Merge branch 'master' of git+ssh://git.debian.org/git/collab-maint/cdbs
       new  073915b   Fix build-dependency resolving to squash all currently declared versioned hints.
       new  16c94d4   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  2c21844   snippets for puredata
       new  6df3a0a   converted pd-snippets to templates
       new  9392f39   Shorten waf-unpack script name and install outside of common PATH.
       new  d8e9334   Strip excess verstical space in waf.mk.
       new  2e2f9d0   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  babf595   Treat DEB_WAF_SKIP_CHECKSUM like other flag-like CDBS variables: true if non-empty.
       new  0db6ef0   Bump copyright format to Subversion draft 153 of DEP5.
       new  9e2bbde   Adjust DEP5 disclaimer to not mention snippet (licensecheck2dep5 may have been used directly).
       new  9846c9f   gnome.mk: dh_scrollkeeper is deprecated, don't call it anymore.
       new  c984145   Fix build-dependency resolving for python3.
       new  11167c7   Consistently separate autoresolved core vs. python-specific build-dependencies in python snippets.
       new  353a602   Fix build-dependency autoresolving to allow backport when using debhelper 7.
       new  014b6c4   removed meta-snippets for pd
       new  af8f5d0   cleanup of pd snippet
       new  38bce47   add a bit of documentation to the pd snippet
       new  07959bb   Fix expand DEB_DH_GIREPOSITORY_ARGS_* variables. Closes: bug#610187. Thanks to Laurent Bigonville.
       new  070c52a   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  0d2c502   Tidy whitespace, and compact comments in pd.mk.
       new  70d0497   Introduce DEB_PYTHON_DISTUTILS_INSTALLDIR_SKEL variable, to ease installing Python module as a private one.
       new  3116394   Extend build-dependency resolving to handle cdbs 0.4.91.
       new  a49ad16   Use find -exec (not unreliable make subshell) in pd.mk.
       new  0194b7d   Drop unneeded abstraction in pd.mk (if supposed to be user overridable it needs redesign).
       new  c58e9d2   Install pd class.
       new  1c4b163   Add build-dependency hint to pd class.
       new  2ef709a   Drop unneeded inclusion of langcore.mk in pd class.
       new  3b2ee67   Reorder targets in pd.mk. to match applied order (i.e. purely cosmetic).
       new  90079aa   Use (for the other target too) find -exec (not unreliable make subshell) in pd.mk.
       new  16ad79e   Add warning in pd.mk if debhelper isn't included.
       new  48e7be1   Provide $(is_debug_package) in buildvars.mk (not debhelper.mk), and use it in pd.mk to avoid stripping debug packages (in addition to when nostrip is set).
       new  121d90c   Do autoreconf to include pd class and adjust waf script install path.
       new  f3060e9   Bump copyright format to Subversion candidate draft 162 of DEP5.
       new  b96082b   Add IOhannes m zmölnig as copyright holder.
       new  70c0c45   Suppress lintian error about waf script requiring dependency on Python.
       new  97df6ff   Prepare for release: Update changelog and copyright hints.
       new  538f432   Fix add missing leading quote to DEB_CONFIGURE_SCRIPT_ENV in python-autotools.mk. Thanks to Stefano Rivera.
       new  5c6315e   Fix resolve DEB_MAKE_DESTDIRSKEL early in python-autotools.mk: Flavors are used in build targets also resolved early. Closes: bug#610624. Thanks to Stefano Rivera.
       new  36c1341   Drop use of obsolete DEB_BUILD_MAKE_TARGET.
       new  c56f331   snippet for DKMS support
       new  e4fcd8f   Strip trailing spaces.
       new  1b23810   Adjust copyright-check hint file: Bump referenced DEP5 to candidate draft Subversion rev166. Drop misleading copyright and license paragraphs in header section.
       new  5fb0409   Claim ownership of recent changes.
       new  8446f2e   Update copyright file: Extend copyright year. Duplicate header copyright+licensing as initial Files: wildcard section.
       new  02080af   Prepare for release: Update changelog and copyright hints.
       new  bf7981b   Fix readd default compile flag -Wall, accidentally dropped in cdbs 0.4.90. Introduce new variable DEB_WARNING_FLAGS to ease overriding while still rely on dpkg-buildflags.
       new  85c29f2   Fix comment in langcore.mk.
       new  0845b06   removed hardcoded paths
       new  57cb60d   fixed the automatic DEB_PACKAGES->DKMS_PACKAGES detection
       new  3dfb29b   fix perms of .pd_linux files
       new  e47000d   added TODOs
       new  908d404   fixed typo
       new  8bea7e3   removed leftovers from pd.mk.in
       new  50bd2a6   debhelper.mk: Call dh_installgsettings if available. Closes: #621328.
       new  545e459   Fix support arch-independent python3 modules: Resolve $cdbs_curpythonindepbinary properly, used for the Python binary to invoke for default builds. Closes: bug#621749. Thanks to Tanguy Ortolo and Jakub Wilk.
       new  51d9ca4   Add variables $cdbs_python2_indep_packages and $cdbs_python3_indep_packages to python-vars.mk, and when used tighten build-dependency on cdbs to versions properly supporting arch-independent Python3 builds.
       new  35ea01d   Extend long ugly build-dependency cleanup routine to include cdbs 0.4.92~.
       new  6cd94d7   Resolve $DEB_HOST_MULTIARCH from dpkg-architecture. Closes: bug#617841. Thanks to Steve Langasek.
       new  df08b58   Fix bump resolved build-dependency (and cleanup) for arch-indep python3 to 0.4.93~ (not 0.4.92~), and add comment about it.
       new  87da155   Strip trailing spaces from dkms.in file.
       new  f9edc94   Bump DEP5 format to rev. 173.
       new  db073eb   Bump Policy compliance to standards-version 3.9.2. Rewrap long description at 72 chars.
       new  6851e46   Render dot graph directly to PDF (not via EPS), and stop build-depending on texlive-font-utils or (now bogus anyway) gs-common. Closes: bug#614536. Thanks to Lucas Nussbaum and Loïc Minier.
       new  7f4de53   Tidy documentation build routines: Use pattern (not implicit) rules for main documentation files, to avoid potential clash with implicit graphics rules - as both involve pdf targets.
       new  dcf28c4   Tidy documentation build routines: Use XeTeX (not PdfTeX) backend, for nicer graphics and (wishful thinking) support for future double-byte translations. Build-depend on texlive-xetex and lmodern.
       new  6b0828d   Avoid compiling or installing documentation.
       new  b433993   Refresh autotools with 'autoreconf -f -i'.
       new  b1d8cac   Bump DEP5 format to rev. 174.
       new  216f19b   Bump copyright file format to draft 174 of DEP-5.
       new  7d1c0e1   Fix refer to git source (not old svn source) in copyright file.
       new  a9a89d4   Prepare release: Update changelog, control file and copyright hints.
       new  f375a9d   Update lintian override.
       new  b168169   Fix typo in multiflavor build-dependency autoresolving for makefile.mk. Closes: bug#623883. Thanks to Jérémy Lal.
       new  a8bb730   Invoke dh_installgsettings after dh_install. Closes: bug#627735. Thanks to Michael Biebl.
       new  cfa4255   Detect Setup.hs as fallback for Setup.lhs in hbuild.mk snippet, and add new variable DEB_HBUILD_SETUPFILE to override explicitly. Closes: bug#412388. Thanks to Trent Buck.
       new  0e2f33c   Prepare release: Update changelog.
       new  fb0e426   Introduce new variables DEB_DH_PYTHONHELPER_ARGS_{DEFAULT,ALL,pkg}. Closes: bug#633820. Thanks to Felipe Sateler.
       new  f9600ad   Fix tighten build-dependency on cdbs when using binary package relation variables. Generalize function $cdbs_expand_allvars.
       new  3d940a3   Tighten build-dependency on cdbs when DEB_DH_PYTHONHELPER_ARGS* is used.
       new  985730f   Prepare release: Update changelog.
       new  7e3d522   Fix cdbs_expand_curvar expansion to use VAR_pkg (not VAR_DEFAULT) when VAR_pkg is explicitly set to empty string. Closes: bug#629156. Thanks to Michael Biebl.
       new  bce1145   Prepare release: Update changelog.
       new  19fa58d   Fix treat DEB_BUILD_OPTIONS as whole word (use filter not findstring) in perl-build.mk.
       new  7e039c4   Fix support for *-any and any-* archs in list-packages script. Closes: Bug#616501, 637282. Thanks to Emilio Pozuelo Monfort, Nobuhiro Iwamatsu and José Manuel Santamaría Lema for helping out, and to Aurelien Jarno for an elegant fix.
       new  39937b0   Improve dependency autoresolving for debhelper.mk: build-depend unversioned when satisfied even in unstable. Tie build-dependency directly to debian/compat and DH_COMPAT, to support debhelper 8 and newer. Closes: bug#641253. Thanks to Geoffrey Thomas.
       new  23d61bf   Add NEWS entry on need for explicitly lowering debhelper build-dependency if using a not-yet-finalized compatibility level (using multistrap as example).
       new  df30faf   Introduce DEB_PYTHON_DISTUTILS_SRCDIR to allow mixing python-distutils.mk with e.g. autotools.mk using different source roots. Closes: bug#504346. Thanks to Sune Vuorela.
       new  015cef3   Fix invoke packaging helper twice(!) as documented, when using new dh_python2/dh_python2 and private modules.
       new  ebe5c60   Deprecate DEB_PYTHON_PRIVATE_MODULES_DIRS. Use *_DEFAULT, *_ALL or *_<package> variants instead.
       new  58aa2c3   Prepare for release: Update changelog.
       new  4408d5c   Fix (properly this time) support for *-any and any-* archs in list-packages script: Sync with debhelper 7.3.16+. Stop depending on libdpkg-perl.
       new  c426dd1   Stop depending on debhelper (needed only to avoid older versions than 5.0.30, which is satisfied even in oldstable). See bug#405413.
       new  564f53b   Update copyright file: Extend copyright for scripts/list-packages.
       new  0a83302   Update copyright file: Fix include verbatim Expat(-like) license. Fix use exceptions (not separate licenses). Rename some license shortnames to better indicate being derived.
       new  56a810d   Update copyright file: Shorten license comments. Wrap licenses at 72 chars.
       new  6698c17   Update copyright file: Fix dot-delimit paragraphs of Expat~X license section.
       new  97e2ee9   Prepare for release: Update changelog, control file and copyright hints.
       new  69bc0fd   Fix suppress accidental build-dependency on ourself.
       new  b7ec409   Relax autoresolving for utils.mk to build-depend unversioned on devscripts: Needed version 2.10.7 satisfied even in oldstable.
       new  b6b037a   Stop suppressing copyright-check. Build-depend on devscripts.
       new  6db5b29   Update copyright file: Fix include verbatim Expat(-like) license. Fix typo in license shortname.
       new  b8f31e3   Add lintian override for build-dependency on python-dev (needed for regression tests).
       new  9fb4be5   Bump debhelper compatibility level to 7.
       new  5bb56b5   Fix suppress build-depend on ourself (limit copyright-check override to only devscripts, not drop it).
       new  895bc05   Prepare for release: Update changelog, control file and copyright hints.
       new  cfb1061   Fix strip whitespace to avoid resolving unnecessary tight build-dependency on cdbs. Closes: bug#649982. Thanks to Anders Kaseorg.
       new  51e0426   Update changelog.
       new  439706a   Prepare for release: Update changelog.
       new  46653aa   Improve upstream-tarball.mk repackaging: Use gzip options --best --no-name and tar options --owner=root --group=root --mode=a+rX. Thanks to Andreas Tille.
       new  1d22c0a   Introduce DEB_UPSTREAM_CRUFT_MOVE and DEB_UPSTREAM_CRUFT_COPY in utils.mk to put aside upstream cruft during build.
       new  a146414   Prepare for release: Update changelog and copyright hints.
       new  08ce83f   Fix invoke rmdir only when relevant in utils.mk upstream-cruft rule. Tighten resolved build-dependency to at least this working version.
       new  c1dbe98   Simplify upstream-cruft routine to always use DEB_UPSTREAM_CRUFT_BACKUPDIR (not optionally a suffix instead).
       new  f81ae76   Prepare for release: Update changelog.
       new  3fff953   Remove myself from Uploaders
       new  28a8cc8   Fix use "formatted text" (i.e. double-space-indent) for Copyright fields in copyright_hints.
       new  62bee90   Bump copyright file format to final version 1.0 in copyright_hints.
       new  6d2e78f   Always set (not extend) compiler flags. Closes: bug#523642, #651964. Thanks to Simon Ruderich and Moritz Muehlenhoff. Add NEWS entry.
       new  43e9ee9   Add Multi-Arch: foreign field to binary cdbs package. Closes: bug#658973. Thanks to Riku Voipio.
       new  46b0835   Fix export magic option to turn off auto-install of dependent Perl modules. Closes: bug#652274. Thanks to gregor herrmann.
       new  f8b69d2   Fix remove copyright_newhints in clean target (not immediately after copyright check). Closes: bug#625448. Thanks to Olivier Aubert.
       new  4b02949   Fix use scons --directory="$(DEB_SRCDIR)" (not DEB_BUILDDIR). Closes: bug#624663. Thanks to Jérémy Lal.
       new  b77ae9b   Bump standards-version to 3.9.3.
       new  e99cbb8   Bump copyright file format to 1.0.
       new  359e7bc   Prepare for release: Update changelog, control file and copyright hints.
       new  976260a   Merge branch 'master' of git.debian.org:/git/collab-maint/cdbs
       new  7a1ca09   Remove copyright_newhints both in clean target and after succesful copyright check.
       new  fb41085   Prepare for release: Update changelog.
       new  31c0826   Fix resolve buildflags in langcore.mk (cdbs_expand_nondefaultvar expansion never used fallback value).
       new  c0e4822   Prepare for release: Update changelog.
       new  4676858   Set libexecdir to /usr/lib (not /usr/lib/$pkg) in autotools-vars.mk. Closes: bug#661983. Thanks to Rémi Denis-Courmont.
       new  40a9b4d   Fix strip PD libraries below per-package install dirs (only for single-binary-package below debian/tmp). Closes: Bug#661983. Thanks to Felipe Sateler.
       new  607e08d   Fix set CPPFLAGS (not bogus CPPLAGS) in langcore.mk. Closes: bug#651964. Thanks (again) to Simon Ruderich and Moritz Muehlenhoff.
       new  d23d390   Fix create cruft subdirs before using them in utils.mk. Bump resolved build-dependency on cdbs as cruft handling was completely broken previously.
       new  56a2744   Handle FFLAGS in langcore.mk.
       new  cedc8a4   Re-issue news about changes to compiler flags: LDFLAGS was broken in 0.4.103. FFLAGS in also handled now. Advertise use of /usr/share/dpkg/buildflags.mk.
       new  9c80ef0   Fix Makefile.am to use pkglibexec_SCRIPTS and avoid libexecdir.
       new  a99eabd   Update autotools (with autoreconf -f -i).
       new  471c697   Update copyright file: Fix double-indent copyright lines. Extend copyright years for automade files. Add copyright holders for Makefile.in files.
       new  ced391a   Prepare for release: Update changelog and copyright hints.
       new  cea5348   Revert "Set libexecdir to /usr/lib (not /usr/lib/$pkg)...": Causes massive FTBFS.
       new  2aaa6b0   Prepare for release: Update changelog.
       new  07c110e   Fix override DEB_CONFIGURE_LIBEXECDIR (we modernized autotools so are now hurt by the issue rolled back). Thanks to Jérémy Lal.
       new  ccb944b   Prepare for release: Update changelog.
       new  a8ba95f   Fix use pkglibexecdir (not libexecdir) inside makefile snippets (when expanding _cdbs_scripts_path).
       new  9a89a20   Update autotools (with autoreconf -f -i).
       new  78250c3   Prepare for release: Update changelog.
       new  8cc5d1f   Have cmake.mk by default include CPPFLAGS in CFLAGS and CXXFLAGS. Closes: bug#668820. Thanks to Simon Ruderich.
       new  016fb17   Use anonscm.debian.org for Vcs-Browser field.
       new  b35b08e   Extend my copyright for Debian packaging.
       new  b0ab4cc   Prepare for release: Update changelog, control file and copyright hints.
       new  6bd110b   Fix invoke dpkg-shlibdeps (not only strip) in per-package dir in pd.mk. Closes: bug#661962. Thanks (again) to Felipe Sateler.
       new  fafa1a0   Prepare for release: Update changelog.
       new  9a616cd   Introduce DEB_UPSTREAM_TARBALL_DELIMITER and DEB_UPSTREAM_RECEIVED_EXTENSION for when upstream tarball is oddly named, e.g. to silence delimiter and add tar.gz for github.org.
       new  42d8a32   Fix avoid resetting compiler flags (e.g. $(deb_cflags) ) to allow adding them when overriding.
       new  7aa98a2   Extend cdbs_expand_branches with optional fallback main branch as 5th argument.
       new  5d1ea11   Introduce DEB_SUGAR_PRIMARY_BRANCH in python-sugar.mk, to append a non-virtual primary branch to Sugar package lists when DEB_SUGAR_BRANCHES is unset.
       new  ec0f7c4   Prepare for release: Update changelog.
       new  188026f   Ignore whitespace when comparing license file against system copy of GPL-2.
       new  ed64385   Prepare for release: Update changelog.
       new  a5ca665   Fix resolve default DEB_SUGAR_SOURCE_PKGBASE when DEB_SUGAR_BRANCHES does not include branch of current package.
       new  3ac2e68   Prepare for release: Update changelog.
       new  9688409   Fix resolve default CXXFLAGS.
       new  594958e   Prepare for release: Update changelog and copyright hints.
       new  adca658   Drop unused build-dependency auto-resolving based on unused CDBS_FIX_COMPILE_FLAGS.
       new  36e75b6   Drop build-dependency auto-resolving for cdbs << 0.4.89: Oldstable (Lenny) no longer a supported distribution.
       new  9d8553f   Drop auto-resolving a versioned build-dependency on python << 2.6.6: Oldstable (Lenny) no longer a supported distribution.
       new  33b77be   Auto-resolve unversioned build-dependency on perl << 5.10.1: Oldstable (Lenny) no longer a supported distribution.
       new  e7bbe54   Tidy a few comments.
       new  1649902   Tidy build-dependency suppression: Drop obsolete ones.
       new  984ff93   Auto-resolve unversioned build-dependency on debhelper for compat level 8.
       new  a4860ed   Bump debhelper compatibility level to 8.
       new  142e0de   Prepare for release: Update changelog.
       new  54f59fe   Have gnome.mk use xz compression by default. Closes: bug#683819. Thanks to Ansgar Burchardt.
       new  079983c   Prepare for release: Update changelog.
       new  684d3af   Set XDG_DATA_HOME during install in python-sugar.mk. Closes: bug#689407, #665023, #676040. Thanks to Lucas Nussbaum.
       new  824dbab   Prepare for release: Update changelog.
       new  888fc60   Introduce DEB_COPYRIGHT_CHECK_MERGE_SAME_LICENSE in utils.mk, to use one Files section per license (not per license + copyright holder combo).
       new  1e08e51   Tidy some license shortnames in utils.mk. Closes: bug#633794. Thanks to Julian Taylor.
       new  1cb0e4f   Prepare for release: Update changelog.
       new  d48c7e9   Fix set LDFLAGS in qmake.mk.
       new  b65a0e8   Prepare for release: Update changelog and copyright hints.
       new  40323b0   Fix avoid bogus quotes when setting PERL_AUTOINSTALL for perl snippets. Really closes: bug#652274 (as intended in 0.4.103).
       new  e887c3e   Bump standards-version to 3.9.4.
       new  83ce22c   Update copyright file: Fix use pseudo-comment to obey silly restrictions of copyright format 1.0.
       new  6ca3748   Tidy rules file: Rewrap comment at 72 chars.
       new  fb886b2   Prepare for release: Update changelog and control file.
       new  e877db8   Update and improve references in comments to Perl Policy.
       new  86c838a   Export PERL_MM_USE_DEFAULT=1 in perl-makemaker.mk and perlmodule.mk to always be non-interactive.
       new  c44b145   Extend Perl snippets to also pass CPPFLAGS and LDFLAGS.
       new  1c74b3f   Use "--" long-options in perl-build snippet, to support Module::Build::Tiny. Closes: bug#714542. Thanks to Gregor Herrmann and Leon Timmermans.
       new  e1de079   Have perl-build.mk resolve build-dependency on libmodule-build-tiny-perl and recent cdbs when Module::Build::Tiny is used.
       new  d95d844   Have cmake.mk include LDFLAGS. Closes: bug#680959. Thanks to Felipe Sateler.
       new  92013dc   Relax clean rule to not require root. Closes: bug#568611. Thanks to Jonathan Nieder and Julien Cristau.
       new  1409051   Improve cdbs version handling to sort and reduce all instances of cdbs instead of only hardcoded ones. Closes: 670262. Thanks to Felipe Sateler.
       new  e9ab916   Drop obsolete support for Cpu: and System: hints in control.in: type-handling is no longer in Debian.
       new  ea4b381   Have debhelper.mk call dh_systemd_enable and dh_systemd_start if available. Closes: bug#714195. Thanks to Laurent Bigonville.
       new  dfb38cc   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.
       new  8e1e972   Include support for maintainer-mode in test/autotools.
       new  7c2cbc8   Update autotools (with autoreconf -f -i).
       new  20f5311   Extend copyright coverage for autotools to include recent years.
       new  a299069   Fix cdbs version handling to properly deal with a) no versioned cdbs and b) no cdbs at all (e.g. the cdbs package itself).
       new  7828fc7   Prepare for release: Update changelog and copyright hints.
       new  5ba8ece   Fix tighten cdbs version handling to merge unversioned only with plainly versioned (not if including arch hints or fallbacks).
       new  87de7c4   Intelligent autotools versions (Closes:#725950)
       new  3bd9889   Fix always strip $(cdbs_expand_allvars): caused bogusly resolving versioned build-dependency on cdbs with python_module.mk included.
       new  2afdc28   Merge branch 'autotools-testing'
       new  aaadff9   Update changelog.
       new  f1b55c2   Resolve tightened build-dependency on cdbs when autotools hints include comma.
       new  f493c58   Set AUTOMATED_TESTING=1 in Perl snippets, as recommended by Lancaster consensus.
       new  512bff6   Update changelog.
       new  2f79560   Fix debhelper snippet to call dh_systemd_* after dh_install. Closes: bug#715504. Thanks to Michael Stapelberg.
       new  9702891   Adjust distutils-{9,10}.sh to not expect files in /usr/shared/pyshared/ any more. That should be considered an internal implementation detail of dh_python2, and recently changed in trusty. Instead, check for the path that python actually looks into: /usr/lib/python*/dist-packages. Closes: bug#735412, Thanks to Martin Pitt
       new  10475cf   Tidy snippets: Wrap buildcore.mk deprecation warning loop.
       new  95bf10c   Avoid expensive shell call in buildcore.mk deprecation warning loop.
       new  45a74b0   Introduce new expansion variables cdbs_info cdbs_warn cdbs_warn_deprecated.
       new  eb94f22   Tidy snippets: wrap warnings and errors.
       new  8b2f4b5   Normalize warnings and errors.
       new  2a951e2   Normalize deprecation warnings, and include version.
       new  de1b980   Deprecate cdbs_python_selected_pyversions: Unused since 0.4.90.
       new  b38a3e2   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.
       new  1f438a1   Fix double-word typo in comment.
       new  92a3e8a   Add TODO item on limiting copyright check.
       new  ab4327b   Update copyright info: Extend coverage of packaging, and bump its licensing to GPL-3+.
       new  f810bba   Bump to standards-version 3.9.5.
       new  2356d18   Fix use canonical Vcs-Git URL.
       new  091cb01   Prepare for release: Update changelog, control file and copyright info.
       new  5d9744a   Have perl-build.mk resolve to build-depend on libmodule-build-perl if not using Build::Module::Tiny (perl 5.19.0 onwards won't provide it).
       new  22c8b04   Prepare for release: Update changelog.
       new  f8ee3c2   Fix broken syntax in python-sugar.mk. Urgency=high as this affects packages getting auto-removed from testing.
       new  aa600ee   Prepare for release: Update changelog.
       new  88cacc9   Have debhelper.mk install CONTRIBUTORS and CREDITS as documentation files by default.
       new  45ab5a2   Corrected a typo in the VCS URL.
       new  ac6a05d   Fix preserve compiler flags set using DEB_* environment variables, in langcore.mk. Closes: bug#712729. Thanks to Simon Ruderich, Emilio Pozuelo Monfort and Markus.
       new  1e8ffd1   Prepare for release: Update changelog.
       new  c2ab5c1   Imported Debian version 0.4.126+nmu1
       new  1c03143   Tidy a few snippets: wrap+strip wide lines.
       new  6032e8d   Fix python-distutils.mk and python-sugar.mk to use unversioned runtime for default flavor (see bug#377964).
       new  2460d47   Fix have perl-build.mk more aggressively detect use of Module::Build::Tiny.
       new  6db3fd3   Fix build Perl modules more verbosely. Introduce new variable DEB_MAKEMAKER_NORMAL_ARGS. Thanks to intrigeri.
       new  98b901d   Fix set LDFLAGS in perl-makemaker.mk.
       new  5b0acea   Drop legacy flag handling from langcore.mk and drop unused variable DEB_OPT_FLAG: dpkg-buildflags is used instead when available (since cdbs 0.4.90), which is now the case even in oldstable.
       new  805cbdb   Fix cdbs_set_nondefaultvars in buildvars.mk to skip undefined variables. Drop unused variable cdbs_set_nondefaultvar.
       new  0cd5047   Tidy langcore.mk: Use cdbs_set_nondefaultvars to set buildflags in dpkg-buildflags call.
       new  a2f9776   Speedup buildflags resolving: call dpkg-buildflags only once.
       new  22eca93   Fix buildflags resolving in langcore.mk to only pass documented supported environemnt variables to dpkg-buildflags (other DEB_* variables may be unsafe for simple shell-quoting.
       new  bf74463   Prepare for release: Update changelog.
       new  f4ff977   Fix perl snippets to apply perl-specific ccflags, cppflags and lddlflags (not only MakeMaker snippet, not only lddlflags, not ignored ldflags with Build snippet, and appended not prepended). Fix have perl-build-vars.mk snippet include buildvars.mk to properly resolve default compiler flags. Deprecate variable cdbs_perl_makemaker_lddlflags. Closes: bug#770767. Thanks to Niko Tyni.
       new  9fbf471   Fix support control fields case-insensitively. Closes: bug#772429. Thanks to Guillem Jover.
       new  221e5ab   Prepare for release: Update changelog.
       new  e2cd992   Fix quoting of compiler flags in perl-makemaker-vars.mk. Closes: bug#780592.
       new  e1bb618   Prepare for release: Update changelog.
       new  666685d   Fix quoting of compiler flags in perlmodule-vars.mk. Closes: bug#781076.
       new  a193e89   Prepare for release: Update changelog.
       new  15210d8   Make debhelper.mk run dh_strip_nondeterminism, dh_fixmtimes and dh_genbuildinfo.
       new  5f07d68   Remove calls to dh_genbuildinfo and dh_fixmtimes.

The 783 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-commits mailing list