tag 595880 +patch
bye

The patch aatached fixes the FTBFS. I will test the resulting package
for a couple days before asking release for permission to upload to
testing-proposed-updates.

-- 
Rodrigo Gallardo
diff --git a/debian/control b/debian/control
index f6a7a46..a0077ed 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: gettext (>= 0.10.37), debhelper (>= 5.0.0), 
libxinerama-dev,
  libesd0-dev, rep-gtk (>= 1:0.18.3), libgmp3-dev (>= 4.1.4-8),
  texinfo (<< 4.11) | texinfo (>= 4.11.dfsg.1-3), 
  libgtk2.0-dev (>= 2.6), libxrender-dev, libxext-dev, libxt-dev,
- autotools-dev, automake1.10, quilt (>=0.40), librep-dev (>= 0.17.3),
+ autotools-dev, automake1.10, quilt (>=0.40), librep-dev (>= 0.17.3), rep,
  libtool
 Vcs-Browser: http://git.debian.org/?p=collab-maint/sawfish.git
 Vcs-Git: git://git.debian.org/git/collab-maint/sawfish.git
@@ -16,7 +16,7 @@ Homepage: http://sawfish.wikia.com/
 
 Package: sawfish
 Architecture: any
-Depends: ${shlibs:Depends}, rep-gtk (>= 0.18.4), gnome-terminal | 
x-terminal-emulator, sawfish-data (= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, rep, rep-gtk (>= 0.18.4), 
gnome-terminal | x-terminal-emulator, sawfish-data (= ${source:Version})
 Suggests: menu, gnome-control-center, yelp
 Provides: x-window-manager
 Replaces: sawfish-lisp-source (<= 0.38-6), sawfish2
@@ -29,7 +29,7 @@ Description: a window manager for X11
 
 Package: sawfish-dbg
 Architecture: any
-Depends: sawfish (= ${binary:Version})
+Depends: ${misc:Depends}, sawfish (= ${binary:Version})
 Recommends: sawfish-lisp-source
 Section: debug
 Priority: extra
@@ -42,6 +42,7 @@ Description: sawfish debugging symbols
 
 Package: sawfish-data
 Architecture: all
+Depends: ${misc:Depends}
 Replaces: sawfish (<= 1:1.3+cvs20060518-2)
 Conflicts: sawfish (<= 1:1.3+cvs20060518-2)
 Description: sawfish architecture independent data
@@ -53,6 +54,7 @@ Description: sawfish architecture independent data
 
 Package: sawfish-lisp-source
 Architecture: all
+Depends: ${misc:Depends}
 Description: sawfish lisp files
  This package contains the lisp source files in case you want to modify,
  study or debug the behaviour of the window manager.

Reply via email to