Your message dated Sat, 02 Feb 2013 00:47:41 +0000
with message-id <[email protected]>
and subject line Bug#693515: fixed in remmina 1.0.0-5
has caused the Debian Bug report #693515,
regarding remmina: Broken watchfile
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
693515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693515
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: remmina
Version: 1.0.0-4
Severity: normal
Tags: patch

Hi,

Github have changed their website which breaks debian/watch. I have
attached a patch which fixes this issue.

Jon

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (450, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.utf8, LC_CTYPE=en_IE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages remmina depends on:
ii  dbus-x11            1.6.8-1
ii  libatk1.0-0         2.4.0-2
ii  libc6               2.13-35
ii  libcairo2           1.12.2-2
ii  libgcrypt11         1.5.0-3
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-0        2.33.12+really2.32.4-3
ii  libgtk-3-0          3.4.2-4
ii  libpango1.0-0       1.30.0-1
ii  libssh-4            0.5.2-1
ii  libvte-2.90-9       1:0.32.2-1
ii  libx11-6            2:1.5.0-1
ii  remmina-common      1.0.0-4

Versions of packages remmina recommends:
ii  remmina-plugin-rdp  1.0.0-4
ii  remmina-plugin-vnc  1.0.0-4

remmina suggests no packages.

-- no debconf information
>From 3c29b127ffce5cacbb9e17cc2954e9611936f2de Mon Sep 17 00:00:00 2001
From: Jonathan McCrohan <[email protected]>
Date: Sat, 17 Nov 2012 13:11:28 +0000
Subject: [PATCH] Update watchfile to fix Github breakage.

---
 debian/changelog |    5 +++++
 debian/watch     |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8fcac5c..4cf4e6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 remmina (1.0.0-5) UNRELEASED; urgency=low
 
+  [ Luca Falavigna ]
   * debian/control:
     - Fix URL of Vcs-Browser field.
 
+  [ Jonathan McCrohan ]
+  * debian/watch:
+    - Update watchfile to fix Github breakage.
+
  -- Luca Falavigna <[email protected]>  Mon, 28 May 2012 22:55:53 +0200
 
 remmina (1.0.0-4) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index 6a49da0..90687af 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://github.com/FreeRDP/Remmina/tags .*/tarball/(\d[\d\.]+)
+https://github.com/FreeRDP/Remmina/tags .*/(\d[\d\.]+)\.tar\.gz
-- 
1.7.10.4


--- End Message ---
--- Begin Message ---
Source: remmina
Source-Version: 1.0.0-5

We believe that the bug you reported is fixed in the latest version of
remmina, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Falavigna <[email protected]> (supplier of updated remmina package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 02 Feb 2013 01:06:23 +0100
Source: remmina
Binary: remmina remmina-common remmina-plugin-rdp remmina-plugin-vnc 
remmina-plugin-xdmcp remmina-plugin-nx remmina-plugin-telepathy 
remmina-plugin-gnome
Architecture: source amd64 all
Version: 1.0.0-5
Distribution: experimental
Urgency: low
Maintainer: Luca Falavigna <[email protected]>
Changed-By: Luca Falavigna <[email protected]>
Description: 
 remmina    - remote desktop client for GNOME desktop environment
 remmina-common - common files for remmina remote desktop client
 remmina-plugin-gnome - GNOME plugin for remmina remote desktop client
 remmina-plugin-nx - NX plugin for remmina remote desktop client
 remmina-plugin-rdp - RDP plugin for remmina remote desktop client
 remmina-plugin-telepathy - Telepathy plugin for remmina remote desktop client
 remmina-plugin-vnc - VNC plugin for remmina remote desktop client
 remmina-plugin-xdmcp - XDMCP plugin for remmina remote desktop client
Closes: 693515
Changes: 
 remmina (1.0.0-5) experimental; urgency=low
 .
   [ Luca Falavigna ]
   * debian/patches/NO_SONAME.patch:
     - Do not define any SONAME for the plugins.
   * debian/control:
     - Fix URL of Vcs-Browser field.
     - Bump Standards-Version to 3.9.4.
     - Fix typo in package description.
   * debian/copyright:
     - Adjust copyright years.
   * debian/docs:
     - Install README.
   * debian/remmina-plugin-{nx,vnc}.lintian-overrides:
     - hardening-check discovers unprotected functions only.
   * debian/rules:
     - Pass "-Wl,--as-needed" to LDFLAGS.
     - Install upstream changelog.
     - Overriding dh_makeshlibs is no longer required.
 .
   [ Jonathan McCrohan ]
   * debian/watch:
     - Update watchfile to fix Github breakage (Closes: #693515).
Checksums-Sha1: 
 a2c7adba62e6b2b8caf4a45accdc54846ba86b30 2563 remmina_1.0.0-5.dsc
 ddf250edf8dfcb049202ebfcdcf6064c917278e9 15626 remmina_1.0.0-5.debian.tar.gz
 f9388ef0d5c22c15996201f20716f4262ac0e36f 141578 remmina_1.0.0-5_amd64.deb
 54b65d59d963a2a2b161053be817c7d98a6006ef 189052 remmina-common_1.0.0-5_all.deb
 576afab3a72bb793fde09261a7f262e4bd48841b 40696 
remmina-plugin-rdp_1.0.0-5_amd64.deb
 89878063b62a6a71372174704d82ad115a76ee9d 28812 
remmina-plugin-vnc_1.0.0-5_amd64.deb
 aeac6b65e6a6c607f8c93727ab6c3eb6aa54bee7 16872 
remmina-plugin-xdmcp_1.0.0-5_amd64.deb
 ac8e46cc104ad1993bf873950f6af823a9322cfb 31208 
remmina-plugin-nx_1.0.0-5_amd64.deb
 258e65dd71571ea9b97e0310b57d75c61f943ea3 13488 
remmina-plugin-telepathy_1.0.0-5_amd64.deb
 d87be13d53b6d9f8649be6aa56d0e528524c3bf4 14156 
remmina-plugin-gnome_1.0.0-5_amd64.deb
Checksums-Sha256: 
 6495b08504a75a99f081da69215fd9f2e233e32af0a72e25ea4d011dba8c6d0e 2563 
remmina_1.0.0-5.dsc
 b19a24a0884e54b338082787c1dd56e177607ca8ea094514161dfb9f2accde11 15626 
remmina_1.0.0-5.debian.tar.gz
 5d362fe0fb32a6bd68f7f8cf74e159ff86d095f460921ece016000ad33db80df 141578 
remmina_1.0.0-5_amd64.deb
 ab556116de94a84abc9bcc8cdc33e026b99a4825c4b836f51d410f51cd20b107 189052 
remmina-common_1.0.0-5_all.deb
 90face1be97dfd1d97ac2acbf819c6840ca8a297f8e2d1d0c6c40714014122c7 40696 
remmina-plugin-rdp_1.0.0-5_amd64.deb
 0a3fd9b0103e77550eaf5d544fccb25c3331a91e819af716de83fbcd286e018a 28812 
remmina-plugin-vnc_1.0.0-5_amd64.deb
 f4711a546a9273c5253749c044bee755d885596a88428e3d57e96da6193c22a4 16872 
remmina-plugin-xdmcp_1.0.0-5_amd64.deb
 7c9dbb28e0cdcab1e49c9f1ed1caf55f77dc44d9ba39da1c45c4599db267d1ce 31208 
remmina-plugin-nx_1.0.0-5_amd64.deb
 c3da8eae686a6465bd163fae92f877dabadc32cd465b233a247e17ca44daefd0 13488 
remmina-plugin-telepathy_1.0.0-5_amd64.deb
 adef46daa6f5e157395f834a757a47ae794e58b2ef5b7b3e2768246cee734720 14156 
remmina-plugin-gnome_1.0.0-5_amd64.deb
Files: 
 31811b399a4f6d589058e99aaaee504e 2563 gnome optional remmina_1.0.0-5.dsc
 940233451cf08d3bdd6407f28081c56f 15626 gnome optional 
remmina_1.0.0-5.debian.tar.gz
 ed83079594827cb44e6f7f27de4239c7 141578 gnome optional 
remmina_1.0.0-5_amd64.deb
 4b4f8ab14da53533eca5e48aec7ee966 189052 gnome optional 
remmina-common_1.0.0-5_all.deb
 7c701ca2fe41815ef1ef1b79cce01bb6 40696 gnome optional 
remmina-plugin-rdp_1.0.0-5_amd64.deb
 473e7499ff8cac4d2999f32270b251e0 28812 gnome optional 
remmina-plugin-vnc_1.0.0-5_amd64.deb
 de1dc28a40d3a6944e8e05001b3b9c9a 16872 gnome optional 
remmina-plugin-xdmcp_1.0.0-5_amd64.deb
 6858be143c97a2fc43435592d5b1161e 31208 gnome optional 
remmina-plugin-nx_1.0.0-5_amd64.deb
 4072f8478d8e2c85bcc8f26b9eb29c5c 13488 gnome optional 
remmina-plugin-telepathy_1.0.0-5_amd64.deb
 77d90a76c241ef4126258375f7bdf995 14156 gnome optional 
remmina-plugin-gnome_1.0.0-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRDF5dAAoJEEkIatPr4vMf810P/j8+yzAiwV1kv+VfY95jCvP6
rAAWXEy3cEkaSkxB9cutJ+K1FAz8BG8yfllWChtaUdLWpKkcMKHBh7vFa6+Q7T9T
F2OzeJtBb+A9H/wylL9vdtBgwYiVUsBPrYDbSjfPi/7DDlwffedGuIgrff31pyNV
9F5fwrWPnPELIdgIuBCYKVtCy7J8Y5hODPYAVisxJXtFAmJ8LQ6g8/eWVguYIAev
Xqd0UtwCAQH4mlIY58da3Ceksh277GtIIXUsK0iAuGiVfoPjO8O9N74GSzf6qrTh
NRYQKLpJm2HlscDqG5uv0fgy+9qkU/dc7zyE+qmUasx58aN4jWhZpNHZwDKwxu9G
HyyK1I+GUm31exH/Gb1q68PytC+G9uhfCOX7hTc9MQOf2A89ZelPmTrsRpx/KDCi
BVUJQOZEmwqk6nRN/Tofnp5Pn6AYImb7465wen1XsMSa4FnQuPgw6vUXsz/LdqUG
wdAjOiNkZkgdrCYc/Prz5NrdMBFxxMCYxMXnkysItFcpUXCFOlmI5yb/nZcrdB6x
0VG/oe49gsNtdG/Sf40ORuhyVyyaLcFM/ucbJw/EkZv/AVULBuP83dAwcle04hpu
Ru23EIC/R7XT7I9AkGpcaEQY6+4Xk7upCt0xsx12pEt2oPBYZMp0rhVrgIDLplKY
XQXcJN6qq/YJT9LrrHVq
=ZwJ6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to