Bump version. Closes #1241, #1243 and #1248

This commit is contained in:
Peter Korsgaard 2007-03-05 11:06:58 +00:00
parent 149ea99509
commit b913a04c60
2 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@
libcommunicate_la_SOURCES = communicate.c libcommunicate_la_SOURCES = communicate.c
--- fakeroot/Makefile.in.orig 2006-04-19 11:50:43.000000000 -0600 --- fakeroot/Makefile.in.orig 2006-04-19 11:50:43.000000000 -0600
+++ fakeroot/Makefile.in 2006-04-19 11:51:21.000000000 -0600 +++ fakeroot/Makefile.in 2006-04-19 11:51:21.000000000 -0600
@@ -214,7 +214,7 @@ @@ -230,7 +230,7 @@
target_os = @target_os@ top_builddir = @top_builddir@
target_vendor = @target_vendor@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
-SUBDIRS = scripts doc test -SUBDIRS = scripts doc test
+SUBDIRS = scripts test +SUBDIRS = scripts test

View File

@ -3,7 +3,7 @@
# fakeroot # fakeroot
# #
############################################################# #############################################################
FAKEROOT_VERSION:=1.5.12 FAKEROOT_VERSION:=1.6.4
FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
FAKEROOT_SITE:=http://ftp.debian.org/debian/pool/main/f/fakeroot FAKEROOT_SITE:=http://ftp.debian.org/debian/pool/main/f/fakeroot
FAKEROOT_CAT:=$(ZCAT) FAKEROOT_CAT:=$(ZCAT)