diff -Nru lv2vocoder-1/debian/changelog lv2vocoder-1/debian/changelog --- lv2vocoder-1/debian/changelog 2010-06-03 02:54:33.000000000 +0100 +++ lv2vocoder-1/debian/changelog 2010-06-05 01:42:08.000000000 +0100 @@ -1,4 +1,4 @@ -lv2vocoder (1-1ubuntu1~ppa4) lucid; urgency=low +lv2vocoder (1-1ubuntu1~ppa5) lucid; urgency=low * build for lucid diff -Nru lv2vocoder-1/debian/control lv2vocoder-1/debian/control --- lv2vocoder-1/debian/control 2010-06-03 02:54:20.000000000 +0100 +++ lv2vocoder-1/debian/control 2010-06-05 00:38:39.000000000 +0100 @@ -2,12 +2,10 @@ Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers -Uploaders: Scott Lavender -Build-Depends: cdbs, debhelper (>= 7), pkg-config, - lv2core, libslv2-dev, libgtk2.0-dev, python-gtk2-dev, libjack-dev, - libcairomm-1.0-dev, liblv2dynparam1-dev, libcairomm-1.0-dev, libgtkmm-2.4-dev, - liblash2, liblash-dev, pkg-config, python-lash, libasound-dev, libdbus-1-dev, libdbus-glib-1-dev, - libdbus-c++-dev, libdbusmenu-glib-dev, libdbusmenu-gtk-dev +Uploaders: Alessio Treglia , Scott Lavender +Build-Depends: debhelper (>= 7.0.50~), + pkg-config, + lv2core Vcs-Git: git://git.debian.org/git/pkg-multimedia/lv2vocoder.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2vocoder.git Standards-Version: 3.8.4 diff -Nru lv2vocoder-1/debian/rules lv2vocoder-1/debian/rules --- lv2vocoder-1/debian/rules 2010-02-05 13:41:06.000000000 +0000 +++ lv2vocoder-1/debian/rules 2010-06-01 11:24:07.000000000 +0100 @@ -1,15 +1,9 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk +LDFLAGS+=-Wl,--as-needed -export LV2_INSTALL_PATH=$(CURDIR)/debian/lv2vocoder/usr/lib/lv2 +%: + dh --buildsystem=makefile $@ -build: - make - -common-install-arch:: - mkdir -p $(CURDIR)/debian/lv2vocoder/usr/lib/lv2 - make install DESTDIR=$(CURDIR)/debian/lv2vocoder - -clean:: - make clean +override_dh_auto_install: + dh_auto_install -- LV2_INSTALL_PATH=$(CURDIR)/debian/lv2vocoder/usr/lib/lv2 diff -Nru lv2vocoder-1/debian/rules.old lv2vocoder-1/debian/rules.old --- lv2vocoder-1/debian/rules.old 2010-06-01 11:24:07.000000000 +0100 +++ lv2vocoder-1/debian/rules.old 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -#!/usr/bin/make -f - -LDFLAGS+=-Wl,--as-needed - -%: - dh --buildsystem=makefile $@ - -override_dh_auto_install: - dh_auto_install -- LV2_INSTALL_PATH=$(CURDIR)/debian/lv2vocoder/usr/lib/lv2