diff -Nru libdca-0.0.5/debian/changelog libdca-0.0.5/debian/changelog --- libdca-0.0.5/debian/changelog 2011-04-13 14:46:59.000000000 +0000 +++ libdca-0.0.5/debian/changelog 2011-10-06 10:24:45.000000000 +0000 @@ -1,3 +1,10 @@ +libdca (0.0.5-5) unstable; urgency=low + + * Update my e-mail address in debian/control. + * Build with large file support where necessary (Closes: #639593). + + -- Fabian Greffrath Wed, 05 Oct 2011 14:52:45 +0200 + libdca (0.0.5-4) unstable; urgency=low * Team upload. diff -Nru libdca-0.0.5/debian/control libdca-0.0.5/debian/control --- libdca-0.0.5/debian/control 2011-04-13 14:44:35.000000000 +0000 +++ libdca-0.0.5/debian/control 2011-10-06 10:24:45.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Sam Hocevar (Debian packages) , - Fabian Greffrath + Fabian Greffrath Build-Depends: cdbs, debhelper (>= 5.0) Standards-Version: 3.9.2 diff -Nru libdca-0.0.5/debian/rules libdca-0.0.5/debian/rules --- libdca-0.0.5/debian/rules 2011-04-13 14:44:26.000000000 +0000 +++ libdca-0.0.5/debian/rules 2011-10-06 10:24:45.000000000 +0000 @@ -1,5 +1,9 @@ #!/usr/bin/make -f +CFLAGS += $(shell getconf LFS_CFLAGS) +LDFLAGS += $(shell getconf LFS_LDFLAGS) +export CFLAGS LDFLAGS + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk