[Reproducible-commits] [cdbs] branch pu/reproducible_builds deleted (was 4c25699)

Reiner Herrmann deki-guest at moszumanska.debian.org
Fri Apr 10 12:54:58 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 cdbs.

       was  4c25699   Make debhelper.mk run dh_strip_nondeterminism, dh_fixmtimes and dh_genbuildinfo.

This change permanently discards the following revisions:

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

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



More information about the Reproducible-commits mailing list