Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package gtkrsync This package fixes #629729 (fix non installable build dependencies) NMU diff attached. unblock gtkrsync/1.0.4+nmu1 -- System Information: Debian Release: wheezy/sid Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
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-10-07 15:48:29.000000000 +0200 @@ -1,3 +1,14 @@ +gtkrsync (1.0.4+nmu1) unstable; urgency=low + + * Non-maintainer upload. + + [ Sebastian Ramacher ] + * debian/control: Update Build-Deps for GHC 7. (Closes: #629729). + * debian/rules: Replace unrecognized option --copy-prefix with --destdir and + pass the correct path. + + -- Christian Perrier <bubu...@debian.org> Sun, 07 Oct 2012 15:48:21 +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-10-07 15:48:00.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-10-07 15:48:00.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.