I have tested this on Ubuntu Karmic 9.10 amd64 and it builds nicely. I followed the steps Robert highlighted earlier:
git clone git://git.debian.org/collab-maint/fuppes.git cd fuppes/ git-buildpackage --git-ignore-new These build and install correctly. I would only add that I got errors without libexiv2-dev installed, so I added it to debian/control - Here's my patch on top of commit 60dc5a54927cb73a3d74bb9f857491c7182e19b3 diff --git a/debian/control b/debian/control index 6fa5cc8..e2601e4 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: debhelper (>= 7), autotools-dev, libmad0-dev, libmpeg4ip-dev, libmp4v2-dev, + libexiv2-dev, devtodo Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/collab-maint/fuppes.git -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org