[ubuntu/vivid-proposed] freerdp 1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1 (Accepted)

Iain Lane iain at orangesquash.org.uk
Tue Nov 11 12:23:14 UTC 2014


freerdp (1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1) vivid; urgency=medium

  * Merge with Debian unstable, remaining changes
    - Disable ffmpeg support
  * Disable gstreamer support, this relies on gstreamer 0.10 and we don't want
    to add any more deps on that.

freerdp (1.1.0~git20140921.1.440916e+dfsg1-2) unstable; urgency=medium

  * debian/control:
    + Add B-D: libxrandr-dev.
  * debian/patches:
    + Add 1007_detect-arm-arch-correctly.patch. Detect arm architecture
      correctly. (Closes: #758565).
    + Add 1008_gcc-fPIC-on-arm64.patch. Enable -fPIC linker option for arm64
      and armhf builds.

freerdp (1.1.0~git20140921.1.440916e+dfsg1-1.1) unstable; urgency=medium

  [ Aurelien Jarno ]
  * Non-maintainer upload.
  * Fix testsuite issues (closes: #762591):
    - Add 1004_64-bit-architectures.patch to correctly support non-amd64
      64-bit architectures.
    - Add 1005_parse-buffer-endianess.patch to correctly parse RDP buffer
      on bug endian architectures.
    - Add 1006_test-unicode-endianess.patch to convert the expected
      results from native endian to little endian.

freerdp (1.1.0~git20140921.1.440916e+dfsg1-1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New Git snapshot upload to unstable:
    - Obtained from stable-1.1 branch of http://github.com/FreeRDP/FreeRDP.
      Using commit hash: 440916eae2e07463912d5fe507677e67096eb083.
  * debian/control:
    + Add B-D: cdbs.
    + Add B-D: libgstreamer-plugins-base0.10-dev.
    + Split out libwinpr-dev from libfreerdp-dev and libwinpr-dbg from
      libwinpr-dbg from libfreerdp-dbg.
    + Use more meaningful SYNOPSIS for libwinpr* packages.
    + The lib*-dev packages are now Multi-Arch:same packages.
  * debian/rules:
    + Switch over to CDBS based packaging.
    + Don't ship static library files.
    + Enable unit tests.
    + Split out libwinpr-dbg from libfreerdp-dbg.
    + Enable multi-arch path for include directory.
    + Add -DWITH_GSTREAMER as cmake flag.
    + Set cmake's RPATH build settings correctly.
    + Drop upstream script, that would force us to list MPL-2.0 in
      debian/copyright.
  * debian/lib*-dev.install:
    + Reflect libwinpr-dev split-out in installation of development files.
  * debian/patches:
    + Drop 0001_handle-user at corp.net-username-correctly.patch. It is contained
      in the latest upstream Git snapshot.
    + Drop 1003_fix-header-inclusion.patch. More elegantly solved by upstream
      in latest upstream Git snapshot.
    + Add 1003_multi-arch-include-path.patch. Allow multi-arch compliant paths
      in lib*-dev packages.
  * debian/copyright:
    + Add so far non-mentioned upstream source/cmake/helper files.
    + Don't use blanks in short license names.
    + Move UNICODE license text to end of file.
    + Add license for debian/*.
  * lintian:
    + Tolerate too-long file name in libfreerdp-plugins-standard. Nothing we
      can do about it at the moment.

  [ Sebastian Ramacher ]
  * Split shared libraries into separate packages to avoid breakage if the
    SONAME changes are not done at the same time for every library. (Closes:
    #757605)
  * Ignore plugins when running dh_makeshlibs to fix lintian warnings and
    errors in libfreerdp-plugins-standard.

freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-4) unstable; urgency=medium

  * debian/patches:
    + Add 1003_fix-header-inclusion.patch. Make sure that winpr headers are
      complete (esp. cmake-generated config.h). (Closes: #758981).
    + Refresh 2001_detect-ffmpeg-on-Debian.patch.
    + Add 0001_handle-user at corp.net-username-correctly.patch. Do not break
      up the name for '@'; both credSSP and the ClientInfo PDU expect
      'user at corp.net' to be transmitted as username 'user at corp.net', domain
      empty.
  * debian/watch:
    + Fix syntax error.

freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-3) unstable; urgency=medium

  [ Sebastian Ramacher ]
  * debian/patches/1001_hide-internal-symbols.patch: Hide internal symbols.
    They do not need to be part of the public ABI. (Closes: #758155)
  * debian/patches/1002_update-pkg-config-file.patch: Add missing
    -lfreerdp-client to pkg-config file. (Closes: #758257)
  * debian/rules: Build with -DARM_FP_ABI=hard on armhf.
  * debian/libfreerdp1.symbols: Remove internal symbols.

  [ Mike Gabriel ]
  * debian/patches:
    + Add 2001_detect-ffmpeg-on-Debian.patch. Facilitate building FreeRDP with
      FFmpeg in Debian. (Closes: #758338).

freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-2) unstable; urgency=medium

  * debian/libfreerdp1.symbols:
    + Fix FTBFS on ppc64el architectures. (Closes: #757878).

freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-1) unstable; urgency=medium

  * New Git snapshot upload to unstable:
    - Obtained from stable-1.1 branch of http://github.com/FreeRDP/FreeRDP.
      Using commit hash: b07a5c11e41c70916e9725b4207f90fc90fd2d57.
      --- Now with correct upstream ChangeLog ---
  * debian/rules:
    + In get-orig-source, ensure creation of a proper upstream ChangeLog
      from the Git commits. Overwrite un-maintained / existing upstream
      ChangeLog.
  * debian/patches:
    + Drop 0001_freerdp-ffmpeg.patch. Applied upstream.

freerdp (1.1.0~git20140808.1.7b5cd86+dfsg-1) unstable; urgency=medium

  * New Git snapshot upload to unstable:
    - Obtained from stable-1.1 branch of http://github.com/FreeRDP/FreeRDP.
      Using commit hash: 7b5cd86a3e8eb3b22893f259c8039da982da0a99.
      Recommended by: Bernhard Miklautz on IRC (#freerdp channel on Freenode)
      on 7th Aug 2014.
  * Drop APSL licensed files from upstream sources. Don't ship upstream code of
    the Android/Mac/iOS/Windows clients in Debian.
  * debian/watch:
    + Mangle Debian version (-> +dfsg).
  * debian/copyright:
    + Bring file up-to-date.
  * debian/patches:
    + Add 0001_freerdp-ffmpeg.patch. Fix build against libav10, taken from an
      upstream pull request yet to be merged.
  * debian/control:
    + Make B-Ds more readable (arrange in multi-lines). Add B-D: libjpeg-dev.
  * debian/rules:
    + Enable further build flags: WITH_CUPS=on (CUPS printer redirection),
      WITH_PCSC=on (smart card reader redirection), WITH_JPEG (libjpeg support).
  * debian/libfreerdp1.symbols:
    + Update symbols file for latest Git snapshot.
  * lintian:
    + Add overrides file for libfreerdp-plugins-standard, the package
      erroneously triggers debhelper's makeshlibs.
    + Ignore a very long file name in bin:package
      libfreerdp-plugins-standard-dbg.
    + Update libfreerdp1 (package-name-doesnt-match-sonames) override. Library
      names have changed.

freerdp (1.1.0~beta1+git20130629-1) experimental; urgency=low

  * Development snapshot [June 2013]. Targeted for Debian experimental.
    Based on upstream commit: 1274752506e97ac597fc02196ae83e63662e0753.
  * debian/control: add B-D: libxi-dev.

freerdp (1.0.2-4) unstable; urgency=low

  * debian/patches:
    + Add patch: 2001_fix-libav10-FTBFS.patch. Fix FTBFS against libav10.
      (Closes: #739242).
  * debian/control:
    + Bump Standards: version to 3.9.5. No changes needed.

freerdp (1.0.2-3) unstable; urgency=low

  * Add patch: 1001_fix-compliling.patch. Fix compilation errors
    against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for
    reporting this. (Closes: #729044).
  * debian/control:
    + Alioth-canonicalize Vcs-*: fields.
    + Make freerdp-dbg bin:package Multi-Arch: same.
    + Split up freerdp-dbg in several -dbg packages (freerdp-x11-dbg
      -> multi-arch: no, libfreerdp*-dbg -> Multi-Arch: same).
  * debian/rules:
    + Patch generated man page file. Fixes hyphen-used-as-minus-sign
      lintian issue.

Date: Tue, 11 Nov 2014 12:20:50 +0000
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Maintainer: Mike Gabriel <sunweaver at debian.org>
https://launchpad.net/ubuntu/+source/freerdp/1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 11 Nov 2014 12:20:50 +0000
Source: freerdp
Binary: freerdp-x11 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-primitives1.1 libfreerdp-rail1.1 libfreerdp-utils1.1 libwinpr-asn1-0.1 libwinpr-bcrypt0.1 libwinpr-credentials0.1 libwinpr-credui0.1 libwinpr-crt0.1 libwinpr-crypto0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-error0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-io0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pipe0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-sspicli0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-timezone0.1 libwinpr-utils0.1 libwinpr-winhttp0.1 libwinpr-winsock0.1 libxfreerdp-client1.1 libfreerdp-plugins-standard libfreerdp-dev libwinpr-dev freerdp-x11-dbg libxfreerdp-client-dbg libfreerdp-dbg libwinpr-dbg
 libfreerdp-plugins-standard-dbg
Architecture: source
Version: 1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Mike Gabriel <sunweaver at debian.org>
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Description:
 freerdp-x11 - RDP client for Windows Terminal Services (X11 client)
 freerdp-x11-dbg - RDP client for Windows Terminal Services (X11 client, debug symbo
 libfreerdp-cache1.1 - Free Remote Desktop Protocol library (cache library)
 libfreerdp-client1.1 - Free Remote Desktop Protocol library (client library)
 libfreerdp-codec1.1 - Free Remote Desktop Protocol library (codec library)
 libfreerdp-common1.1.0 - Free Remote Desktop Protocol library (common library)
 libfreerdp-core1.1 - Free Remote Desktop Protocol library (core library)
 libfreerdp-crypto1.1 - Free Remote Desktop Protocol library (freerdp-crypto library)
 libfreerdp-dbg - Free Remote Desktop Protocol library (debug symbols)
 libfreerdp-dev - Free Remote Desktop Protocol library (development files)
 libfreerdp-gdi1.1 - Free Remote Desktop Protocol library (GDI library)
 libfreerdp-locale1.1 - Free Remote Desktop Protocol library (locale library)
 libfreerdp-plugins-standard - RDP client for Windows Terminal Services (plugins)
 libfreerdp-plugins-standard-dbg - RDP client for Windows Terminal Services (plugins debug)
 libfreerdp-primitives1.1 - Free Remote Desktop Protocol library (primitives library)
 libfreerdp-rail1.1 - Free Remote Desktop Protocol library (rail library)
 libfreerdp-utils1.1 - Free Remote Desktop Protocol library (freerdp-utils library)
 libwinpr-asn1-0.1 - Windows Portable Runtime library (ASN1 library)
 libwinpr-bcrypt0.1 - Windows Portable Runtime library (bcrypt library)
 libwinpr-credentials0.1 - Windows Portable Runtime library (credentials library)
 libwinpr-credui0.1 - Windows Portable Runtime library (credeui library)
 libwinpr-crt0.1 - Windows Portable Runtime library (crt library)
 libwinpr-crypto0.1 - Windows Portable Runtime library (crypto library)
 libwinpr-dbg - Windows Portable Runtime library (debug symbols)
 libwinpr-dev - Windows Portable Runtime library (development files)
 libwinpr-dsparse0.1 - Windows Portable Runtime library (dsparse library)
 libwinpr-environment0.1 - Windows Portable Runtime library (environment library)
 libwinpr-error0.1 - Windows Portable Runtime library (error library)
 libwinpr-file0.1 - Windows Portable Runtime library (file library)
 libwinpr-handle0.1 - Windows Portable Runtime library (handle library)
 libwinpr-heap0.1 - Windows Portable Runtime library (heap library)
 libwinpr-input0.1 - Windows Portable Runtime library (input library)
 libwinpr-interlocked0.1 - Windows Portable Runtime library (interlocked library)
 libwinpr-io0.1 - Windows Portable Runtime library (io library)
 libwinpr-library0.1 - Windows Portable Runtime library (library)
 libwinpr-path0.1 - Windows Portable Runtime library (path library)
 libwinpr-pipe0.1 - Windows Portable Runtime library (pipe library)
 libwinpr-pool0.1 - Windows Portable Runtime library (pool library)
 libwinpr-registry0.1 - Windows Portable Runtime library (registry library)
 libwinpr-rpc0.1 - Windows Portable Runtime library (RPC library)
 libwinpr-sspi0.1 - Windows Portable Runtime library (sspi library)
 libwinpr-sspicli0.1 - Windows Portable Runtime library (sspicli library)
 libwinpr-synch0.1 - Windows Portable Runtime library (synch library)
 libwinpr-sysinfo0.1 - Windows Portable Runtime library (sysinfo library)
 libwinpr-thread0.1 - Windows Portable Runtime library (thread library)
 libwinpr-timezone0.1 - Windows Portable Runtime library (timezone library)
 libwinpr-utils0.1 - Windows Portable Runtime library (utils library)
 libwinpr-winhttp0.1 - Windows Portable Runtime library (winhttp library)
 libwinpr-winsock0.1 - Windows Portable Runtime library (winsock library)
 libxfreerdp-client-dbg - RDP client for Windows Terminal Services (xfreerdp-client debug s
 libxfreerdp-client1.1 - Free Remote Desktop Protocol library (xfreerdp-client library)
Closes: 729044 739242 757605 757878 758155 758257 758338 758565 758981 762591
Changes:
 freerdp (1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1) vivid; urgency=medium
 .
   * Merge with Debian unstable, remaining changes
     - Disable ffmpeg support
   * Disable gstreamer support, this relies on gstreamer 0.10 and we don't want
     to add any more deps on that.
 .
 freerdp (1.1.0~git20140921.1.440916e+dfsg1-2) unstable; urgency=medium
 .
   * debian/control:
     + Add B-D: libxrandr-dev.
   * debian/patches:
     + Add 1007_detect-arm-arch-correctly.patch. Detect arm architecture
       correctly. (Closes: #758565).
     + Add 1008_gcc-fPIC-on-arm64.patch. Enable -fPIC linker option for arm64
       and armhf builds.
 .
 freerdp (1.1.0~git20140921.1.440916e+dfsg1-1.1) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * Non-maintainer upload.
   * Fix testsuite issues (closes: #762591):
     - Add 1004_64-bit-architectures.patch to correctly support non-amd64
       64-bit architectures.
     - Add 1005_parse-buffer-endianess.patch to correctly parse RDP buffer
       on bug endian architectures.
     - Add 1006_test-unicode-endianess.patch to convert the expected
       results from native endian to little endian.
 .
 freerdp (1.1.0~git20140921.1.440916e+dfsg1-1) unstable; urgency=medium
 .
   [ Mike Gabriel ]
   * New Git snapshot upload to unstable:
     - Obtained from stable-1.1 branch of http://github.com/FreeRDP/FreeRDP.
       Using commit hash: 440916eae2e07463912d5fe507677e67096eb083.
   * debian/control:
     + Add B-D: cdbs.
     + Add B-D: libgstreamer-plugins-base0.10-dev.
     + Split out libwinpr-dev from libfreerdp-dev and libwinpr-dbg from
       libwinpr-dbg from libfreerdp-dbg.
     + Use more meaningful SYNOPSIS for libwinpr* packages.
     + The lib*-dev packages are now Multi-Arch:same packages.
   * debian/rules:
     + Switch over to CDBS based packaging.
     + Don't ship static library files.
     + Enable unit tests.
     + Split out libwinpr-dbg from libfreerdp-dbg.
     + Enable multi-arch path for include directory.
     + Add -DWITH_GSTREAMER as cmake flag.
     + Set cmake's RPATH build settings correctly.
     + Drop upstream script, that would force us to list MPL-2.0 in
       debian/copyright.
   * debian/lib*-dev.install:
     + Reflect libwinpr-dev split-out in installation of development files.
   * debian/patches:
     + Drop 0001_handle-user at corp.net-username-correctly.patch. It is contained
       in the latest upstream Git snapshot.
     + Drop 1003_fix-header-inclusion.patch. More elegantly solved by upstream
       in latest upstream Git snapshot.
     + Add 1003_multi-arch-include-path.patch. Allow multi-arch compliant paths
       in lib*-dev packages.
   * debian/copyright:
     + Add so far non-mentioned upstream source/cmake/helper files.
     + Don't use blanks in short license names.
     + Move UNICODE license text to end of file.
     + Add license for debian/*.
   * lintian:
     + Tolerate too-long file name in libfreerdp-plugins-standard. Nothing we
       can do about it at the moment.
 .
   [ Sebastian Ramacher ]
   * Split shared libraries into separate packages to avoid breakage if the
     SONAME changes are not done at the same time for every library. (Closes:
     #757605)
   * Ignore plugins when running dh_makeshlibs to fix lintian warnings and
     errors in libfreerdp-plugins-standard.
 .
 freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-4) unstable; urgency=medium
 .
   * debian/patches:
     + Add 1003_fix-header-inclusion.patch. Make sure that winpr headers are
       complete (esp. cmake-generated config.h). (Closes: #758981).
     + Refresh 2001_detect-ffmpeg-on-Debian.patch.
     + Add 0001_handle-user at corp.net-username-correctly.patch. Do not break
       up the name for '@'; both credSSP and the ClientInfo PDU expect
       'user at corp.net' to be transmitted as username 'user at corp.net', domain
       empty.
   * debian/watch:
     + Fix syntax error.
 .
 freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-3) unstable; urgency=medium
 .
   [ Sebastian Ramacher ]
   * debian/patches/1001_hide-internal-symbols.patch: Hide internal symbols.
     They do not need to be part of the public ABI. (Closes: #758155)
   * debian/patches/1002_update-pkg-config-file.patch: Add missing
     -lfreerdp-client to pkg-config file. (Closes: #758257)
   * debian/rules: Build with -DARM_FP_ABI=hard on armhf.
   * debian/libfreerdp1.symbols: Remove internal symbols.
 .
   [ Mike Gabriel ]
   * debian/patches:
     + Add 2001_detect-ffmpeg-on-Debian.patch. Facilitate building FreeRDP with
       FFmpeg in Debian. (Closes: #758338).
 .
 freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-2) unstable; urgency=medium
 .
   * debian/libfreerdp1.symbols:
     + Fix FTBFS on ppc64el architectures. (Closes: #757878).
 .
 freerdp (1.1.0~git20140809.1.b07a5c1+dfsg-1) unstable; urgency=medium
 .
   * New Git snapshot upload to unstable:
     - Obtained from stable-1.1 branch of http://github.com/FreeRDP/FreeRDP.
       Using commit hash: b07a5c11e41c70916e9725b4207f90fc90fd2d57.
       --- Now with correct upstream ChangeLog ---
   * debian/rules:
     + In get-orig-source, ensure creation of a proper upstream ChangeLog
       from the Git commits. Overwrite un-maintained / existing upstream
       ChangeLog.
   * debian/patches:
     + Drop 0001_freerdp-ffmpeg.patch. Applied upstream.
 .
 freerdp (1.1.0~git20140808.1.7b5cd86+dfsg-1) unstable; urgency=medium
 .
   * New Git snapshot upload to unstable:
     - Obtained from stable-1.1 branch of http://github.com/FreeRDP/FreeRDP.
       Using commit hash: 7b5cd86a3e8eb3b22893f259c8039da982da0a99.
       Recommended by: Bernhard Miklautz on IRC (#freerdp channel on Freenode)
       on 7th Aug 2014.
   * Drop APSL licensed files from upstream sources. Don't ship upstream code of
     the Android/Mac/iOS/Windows clients in Debian.
   * debian/watch:
     + Mangle Debian version (-> +dfsg).
   * debian/copyright:
     + Bring file up-to-date.
   * debian/patches:
     + Add 0001_freerdp-ffmpeg.patch. Fix build against libav10, taken from an
       upstream pull request yet to be merged.
   * debian/control:
     + Make B-Ds more readable (arrange in multi-lines). Add B-D: libjpeg-dev.
   * debian/rules:
     + Enable further build flags: WITH_CUPS=on (CUPS printer redirection),
       WITH_PCSC=on (smart card reader redirection), WITH_JPEG (libjpeg support).
   * debian/libfreerdp1.symbols:
     + Update symbols file for latest Git snapshot.
   * lintian:
     + Add overrides file for libfreerdp-plugins-standard, the package
       erroneously triggers debhelper's makeshlibs.
     + Ignore a very long file name in bin:package
       libfreerdp-plugins-standard-dbg.
     + Update libfreerdp1 (package-name-doesnt-match-sonames) override. Library
       names have changed.
 .
 freerdp (1.1.0~beta1+git20130629-1) experimental; urgency=low
 .
   * Development snapshot [June 2013]. Targeted for Debian experimental.
     Based on upstream commit: 1274752506e97ac597fc02196ae83e63662e0753.
   * debian/control: add B-D: libxi-dev.
 .
 freerdp (1.0.2-4) unstable; urgency=low
 .
   * debian/patches:
     + Add patch: 2001_fix-libav10-FTBFS.patch. Fix FTBFS against libav10.
       (Closes: #739242).
   * debian/control:
     + Bump Standards: version to 3.9.5. No changes needed.
 .
 freerdp (1.0.2-3) unstable; urgency=low
 .
   * Add patch: 1001_fix-compliling.patch. Fix compilation errors
     against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for
     reporting this. (Closes: #729044).
   * debian/control:
     + Alioth-canonicalize Vcs-*: fields.
     + Make freerdp-dbg bin:package Multi-Arch: same.
     + Split up freerdp-dbg in several -dbg packages (freerdp-x11-dbg
       -> multi-arch: no, libfreerdp*-dbg -> Multi-Arch: same).
   * debian/rules:
     + Patch generated man page file. Fixes hyphen-used-as-minus-sign
       lintian issue.
Checksums-Sha1:
 4075a85197aebe931c17a889b18692ebdb6d70d2 5788 freerdp_1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1.dsc
 5e5b371e68e42aa665f93049f95237517ac5238f 2699372 freerdp_1.1.0~git20140921.1.440916e+dfsg1.orig.tar.xz
 36e42b472011fcc5df3cada0fc0334ba2318f152 44220 freerdp_1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 7b4762a2b51180710834a7977b65d91a044110a2dd81b3fa51f93e7164d61123 5788 freerdp_1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1.dsc
 7bd635fd0ece5c938f30f54b3cb22bdecddaf54be3ee7065f019bbef00ab83d8 2699372 freerdp_1.1.0~git20140921.1.440916e+dfsg1.orig.tar.xz
 0574f4fbb5bf82b248b40fd073d3ed3d42a08884e6e3fc7fa75287b202838e09 44220 freerdp_1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1.debian.tar.xz
Files:
 bcf95f27f896cdc418a5ac3169ea89f4 5788 x11 optional freerdp_1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1.dsc
 b37fd56cfd3093f861a7aab37e9fa78c 2699372 x11 optional freerdp_1.1.0~git20140921.1.440916e+dfsg1.orig.tar.xz
 edc5613e093e4028d09fb8423a7a0fc8 44220 x11 optional freerdp_1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJUYf+SAAoJEONS1cUcUEHUNfAP/RY0/DTQn+M4wSVhZRqZ5Cdw
vlCbXr3UFzajnN6eG+qeJ92wC8oo5CweEa+NaXrca9xppeyi+txRz0XeuHZrquXy
2XEWHZu1TfX5vmXbeyMcvc5WMhjsRuBa+3spFkWuDa++axEz/KxfcRHdSbBjUuAL
dbPRsqjn4KgTqVGEbnICIg+9w4Ctx3xz3lZgdPU4oLhSgxSOL4iXjfn0k6M8dHOt
k6lMfFmae890HcyB8bfNjsIpMF3XkoBS693qfeOWM6rfkpNX+Jz6Q2iZGN1h6bmA
BvWf021xRXaAzNi5Xj8iKPNMQJ4agl5ndRuy9OLf75rewEM4Mvy01TagFdIku2rV
vO9I1m01W80loUbzyHV0okF+zyuwVBjfV35+pqhUgH90RYIeSBN3IDoERKSkCooZ
V4cvnKCWuPxOnqSEFx+S+6Zv5cPkaf1IrMBIVsFzrmlI/7LP5tcKi8BEBnCycIgZ
HUeE3ycHK0DXf/Bp7g/Vd0dZDzw8EOy6WU/aZrEiHoHm2xsm44FC6nqlSnWMM0lc
qkTmTqLkF6gUqwv5SUs0odWn5M+6/ZbEz4PQsOp3cC91snuwmXTdKJVnev59Wntu
pxNeNNJ79qqbJGMrogtKcxwo1hAz/aBqLRyhuoE1gnN7AgmtPy44aSowQjqCNeSK
2MKu6h7RSy+8YMr4A1xY
=DSsi
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list