--- iriverter-0.16.orig/debian/changelog +++ iriverter-0.16/debian/changelog @@ -0,0 +1,66 @@ +iriverter (0.16-0ubuntu7) trusty; urgency=low + + * Drop ffmpeg dependency, not actually used/called. + + -- Dmitrijs Ledkovs Fri, 22 Nov 2013 21:39:51 +0000 + +iriverter (0.16-0ubuntu6) oneiric; urgency=low + + * Build-depend on default-jdk, libswt-gtk-3-java. + * Don't build the package twice. + + -- Matthias Klose Fri, 02 Sep 2011 10:31:13 +0200 + +iriverter (0.16-0ubuntu5) natty; urgency=low + + * Rebuild against latest swt-gtk and update dependencies + - FFe LP: #740815 + - update debian/control + - update debian/rules + * This also fixes LP: #535193 by not specifying the versioned swt jar + + -- Chris Coulson Wed, 23 Mar 2011 11:34:19 +0000 + +iriverter (0.16-0ubuntu4) lucid; urgency=low + + * debian/control, debian/rules: libswt3.2-gtk-java is deprecated; + depend on libswt-gtk-3.5-java (LP: #458171) + + -- nobled Thu, 22 Oct 2009 13:38:03 +0000 + +iriverter (0.16-0ubuntu3) intrepid; urgency=low + + * debian/patches/01_change_launcher_classpath.dpatch: updated + - Changed Java library path adding /usr/lib/jni + - Closes (LP: #91237) + + * patches/02_correct_typo_in_iriverter.deskop.dpatch: new + - Corrected typo in iriverter.desktop StartupNotify key name + + * debian/control: updated + - Updated to standards-version 3.8.0 and added Homepage: + - Removed trailing period from synopsis line of package description + - Added XSBC-Original-Maintainer pointing to Richard Bailey + - Removed example depends items from Depends: line + + * debian/rules: updated + - Make errors in make distclean visible + + * debian/copyright: updated + - Replaced Unicode copyright symbol with (C) to make file pure USASCII + + -- Jonathan Marsden Sat, 19 Jul 2008 17:33:47 -0700 + +iriverter (0.16-0ubuntu2) feisty; urgency=low + + * Removed optional dependency sun-java5-bin + * Added optional dependency java-gcj-compat-dev + * Changed Maintainer field as per the Maintainer Field policy + + -- Richard Bailey (3-Oct-2006) Sat, 03 Mar 2007 18:33:29 -0400 + +iriverter (0.16-0ubuntu1) feisty; urgency=low + + * Initial release + + -- Richard Bailey (3-Oct-2006) Thu, 16 Nov 2006 22:42:06 -0400 --- iriverter-0.16.orig/debian/compat +++ iriverter-0.16/debian/compat @@ -0,0 +1 @@ +5 --- iriverter-0.16.orig/debian/control +++ iriverter-0.16/debian/control @@ -0,0 +1,16 @@ +Source: iriverter +Section: graphics +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Richard Bailey +Build-Depends: debhelper (>= 5), autotools-dev, dpatch, default-jdk, libswt-gtk-3-java +Standards-Version: 3.8.3 +Homepage: http://iriverter.sourceforge.net/index.shtml + +Package: iriverter +Architecture: all +Depends: default-jre, libswt-gtk-3-java, mplayer-nogui | mplayer, mencoder +Description: converts video for use on various multimedia players + iriverter is a cross-platform frontend to mencoder designed to facilitate the + conversion of almost any video format to one that is playable on various + multimedia players. --- iriverter-0.16.orig/debian/copyright +++ iriverter-0.16/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Richard Bailey on +Sat, 28 Oct 2006 22:42:06 -0400. + +It was downloaded from http://iriverter.sourceforge.net/download.shtml + +Upstream Author: James Lee + +Copyright: Copyright (C) 2006 James Lee. + +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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + + +The Debian packaging is (C) 2006, Richard Bailey and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + + --- iriverter-0.16.orig/debian/docs +++ iriverter-0.16/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- iriverter-0.16.orig/debian/iriverter.1 +++ iriverter-0.16/debian/iriverter.1 @@ -0,0 +1,39 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH iriverter "1" "November 20, 2006" "iriverter 0.16" "User Commands" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +iriverter \- Convert video to use on various multimedia players +.SH SYNOPSIS +.B iriverter +.br +.SH DESCRIPTION +iriverter is a cross-platform frontend to mencoder designed to facilitate the +conversion of almost any video format to one that is playable on various +multimedia players. +.SH AUTHOR +iriverter was written by James Lee . +.PP +This manual page was written by Richard Bailey , +for Ubuntu (but may be used by others). +.SH COPYRIGHT +Copyright 2006 James Lee. +.SH "SEE ALSO" +http://iriverter.sourceforge.net +.PP +The user guide, which may be accessed from +/usr/share/iriverter/doc/html/index.html and from the \fIHelp\fR menu +within the program. --- iriverter-0.16.orig/debian/manpages +++ iriverter-0.16/debian/manpages @@ -0,0 +1 @@ +debian/iriverter.1 --- iriverter-0.16.orig/debian/patches/00list +++ iriverter-0.16/debian/patches/00list @@ -0,0 +1,2 @@ +01_change_launcher_classpath.dpatch +02_correct_typo_in_iriverter.deskop.dpatch --- iriverter-0.16.orig/debian/patches/01_change_launcher_classpath.dpatch +++ iriverter-0.16/debian/patches/01_change_launcher_classpath.dpatch @@ -0,0 +1,17 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## change_launcher_classpath.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Change Launcher CLASSPATH and library path + +@DPATCH@ + +diff -Nurp old/src/launcher/iriverter.in new/src/launcher/iriverter.in +--- old/src/launcher/iriverter.in 2005-08-30 13:11:45.000000000 -0400 ++++ new/src/launcher/iriverter.in 2008-07-19 12:46:02.000000000 -0400 +@@ -1,4 +1,4 @@ + #!/bin/sh + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-java -Djava.library.path=$LD_LIBRARY_PATH:@libdir@ -classpath $CLASSPATH:@datadir@/iriverter/lib/iriverter.jar:@SWT_JAR@ org.thestaticvoid.iriverter.ConverterUI $* ++java -Djava.library.path=$LD_LIBRARY_PATH:@libdir@:@libdir@/jni -classpath $CLASSPATH:@datadir@/java/iriverter.jar:@SWT_JAR@ org.thestaticvoid.iriverter.ConverterUI $* --- iriverter-0.16.orig/debian/patches/02_correct_typo_in_iriverter.deskop.dpatch +++ iriverter-0.16/debian/patches/02_correct_typo_in_iriverter.deskop.dpatch @@ -0,0 +1,16 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_correct_typo_in_iriverter.deskop.dpatch by Jonathan Marsden +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Correct typo in iriverter.desktop (StartupNotify not StatupNotify) + +@DPATCH@ +diff -urNad iriverter-0.16~/src/iriverter.desktop iriverter-0.16/src/iriverter.desktop +--- iriverter-0.16~/src/iriverter.desktop 2005-07-06 16:27:36.000000000 -0700 ++++ iriverter-0.16/src/iriverter.desktop 2008-07-18 23:31:20.000000000 -0700 +@@ -7,4 +7,4 @@ + Type=Application + Categories=Application;AudioVideo; + Terminal=false +-StatupNotify=true ++StartupNotify=true --- iriverter-0.16.orig/debian/rules +++ iriverter-0.16/debian/rules @@ -0,0 +1,84 @@ +#!/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. + +include /usr/share/dpatch/dpatch.make + +configure: configure-stamp +configure-stamp: patch-stamp + dh_testdir + + ln -sf /usr/share/misc/config.sub . + ln -sf /usr/share/misc/config.guess . + + ./configure --prefix=/usr --with-swt=/usr/share/java/swt.jar --without-gcj + + touch $@ + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/iriverter.sgml > iriverter.1 + + touch $@ + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +patch: patch-stamp +patch-stamp: + dpatch apply-all + +unpatch: + dpatch deapply-all + rm -rf patch-stamp debian/patched + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/iriverter + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installman + dh_install -piriverter src/iriverter.jar usr/share/java + 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