Package: itools
Version: 1.0-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Makefile.in: Correct libs placement in linking. Fixes FTBFS.
    (LP: #770840)


Note: I mistakenly forgot to correct the DEP patch headers. I've
gone through it and completed some of the fields. Thanks for considering
the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru itools-1.0/debian/patches/debian-changes-1.0-2ubuntu1 itools-1.0/debian/patches/debian-changes-1.0-2ubuntu1
--- itools-1.0/debian/patches/debian-changes-1.0-2ubuntu1	1969-12-31 19:00:00.000000000 -0500
+++ itools-1.0/debian/patches/debian-changes-1.0-2ubuntu1	2011-09-14 17:24:44.000000000 -0400
@@ -0,0 +1,48 @@
+Description: Fix libs placement for linking ; FTBFS with gcc-4.6
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ itools (1.0-2ubuntu1) oneiric; urgency=low
+ .
+   * Makefile.in: Correct libs placement in linking. Fixes FTBFS.
+     (LP: #770840)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Daniel T Chen <crim...@ubuntu.com>
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/770840
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: Ubuntu
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/770840
+Forwarded: no
+Reviewed-By: Daniel T Chen <crim...@ubuntu.com>
+Last-Update: 2011-09-14
+
+--- itools-1.0.orig/Makefile.in
++++ itools-1.0/Makefile.in
+@@ -16,15 +16,15 @@ all: $(PROGRAMS)
+ 
+ ical: ical.c
+ 	@echo "==> Building ical..."
+-	$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) ical.c -o ical
++	$(CC) $(CFLAGS) $(LDFLAGS) ical.c $(LIBS) -o ical
+ 
+ idate: idate.c
+ 	@echo "==> Building idate..."
+-	$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) idate.c -o idate
++	$(CC) $(CFLAGS) $(LDFLAGS) idate.c $(LIBS) -o idate
+ 
+ ipraytime: ipraytime.c
+ 	@echo "==> Building ipraytime..."
+-	$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) ipraytime.c -o ipraytime
++	$(CC) $(CFLAGS) $(LDFLAGS) ipraytime.c $(LIBS) -o ipraytime
+ 
+ static: ical.c idate.c ipraytime.c
+ 	$(CC) $(CFLAGS) $(LDFLAGS) ipraytime.c -o ipraytime -static $(LIBS)
diff -Nru itools-1.0/debian/patches/series itools-1.0/debian/patches/series
--- itools-1.0/debian/patches/series	2010-02-06 06:08:43.000000000 -0500
+++ itools-1.0/debian/patches/series	2011-09-14 17:22:10.000000000 -0400
@@ -1 +1,2 @@
 01_manpages.diff
+debian-changes-1.0-2ubuntu1

Reply via email to