rem (1.0.0-3) unstable; urgency=medium

  * export build tools for make install to fix FTCBFS;
    closes: bug#1095593, thanks to Helmut Grohne
  * add metadata about upstream project
  * update git-buildpackage config:
    + use branch debian/latest upstream/latest
    + stop set tarball_dir
    + filter out debian subdir
    + improve usage comment
  * update watch file:
    + mangle upstream version
    + improve filename mangling
    + use Github API
  * update copyright info: update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 09 Feb 2025 17:04:40 +0100

rem (1.0.0-2) unstable; urgency=medium

  * Team upload
  * Keep dpkg-dev versioned build dependency

 -- Bastian Germann <bage@debian.org>  Sun, 05 May 2024 18:21:06 +0000

rem (1.0.0-1) experimental; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * stop override d-shlibs for libre,
    covered since d-shlibs 0.68
  * switch watch file, Homepage, Source and Upstream-Contact URIs
    to track baresip fork at Github
  * update copyright info:
    + use Reference field (not License-Reference)
    + update coverage
  * declare compliance with Debian Policy 4.6.0
  * use debhelper compatibility level 13 (not 12)
  * provide binary package librem1 (not librem0)
  * tighten build-dependency on libre-dev

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 17 Dec 2021 22:44:56 +0100

rem (0.6.0-4) unstable; urgency=medium

  * build with hardening=+all

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 19 Sep 2020 11:19:39 +0200

rem (0.6.0-3) unstable; urgency=medium

  * package now maintained in VOIP team:
    update Maintainer and Vcs-* fields
  * update git-buildpackage config to use DEP-14 branch debian/sid
  * simplify source script copyright-chceck

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 24 Aug 2020 11:53:10 +0200

rem (0.6.0-2) unstable; urgency=medium

  * simplify rules: use dh sequencer;
    stop build-depend on cdbs dh-buildinfo
  * use debhelper compatibility level 12 (not 9);
    build-depend on debhelper-compat (not debhelper)
  * declare compliance with Debian Policy 4.5.0
  * watch: rewrite usage comment
  * copyright: update coverage
  * migrate to automatically created debug package

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 06 Jun 2020 14:50:49 +0200

