dh-r (20180713~bpo9+1) stretch-backports; urgency=medium

  * Rebuild for stretch-backports.

 -- Andreas Tille <tille@debian.org>  Wed, 22 Aug 2018 09:50:15 +0200

dh-r (20180713) unstable; urgency=medium

  * Revert injection of libgdal-dev which has nothing to do with gsl
  * Respect SystemRequirements and add libgsl-dev if it is set to gsl
  * Standards-Version: 4.1.5

 -- Andreas Tille <tille@debian.org>  Thu, 12 Jul 2018 16:02:04 +0200

dh-r (20180712) unstable; urgency=medium

  * Make sure all variables are initialized to avoid uninitialized value
    warnings
  * If stats4 is in Depends or Imports the script gsl-config is needed in
    PATH and the header gsl/gsl_rng.h will be importet. This is provided
    by libgdal-dev which is added now to Build-Depends.

 -- Andreas Tille <tille@debian.org>  Thu, 12 Jul 2018 14:50:36 +0200

dh-r (20180617) unstable; urgency=medium

  [ Steffen Moeller ]
  * Increased indent for line breaks in generated
    d/control

  [ Andreas Tille ]
  * Fix detection of Recommends

 -- Andreas Tille <tille@debian.org>  Sun, 17 Jun 2018 15:45:18 +0200

dh-r (20180615) unstable; urgency=medium

  * Do not remove ${shlibs:Depends} because of missing NeedsCompilation
    field in DESCRIPTION file (for the moment simply check whether src/
    dir exists - may be this needs to be enhanced)
  * Enable X display via xvfb-run wrapper
    Closes: #901598

 -- Andreas Tille <tille@debian.org>  Fri, 15 Jun 2018 14:30:58 +0200

dh-r (20180613) unstable; urgency=medium

  [ Andreas Tille ]
  * There is now a metapackage r-cran-bh providing BH (thus there is no
    need for excluding BH any more)
  * Do not replace random dependencies by libgdal-dev
  * Remove packages from Suggests that are just in Recommends
  * Versioned Recommends if DESCRIPTION has versioned Suggests
  * Do not try to create templates of missing packages when beeing offline
  * Recommends: devscripts (for wnpp-check)
  * Check whether wnpp-check is available before trying to create package
    template of a missing package

  [ Dylan Aïssi ]
  * Add testthat workflow testing to pkg-r-autopkgtest

 -- Andreas Tille <tille@debian.org>  Thu, 14 Jun 2018 08:46:58 +0200

dh-r (20180601) unstable; urgency=medium

  * dh-update-R:
     - Keep versioned Build-Depends of dh-r if it was specified originally
  * dh/R.pm
     - Do not add @.* to Recommends

 -- Andreas Tille <tille@debian.org>  Sat, 02 Jun 2018 01:13:15 +0200

dh-r (20180527~bpo9+1) stretch-backports; urgency=medium

  * Rebuild for stretch-backports.

 -- Andreas Tille <tille@debian.org>  Fri, 01 Jun 2018 11:42:19 +0200

dh-r (20180527) unstable; urgency=medium

  * dh/r-cran.mk: Provide variables used in old cdbs makefile include
    Closes: #842092
  * Versioned Build-Depends: debhelper (>= 11.3)
    Closes: #899106

 -- Andreas Tille <tille@debian.org>  Sun, 27 May 2018 14:30:24 +0200

dh-r (20180526) unstable; urgency=medium

  * dh/R.pm
     - libgdal-dev is a packaged lib - do not seek for CRAN packages
  * scripts/dh-make-R
     - add AGPL-3
     - Respect LinkingTo for Build-Depends (and make sure no duplicates will
       be added when doing so)
     - Introduce Depencency formatting as in dh-update-R
     - Exclude shlibs:Depends from Arch:all packages
  * prepare_missing_cran_package
     - Fix creation of debian/README.source
  * dh/R.pm
     - Add DEP8 test Depends to ${R:Recommends} to enable running test suite
       once the package is installed

 -- Andreas Tille <tille@debian.org>  Sat, 26 May 2018 22:07:37 +0200

dh-r (20180524) unstable; urgency=medium

  * Add myself to Uploaders
  * prepare_missing_cran_package:
     - Remove download tarball completely since it is in pristine-tar
  * dh-make-R:
     - set proper name for GPL-3
     - try field "Packaged" in case copyright year would be empty
     - more reliable detection of license names
     - add LGPL-3
  * dh/R.pm
     - do not try to build package stats4
  * scripts/create_README.source
     - try harder to find doc for data

 -- Andreas Tille <tille@debian.org>  Thu, 24 May 2018 09:36:39 +0200

dh-r (20180514) unstable; urgency=medium

  * Team upload
  * prepare_missing_cran_package:
     - check new queue and wnpp first
     - create Git repository with packaging of new package
  * itp_from_debian_dir: Once you have created some packaging you want
    to ITP.  This script creates the text you can use in your ITP bug
    report
  * dh-make-R:
     - strip useless flags from Author string
     - set year when copyright ends
     - add some full license texts (needs to be tested and completed)
     - do not create unneeded debian/tests dir with empty control file
  * dh/R.pm
     - do not warn about missing package zlibbioc
  * Add create_README.source to /usr/share/dh-r

 -- Andreas Tille <tille@debian.org>  Mon, 14 May 2018 16:34:59 +0200

