tag 464264 patch thanks Lucas Nussbaum <[EMAIL PROTECTED]> (06/02/2008): > Package: fortunes-es > version: 1.27 > Severity: serious > User: [EMAIL PROTECTED] > Usertags: qa-ftbfs-20080205 qa-ftbfs > Justification: FTBFS on i386
Hi, please find attached a patch for this bug. I don't plan to NMU that one. Note that S-V is really ancient, and that there's still room for improvement. Cheers, -- Cyril Brulebois
diff --git a/debian/changelog b/debian/changelog
index 18c4af0..972824a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+fortunes-es (1.27-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Merge Depends fields in a single one for the fortunes-es-off package
+ to fix FTBFS (Closes: #464264).
+ * Move debhelper from B-D-I to B-D, since it's needed for “clean”.
+ * No longer ignore “make clean” errors (by removing the dash).
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]> Fri, 29 Feb 2008 05:13:28 +0100
+
fortunes-es (1.27) unstable; urgency=low
* Added some more computer-related quotes
diff --git a/debian/control b/debian/control
index 87a52b6..00ef3bf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: fortunes-es
Section: games
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper, fortune-mod, recode
+Build-Depends: debhelper
+Build-Depends-Indep: fortune-mod, recode
Standards-Version: 3.1.0
Package: fortunes-es
@@ -16,9 +17,8 @@ Description: Spanish fortune database
Package: fortunes-es-off
Architecture: all
-Depends: fortune-mod
+Depends: fortune-mod, fortunes-es
Provides: fortune-cookie-db
-Depends: fortunes-es
Replaces: fortunes-es-pic
Description: Spanish fortune cookies (Offensive section)
A collection of mostly offensive Spanish fortune cookies, from various
sources.
diff --git a/debian/rules b/debian/rules
index 3425347..445a72b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ clean:
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ $(MAKE) clean
dh_clean
signature.asc
Description: Digital signature

