[Pkg-tcltk-commits] r1759 - blt/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Nov 25 10:49:22 UTC 2015


Author: sgolovan
Date: 2015-11-25 10:49:22 +0000 (Wed, 25 Nov 2015)
New Revision: 1759

Modified:
   blt/trunk/debian/changelog
   blt/trunk/debian/control
   blt/trunk/debian/rules
Log:
[blt]
  * Added the autotools-dev build dependency to replace the outdated
    config.guess and config.sub by newer ones.


Modified: blt/trunk/debian/changelog
===================================================================
--- blt/trunk/debian/changelog	2015-11-25 09:09:46 UTC (rev 1758)
+++ blt/trunk/debian/changelog	2015-11-25 10:49:22 UTC (rev 1759)
@@ -1,8 +1,9 @@
-blt (2.5.3+dfsg-3) UNRELEASED; urgency=medium
+blt (2.5.3+dfsg-3) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Added the autotools-dev build dependency to replace the outdated
+    config.guess and config.sub by newer ones.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 25 Nov 2015 12:09:44 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 25 Nov 2015 13:41:51 +0300
 
 blt (2.5.3+dfsg-2) unstable; urgency=medium
 

Modified: blt/trunk/debian/control
===================================================================
--- blt/trunk/debian/control	2015-11-25 09:09:46 UTC (rev 1758)
+++ blt/trunk/debian/control	2015-11-25 10:49:22 UTC (rev 1759)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Sergei Golovan <sgolovan at debian.org>
-Build-Depends: tk8.6-dev, debhelper (>= 9), dpkg-dev (>= 1.16.1), dh-autoreconf
+Build-Depends: tk8.6-dev, debhelper (>= 9), dpkg-dev (>= 1.16.1), autotools-dev, dh-autoreconf
 Standards-Version: 3.9.6
 Homepage: http://blt.sourceforge.net/
 

Modified: blt/trunk/debian/rules
===================================================================
--- blt/trunk/debian/rules	2015-11-25 09:09:46 UTC (rev 1758)
+++ blt/trunk/debian/rules	2015-11-25 10:49:22 UTC (rev 1759)
@@ -11,7 +11,7 @@
 dtmp = $(shell pwd)/debian/tmp
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autotools-dev,autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the Pkg-tcltk-commits mailing list