--- fische-3.1.1.orig/debian/changelog +++ fische-3.1.1/debian/changelog @@ -0,0 +1,119 @@ +fische (3.1.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - removing docbook-to-man bits, not needed + anymore. + * debian/rules: + - removing every docbook-to-man bits plus + all the clean rules related to the fische.1 + man page since upstream now ships an updated and + well formatted man page on its own. + - removing the chmod rule to make configure file executable, + it's definitely not needed anymore. + + -- Andrea Veri Tue, 19 Jan 2010 14:17:03 +0100 + +fische (3.1.0-1) unstable; urgency=low + + * New upstream release. + - pulseaudio support has been finally included + into fische. + * debian/control: + - updated my mail address + - removed DM tag, no more needed. + + -- Andrea Veri Tue, 12 Jan 2010 13:47:03 +0100 + +fische (3.0.5-1) unstable; urgency=low + + * New upstream release. + - Fixed build issues on kfreebsd-* archs. (LP: #486873) + * debian/control: + - VCS-* fields updated with a brand new branch + location. + * debian/copyright: + - updated. + + -- Andrea Veri Fri, 27 Nov 2009 23:32:24 +0100 + +fische (3.0.3-2) unstable; urgency=low + + * debian/compat: + - bumped to level 7 matching dh version. + * debian/rules: + - added a LDFLAGS flag (so that the linker will pass + the right libraries references during build) to configure + preventing a FTBFS when the package was being built with + binutils-gold support. (Closes: #554398) + - moved dh_clean -k to dh_prep fixing a lintian warning. + + -- Andrea Veri Sat, 21 Nov 2009 12:34:31 +0100 + +fische (3.0.3-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Homepage field updated. + - Bumped Standards-version to latest 3.8.3 + - DM-Upload-Allowed field added. + - Architecture field is no more restricted to x86/x86_64, + fische should build on all archs (any) now as far as SIMD(MMX/SSE) + instructions have been removed from the code. + - Vcs-Bzr (new tag, old one was Xs-Vcs-Bzr updated following latest policy) + now match the right url to reach the development branch. + - Vcs-Browser, added and pointed to fische's development branch. + - fixed some typos / lower-cases on both short / long descriptions. + * debian/fische2.1: + - renamed to fische.1 + * debian/rules: + - binary file name has been changed from fische2 to fische, + therefore I'm moving all manpage's instructions to match + this update. + - removed --with-mmx configure rule as far as it's no more + needed cause MMX instructions are no more there on the code. + * debian/copyright: + - 'downloaded from' updated with latest tarball + - upstream developer email changed to the new one. + - added a reference for upstream files license together with + some informations about where you can find a GPL copy inside + Debian systems. + + -- Andrea Veri Sun, 30 Aug 2009 23:01:22 +0200 + +fische (2.0-beta2-1) unstable; urgency=low + + * New upstream release. (all my changes are now included + inside the orig tarball, thanks to the upstream + developer for his work) + * debian/control: + - Removed useless dpatch support + - Changed my mail address + - Bumped debhelper to level 7 + - Bumped Standards-version to 3.8.2 + * debian/rules: + - removing useless stuff making rules file + a bit more readable + - removed useless dpatch support + - clean rule updated preventing a lintian warning + * debian/copyright: + - upstream url updated matching the new upstream + release tarball. I'll have to work this way to manage + this because the directory which contains tarballs has + some permission problems. (can't link to it directly) + + -- Andrea Veri Fri, 24 Jul 2009 12:41:23 +0200 + +fische (2.0~alpha3-2) unstable; urgency=low + + * Architecture restricted to i386 and amd64 preventing a FTBFS (Closes: #428376) + + -- Andrea Veri Mon, 11 Jun 2007 11:30:55 +0200 + +fische (2.0~alpha3-1) unstable; urgency=low + + * Initial release (Closes: #425903) + * Source autotoolized to prevent build fails on some archs. + + -- Andrea Veri Thu, 24 May 2007 17:49:46 +0200 + --- fische-3.1.1.orig/debian/rules +++ fische-3.1.1/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-lasound" + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + -rm -f $(CURDIR)/config.status + -rm -f $(CURDIR)/config.log + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/fische install + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- fische-3.1.1.orig/debian/control +++ fische-3.1.1/debian/control @@ -0,0 +1,19 @@ +Source: fische +Section: sound +Priority: extra +Maintainer: Andrea Veri +Homepage: http://26elf.at +Build-Depends: debhelper (>= 7), libsdl1.2-dev, libasound-dev, pkg-config +Standards-Version: 3.8.3 +Vcs-Bzr: https://code.launchpad.net/~av/fische/debian.source +Vcs-Browser: https://code.launchpad.net/~av/fische/debian.source + +Package: fische +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: stand-alone sound visualisation for Linux + This application based on libsdl and on the alsa audio + driver provides visualisation to the sound reproduced + by a sound device creating waves and particular effects. + + --- fische-3.1.1.orig/debian/copyright +++ fische-3.1.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Andrea Veri on +Thu, 24 May 2007 17:49:46 +0200. + +It was downloaded from http://26elf.at/files/fische-3.0.5.tar.gz + +Upstream Author: Marcel Ebmer + +Copyright Holder: Copyright (C) 2009 Marcel Ebmer + Copyright (C) 1996, 2008 Free Software Foundation, Inc + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2009, Andrea Veri and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- fische-3.1.1.orig/debian/compat +++ fische-3.1.1/debian/compat @@ -0,0 +1 @@ +7 --- fische-3.1.1.orig/debian/dirs +++ fische-3.1.1/debian/dirs @@ -0,0 +1 @@ +usr/bin