Package: pacman4console Version: 1.2-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: * debian/patches/01_change_Makefile.dpatch: change linker order to fix FTBFS (LP: #771002) Thanks for considering the patch. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-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 -u pacman4console-1.2/debian/patches/01_change_Makefile.dpatch pacman4console-1.2/debian/patches/01_change_Makefile.dpatch --- pacman4console-1.2/debian/patches/01_change_Makefile.dpatch +++ pacman4console-1.2/debian/patches/01_change_Makefile.dpatch @@ -5,12 +5,15 @@ ## DP: Make Makefile compliant with FHS. @DPATCH@ -diff -urNad pacman4console-1.2~/Makefile pacman4console-1.2/Makefile ---- pacman4console-1.2~/Makefile 2007-07-09 01:05:30.000000000 -0300 -+++ pacman4console-1.2/Makefile 2007-07-09 01:11:33.000000000 -0300 -@@ -2,16 +2,15 @@ - gcc -lncurses pacman.c -o pacman - gcc -lncurses pacmanedit.c -o pacmanedit +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pacman4console-1.2~/Makefile pacman4console-1.2/Makefile +--- pacman4console-1.2~/Makefile 2006-12-13 21:52:19.000000000 -0700 ++++ pacman4console-1.2/Makefile 2011-09-12 22:34:09.084921658 -0600 +@@ -1,17 +1,16 @@ + all: +- gcc -lncurses pacman.c -o pacman +- gcc -lncurses pacmanedit.c -o pacmanedit ++ gcc pacman.c -o pacman -lncurses ++ gcc pacmanedit.c -o pacmanedit -lncurses -install: all - cp pacman /usr/local/bin