dh-r (20180508) unstable; urgency=medium

  * Team upload.
  * Enhance long description
  * dh-update-R:
     - Enable packages named ^r-.* as unmaintained dependencies when specified
       after other unmaintained dependencies.  This helps to keep some r-*
       Dependencies that are not detectable by ${R:Depends}
     - Do not drop unmanaged Depends
     - Fix formatting of unmanaged Depends
     - Respect LinkingTo for Build-Depends (and make sure no duplicates will
       be added when doing so)
  * dh-make-R:
     - test script should set LC_ALL=C.UTF-8 rather than LC_ALL=C
  * dh/R.pm
     - do not warn about missing package BH
  * scripts/prepare_missing_cran_package: Try to autogenerate missing packages

 -- Andreas Tille <tille@debian.org>  Tue, 08 May 2018 11:52:12 +0200

dh-r (20180506) unstable; urgency=medium

  * Team upload.
  * dh-update-R: Set Vcs-fields
  * Export substitution variables to debian/MAINPACKAGE.substvars
    Closes: #897262

 -- Andreas Tille <tille@debian.org>  Sun, 06 May 2018 14:09:52 +0200

dh-r (20180505) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * dh-update-R:
     - debhelper 11~
  * cme fix dpkg-control:
     - Standards-Version: 4.1.4
     - Point Vcs-fields to Salsa
     - Adapt sequence of fields to cme standard
  * debhelper 11
  * dh-update-R
     - Use same spacing as `cme fix dpkg-control`
     - Set Maintainer: Debian R Packages Maintainers
                       <r-pkg-team@alioth-lists.debian.net>
  * dh-make-R:
     - create debian/tests/control.autodep8 instead of debian/tests/control
       which keeps lintian silent about additional
         Testsuite: autopkgtest-pkg-r
     - Create "Standards-Version: 4.1.4"

  [ Dylan Aïssi ]
  * Update Maintainer of dh-r to Debian R Packages Maintainers.
  * Update Vcs fields for the r-pkg-team.
  * Change default comportment of dh-make-R, now generated fields target
     the R Packages team. A new option --noteam is available for non-team
     maintained packages.

  [ Vincent Danjean ]
  * Enable build with --sourcedirectory
    Closes: #878027

 -- Andreas Tille <tille@debian.org>  Sat, 05 May 2018 19:22:17 +0200

dh-r (20180403~bpo9+1) stretch-backports; urgency=medium

  * Rebuild for stretch-backports.

 -- Andreas Tille <tille@debian.org>  Wed, 18 Apr 2018 22:31:34 +0200

dh-r (20180403) unstable; urgency=medium

  * Team upload

  [ Dylan Aïssi ]
  * Team upload.
  * Improve support of packages from outside CRAN or Bioconductor repositories.
  * Switch dh-make-R generated VCS fields to salsa.
  * Sort dh-make-R generated d/control fields following the cme order.
  * Bump all Standards-Version to 4.1.3.
  * Build new binary package pkg-r-autopkgtest.

  [ Andreas Tille ]
  * Parse Priority recommended as ignore case
  * dh-make-R:
     - do not prefix debian/docs with package name
     - debhelper 11

 -- Dylan Aïssi <bob.dybian@gmail.com>  Tue, 03 Apr 2018 16:20:33 +0200

dh-r (20171201) unstable; urgency=medium

  [ Andreas Tille ]
  * dh-make-R: Vcs-Git != Vcs-Browser
  * Add a TODO for copyright year in the dh-make-R template

  [ Sébastien Villemot ]
  * Update dh-make-R templates to use AUTOPKGTEST_TMP instead of ADTTMP

  [ Dylan Aïssi ]
  * Use FIXME instead of TODO in templates to trigger lintian warnings

  [ Gordon Ball ]
  * Standards-Version: 4.1.2 (both for this package, and packaging
    generated using dh-make-R)
  * Packages generated with dh-make-R now automatically include
    Testsuite: autopkgtest-pkg-r, which should enable an autodep8
    namespace-can-be-imported test. This will be ignored if
    d/tests/control is present defining some other test(s).
  * Add script dh-update-R, which updates some fields in d/control
    after a new R tarball has been imported (closes: #881318)

 -- Gordon Ball <gordon@chronitis.net>  Fri, 01 Dec 2017 22:08:51 +0100

dh-r (20161219) unstable; urgency=medium

  * Team upload
  * Add manpage for dh-make-R
  * dh-make-R
     - Use suggested debci method to cleanup after testing
     - Add missing quotes

 -- Andreas Tille <tille@debian.org>  Mon, 19 Dec 2016 11:22:15 +0100

dh-r (20161130) unstable; urgency=medium

  * Team upload.

  [ Dylan Aïssi ]
  * dh-make-R:
    -d/control: Switch to the canonical URL of CRAN and Bioconductor
    -d/copyright: Add the Upstream-Contact and Source fields
    -d/watch: Switch to HTTPS for the Bioconductor link

  [ Andreas Tille ]
  * dh-make-R:
    -d/control: Make sure no empty package is injected inbetween ', ,'
                in case of empty $rdepends
     Closes: #846239
    -d/control: create debhelper 10 control files
  * debhelper 10

 -- Andreas Tille <tille@debian.org>  Wed, 30 Nov 2016 15:16:08 +0100

dh-r (20160916) unstable; urgency=medium

  * Initial release (closes: #837953)

 -- Gordon Ball <gordon@chronitis.net>  Fri, 16 Sep 2016 11:25:42 +0200
