rev 19606 - kde-extras/icecream/trunk/debian

Pino Toscano pino at alioth.debian.org
Tue Jun 4 15:55:31 UTC 2013


Author: pino
Date: 2013-06-04 15:55:31 +0000 (Tue, 04 Jun 2013)
New Revision: 19606

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/control
   kde-extras/icecream/trunk/debian/rules
Log:
update config.guess and config.sub during build

- add the autotools-dev build dependency
- use the autotools_dev dh addon


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2013-06-04 15:53:17 UTC (rev 19605)
+++ kde-extras/icecream/trunk/debian/changelog	2013-06-04 15:55:31 UTC (rev 19606)
@@ -54,6 +54,9 @@
   * Fix typo in the icecc-create-env man page.
   * Since icerun is a symlink to icecc, create a symlink to the icecc man page
     as man page for icerun.
+  * Update config.guess and config.sub during build:
+    - add the autotools-dev build dependency
+    - use the autotools_dev dh addon
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 23 May 2013 20:48:57 +0200
 

Modified: kde-extras/icecream/trunk/debian/control
===================================================================
--- kde-extras/icecream/trunk/debian/control	2013-06-04 15:53:17 UTC (rev 19605)
+++ kde-extras/icecream/trunk/debian/control	2013-06-04 15:55:31 UTC (rev 19606)
@@ -4,6 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> 
 Uploaders: Fathi Boudra <fabo at debian.org>, Mark Purcell <msp at debian.org>
 Build-Depends: debhelper (>= 9),
+ autotools-dev,
  docbook2x, docbook-to-man, docbook-xml,
  libdevstat-dev [kfreebsd-any]
 Homepage: http://en.opensuse.org/Icecream

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2013-06-04 15:53:17 UTC (rev 19605)
+++ kde-extras/icecream/trunk/debian/rules	2013-06-04 15:55:31 UTC (rev 19606)
@@ -6,7 +6,7 @@
 export V=1
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_clean:
 	dh_auto_clean




More information about the pkg-kde-commits mailing list