[Pkg-libvirt-commits] [gtk-vnc] 01/01: Imported Debian patch 0.5.3-1.2

Guido Guenther agx at moszumanska.debian.org
Mon Oct 13 05:49:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch master
in repository gtk-vnc.

commit 28c78c4a95c7ed0a7a3e46c253ccf56abf15e681
Author: Andreas Metzler <ametzler at debian.org>
Date:   Sat Aug 30 19:12:31 2014 +0200

    Imported Debian patch 0.5.3-1.2
---
 debian/changelog            | 17 +++++++++++++++++
 debian/control              | 10 ++++++----
 debian/rules                |  2 +-
 debian/source/local-options |  1 -
 4 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c58332a..8768b41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+gtk-vnc (0.5.3-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Upload to unstable.
+  * Use dh-autoreconf (Patch by Breno Leitao). Closes: #746403
+
+ -- Andreas Metzler <ametzler at debian.org>  Sat, 30 Aug 2014 19:12:31 +0200
+
+gtk-vnc (0.5.3-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Change (build-)dependencies from libgnutls-dev to libgnutls28-dev and add
+    a build-dependency on libgcrypt20-dev. Closes: #745946
+  * Upload to experimental to test buildability.
+
+ -- Andreas Metzler <ametzler at debian.org>  Fri, 15 Aug 2014 15:24:38 +0200
+
 gtk-vnc (0.5.3-1) unstable; urgency=medium
 
   * [66e3bf7] Imported Upstream version 0.5.3
diff --git a/debian/control b/debian/control
index 322a892..8d80da1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,11 @@ Standards-Version: 3.9.5
 Build-Depends:
  debhelper (>= 7.0.50~),
  python-dev,
- libgnutls-dev (>= 1.4.0),
+ libgnutls28-dev,
+ libgcrypt20-dev,
  libcairo2-dev,
  autotools-dev,
+ dh-autoreconf,
  libffi-dev,
  libsasl2-dev,
  intltool,
@@ -72,7 +74,7 @@ Section: libdevel
 Depends: ${misc:Depends},
  libgvnc-1.0-0 (= ${binary:Version}),
  libglib2.0-dev,
- libgnutls-dev (>= 1.4.0),
+ libgnutls28-dev,
  libcairo2-dev (>= 1.2.0)
 Replaces: libgtk-vnc-1.0-dev (<= 0.4.3-1)
 Description: VNC GObject wrapper (development files)
@@ -125,7 +127,7 @@ Depends: ${misc:Depends},
  libgtk-vnc-1.0-0 (= ${binary:Version}),
  libgvnc-1.0-dev (= ${binary:Version}),
  libgtk2.0-dev (>= 2.0),
- libgnutls-dev (>= 1.4.0),
+ libgnutls28-dev,
  libcairo2-dev (>= 1.2.0)
 Description: VNC viewer widget for GTK+2 (development files)
  It is built using coroutines, allowing it to be completely asynchronous while
@@ -178,7 +180,7 @@ Depends: ${misc:Depends},
  libgtk-vnc-2.0-0 (= ${binary:Version}),
  gir1.2-gtk-vnc-2.0 (= ${binary:Version}),
  libgtk-3-dev,
- libgnutls-dev (>= 1.4.0),
+ libgnutls28-dev,
  libcairo2-dev (>= 1.2.0)
 Description: VNC viewer widget for GTK+3 (development files)
  It is built using coroutines, allowing it to be completely asynchronous while
diff --git a/debian/rules b/debian/rules
index 6375ccb..7ccecc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #! /usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -B build/gtk2 -- --with-gtk=2.0 \
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index 4aceb10..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1 +0,0 @@
-unapply-patches

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/gtk-vnc.git



More information about the Pkg-libvirt-commits mailing list