rem (0.6.0-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Simplify rules:
    + Stop resolve build-dependencies in rules file.
    + Stop apply API (major version) to control file.
  * Update watch file: Fix typo in usage comment.
  * Declare compliance with Debian Policy 4.2.1.
  * Set Rules-Requires-Root: no.
  * Wrap and sort control file.
  * Update copyright info: Extend coverage of packaging.
  * Unfuzz patches.
  * Update symbols: 2 symbols added.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 29 Nov 2018 22:47:28 +0100

rem (0.5.3-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    + auresamp: avoid FIR filtering if output sample rate equals input.
    + build: Update Windows project.
    + vid: vidframe_draw_point: correct endian for RGB32.

  [ Ondřej Nový ]
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/control: Set Vcs-* to salsa.debian.org

  [ Felipe Sateler ]
  * Change maintainer address to debian-multimedia@lists.debian.org

  [ Jonas Smedegaard ]
  * Update copyright info: Extend coverage for main upstream authors.
  * Declare compliance with Debian Policy 4.1.4.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 01 Jun 2018 13:18:00 +0200

rem (0.5.2-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Fix reorder patches.
  * Declare compliance with Debian Policy 4.1.1.
  * Update symbols file.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 30 Sep 2017 01:52:06 +0200

rem (0.5.1-4) unstable; urgency=medium

  * Modernize Vcs-* fields: Fix link to project rem (not bogus librem).
  * Declare compliance with Debian Policy 4.1.0.
  * Tighten lintian overrides regarding License-Reference.
  * Advertise DEP-3 format in patch headers.
  * Update copyright info: Use https protocol in file format URL.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 31 Aug 2017 12:15:46 +0200

rem (0.5.1-3) unstable; urgency=medium

  [ Vasudev Kamath ]
  * Remove Ramakrishnan Muthukrishnan from uploaders list.
    Thanks for your contributions, Ramakrishnan!.
    Closes: bug#859280. Thanks to Mattia Rizzolo.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 30 Jul 2017 14:58:49 -0400

rem (0.5.1-2) unstable; urgency=medium

  * Stop override lintian for
    package-needs-versioned-debhelper-build-depends: Fixed in lintian.
  * Modernize Vcs-* fields: Use git (not cgit) in path.
  * Declare compliance with Debian Policy 4.0.0.
  * Tighten lintian overrides regarding license in License-Reference
    field.
  * Add lintian overrides regarding FIXMEs in copyright_hints file.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 30 Jul 2017 14:52:40 -0400

rem (0.5.1-1) experimental; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Have git-buildpackage filter any .git* file (and not unused .svn).
  * Modernize cdbs:
    + Do copyright-check in maintainer script (not during build).
    + Stop build-depend on licensecheck.
  * Update copyright info:
    + Drop alternate Subversion URL (assumed obsolete).
    + Use git protocol for alternate git URL.
    + Extend coverage for main upstream authors.
    + Extend coverage for myself.
  * Git-ignore quilt .pc dir.
  * Unfuzz patch 2001.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 21 May 2017 16:07:58 +0200

rem (0.5.0-3) unstable; urgency=medium

  * Drop arm64 from optimized DSP assembler code generation. This fixes
    FTBFS on arm64.

 -- Vasudev Kamath <vasudev@copyninja.info>  Thu, 29 Dec 2016 19:47:45 +0530

rem (0.5.0-2) unstable; urgency=medium

  * Let CDBS resolve build flags.
  * Fix tidy trailing newlines throughout packaging files.
  * Update watch file:
    + Add usage comment.
    + Strip spaces from version string.
    ' Fix use patterns to limit version match (and suffix, while at it).
  * Update git-buildpackage config: Enable pristine-tar.
  * Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
  * Enable modules avmix vidmix.
  * Enable optimized DSP assembler code for armhf and arm64.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 27 Dec 2016 01:12:37 +0100

rem (0.5.0-1) unstable; urgency=medium

  * New upstream version 0.5.0
    + Project moved to github.
    + Removed support for Symbian OS
    + Add support for YUV444P pixel format in vid module.
    + Fix conversion from yuv420p to nv12 and vice versa in vidconv
      module.
  * debian/copyirhgt:
    + Extended upstream copyright period to 2016
    + Extended copyright period for myself to 2016
    + Add github project location to Source section.
  * Updated debian/copyright_hints folder.

 -- Vasudev Kamath <vasudev@copyninja.info>  Sat, 10 Dec 2016 13:16:23 +0530

rem (0.4.7-2) unstable; urgency=low

  [ Vasudev Kamath ]
  * Mark Debian Multimedia team as maintainer for the package.
    Add myself to Uploaders.
  * Add 1001_fix_libre_linking patch to fix the libre0 linking issue.
    Closes: Bug#817041. Thanks to Guillem Jover.
  * Add libre quirk to d-shlibmove.

  [ Jonas Smedegaard ]
  * Add myself as uploader.
  * Declare compliance with Debian Policy 3.9.7.
  * Update copyright info:
    + Add myself as copyright holder.
    + Add copyright & licensing header to rules file.
    + Relicense packaging except patches as GPL-3+.
    + Fix upstream project name (according to upstream README).
    + Fix add upstream tarball source URL (preserving SVN URL as
      secondary source).
    + Fix use double-space as delimiter between copyright holders.
    + Update preferred form of contact, based on upstream README.
  * Add lintian overrides regarding license in License-Reference field.
    See bug#s786450.
  * Bump watch file to format 4.
  * Add lintian override regarding debhelper 9.
  * Add lintian override regarding GPL-licensed packaging.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 13 Mar 2016 13:30:47 +0100

rem (0.4.7-1) unstable; urgency=medium

  * Initial Release.
    Closes: bug#673882.

 -- Vasudev Kamath <vasudev@copyninja.info>  Sat, 31 Oct 2015 21:54:53 +0530
