tags 629729 + patch
thanks

On 08/06/11 17:18, Lucas Nussbaum wrote:
>> The following packages have unmet dependencies:
>>  sbuild-build-depends-gtkrsync-dummy : Depends: libghc6-unix-dev but it is 
>> not installable
>> E: Broken packages

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -Nru gtkrsync-1.0.4/debian/changelog gtkrsync-1.0.4+nmu1/debian/changelog
--- gtkrsync-1.0.4/debian/changelog	2010-02-19 18:06:10.000000000 +0100
+++ gtkrsync-1.0.4+nmu1/debian/changelog	2012-04-08 20:29:35.000000000 +0200
@@ -1,3 +1,12 @@
+gtkrsync (1.0.4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Update Build-Deps for GHC 7. (Closes: #629729).
+  * debian/rules: Replace unrecognized option --copy-prefix with --destdir and
+    pass the correct path.
+
+ -- Sebastian Ramacher <s.ramac...@gmx.at>  Sun, 08 Apr 2012 20:26:36 +0200
+
 gtkrsync (1.0.4) unstable; urgency=low
 
   * New upstream release with updated documentation for rsync 3.0.
diff -Nru gtkrsync-1.0.4/debian/control gtkrsync-1.0.4+nmu1/debian/control
--- gtkrsync-1.0.4/debian/control	2008-03-21 14:35:46.000000000 +0100
+++ gtkrsync-1.0.4+nmu1/debian/control	2012-04-08 20:24:30.000000000 +0200
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: John Goerzen <jgoer...@complete.org>
-Build-Depends: debhelper (>= 5), ghc6, libghc6-missingh-dev, libghc6-gtk-dev, libghc6-glade-dev, libghc6-gconf-dev, gtk-doc-tools, sgml2x, docbook-utils, jade, scons, xpdf-utils, lynx, libghc6-unix-dev
+Build-Depends: debhelper (>= 5), ghc, libghc-missingh-dev, libghc-gtk-dev, libghc-glade-dev, libghc-gconf-dev, gtk-doc-tools, sgml2x, docbook-utils, jade, scons, xpdf-utils, lynx, libghc-unix-dev
 Standards-Version: 3.7.2
 Vcs-Git: git://git.complete.org/gtkrsync
 Vcs-Browser: http://git.complete.org/gtkrsync
diff -Nru gtkrsync-1.0.4/debian/rules gtkrsync-1.0.4+nmu1/debian/rules
--- gtkrsync-1.0.4/debian/rules	2008-03-21 14:33:18.000000000 +0100
+++ gtkrsync-1.0.4+nmu1/debian/rules	2012-04-08 20:14:05.000000000 +0200
@@ -58,7 +58,7 @@
 
 	# Add here commands to install the package into debian/gtkrsync.
 	#$(MAKE) DESTDIR=$(CURDIR)/debian/gtkrsync install
-	./setup copy --copy-prefix=`pwd`/debian/gtkrsync/usr
+	./setup copy --destdir=`pwd`/debian/gtkrsync
 
 
 # Build architecture-independent files here.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to