webcamoid (9.4.0-2) unstable; urgency=medium

  * Fix the QML module dependencies (closes: #1089101, #1142265). The
    hand-maintained list was both incomplete (missing QtCore,
    QtMultimedia, QtQuick, QtQuick.Layouts, QtQuick.Shapes and
    QtQuick.Window, so the application failed to start) and listed
    qml6-module-qtgraphicaleffects, which does not exist in Debian and
    made the package uninstallable on all architectures. Nothing in the
    source imports GraphicalEffects. Generate the list at build time with
    dh_qmldeps. Since the plugins have their QML in compiled-in resources
    where qmlimportscanner cannot see it, point dh_qmldeps at the QML in
    the source tree via debian/webcamoid.qmlfiles, and resolve the modules
    this package registers from C++ via debian/qmldeps.overrides.
  * Configure with -DUPDATE_TRANSLATIONS=OFF (closes: #1046833) so it
    doesn't run lupdate which alters upstream source file thus breaking a
    rebuild due to changed source files. The remaining lrelease run
    still compiles the shipped .ts files into .qm files.
  * Patch simdcore-neon-armhf-mfpu.patch builds the NEON SIMD plugin with
    -mfpu=neon on 32 bit ARM, fixing the armhf FTBFS. (NEON is not in the
    Debian armhf baseline, so without the flag GCC refuses to inline the
    intrinsics in akneon.h. The other SimdCore plugins already passed their
    own -m flags.
  * Weaken dependency webcamoid-data to ${source:Version} so the package
    can be binNMU'd
  * Wildcard the multiarch directory in webcamoid-plugins lintian
    overrides so they match all architectures
  * The build now succeeds with LTO (closes: #1015701).
  * Bump to debhelper 14 and drop the redundant control fields.
  * Add autopkgtests, both a superficial command line check, and a "smoke
    test" that starts the GUI under Xvfb and fails if the QML engine
    reports a missing module to catch module dependency bugs.

 -- Barak A. Pearlmutter <bap@debian.org>  Wed, 23 Sep 2026 13:47:32 +0100

webcamoid (9.4.0-1) unstable; urgency=medium

  * New upstream release.  Upstream highlights:
    - Local HTTP streaming (serve audio/video over the LAN to browsers and
      players) and basic RTMP streaming to platforms, as more portable
      alternatives to the virtual camera.
    - Reworked audio layer: multiple selectable audio inputs with per-input
      volume, output volume control, and dynamically loadable PulseAudio.
    - New OpenGL ES 2.0 effects pipeline with many effects ported to it.
    - Screen capture on wlroots-based Wayland compositors (wlr-screencopy)
      and capture of individual windows.
    - Media gallery with playback controls, quality-preset sliders for
      recording and streaming, right-to-left language, and single-instance
      support.
    - Various fixes: audio/video sync, PipeWire camera capture, V4L2 format
      detection, and Windows virtual camera creation.
    - Removed the macOS virtual camera, AudioGen, the GStreamer/VLC playback
      plugins, and MultiSink (muxers/encoders now used directly).
  * Drop build dependencies on GStreamer, VLC, JACK and SDL; plugins
    removed upstream.
  * Drop build dependency on qml6-module-qtquick-nativestyle, which is no
    longer in unstable (merged into QtQuick Controls in Qt 6.10).
  * Remove now-unnecessary build-breaking -pie linker flags

 -- Barak A. Pearlmutter <bap@debian.org>  Wed, 08 Jul 2026 22:43:49 +0100

webcamoid (9.3.0-2) unstable; urgency=medium

  * Oops! Swizzle dependencies to qt6 modules (closes: #1089101)

 -- Barak A. Pearlmutter <bap@debian.org>  Sun, 07 Sep 2025 14:35:15 +0100

webcamoid (9.3.0-1) unstable; urgency=medium

  * New upstream release
  * Bump policy

 -- Barak A. Pearlmutter <bap@debian.org>  Thu, 14 Aug 2025 21:26:48 +0100

webcamoid (9.2.3-1) unstable; urgency=medium

  * New upstream version
  * Switch to Qt6
  * Cannot reproduce MultiSink_ffmpeg plugin crash (closes: #1053808)
  * Redundant report of ffmpeg 7 issue, see 1072457 below (closes: #1080481)
  * Calls to pkexec should now work (closes: #1006881)
  * Release addresses select/add filter scrollbox problem (closes: #1006881)
    and filter ui errors scrollbox issue (closes: #954839)

 -- Barak A. Pearlmutter <bap@debian.org>  Thu, 07 Nov 2024 17:08:06 +0000

webcamoid (9.1.1-1.1) unstable; urgency=medium

  * Non-maintainer upload
  * Cherry-pick patch to fix build with ffmpeg 7 (Closes: #1072457)

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 10 Sep 2024 14:48:52 -0400

webcamoid (9.1.1-1) unstable; urgency=medium

  * New upstream version

 -- Barak A. Pearlmutter <bap@debian.org>  Thu, 15 Jun 2023 18:02:46 +0100

webcamoid (9.1.0-1) unstable; urgency=medium

  * New upstream version
  * Adjust scripts to upstream's installation of translation files
  * Lintian overrides for spelling hits on USB device ID strings
  * Update dependencies and copyright info per lintian

 -- Barak A. Pearlmutter <bap@debian.org>  Mon, 12 Jun 2023 13:04:47 +0100

webcamoid (9.0.0-6) unstable; urgency=medium

  * Update standards version to 4.6.2, no changes needed.
  * Track upstream mods

 -- Barak A. Pearlmutter <bap@debian.org>  Sat, 21 Jan 2023 21:41:09 +0000

webcamoid (9.0.0-5) unstable; urgency=medium

  * Track upstream mods (closes: #1017179, #1017317)
  * Update standards version to 4.6.1, no changes needed.

 -- Barak A. Pearlmutter <bap@debian.org>  Wed, 14 Sep 2022 12:40:25 +0100

webcamoid (9.0.0-4) unstable; urgency=medium

  * Track upstream mods, mainly translations
  * Remove debian/tests/ (closes: #1007738) which were (a) useless, and
    (b) failing due to upstream build system changes
  * Install new metainfo file

 -- Barak A. Pearlmutter <bap@debian.org>  Fri, 06 May 2022 10:58:49 +0100

webcamoid (9.0.0-3) unstable; urgency=medium

  * Track upstream fixes
    - [d58834044] Allow using an image file as video source (issue #438)
  * Add qml-module-qt-labs-platform dependency (closes: #1007021)
    - see https://github.com/webcamoid/webcamoid/issues/502

 -- Barak A. Pearlmutter <bap@debian.org>  Fri, 11 Mar 2022 10:51:43 +0000

webcamoid (9.0.0-2) unstable; urgency=medium

  * Track upstream fixes
    - [bffcca567] spelling
    - [ca4f4530f] Added missing controls to the styles. Fixed Qml warnings.
                  Removed unused code.
  * Remove upstreamed spelling patch

 -- Barak A. Pearlmutter <bap@debian.org>  Sat, 05 Mar 2022 15:59:09 +0000

webcamoid (9.0.0-1) unstable; urgency=medium

  * New upstream version
  * Upstream 9.0.0 removed non-DFSG files; adjust debian/copyright
  * Remove quilt patch to nonexistent file
  * Simplify debian/rules
    - allow build system to default to cmake instead of hard-coding qmake
    - remove non-+dfsg upstream version tweaks
  * Track upstream post-release to get fix for manpage install directory
  * Remove package akqml from debian/control; module removed upstream
  * Bump library package version from 8 to 9
  * Add build dependencies for:
    - cmake
    - pipewire
    - vlc library and plugins
    - libuvc
    - libusb
    - libkmod
    - See ports/ci/linux-debian/install_deps.sh
  * Update debian/watch to upstream now being dfsg-clean
  * Remove duplicate lintian override
  * Adjust test script for simplified debian/rules
  * Add metadata license from metadata (metametadata?);
    lintian inconsistent-appstream-metadata-license
  * Remove superfluous license file
  * Rules do not require root
  * Update usb.ids stanza in debian/copyright
  * Lintian debian-rules-uses-as-needed-linker-flag
  * Spelling patch
  * Remove unnecessary debian/clean with akqml module

 -- Barak A. Pearlmutter <bap@debian.org>  Thu, 03 Mar 2022 14:27:05 +0000

webcamoid (8.8.0+dfsg-1) unstable; urgency=medium

  * Update uscan support file
  * New upstream version (closes: #956630)
  * Refer to common license file for CC0-1.0.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.
  * Remove quilt patch: no need to specify full path of icon in desktop file
  * Add quilt patch, need to #include <limits> (closes: #1002960)
  * Adjust installation scripts for upstream changes and dh_missing
  * Remove debian/*.symbols; it's not much use for this churning C++ library
  * Adopt package; much thanks to Herbert Parentes Fortes Neto, the
    previous maintainer

 -- Barak A. Pearlmutter <bap@debian.org>  Sun, 09 Jan 2022 10:43:04 +0000

webcamoid (8.6.1+dfsg-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * source only upload to enable migration (Closes: #953273)

 -- Paul Gevers <elbrus@debian.org>  Fri, 06 Mar 2020 22:11:09 +0100

webcamoid (8.6.1+dfsg-2) unstable; urgency=medium

  * Upload to unstable
  * Use 'debhelper-compat' in d/control rather than a d/compat file
  * debian/control:
      - Bump Standards-Version from 4.3.0 to 4.4.0

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Thu, 25 Jul 2019 16:42:02 -0300

webcamoid (8.6.1+dfsg-1) experimental; urgency=medium

  * New upstream version 8.6.1+dfsg
  * DH_LEVEL: 12
  * debian/rules:
      - Remove manpage.gz file
  * debian/webcamoid.manpages:
      - Fix path
  * debian/webcamoid-plugins.lintian-overrides:
      - Add one more override. Same reason
  * debian/libavkys8.symbols:
      - Update

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sat, 01 Jun 2019 12:44:41 -0300

webcamoid (8.5.0+dfsg-2) unstable; urgency=medium

  * Upload to unstable

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 04 Feb 2019 18:20:38 -0200

webcamoid (8.5.0+dfsg-1) experimental; urgency=medium

  * New upstream version 8.5.0+dfsg
  * debian/control:
      - Update Build-Depends and Webcamoid pkg Depends
      - Bump Standards-Version from 4.2.1 to 4.3.0
  * debian/copyright:
      - Update year for myself and upstream
  * debian/clean:
      - Remove libAkQml.so file
  * debian/gbp.conf:
      - Remove sign-tags
  * debian/watch:
      - Add repacksuffix,repack,compression to opts
      - dversionmangle: remove number 1 from +dfsg
  * debian/patches:
      - Remove upstream patches
      - Add patch for .desktop file
  * Add new .symbols file
  * debian/webcamoid-data.install:
      - StandAlone does not have .json and effects.xml files


 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Tue, 22 Jan 2019 15:54:16 -0200

webcamoid (8.1.0+dfsg-12) unstable; urgency=medium

  * debian/tests:
      - Use shunit2

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Wed, 28 Nov 2018 09:03:18 -0200

webcamoid (8.1.0+dfsg-11) unstable; urgency=medium

  * debian/tests:
      - CI tests - upstream tests

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Tue, 27 Nov 2018 11:17:01 -0200

webcamoid (8.1.0+dfsg-10) unstable; urgency=medium

  * debian/control:
      - Bump Standards-Version from 4.1.5 to 4.2.1
  * debian/patches:
      - Add multisrc_issue_does_not_open_142.patch file
        Fix crash with SIGILL in MultiSrcElement - #142 github issue
        Thanks Gonzalo Exequiel Pedone - upstream
  * debian/rules:
      - Add DH_VERBOSE
      - Remove empty line at the end of the file

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Fri, 02 Nov 2018 13:47:01 -0300

webcamoid (8.1.0+dfsg-9) unstable; urgency=medium

  * Upload to unstable.
  * debian/control:
      - Build-Depends - ffmpeg 4.0. (Closes: #888371)
      - Bump STD-V from 4.1.3 to 4.1.5
  * debian/copyright:
      - secure-copyright-format-uri
  * debian/rules:
      - Remove '--parallel'. Default from this DH

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sun, 22 Jul 2018 10:06:55 -0300

webcamoid (8.1.0+dfsg-8) experimental; urgency=medium

  * debian/patches:
      - Add patch to build with ffmpeg 4.0 - #888371
        Upload to experimental to confirm archs
        ffmpeg_4.0.patch

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sat, 21 Jul 2018 11:30:15 -0300

webcamoid (8.1.0+dfsg-7) unstable; urgency=medium

  * Remove autopkgtest:
      - Webcamoid needs a X display even to show a version message.
        xvfb does not help here.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Fri, 05 Jan 2018 14:54:17 -0200

webcamoid (8.1.0+dfsg-6) unstable; urgency=medium

  * debian/control:
      - Update Vcs-* entries to salsa.debian.org
      - Bump Standards-Version from 4.1.2 to 4.1.3
  * debian/copyright:
      - Update
  * debian/tests/control:
      - Add test control file

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Thu, 04 Jan 2018 15:56:06 -0200

webcamoid (8.1.0+dfsg-5) unstable; urgency=medium

  * DH_LEVEL: 11
  * debian/rules:
      - dh option '--parallel'
      - relying on dh_auto_configure
    (Closes: #885159) - Thanks Pino Toscano

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 25 Dec 2017 13:29:48 -0200

webcamoid (8.1.0+dfsg-4) unstable; urgency=medium

  * debian/control:
      - Bump Sandards-Version from 4.1.1 to 4.1.2
      - Set Multi-Arch for:
          - webcamoid-data
          - webcamoid-plugins
          - akqml
          - libavkys8
          - libavkys-dev

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sat, 23 Dec 2017 11:53:50 -0200

webcamoid (8.1.0+dfsg-3) unstable; urgency=medium

  * AkQml default qt5 path. Thanks Victor Porton. (Closes: #883402)
    debian/akqml.install
    debian/rules

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 04 Dec 2017 09:55:25 -0200

webcamoid (8.1.0+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sat, 28 Oct 2017 14:30:57 -0200

webcamoid (8.1.0+dfsg-1) experimental; urgency=medium

  * New upstream version 8.1.0+dfsg
  * debian/control:
      - Bump Standards-Version from 3.9.8 to 4.1.1
  * debian/copyright:
      - Fix 'Files-Excluded' path and added a comment
        dshow dir was not properly removed in version 7.2.0
  * debian/akqml.install:
      - Fix path
  * debian/gbp.conf:
      - Add file
  * debian/libavkys8.symbols:
      - New file

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sat, 28 Oct 2017 14:30:44 -0200

webcamoid (8.0.0+dfsg-2) unstable; urgency=medium

  * Upload to unstable

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sun, 18 Jun 2017 14:48:17 -0300

webcamoid (8.0.0+dfsg-1) experimental; urgency=medium

  * New upstream version 8.0.0+dfsg.
  * debian/*.symbols:
      - new file.
  * debian/control:
      - Build-Depends:
          - libav*-dev >= 3.1 (FFmpeg packages).
      - Package libavkys7:
          - replaced by libavkys8
          - 'Breaks' and 'Replaces' fields updated.
      - Package libavkys-dev:
          - Depends on libavkys8
          - 'Breaks' and 'Replaces' fields updated.
  * debian/copyright:
      - updated.
  * debian/rules:
      - Add override_dh_clean for:
          - libAvKys/Tests
          - other generated files in libAvKys
  * debian/webcamoid-data.install:
      - copying *.json files.
  * debian/libavkys7.install:
      - renamed to libavkys8.install

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Thu, 01 Jun 2017 14:38:40 -0300

webcamoid (7.2.1+dfsg1-5) unstable; urgency=medium

  * debian/control:
      - Add to webcamoid 'Depends':
          - qml-module-qt-labs-folderlistmodel
          - qml-module-qt-labs-settings
          (Closes: #856146)
	  Thanks Antonio Terceiro.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sun, 26 Feb 2017 12:28:31 -0300

webcamoid (7.2.1+dfsg1-4) unstable; urgency=medium

  * debian/rules:
      -Add '-fPIE -pie' to LDFLAGS.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 28 Nov 2016 11:57:33 -0200

webcamoid (7.2.1+dfsg1-3) unstable; urgency=medium

  * Upload to unstable.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Fri, 09 Sep 2016 10:48:58 -0300

webcamoid (7.2.1+dfsg1-2) experimental; urgency=medium

  * Building a new .symbols file. To have all symbols with the same
    version

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sun, 04 Sep 2016 11:45:24 -0300

webcamoid (7.2.1+dfsg1-1) experimental; urgency=medium

  * New upstream release.
  * debian/copyright:
      - dshow directory added to Files-Excluded. Was missing.
  * debian/watch:
      - number 1 added to '+dfsg' in dversionmangle variable.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Thu, 01 Sep 2016 14:10:35 -0300

webcamoid (7.2.0+dfsg1-1) unstable; urgency=medium

  * Upload to unstable.
  * debian/copyright:
      - Files-Excluded entry fixed:
          - exclude only dshow directory. Not all VirtualCamera directory.
  * debian/patches:
      - no_virtual_camera.patch removed. It is not necessary.
  * debian/README.source updated.
  * webcamoid_7.2.0+dfsg.orig.tar.gz was replaced. Please note the '+dfsg1'
    (1) as a new part of the version.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Wed, 03 Aug 2016 17:32:16 -0300

webcamoid (7.2.0+dfsg-2) experimental; urgency=medium

  * debian/copyright:
      - Files-Excluded entry added.
  * debian/rules:
      - in PVER variable; change the delimiter to '+'.
  * debian/libavky7.symbols:
      - edited to fix the build in others archs.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Tue, 02 Aug 2016 09:51:39 -0300

webcamoid (7.2.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * debian/control:
      updated my email.
  * debian/patches:
      - no_virtual_camera.patch created. To avoid VirtualCamera plugin.
        Ms-LPL license.
  * debian/libavky7.symbols:
      - new file created for this version.
  * debian/README.source file created:
      - libAvKys/Plugins/VirtualCamera directory removed. Ms-LPL license. This
        package is a dfsg version.
  * debian/watch:
      - option dversionmangle was applied to remove the '+dfsg' part.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 01 Aug 2016 14:46:26 -0300

webcamoid (7.1.0-2) unstable; urgency=medium

  * Upload to unstable.
  * debian/watch:
      - using 'debian uupdate'

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Wed, 25 May 2016 15:59:23 -0300

webcamoid (7.1.0-1) experimental; urgency=medium

  * New upstream release.
  * debian/control:
      - Bump Standards-Version. From 3.9.7 to 3.9.8.
      - Homepage field updated.
  * debian/copyright:
      - Source field updated.
  * debian/libavkys7.symbols:
      - new file
  * debian/libavkys7.install
  * debian/libavkys-dev.install
  * debian/webcamoid-plugins.install:
      - upstream put files and directories in lowercase.
  * debian/webcamoid.manpages created:
      - to clean debian/webcamoid.install.
  * debian/webcamoid.install:
      - line about manpage removed.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Tue, 24 May 2016 10:31:46 -0300

webcamoid (7.0.0-3) unstable; urgency=low

  * debian/control: (Closes:  #819880)
      - added to Depends field of webcamoid package:
          qml-module-qtquick-dialogs
          qml-module-qtquick-controls
          qml-module-qtquick-layouts
          qml-module-qtquick-window2

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Sun, 03 Apr 2016 13:36:24 -0300

webcamoid (7.0.0-2) unstable; urgency=low

  * Upload to unstable.
  * debian/control:
      - long description of libavkys-dev fixed. libwebcamoid6 -> libavkys.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Thu, 17 Mar 2016 16:29:47 -0300

webcamoid (7.0.0-1) experimental; urgency=low

  * New upstream release.
  * New names for lib, module and paths. To accommodate that
      debian/control and debian/*.install files were edited and renamed.
  * debian/control:
      - libpulse-dev added to Build-Depends.
      - removed from Build-Depends:
          - libavfilter-dev,
            libavresample-dev,
            libpostproc-dev,
            qtmultimedia5-dev.
      - Two more features added to long description.
  * debian/copyright updated.
  * debian/*.symbols:
      - new file for soname 7.
  * debian/man removed. The tarball has a manpage now.
  * debian/patches -- all removed:
      - webcamoid_ffmpeg-2.9.patch applied by the upstream.
      - all patches about lib name removed. The upstream picked
        another one.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Tue, 15 Mar 2016 14:43:49 -0300

webcamoid (6.2.0-5) unstable; urgency=medium

  * Upload to unstable.
  * debian/watch:
      - version 4.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Thu, 03 Mar 2016 13:53:29 -0300

webcamoid (6.2.0-4) experimental; urgency=medium

  * Changed the lib name. libWebcamoid now. (Closes: #809764)
      The last name conflicts with files in libqb-dev package.
  * debian/control:
      - Bump Standards-Version to 3.9.7.
      - Vcs-* fields using https.
      - Using Replaces and Breaks fields to remove the packages
        with old names.
  * debian/copyright: updated.
  * debian/patches:
      - all patches to lowercase removed.
      - patches to complete remove 'qb' created.
      - webcamoid_ffmpeg-2.9.patch created. To build with the
        new version of ffmpeg. (Closes: 810558). Thanks Andreas Cadhalpun.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Tue, 01 Mar 2016 10:57:30 -0300

webcamoid (6.2.0-3) unstable; urgency=low

  * Upload to unstable.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Thu, 31 Dec 2015 12:06:47 -0200

webcamoid (6.2.0-2) experimental; urgency=medium

  * debian/control:
      - Architecture: linux-any
  * debian/libqb6.symbols:
      - removed a line to make symbols compliant
        with all architectures.
  * debian/rules:
      - added override_dh_makeshlibs to provide the right
        package version to dpkg-gensymbols.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Tue, 29 Dec 2015 14:54:57 -0200

webcamoid (6.2.0-1) experimental; urgency=low

  * Initial release (Closes: #763913)

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Fri, 11 Dec 2015 14:21:52 -0200
