Skip to content

Commit

Permalink
Imported Debian patch 1.06-7
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann authored and SamB committed Feb 6, 2012
1 parent ce425a5 commit 829fce5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
tack (1.06-7) unstable; urgency=low

* Removing previous workaround, not required anymore since ncurses
5.6+20081012.

-- Daniel Baumann <daniel@debian.org> Sun, 19 Oct 2008 14:39:00 +0200

tack (1.06-6) unstable; urgency=low

* Correcting indenting in copyright file.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: tack
Section: misc
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 7), dpatch, autotools-dev, libncurses5-dev (>= 5.6+20071006-3)
Build-Depends: debhelper (>= 7), dpatch, autotools-dev, libncurses5-dev (>= 5.6+20081012)
Standards-Version: 3.8.0
Homepage: ftp://ftp.invisible-island.net/ncurses/
Vcs-Browser: http://git.debian.net/?p=debian/tack.git
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -31,13 +31,13 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif

CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man
CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs,-ltic" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man

build: build-stamp
build-stamp: config.status
dh_testdir

$(MAKE) LDFLAGS="-ltic -lncurses"
$(MAKE)

touch build-stamp

Expand Down

0 comments on commit 829fce5

Please sign in to comment.