[Pkg-libiptcdata-commits] r41 - trunk/debian

Ian Wienand ianw at alioth.debian.org
Mon Jun 25 23:06:17 UTC 2012


Author: ianw
Date: 2012-06-25 23:06:16 +0000 (Mon, 25 Jun 2012)
New Revision: 41

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Fix 666380


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2011-09-15 04:14:09 UTC (rev 40)
+++ trunk/debian/changelog	2012-06-25 23:06:16 UTC (rev 41)
@@ -1,3 +1,10 @@
+libiptcdata (1.0.4-3) unstable; urgency=low
+
+  * Incorporate patch for docbook manpage generation from Sebastian
+    Ramacher <s.ramacher at gmx.at>.  Thanks Sebastian! (Closes: #666380)
+
+ -- Ian Wienand <ianw at debian.org>  Mon, 25 Jun 2012 15:50:06 -0700
+
 libiptcdata (1.0.4-2) unstable; urgency=low
 
   * Move to dh_python2 (Closes: #616864)

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2011-09-15 04:14:09 UTC (rev 40)
+++ trunk/debian/rules	2012-06-25 23:06:16 UTC (rev 41)
@@ -55,6 +55,8 @@
 
 build/python-iptcdata:: $(addprefix build-stamp-, $(PY_VERSIONS))
 
+build/libiptcdata-bin:: docbook-manpage
+
 install-stamp-%:
 	make -C build-$* install DESTDIR=$(CURDIR)/debian/tmp
 	touch $@




More information about the Pkg-libiptcdata-commits mailing list