Package: gnome-schedule
Version: 2.1.1-3
Severity: wishlist
Tags: patch

The package FTBFS from source if I run autoreconf after the
./debian/rules patch target.

The autoreconf fails like so:

  Makefile.am:14: blank line following trailing backslash
  autoreconf: automake failed with exit status: 1

This is a minor developer usability issue, since additional patching on
"configury" will not allow to successfully run autoreconf.

The culprit is the existing configury patch which introduces a trailing
backslash.

I'm attaching a patch to fix this issue, originated by chr...@fsfe.org.

Attachment: pgpsCqHtYUUPZ.pgp
Description: PGP signature

=== modified file 'debian/patches/03_distclean.dpatch' (properties changed: -x to +x)
--- debian/patches/03_distclean.dpatch	2009-11-08 17:17:39 +0000
+++ debian/patches/03_distclean.dpatch	2010-12-13 22:32:01 +0000
@@ -5,14 +5,14 @@
 ## DP: don't remove gnome-doc-utils.make in the distclean target.
 
 @DPATCH@
-diff -urNad gnome-schedule-2.0.2~/Makefile.am gnome-schedule-2.0.2/Makefile.am
 --- gnome-schedule-2.0.2~/Makefile.am	2007-12-21 08:30:24.000000000 -0500
 +++ gnome-schedule-2.0.2/Makefile.am	2008-03-09 22:49:35.000000000 -0500
 @@ -11,7 +11,6 @@
  	intltool-merge		\
  	intltool-update		\
- 	po/.intltool-merge-cache \
+-	po/.intltool-merge-cache \
 -	gnome-doc-utils.make
++	po/.intltool-merge-cache
  
  EXTRA_DIST = \
  	gnome-doc-utils.make \
@@ -22,8 +22,9 @@
 @@ -239,7 +239,6 @@
  	intltool-merge		\
  	intltool-update		\
- 	po/.intltool-merge-cache \
+-	po/.intltool-merge-cache \
 -	gnome-doc-utils.make
++	po/.intltool-merge-cache
  
  EXTRA_DIST = \
  	gnome-doc-utils.make \

--
With best regards,

Dmitrijs.

Reply via email to