--- gnome-audio-2.22.2.orig/debian/copyright +++ gnome-audio-2.22.2/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized +by Jim Pick on Sat, 14 Mar 1998 20:12:23 -0800. +by Noèl Köthe on Mon, 29 Apr 2002 18:51:00 +0200 + +It was downloaded from +http://ftp.gnome.org/pub/GNOME/sources/gnome-audio/ + +Copyright: (c) 2008 Different people + +License information (taken from README) + +- startup3.wav was 06_-_epsilon.wav +- shutdown1.wav was 01_-_alpha.wav +from Silvertheme by Andreas Karlsson under the Creative Commons ShareAlike 2.0 +Original location: http://kde-look.org/content/show.php/silvertheme?content=33519 +License: http://creativecommons.org/licenses/by-sa/2.0/ + +- gtk-events/* +from Cleanus-Gnome, by Martyn Clement under the Creative Commons - Attribution-Share Alike 2.0 Generic +Original location: http://kde-look.org/content/show.php/Cleanus?content=61245 +License: http://creativecommons.org/licenses/by-sa/2.0/ + +- question.wav was Popup.wav +- generic.wav was Question_background.wav +- error.wav was Question.wav +from Borealis by Ivica Ico Bukvic (SlipStreamScapes) under the Creative Commons - Attribution 3.0 Unported +Original location: http://kde-look.org/content/show.php/%22Borealis%22+sound+theme?content=12584 +Site: http://ico.bukvic.net +License: http://creativecommons.org/licenses/by/3.0/deed + --- gnome-audio-2.22.2.orig/debian/gnome-audio.files +++ gnome-audio-2.22.2/debian/gnome-audio.files @@ -0,0 +1 @@ +usr/share/* --- gnome-audio-2.22.2.orig/debian/changelog +++ gnome-audio-2.22.2/debian/changelog @@ -0,0 +1,114 @@ +gnome-audio (2.22.2-1) unstable; urgency=low + + * new upstream release + * debian/compat debian/control raised debhelper to 5 + * updated Standards-Version: no changes needed + * debian/copyright added copyright-notice to fix lintian error + * debian/copyright add licenses of the file from README + + -- Noèl Köthe Sat, 25 Jul 2009 13:48:13 +0200 + +gnome-audio (2.22.1-1) unstable; urgency=low + + * new upstream release + (closes: Bug#474703) + * debian/control + - updated Standards-Version + - s/Gnome/GNOME (lintian warning) + + -- Noèl Köthe Sun, 10 Aug 2008 22:17:17 +0200 + +gnome-audio (2.0.0-2) unstable; urgency=low + + * updated my name in changelog, control and copyright + to the correct spelling + * updated standards-version + + -- Noèl Köthe Mon, 31 May 2004 04:38:57 +0200 + +gnome-audio (2.0.0-1) unstable; urgency=low + + * new upstream from 2003-07-10 + (closes: Bug#200880) + * corrected Section: to gnome + * updated Standards-Version + + -- Noel Koethe Mon, 14 Jul 2003 16:08:00 +0200 + +gnome-audio (1.4.0-5) unstable; urgency=low + + * new maintainer + (closes: Bug#135131) + + -- Noel Koethe Mon, 29 Apr 2002 18:51:00 +0200 + +gnome-audio (1.4.0-4) unstable; urgency=low + + * Add build depends on sharutils (Closes: #140553) + * Remove call to make distclean in debian/rules clean target. + * Add call to dh_clean in clean target. + + -- James LewisMoss Sat, 30 Mar 2002 02:59:13 -0500 + +gnome-audio (1.4.0-3) unstable; urgency=low + + * Remove debian/build. Oops. + + -- James LewisMoss Wed, 4 Apr 2001 12:02:58 -0400 + +gnome-audio (1.4.0-2) unstable; urgency=low + + * Remove the patches stuff from rules. + * Add question.wav (debian/question.wav.uu) (Closes: #65532) (Thanks + Christian) + + -- James LewisMoss Tue, 3 Apr 2001 15:56:55 -0400 + +gnome-audio (1.4.0-1) unstable; urgency=low + + * New upstream. Includes all but question.wav reported missing + (Closes: #40809, #46494, #65532). I'll leave one open and reassign to + gnome-control-center. + * Remove the .in cruftiness. + * Use make install rather than tar. + * Up standards version to 3.1.0 + * Fix copyright location. + + -- James LewisMoss Tue, 20 Mar 2001 22:40:23 -0500 + +gnome-audio (1.0.0-3) unstable; urgency=low + + * Recompile to fix the botched upload (without original source). + + -- James LewisMoss Fri, 10 Sep 1999 20:22:55 -0400 + +gnome-audio (1.0.0-2) unstable; urgency=low ; closes: #40809 + + * Fix bug #40809 by properly moving the files AND symlinks. + + -- James LewisMoss Wed, 8 Sep 1999 22:14:27 -0400 + +gnome-audio (1.0.0-1) unstable; urgency=low + + * Take over package. Anyone who wants it can have it. + + -- James LewisMoss Wed, 8 Sep 1999 21:41:34 -0400 + +gnome-audio (1.0.0-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream. + * For some odd reason there is a subdirectory of sounds called sounds + that contains identical sounds. Remove this in install step. no + reason to add an extra 2.5 megs for doubles. + + -- James LewisMoss Sun, 14 Mar 1999 00:10:36 -0500 + +gnome-audio (0.1-1) unstable; urgency=low + + * New package. + + -- Jim Pick Sat, 23 Jan 1999 00:24:55 -0800 + + + --- gnome-audio-2.22.2.orig/debian/rules +++ gnome-audio-2.22.2/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f + +i=$(shell pwd)/debian/tmp +b=$(shell pwd)/debian/build + +build: build-debstamp +build-debstamp: + @echo "--- Compiling" +# $(MAKE) all + touch build-debstamp + +clean: + @echo "--- Cleaning" + dh_testdir + -rm -f build-debstamp install-debstamp + -rm -f `find . -name "*~"` + -rm -rf `find . -name "\.deps"` + -rm -rf `find . -name "\.libs"` + -rm -rf `find . -name "*\.rej"` + -find . -name 'Makefile.in' | xargs rm -f + -rm -rf debian/tmp debian/files* core debian/build + -rm -f debian/*substvars + dh_clean + +install: build install-debstamp-virgin + +install-debstamp install-debstamp-virgin: build-debstamp + @echo "--- Installing" + dh_testdir + dh_testroot + dh_clean + dh_installdirs + rm -rf $(b) + + $(MAKE) install DESTDIR=$(i) +# tar cvf - sounds | ( cd $(i)/usr/share ; tar xvf - ) +# rm -rf $(i)/usr/share/sounds/Makefile + touch install-debstamp + touch install-debstamp-virgin + +install-save: install-debstamp-virgin + rm -rf $(i).saved + cp -a $(i) $(i).saved + +install-saved: + rm -rf $(i) + cp -a $(i).saved $(i) + rm -rf $(b) + touch install-debstamp + touch install-debstamp-virgin + +binary-indep: install \ + gnome-audio + +binary-arch: install + + +# +# gnome-audio +# + +gnome-audio: install-debstamp + @echo "--- Building: $@" + rm -f install-debstamp-virgin + dh_installdocs -p$@ -P$(b)/$@ README + dh_installchangelogs -p$@ -P$(b)/$@ ChangeLog + dh_movefiles -p$@ -P$(b)/$@ + #dh_strip -p$@ -P$(b)/$@ + dh_compress -p$@ -P$(b)/$@ + dh_fixperms -p$@ -P$(b)/$@ + dh_installdeb -p$@ -P$(b)/$@ + #dh_shlibdeps -p$@ -P$(b)/$@ + dh_gencontrol -p$@ -P$(b)/$@ + #dh_makeshlibs -p$@ -P$(b)/$@ -V + dh_md5sums -p$@ -P$(b)/$@ + dh_builddeb -p$@ -P$(b)/$@ + +binary: binary-indep binary-arch + +.PHONY: binary clean binary-indep binary-arch build install install-save install-saved + --- gnome-audio-2.22.2.orig/debian/compat +++ gnome-audio-2.22.2/debian/compat @@ -0,0 +1 @@ +5 --- gnome-audio-2.22.2.orig/debian/gnome-audio.dirs +++ gnome-audio-2.22.2/debian/gnome-audio.dirs @@ -0,0 +1 @@ +usr/share/sounds --- gnome-audio-2.22.2.orig/debian/control +++ gnome-audio-2.22.2/debian/control @@ -0,0 +1,18 @@ +Source: gnome-audio +Section: gnome +Priority: optional +Maintainer: Noèl Köthe +Standards-Version: 3.8.2 +Build-Depends: debhelper (>> 5.0.0), sharutils + +Package: gnome-audio +Architecture: all +Suggests: gnome-core +Description: Audio files for GNOME + GNOME is the "GNU Network Object Model Environment" + . + It is a project to build a complete, user-friendly desktop based + entirely on free software. + . + This package contains a collection of sounds for use with GNOME. +