[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-fonts-devel] Bug#662930: ttf-freefont: FTBFS twice in a row



Package: ttf-freefont
Version: 20100919-1
Severity: normal

Hi,

the ttf-freefont package currently FTBFS if built twice in a row: this is
because the wrong debhelper rule is overridde in debian/rules. This is fixed in
the attached patch.

Additionally, there is a left-over file called nohup.out, which contains the
output of dpkg-source complaining that there is a left-over file called
nohup.out [sic!]. This file should get removed from the source dirctory.

 - Fabian



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (901, 'testing'), (501, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
--- ttf-freefont-20100919.orig/debian/rules
+++ ttf-freefont-20100919/debian/rules
@@ -2,9 +2,9 @@
 %:
 	dh $@
 
-override_dh_prep:
+override_dh_auto_clean:
 	-rm -fr TTF* OTF* udeb-sfd
-	dh_prep
+	dh_auto_clean
 
 override_dh_install:
 	chmod u+x debian/scripts/convertfonts.sh

Reply to: