--- httpfs2-0.1.4.orig/Makefile +++ httpfs2-0.1.4/Makefile @@ -20,10 +20,10 @@ all: $(targets) httpfs2: httpfs2.c - $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) httpfs2.c -o httpfs2 + $(CC) $(CPPFLAGS) $(CFLAGS) httpfs2.c $(LDFLAGS) -o httpfs2 httpfs2_ssl: httpfs2.c - $(CC) $(CPPFLAGS) $(THR_CPPFLAGS) $(SSL_CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(THR_LDFLAGS) $(SSL_LDFLAGS) httpfs2.c -o httpfs2_ssl + $(CC) $(CPPFLAGS) $(THR_CPPFLAGS) $(SSL_CPPFLAGS) $(CFLAGS) httpfs2.c $(LDFLAGS) $(THR_LDFLAGS) $(SSL_LDFLAGS) -o httpfs2_ssl httpfs2_ssl.1: httpfs2.1 ln -sf httpfs2.1 httpfs2_ssl.1 --- httpfs2-0.1.4.orig/debian/changelog +++ httpfs2-0.1.4/debian/changelog @@ -1,3 +1,15 @@ +httpfs2 (0.1.4-1ubuntu2) saucy; urgency=low + + * Depend on the new package name: fuse-utils is renamed to fuse. + + -- Dmitrijs Ledkovs Tue, 28 May 2013 16:17:17 +0100 + +httpfs2 (0.1.4-1ubuntu1) oneiric; urgency=low + + * Fix FTBFS with ld --as-needed. LP: #771122. + + -- Matthias Klose Thu, 15 Sep 2011 13:16:13 +0200 + httpfs2 (0.1.4-1) unstable; urgency=low * New upstream release: --- httpfs2-0.1.4.orig/debian/control +++ httpfs2-0.1.4/debian/control @@ -1,7 +1,8 @@ Source: httpfs2 Section: web Priority: extra -Maintainer: Michal Suchanek +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Michal Suchanek Build-Depends: debhelper (>= 7.0.50~), asciidoc, xmlto, @@ -12,7 +13,7 @@ Package: httpfs2 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: fuse-utils +Recommends: fuse Description: FUSE filesystem for mounting files from http servers httpfs2 is a FUSE based filesystem for mounting http or https URLS as files in the filesystem. There is no notion of listable directories in http so only a