--- ala-1.0b.orig/config.make +++ ala-1.0b/config.make @@ -1,7 +1,7 @@ -prefix=/usr/local -libdir=/usr/local/lib -bindir=/usr/local/bin -datadir=/usr/local/share +prefix=/usr +libdir=/usr/lib +bindir=/usr/bin +datadir=/usr/share RUNTIME=mono ASSEMBLY_VERSION=0.1.0.0 VERSION=0.1 --- ala-1.0b.orig/ala/ala +++ ala-1.0b/ala/ala @@ -1,3 +1,3 @@ #!/bin/sh -exec mono "/usr/local/lib/ala/ala.exe" "$@" +exec mono "/usr/lib/ala/ala.exe" "$@" --- ala-1.0b.orig/debian/rules +++ ala-1.0b/debian/rules @@ -0,0 +1,104 @@ +#!/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) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + + + +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 --prefix=/usr + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/ala.sgml > ala.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) clean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_clean + dh_installdirs + + # Add here commands to compile the package. + ./configure --prefix=$(CURDIR)/debian/ala/usr + $(MAKE) install + + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + 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 --- ala-1.0b.orig/debian/copyright +++ ala-1.0b/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Martin Eve +2009-10-14 + +It was downloaded from: https://launchpad.net/ala + +Upstream Author(s): Martin Eve + +Copyright: + Copyright (C) 2009 by Martin Eve + +License: + Audio Log Anonymizer. Removes personal identification information from audio extraction logs. + Copyright (C) 2009 Martin Eve + + 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 3 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 program. If not, see . + +X-Comment: + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in the /usr/share/common-licenses/GPL-3 + +Packaging: + Copyright (C) 2009 by Martin Eve + released under GNU GPL V3 --- ala-1.0b.orig/debian/changelog +++ ala-1.0b/debian/changelog @@ -0,0 +1,11 @@ +ala (1.0b-1ubuntu2) jaunty; urgency=low + + * Packaging fix + + -- Martin Eve Sun, 18 Oct 2009 09:33:32 +0100 + +ala (1.0b-1ubuntu1) jaunty; urgency=low + + * Initial release (Closes: #nnnn) + + -- Martin Eve Wed, 14 Oct 2009 13:25:14 +0100 --- ala-1.0b.orig/debian/control +++ ala-1.0b/debian/control @@ -0,0 +1,20 @@ +Source: ala +Section: devel +Priority: standard +Maintainer: Martin Eve +Build-Depends: debhelper (>= 7), autotools-dev, mono-2.0-runtime, mono-gmcs, mono-devel +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/ala + +Package: ala +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Audio Log Anonymizer + In an era where record companies deem personal copying (for instance, to + transfer one's music from CD onto an Ipod) to be a violation of their + copyrights, it is a travesty of personal privacy that many audio extraction + programs (EAC, XLD) include full path information in their log files, + including the user's home directory, thereby revealing their name. This + utility will recursively scan directories for files ending in .log, identify + if they are audio extraction logs and then remove path information from + these files. --- ala-1.0b.orig/debian/dirs +++ ala-1.0b/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- ala-1.0b.orig/debian/compat +++ ala-1.0b/debian/compat @@ -0,0 +1 @@ +7 --- ala-1.0b.orig/debian/README.Debian +++ ala-1.0b/debian/README.Debian @@ -0,0 +1,6 @@ +ala for Debian +-------------- + +In an era where record companies deem personal copying (for instance, to transfer one's music from CD onto an Ipod) to be a violation of their copyrights, it is a travesty of personal privacy that many audio extraction programs (EAC, XLD) include full path information in their log files, including the user's home directory, thereby revealing their name. This utility will recursively scan directories for files ending in .log, identify if they are audio extraction logs and then remove path information from these files. + + -- Martin Eve Wed, 14 Oct 2009 13:25:14 +0100