Dear maintainer,

I've prepared an NMU for guile-pg (versioned as 0.16-4.2) and uploaded
it to DELAYED/3. This fixes the info dir.gz problem which made the
previous NMU REJECTED. Please feel free to tell me if I should delay
it longer.

Regards.

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /    Campaign   : CaCert Assurer
 X   against HTML : Debian Developer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/
diff -u guile-pg-0.16/debian/changelog guile-pg-0.16/debian/changelog
--- guile-pg-0.16/debian/changelog
+++ guile-pg-0.16/debian/changelog
@@ -1,3 +1,13 @@
+guile-pg (0.16-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use patch by Hideki Yamane <henr...@debian.or.jp>
+  * debian/control
+    - add "Build-Depends: libltdl-dev" to fix FTBFS (Closes: #562313) 
+  * Update config.{guess,sub}
+
+ -- Christoph Egger <christ...@debian.org>  Tue, 27 Jul 2010 14:02:28 +0200
+
 guile-pg (0.16-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u guile-pg-0.16/debian/control guile-pg-0.16/debian/control
--- guile-pg-0.16/debian/control
+++ guile-pg-0.16/debian/control
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <sam+...@zoy.org>
-Build-Depends: debhelper (>> 4.0), quilt, libpq-dev, guile-1.6-dev, texinfo
+Build-Depends: debhelper (>> 4.0), quilt, libpq-dev, guile-1.6-dev, texinfo, libltdl-dev, autotools-dev (>= 20100122.1~)
 Standards-Version: 3.7.2
 
 Package: guile-pg
diff -u guile-pg-0.16/debian/rules guile-pg-0.16/debian/rules
--- guile-pg-0.16/debian/rules
+++ guile-pg-0.16/debian/rules
@@ -10,6 +10,7 @@
 configure-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	dh_autotools-dev_updateconfig
 	touch configure.in \
 	&& touch aclocal.m4 \
 	&& touch configure \
@@ -30,6 +31,7 @@
 	rm -f build-stamp configure-stamp
 	-$(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	dh_autotools-dev_restoreconfig
 	dh_clean
 
 install: build
@@ -38,6 +40,7 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/guile-pg
+	rm $(CURDIR)/debian/guile-pg/usr/share/info/dir*
 
 # Build architecture-independent files here.
 binary-indep: build install

Reply via email to