diff -u cynthiune.app-0.9.5/debian/control cynthiune.app-0.9.5/debian/control --- cynthiune.app-0.9.5/debian/control +++ cynthiune.app-0.9.5/debian/control @@ -1,9 +1,10 @@ Source: cynthiune.app Section: sound Priority: optional -Maintainer: Debian GNUstep maintainers +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian GNUstep maintainers Uploaders: Gürkan Sengün -Build-Depends: debhelper (>= 5.0.0), libesd0-dev, gnustep-make, libgnustep-gui-dev (>= 0.12.0), libvorbis-dev, libmad0-dev, libid3tag0-dev, libmodplug-dev (>= 0.7-2), libflac-dev (>= 1.1.1-3), libaudiofile-dev (>= 0.2.6), libtagc0-dev, libavifile-0.7-dev [i386 kfreebsd-i386 amd64 kfreebsd-amd64 hurd-i386], libmusicbrainz4-dev, libmpcdec-dev, libartsc0-dev +Build-Depends: debhelper (>= 5.0.0), libesd0-dev, gnustep-make, libgnustep-gui-dev (>= 0.12.0), libvorbis-dev, libmad0-dev, libid3tag0-dev, libmodplug-dev (>= 0.7-2), libflac-dev (>= 1.1.1-3), libaudiofile-dev (>= 0.2.6), libtagc0-dev, libavifile-0.7-dev [i386 kfreebsd-i386 amd64 kfreebsd-amd64 hurd-i386], libmusicbrainz4-dev, libmpcdec-dev Standards-Version: 3.7.2 Homepage: http://organact.mine.nu/~wolfgang/cynthiune/ diff -u cynthiune.app-0.9.5/debian/rules cynthiune.app-0.9.5/debian/rules --- cynthiune.app-0.9.5/debian/rules +++ cynthiune.app-0.9.5/debian/rules @@ -7,12 +7,13 @@ #windowsmedia = $(shell dpkg -l | grep libavifile > /dev/null || echo disable-windowsmedia=yes) windowsmedia = $(shell echo disable-windowsmedia=yes) +arts = $(shell echo disable-arts=yes) build: build-stamp build-stamp: dh_testdir - gs_make $(windowsmedia) + gs_make $(windowsmedia) $(arts) touch build-stamp clean: @@ -27,7 +28,7 @@ dh_testroot dh_clean -k dh_installdirs - gs_make $(windowsmedia) install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(CURDIR)/debian/cynthiune.app + gs_make $(windowsmedia) $(arts) install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(CURDIR)/debian/cynthiune.app rm -f $(CURDIR)/debian/cynthiune.app/usr/lib/GNUstep/Applications/Cynthiune.app/Resources/COPYING dh_install debian/*.desktop usr/share/applications/ rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop diff -u cynthiune.app-0.9.5/debian/changelog cynthiune.app-0.9.5/debian/changelog --- cynthiune.app-0.9.5/debian/changelog +++ cynthiune.app-0.9.5/debian/changelog @@ -1,3 +1,11 @@ +cynthiune.app (0.9.5-7.1ubuntu1) jaunty; urgency=low + + * Remove arts from dependencies. (LP: #320915) + - debian/control: Remove libartsc0-dev from build depends. + - debian/rules: Add disable-arts=yes to gs_make. + + -- Andreas Wenning Thu, 29 Jan 2009 21:12:43 +0100 + cynthiune.app (0.9.5-7.1build1) intrepid; urgency=low * Rebuild for GNUstep transition.