Control: tags 746403 pending
Control: tags 745946 pending

Hello,

Find attached the patch for my NMU versioned 0.5.3-1.2 which I have
just uploaded to delayed/5. Please feel free to tell me if I
should delay it longer.

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -NurBbp a/debian/changelog b/debian/changelog
--- a/debian/changelog	2014-05-04 02:34:31.000000000 +0200
+++ b/debian/changelog	2014-08-30 19:12:43.000000000 +0200
@@ -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 <[email protected]>  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 <[email protected]>  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 -NurBbp a/debian/control b/debian/control
--- a/debian/control	2014-05-04 01:52:36.000000000 +0200
+++ b/debian/control	2014-08-30 19:12:52.000000000 +0200
@@ -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 -NurBbp a/debian/rules b/debian/rules
--- a/debian/rules	2013-03-09 23:58:44.000000000 +0100
+++ b/debian/rules	2014-08-30 19:12:52.000000000 +0200
@@ -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 \

Reply via email to