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 diff -u pacman4console-1.2/debian/control pacman4console-1.2/debian/control --- pacman4console-1.2/debian/control +++ pacman4console-1.2/debian/control @@ -1,7 +1,8 @@ Source: pacman4console Section: games Priority: extra -Maintainer: Joao Eriberto Mota Filho +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Joao Eriberto Mota Filho Build-Depends: debhelper (>= 5), libncurses5-dev, dpatch Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/unstable/pacman4console diff -u pacman4console-1.2/debian/changelog pacman4console-1.2/debian/changelog --- pacman4console-1.2/debian/changelog +++ pacman4console-1.2/debian/changelog @@ -1,3 +1,10 @@ +pacman4console (1.2-2ubuntu1) oneiric; urgency=low + + * debian/patches/01_change_Makefile.dpatch: change linker order to fix + FTBFS (LP: #771002) + + -- Alex Chiang Mon, 12 Sep 2011 22:34:16 -0600 + pacman4console (1.2-2) unstable; urgency=low * Cleaned debian/rules file.