--- iripdb-0.1.3b.orig/debian/changelog +++ iripdb-0.1.3b/debian/changelog @@ -0,0 +1,39 @@ +iripdb (0.1.3b-1.1ubuntu1) gutsy; urgency=low + + * debian/control: Update maintainer fields according to debian- + maintainer-field spec. + + -- Martin Pitt Mon, 17 Sep 2007 14:42:59 +0000 + +iripdb (0.1.3b-1.1ubuntu0) dapper; urgency=low + + * Build depends: downgraded libtag1-dev version requirement from + >= 1.4-3 to >= 1.4-2 because 1.4-3 doesn't exist on Ubuntu yet. + (Malone #28520) + + -- Loic Pefferkorn Sat, 14 Jan 2006 15:29:29 +0100 + +iripdb (0.1.3b-1.1) unstable; urgency=low + + * NMU + * Updated standards to 3.6.2 + * Versioned libtag1-dev build dependency (Closes: #321545) + * Versioned libid3-dev build dependency (Closes: #341341) + + -- Alexandre Fayolle Tue, 13 Dec 2005 10:19:58 +0100 + +iripdb (0.1.3b-1) unstable; urgency=low + + * New upstream release (Closes: #263166, #260751) + * iripdb now uses taglib - Changed BuildDeps + * Upstream's Changelog is now Changelog.txt + * Upstream Author changed + + -- Christoph Siess (CHS) Tue, 17 Aug 2004 18:05:16 +0000 + +iripdb (0.1.1-1) unstable; urgency=low + + * Initial Release. (Closes: #225932) + + -- Christoph Siess (CHS) Sun, 18 Jan 2004 13:39:49 +0100 + --- iripdb-0.1.3b.orig/debian/control +++ iripdb-0.1.3b/debian/control @@ -0,0 +1,18 @@ +Source: iripdb +Section: sound +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christoph Siess (CHS) +Build-Depends: debhelper (>= 4.0.0), libid3-3.8.3-dev (>= 3.8.3-5), libvorbis-dev, libtag1-dev (>= 1.4-2) +Standards-Version: 3.6.2 + +Package: iripdb +Architecture: any +Depends: ${shlibs:Depends} +Description: Generates the DB files for the iRiver iHP-1xx + iRipDB allows generating the DB files necessary for the iRiver iHP-1xx + series of MP3/Ogg HD Player on Linux and Windows. + . + That will allow you to navigate your files through the + artist/album/genre menus. It supports adding MP3 and Ogg files at this + point. --- iripdb-0.1.3b.orig/debian/compat +++ iripdb-0.1.3b/debian/compat @@ -0,0 +1 @@ +4 --- iripdb-0.1.3b.orig/debian/rules +++ iripdb-0.1.3b/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + +CFLAGS = -Wall -g +INSTALL = install +INSTALL_PROGRAM = $(INSTALL) -p -oroot -groot -m755 + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + g++ $(CFLAGS) -c -o main.o -I/usr/include/taglib main.cpp + gcc $(CFLAGS) -o iripdb main.o -L/usr/lib -lz -lm -ltag -lstdc++ + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + rm -f main.o iripdb + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(INSTALL_PROGRAM) iripdb $(CURDIR)/debian/iripdb/usr/bin/iripdb + + +# 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.txt + dh_installdocs + dh_installman debian/iripdb.1 + 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 configure --- iripdb-0.1.3b.orig/debian/dirs +++ iripdb-0.1.3b/debian/dirs @@ -0,0 +1 @@ +usr/bin --- iripdb-0.1.3b.orig/debian/docs +++ iripdb-0.1.3b/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +README +doc/iRivDB_structure --- iripdb-0.1.3b.orig/debian/iripdb.1 +++ iripdb-0.1.3b/debian/iripdb.1 @@ -0,0 +1,36 @@ +.TH IRIPDB 1 +.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.SH NAME +iripdb \- allows generating the DB files necessary for the iRiver iHP-1xx series. +.SH SYNOPSIS +.B iripdb +.RI [ -vhe ] +.I path +.br +.SH "DESCRIPTION" +This manual page documents briefly the +.BR iripdb +commands. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.SH OPTIONS +The programs follow the usual GNU command line syntax. +A summary of options are included below. +.TP +.B path +Path to the iHP's mount point. +.TP +.B -v +Verbose operation. +.TP +.B -h +Show summary of options. +.TP +.B -e +Add also files not tagged (with generic tags). +Show summary of options. +.SH AUTHOR +This manual page was written by Christoph Siess +for the Debian GNU/Linux system (but may be used by others). --- iripdb-0.1.3b.orig/debian/copyright +++ iripdb-0.1.3b/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Christoph Siess (CHS) on +Sat, 17 Jan 2004 14:47:45 +0100. + +It was downloaded from: http://www.fataltourist.com/iRipDB/ + +Upstream Author: Christian Mayrhuber + +Copyright: + +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. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2.