--- fapg-0.41.orig/debian/copyright +++ fapg-0.41/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Antoine Jacquet on +Sat, 5 Feb 2005 20:23:49 +0100. + +It was downloaded from: http://royale.zerezo.com/fapg/ + +Upstream Author: Antoine Jacquet + +Copyright (C) 2002-2004 Antoine Jacquet + +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. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- fapg-0.41.orig/debian/compat +++ fapg-0.41/debian/compat @@ -0,0 +1 @@ +5 --- fapg-0.41.orig/debian/rules +++ fapg-0.41/debian/rules @@ -0,0 +1,100 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/fapg.sgml > fapg.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/fapg. + $(MAKE) DESTDIR=$(CURDIR)/debian/fapg install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install + --- fapg-0.41.orig/debian/control +++ fapg-0.41/debian/control @@ -0,0 +1,15 @@ +Source: fapg +Section: sound +Priority: optional +Maintainer: Antoine Jacquet +Build-Depends: debhelper (>= 5.0.0), liburiparser-dev (>= 0.6.3) +Standards-Version: 3.7.3 +Homepage: http://royale.zerezo.com/fapg/ + +Package: fapg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Fast Audio Playlist Generator + FAPG is a tool to generate list of audio files (Wav, MP3, Ogg, etc) + in various formats (M3U, PLS, XSPF, HTML, etc). + --- fapg-0.41.orig/debian/changelog +++ fapg-0.41/debian/changelog @@ -0,0 +1,67 @@ +fapg (0.41-1) unstable; urgency=low + + * New upstream release + + -- Antoine Jacquet Mon, 10 Mar 2008 19:38:16 +0100 + +fapg (0.40-1) unstable; urgency=low + + * New upstream release (Closes: #467519) + + -- Antoine Jacquet Sat, 01 Mar 2008 19:56:07 +0100 + +fapg (0.39-1) unstable; urgency=low + + * New upstream release (Closes: #466454) + * debian/control: uriparser dependency introduced + * debian/control: Standards-Version bumped to 3.7.3 + * debian/control: Homepage link added + * debian/rules: Autotools migration adopted + + -- Sebastian Pipping Tue, 26 Feb 2008 05:22:34 +0100 + +fapg (0.38-2) unstable; urgency=low + + * Full changelog was restored. + * Upgrade compat and debhelper versions. + + -- Antoine Jacquet Sun, 13 May 2007 13:42:17 +0200 + +fapg (0.38-1) unstable; urgency=low + + * New upstream release. + * The rules file was updated (Closes: #395684) + * The control file standards version was updated. + + -- Antoine Jacquet Tue, 08 May 2007 16:51:26 +0200 + +fapg (0.33-2) unstable; urgency=low + + * Rebuilt properly to avoid native packaging. + + -- Antoine Jacquet Wed, 18 Jan 2006 00:11:53 +0100 + +fapg (0.33-1) unstable; urgency=low + + * New upstream release. + + -- Antoine Jacquet Tue, 17 Jan 2006 23:03:21 +0100 + +fapg (0.32-2) unstable; urgency=low + + * The rules file was cleaned up. + + -- Antoine Jacquet Mon, 14 Feb 2005 20:05:28 +0100 + +fapg (0.32-1) unstable; urgency=low + + * New upstream version (Closes: #294089) + + -- Antoine Jacquet Mon, 7 Feb 2005 21:40:27 +0100 + +fapg (0.31-1) unstable; urgency=low + + * Initial Release. + + -- Antoine Jacquet Sat, 5 Feb 2005 20:23:49 +0100 + --- fapg-0.41.orig/debian/docs +++ fapg-0.41/debian/docs @@ -0,0 +1 @@ +README