routine-update (0.1.4) unstable; urgency=medium

  * Do not mess up d/rules when replacing `--with python3,something`
  * Drop only X-Python-Version but not X-Python3-Version

 -- Andreas Tille <tille@debian.org>  Sat, 30 Dec 2023 21:42:42 +0100

routine-update (0.1.3) unstable; urgency=medium

  [ Charles Plessy ]
  * Team upload.
  * Handle the case of empty DEBFULLNAME.

 -- Charles Plessy <plessy@debian.org>  Fri, 24 Nov 2023 08:49:03 +0100

routine-update (0.1.2) unstable; urgency=medium

  [ Andreas Tille ]
  * Simplify salsa-ci.yml
  * Add --experimental option to control target distribution for
    instance for r-bioc-* transitions
  * Fix default input

  [ Michael R. Crusoe ]
  * Use the --branch override value more consitently
  * Apply shellcheck recommendations
  * For Section: python packages, don't overwrite 'Testsuite:
    autopkgtest-pkg-python'.

 -- Andreas Tille <tille@debian.org>  Wed, 01 Nov 2023 08:17:34 +0100

routine-update (0.1.1) unstable; urgency=medium

  * Another fix to detect new upstream version

 -- Andreas Tille <tille@debian.org>  Wed, 01 Mar 2023 11:48:59 +0100

routine-update (0.1) unstable; urgency=medium

  * Fix detection of new upstream version

 -- Andreas Tille <tille@debian.org>  Sun, 26 Feb 2023 10:28:08 +0100

routine-update (0.0.13) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * Reduce piuparts noise in BioConductor transitions
  * Enable specifying branch where update should happen

  [ Étienne Mollier ]
  * Implement -t to avoid automatic tagging.
  * d/copyright: update copyright years.
  * Standards-Version: 4.6.2 (routine-update)

 -- Étienne Mollier <emollier@debian.org>  Fri, 13 Jan 2023 22:28:20 +0100

routine-update (0.0.12) unstable; urgency=medium

  * Team upload.

  [ Dylan Aïssi ]
  * Replace dh-python by dh-sequence-python3

  [ Andreas Tille ]
  * Deal better with re-ordered control files by cme

  [ Mohammed Bilal ]
  * drop -i flag while using dch with --team

 -- Mohammed Bilal <mdbilal@disroot.org>  Tue, 24 May 2022 16:08:03 +0530

routine-update (0.0.11) unstable; urgency=medium

  * New option -u|--no-uscan to just update packaging stuff without scanning
    for new upstream version
  * Do not create debian/salsa-ci.yaml if debian/.gitlab-ci.yaml exists
  * If Vcs is contained in diff this is now usually due to reordering of
    fields by cme

 -- Andreas Tille <tille@debian.org>  Tue, 29 Mar 2022 18:35:07 +0200

routine-update (0.0.10) unstable; urgency=medium

  [ Andreas Tille ]
  * Bump Standards-Version
  * even tolerate uscan errors if FORCE is set
  * No need to add manual dh_auto_test skipping any more since this is
    automatic with dh compat level >= 13 which we enforce anyway
  * Fix Maintainer name of Debian Science team

  [ Steffen Möller ]
  * Check for cme preconditions

 -- Andreas Tille <tille@debian.org>  Thu, 11 Nov 2021 17:42:33 +0100

routine-update (0.0.9) unstable; urgency=medium

  * Add "Team upload" properly after fixing watch file

 -- Andreas Tille <tille@debian.org>  Fri, 01 Oct 2021 16:32:11 +0200

routine-update (0.0.8) unstable; urgency=medium

  * Fix parsing results of dh-update-R

 -- Andreas Tille <tille@debian.org>  Fri, 17 Sep 2021 11:51:27 +0200

routine-update (0.0.7) unstable; urgency=medium

  [ Andreas Tille ]
  * Add info about potentially breaking changes
  * Call apply-multiarch-hints
  * Attempt to fix invalid watch files for github
  * No idea why updates of dh-update-R are not caught as before.  Try
    hard to do proper commits anyway

  [ Nilesh Patra ]
  * Minor fixes: Typos and case

  [ Étienne Mollier ]
  * add -d|--debug flag to enable debug output at run time
  * reinforce filtering of uscan output, to avoid injecting too many options
    to `gbp import-orig` (Closes: #992725)

 -- Andreas Tille <tille@debian.org>  Tue, 31 Aug 2021 15:46:38 +0200

routine-update (0.0.6) unstable; urgency=medium

  [ Steffen Moeller ]
  * Cleaning after build before tagging if repository not clean.
  * Avoiding error messages by grep on non-existing file, extra -q

  [ Andrease Tille ]
  * rename debian/NEWS.Debian debian/NEWS
  * No tab in license text
  * Move test whether quilt patches might apply to end of the script
  * Care for watch file standard 4

  [ Michael R. Crusoe ]
  * Standards-Version: 4.5.1 (routine-update)

 -- Michael R. Crusoe <crusoe@debian.org>  Sat, 23 Jan 2021 20:28:59 +0100

routine-update (0.0.5) unstable; urgency=medium

  * Team Upload.
  [ Dylan Aïssi ]
  * Some R packages have a "Testsuite: autopkgtest-pkg-r" disabled by #.
    Don't try to add a second line for the testsuite.

  [ Nilesh Patra ]
  * Add --no-build option for preventing the build to happen post rest of
    routine-update operations
  * Update manpage with --no-build option

 -- Nilesh Patra <npatra974@gmail.com>  Fri, 04 Sep 2020 14:02:50 +0000

routine-update (0.0.4) unstable; urgency=medium

  * Change debhelper compat version to 13
  * d/control: debhelper-compat version 13
  * Do not let #PACKAGENAME# boilerplate pass in autopkgtest script
  * Do not call `debian/rules clean` in the end.  It might fail due to
    not applied quilt patches and should not be needed since we build
    in a chroot anyway
  * Use `gbp tag` as last command

 -- Andreas Tille <tille@debian.org>  Wed, 17 Jun 2020 08:37:18 +0200

routine-update (0.0.3) unstable; urgency=medium

  [ Dylan Aïssi ]
  * Always add the testsuite "autopkgtest-pkg-r" for R packages

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 22 May 2020 20:58:49 +0200

routine-update (0.0.2) unstable; urgency=medium

  [ Steffen Möller ]
  * Added build-dep on quilt
  * Don't require user to have QUILT_PATCHES set

  [ Andreas Tille ]
  * Do not fail if final clean target fails (which might happen due to
    not applied quilt patches)

  [ Michael R. Crusoe ]
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Thu, 09 Apr 2020 15:31:10 +0200

routine-update (0.0.1) unstable; urgency=medium

  * Initial release (Closes: #950992)

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sun, 09 Feb 2020 11:47:35 +0100
