--- gnomad2-2.8.8.orig/debian/watch +++ gnomad2-2.8.8/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://heanet.dl.sourceforge.net/sourceforge/gnomad2/ gnomad2-(.*)\.tar\.gz debian uupdate --- gnomad2-2.8.8.orig/debian/changelog +++ gnomad2-2.8.8/debian/changelog @@ -0,0 +1,97 @@ +gnomad2 (2.8.8-1.1~edgy1) edgy-backports; urgency=low + + * Automated backport upload; no source changes. + + -- John Dong Thu, 8 Mar 2007 16:45:55 +0000 + +gnomad2 (2.8.8-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use $(CURDIR) instead of $(PWD) in debian/rules (closes: #390390). + * Added version to debhelper build-dependency to match debian/compat. + + -- martin f. krafft Sat, 7 Oct 2006 17:54:56 +0200 + +gnomad2 (2.8.8-1) unstable; urgency=low + + * New maintainer. Closes: #316771. + * New upstream release. + * Update the Debian policy to version 3.7.2.1. No changes necessary. + + -- Manuel Garcia Mon, 28 Aug 2006 16:22:56 -0400 + +gnomad2 (2.8.3-1) unstable; urgency=low + + * New upstream release. + * Update the Debian policy to version 3.6.2.2. No changes necessary. + * Update the watch file. + * Update the copyright file. + + -- Shaun Jackman Sat, 8 Apr 2006 15:58:16 -0600 + +gnomad2 (2.8.1-1) unstable; urgency=low + + * New upstream release. + * Fix bug affecting file names starting with numbers. Closes: #324865. + + -- Shaun Jackman Sat, 17 Sep 2005 20:50:20 -0600 + +gnomad2 (2.8.0-2) unstable; urgency=low + + * Add a versioned dependency for libnjb-dev (>> 2.2). Closes: #324036. + + -- Shaun Jackman Fri, 19 Aug 2005 16:09:28 -0700 + +gnomad2 (2.8.0-1) unstable; urgency=low + + * New upstream release. Closes: #319022. + * Display a detailed error message if unable to connect. Closes: #279008. + * Update the German translation. Closes: #314083. + * Build using libnjb5. + + -- Shaun Jackman Tue, 16 Aug 2005 11:50:27 -0700 + +gnomad2 (2.6.3-1) unstable; urgency=low + + * New upstream release. + * Rebuild against libnjb4. + + -- Shaun Jackman Thu, 10 Mar 2005 07:47:43 -0800 + +gnomad2 (2.6.1-1) experimental; urgency=low + + * New upstream release. + * Rebuild against libnjb2. + * Update watch file. + + -- Shaun Jackman Thu, 30 Dec 2004 01:04:33 -0800 + +gnomad2 (2.5.0-2) unstable; urgency=low + + * Add libxml-parser-perl to the build dependencies (closes: #277367) because + intltool requires it. Perhaps this can be run in advance to avoid the + dependency. + + -- Shaun Jackman Mon, 25 Oct 2004 10:24:21 -0700 + +gnomad2 (2.5.0-1) unstable; urgency=low + + * New upstream release (closes: #277337). + * Depend on libid3tag0-dev (>= 0.14.2b-4). Remove dependency on + libid3-dev. + + -- Shaun Jackman Tue, 19 Oct 2004 08:37:01 -0700 + +gnomad2 (2.4.4-2) unstable; urgency=low + + * Rebuild with g++ 3.3 (closes: #269745). + * Move from experimental to unstable. + + -- Shaun Jackman Fri, 3 Sep 2004 08:56:28 -0700 + +gnomad2 (2.4.4-1) experimental; urgency=low + + * Initial Release. + + -- Shaun Jackman Tue, 25 May 2004 19:55:56 -0700 + --- gnomad2-2.8.8.orig/debian/rules +++ gnomad2-2.8.8/debian/rules @@ -0,0 +1,36 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + ./configure --prefix=/usr --mandir=/usr/share/man + $(MAKE) + touch $@ + +install: build + dh_clean -k + $(MAKE) DESTDIR=$(CURDIR)/debian/gnomad2 install + +clean: + rm -f build-stamp + dh_clean + -$(MAKE) distclean + +binary-indep: + +binary-arch: install + dh_installchangelogs -a ChangeLog + dh_installdocs -a + dh_installexamples -a + dh_installman -a + dh_compress -a + dh_fixperms -a + dh_strip -a + dh_makeshlibs -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch + +.PHONY: build install clean binary-indep binary-arch binary --- gnomad2-2.8.8.orig/debian/compat +++ gnomad2-2.8.8/debian/compat @@ -0,0 +1 @@ +4 --- gnomad2-2.8.8.orig/debian/control +++ gnomad2-2.8.8/debian/control @@ -0,0 +1,15 @@ +Source: gnomad2 +Section: x11 +Priority: optional +Maintainer: Manuel Garcia +Build-Depends: libgnomeui-dev, libnjb-dev (>> 2.2), libid3tag0-dev, libxml-parser-perl, debhelper (>= 4) +Standards-Version: 3.7.2.1 + +Package: gnomad2 +Architecture: any +Depends: ${shlibs:Depends} +Description: Manage a Creative Labs Nomad Jukebox + Gnomad 2 is a GUI built on top of GTK/GNOME 2, id3lib and libnjb that + makes it possible to transfer tracks and files from/to a Creative + Nomad Jukebox (all brands). It is designed much like an ordinary + graphical FTP program. --- gnomad2-2.8.8.orig/debian/copyright +++ gnomad2-2.8.8/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Shaun Jackman on +2004-05-25 and adopted by Manuel Garcia on +2006-08-28. + +It was downloaded from http://gnomad2.sourceforge.net/ + +Upstream Author: Linus Walleij + +Copyright: + +Copyright 2006 Linus Walleij +Copyright 2001 Cedric Tefft + +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 can be found in /usr/share/common-licenses/GPL +or obtained from the Free Software Foundation. --- gnomad2-2.8.8.orig/debian/manpages +++ gnomad2-2.8.8/debian/manpages @@ -0,0 +1 @@ +gnomad2.1 --- gnomad2-2.8.8.orig/debian/docs +++ gnomad2-2.8.8/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO