Browse Source

Update config.{sub,guess} using dh_autotools-dev_updateconfig

Build-depend on autotools-dev
Axel Beckert 10 years ago
parent
commit
adf39a6c3b
3 changed files with 6 additions and 2 deletions
  1. 3 0
      debian/changelog
  2. 2 1
      debian/control
  3. 1 1
      debian/rules

+ 3 - 0
debian/changelog

@@ -5,6 +5,9 @@ mssh (1.2-4) UNRELEASED; urgency=low
     CFLAGS, too, to avoid similar FTBFS, at least while the package is
     orphaned.
   * Apply wrap-and-sort
+  * Update config.{sub,guess} using dh_autotools-dev_updateconfig to avoid
+    FTBFS due to outdated config.{sub,guess}.
+    + Build-depend on autotools-dev
 
  -- Axel Beckert <[email protected]>  Sun, 30 Jun 2013 11:45:01 +0200
 

+ 2 - 1
debian/control

@@ -2,7 +2,8 @@ Source: mssh
 Section: admin
 Priority: optional
 Maintainer: Debian QA Group <[email protected]>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: autotools-dev,
+               debhelper (>= 9~),
                libgconf2-dev,
                libgtk2.0-dev,
                libvte-dev

+ 1 - 1
debian/rules

@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autotools-dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-gconf-schema-file-dir=/usr/share/gconf/schemas