Author: tille
Date: 2011-12-15 08:14:14 +0000 (Thu, 15 Dec 2011)
New Revision: 8968

Modified:
   trunk/packages/libtecla/trunk/debian/changelog
   trunk/packages/libtecla/trunk/debian/rules
Log:
Next try to close kfreebsd FTBFS


Modified: trunk/packages/libtecla/trunk/debian/changelog
===================================================================
--- trunk/packages/libtecla/trunk/debian/changelog      2011-12-14 17:37:55 UTC 
(rev 8967)
+++ trunk/packages/libtecla/trunk/debian/changelog      2011-12-15 08:14:14 UTC 
(rev 8968)
@@ -1,3 +1,11 @@
+libtecla (1.6.1-5) unstable; urgency=low
+
+  * debian/rules: Another patch provided by Petr Salinger
+    <[email protected]> which hopefully finally
+    Closes: #621887
+
+ -- Andreas Tille <[email protected]>  Thu, 15 Dec 2011 09:05:24 +0100
+
 libtecla (1.6.1-4) unstable; urgency=low
 
   * debian/patches/kfreebsd+hurd.patch:

Modified: trunk/packages/libtecla/trunk/debian/rules
===================================================================
--- trunk/packages/libtecla/trunk/debian/rules  2011-12-14 17:37:55 UTC (rev 
8967)
+++ trunk/packages/libtecla/trunk/debian/rules  2011-12-15 08:14:14 UTC (rev 
8968)
@@ -3,12 +3,16 @@
 export DH_VERBOSE=1
 
 %:
-       dh $@ --with autotools-dev
+       dh $@ --with autotools_dev
 
 pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
 name := $(pkg)
 version=$(shell dpkg-parsechangelog | awk '/^Version/ { print $2 }' | cut -d- 
-f1 )
 
+override_dh_auto_clean:
+       dh_autotools-dev_updateconfig
+       dh_auto_clean
+
 override_dh_install:
        dh_install
        # Call d-shlibmove to comply with library packaging guide


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to