Dear maintainer,

I've prepared an NMU for csync2 (versioned as 1.34-2.1) and uploaded
it to DELAYED/7. Please feel free to tell me if I should delay it
longer.

Regards.
Kumar
-- 
Kumar Appaiah
diff -u csync2-1.34/debian/changelog csync2-1.34/debian/changelog
--- csync2-1.34/debian/changelog
+++ csync2-1.34/debian/changelog
@@ -1,3 +1,11 @@
+csync2 (1.34-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Alter configure script and control to use pkg-config
+    to find the gnutls version. (Closes: #529819)
+
+ -- Kumar Appaiah <aku...@debian.org>  Sat, 22 Aug 2009 23:58:17 -0500
+
 csync2 (1.34-2) unstable; urgency=low
 
   * New maintainers. (closes: #500351)
diff -u csync2-1.34/debian/control csync2-1.34/debian/control
--- csync2-1.34/debian/control
+++ csync2-1.34/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian HA Maintainers <debian-ha-maintain...@lists.alioth.debian.org>
 Uploaders: Norbert Tretkowski <no...@debian.org>
-Build-Depends: debhelper (>= 4.0.0), librsync-dev, libsqlite0-dev, libgnutls-dev, bison, flex
+Build-Depends: debhelper (>= 4.0.0), librsync-dev, libsqlite0-dev, libgnutls-dev, bison, flex, pkg-config
 Standards-Version: 3.8.0
 
 Package: csync2
diff -u csync2-1.34/debian/rules csync2-1.34/debian/rules
--- csync2-1.34/debian/rules
+++ csync2-1.34/debian/rules
@@ -21,7 +21,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	./configure
+	LIBGNUTLS_CONFIG="/usr/bin/pkg-config gnutls" ./configure
 	touch configure-stamp
 
 build: build-stamp
only in patch2:
unchanged:
--- csync2-1.34.orig/configure
+++ csync2-1.34/configure
@@ -3836,7 +3836,7 @@
   else
     LIBGNUTLS_CFLAGS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --cflags`
     LIBGNUTLS_LIBS=`$LIBGNUTLS_CONFIG $libgnutls_config_args --libs`
-    libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --version`
+    libgnutls_config_version=`$LIBGNUTLS_CONFIG $libgnutls_config_args --modversion`
 
 
       ac_save_CFLAGS="$CFLAGS"

Reply via email to