--- devede-3.14.0.orig/debian/menu +++ devede-3.14.0/debian/menu @@ -0,0 +1,4 @@ +?package(devede): needs="X11"\ + section="Applications/Video"\ + title="DeVeDe"\ + command="/usr/bin/devede" --- devede-3.14.0.orig/debian/control +++ devede-3.14.0/debian/control @@ -0,0 +1,24 @@ +Source: devede +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Christian Marillat +Homepage: http://www.rastersoft.com/programas/devede.html +XS-Python-Version: all +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: python-support (>= 0.5.3), python (>= 2.5.3-0ubuntu1) + +Package: devede +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-glade2, mencoder, mplayer, + dvdauthor, genisoimage, vcdimager, imagemagick, libavcodec-extra-52, + libavformat-extra-52, + libavutil-extra-49, + libpostproc-extra-51, + libswscale-extra-0 +Description: simple application to create Video DVDs + DeVeDe is a program to create video DVDs, suitables for home players, from + any number of video files, in any of the formats supported by Mplayer. + . + It allows user to create subtitles and even menus. --- devede-3.14.0.orig/debian/devede.1 +++ devede-3.14.0/debian/devede.1 @@ -0,0 +1,27 @@ +.IX Title "devede 1" +.TH devede 1 "2009-08-25" "" "" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.if n .ad l +.nh +.SH "NAME" +\&\fBdevede\fR \- A simple application to create Video DVDs +.SH "SYNOPSIS" +.IX Header "SYNOPSIS" +.B devede +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" +\&\fBDeVeDe\fR allows users to create Video DVDs, suitable for home players, \ +from any number of video files, in any of the formats supported by Mplayer. +.PP +It also allows user to create subtitles and even animated menus. +.PP +\&\fBDeVeDe\fR has been written in Python and GTK+ and after the \ +installation the application is available from the Applications menu. +.SH "AUTHOR" +.IX Header "AUTHOR" +\fBDeVeDe\fR was written by Sergio Costas \ +and Peter Gill . +.PP +This manual was provided by Alessio Treglia \ +for the Ubuntu project (and may be used by others). --- devede-3.14.0.orig/debian/changelog +++ devede-3.14.0/debian/changelog @@ -0,0 +1,246 @@ +devede (3.14.0-0ubuntu4) karmic; urgency=low + + * debian/control: + - s/libavcodec-unstripped-52/libavcodec-extra-52 + - s/libavformat-unstripped-52/libavformat-extra-52 + - s/libavutil-unstripped-49/libavutil-extra-49 + - s/libpostproc-unstripped-51/libpostproc-extra-51 + - s/libswscale-unstripped-0/libswscale-extra-0 + + -- Alessio Treglia Tue, 01 Sep 2009 09:33:13 +0200 + +devede (3.14.0-0ubuntu3) karmic; urgency=low + + * debian/control: + - Move unstripped-libraries to Depends field; DeVeDe is unusable without + them (LP: #407289). + - Bump Standards. + - Bump debhelper build-dependency. + - Adjust short and long descriptions. + * Add manpage. + * Add Debian menu file. + * Update debian/copyright. + + -- Alessio Treglia Tue, 25 Aug 2009 09:52:18 +0200 + +devede (3.14.0-0ubuntu2) karmic; urgency=low + + * Suggests on several ffmpeg unstripped packages (LP: #411284). + + -- Alessio Treglia Tue, 11 Aug 2009 09:37:33 +0200 + +devede (3.14.0-0ubuntu1) karmic; urgency=low + + * New upstream release. + * Update debian/copyright. + * debian/{control,compat,rules}: Switch to debhelper 7. + * Update debian/control: + - Bump Standards. + - Replace python-dev with python build-dependency. + - Bump python{,-support} build-dependencies as per Debian Python + new policy. + - Remove unnecessary XB-Pyhon-Version from source stanza. + - Set XS-Python-Version to all. + - Add ${misc:Depends} to Depends field. + * debian/rules: + - We don't need the get-orig-source target, we can use the uscan --repack + command instead. + - Install changes.txt as upstream's changelog. + * debian/devede.doc-base: + - The package provides the documentation, too. + * Remove debian/pycompat, unnecessary. + + -- Alessio Treglia Tue, 21 Jul 2009 17:00:50 +0200 + +devede (3.13.1-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #378493). + * debian/compat: update to 5 to match depends on debhelper (>= 5.0.37.2). + + -- Nick Ellery Fri, 12 Jun 2009 23:31:00 -0700 + +devede (3.12c-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #321733) + + -- Nathan Handler Mon, 26 Jan 2009 21:28:54 -0600 + +devede (3.11-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #260994) + - Now recovers the menu options when loading a disc structure + - Changed the appearance to make it more eye-candy + - Shows the menu's NTSC preview at the right size + - Shows right the menu's title tipography + - Added compatibility with GenISOimage + - Better code to avoid antialiasing when creating the + menu entries + - Now limits the number of files to 61 to avoid problems + with DVDAuthor + * debian/rules: + - Improve get-orig-source adding a VERSION var + + -- Pedro Fragoso Mon, 25 Aug 2008 16:04:18 +0100 + +devede (3.10-0ubuntu2) intrepid; urgency=low + + * debian/control: + - Added imagemagick to Depends. (LP: #260693) + + -- Stefan Lesicnik Sat, 23 Aug 2008 21:29:37 +0200 + +devede (3.10-0ubuntu1) intrepid; urgency=low + + [ Pedro Fragoso ] + * New upstream release (LP: #242162) + - Fixed a bug when runing in a system configured with + Catalan language (LP: #218352) + - Fixed some windows compatibility bugs (LP: #70748) + * debian/control: + - Change depend on mkisofs to genisoimage + - Bump Standards-Version to 3.8.0 + * debian/rules: + - update get-orig for new release + + [ Luca Falavigna ] + * New debian/copyright with updated informations + * debian/control: + - move python-support to Build-Depends-Indep and add python-dev + + -- Pedro Fragoso Fri, 22 Aug 2008 19:19:55 +0100 + +devede (3.6-0.0ubuntu1) hardy; urgency=low + + * New upstream release. + * debian/control + - added Maintainer and Homepage + - Updated to Debian Python Policy + - Changed Standards-Version to 3.7.3 + - Changed section to x11 + * debian/rules + - added get-orig-source + * Fixes: (LP: #130342), (LP: #175742) + + -- Pedro Fragoso Mon, 10 Dec 2007 01:01:36 +0000 + +devede (2.13-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 16 Apr 2007 13:26:38 +0200 + +devede (2.12-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 26 Feb 2007 09:37:36 +0100 + +devede (2.11-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 8 Feb 2007 10:19:26 +0100 + +devede (2.10-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 17 Jan 2007 10:57:56 +0100 + +devede (2.9-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 31 Dec 2006 10:15:40 +0100 + +devede (2.8-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 21 Dec 2006 11:15:40 +0100 + +devede (2.7-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 18 Dec 2006 10:14:08 +0100 + +devede (2.5-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 15 Oct 2006 19:20:16 +0200 + +devede (2.4-0.1) unstable; urgency=low + + * Need to depends on vcdimager (Thanks to Par Johansson). + + -- Christian Marillat Fri, 6 Oct 2006 10:27:21 +0200 + +devede (2.4-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 25 Sep 2006 10:14:48 +0200 + +devede (2.3-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 2 Sep 2006 09:34:44 +0200 + +devede (2.2-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 18 Aug 2006 10:51:58 +0200 + +devede (2.1-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 6 Jul 2006 17:15:27 +0200 + +devede (2.0-0.1) unstable; urgency=low + + * Use dpatch so I don't loss my patch (need to call python2.4 instead of + python in devede script). + + -- Christian Marillat Sun, 18 Jun 2006 13:54:15 +0200 + +devede (2.0-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 18 Jun 2006 13:42:06 +0200 + +devede (1.6-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 2 Jun 2006 08:23:24 +0200 + +devede (1.5-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 24 May 2006 08:20:12 +0200 + +devede (1.4-0.0) unstable; urgency=low + + * News upstream release. + + -- Christian Marillat Sun, 19 Mar 2006 10:56:52 +0100 + +devede (1.3-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 26 Feb 2006 16:39:08 +0100 + +devede (1.2-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Thu, 23 Feb 2006 11:35:45 +0100 + --- devede-3.14.0.orig/debian/rules +++ devede-3.14.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + ./install.sh DESTDIR=$(CURDIR)/debian/devede prefix=/usr + find debian/devede/usr/share -type f | xargs chmod -x --- devede-3.14.0.orig/debian/watch +++ devede-3.14.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.rastersoft.com/programas/devede.html ../descargas/devede-(.*).tar.bz2 --- devede-3.14.0.orig/debian/devede.doc-base +++ devede-3.14.0/debian/devede.doc-base @@ -0,0 +1,9 @@ +Document: devede +Title: DeVeDe documentation +Author: Sergio Costas +Abstract: Documentation reference for DeVeDe. +Section: Video + +Format: HTML +Index: /usr/share/doc/devede/html/index.html +Files: /usr/share/doc/devede/html/* --- devede-3.14.0.orig/debian/devede.changelogs +++ devede-3.14.0/debian/devede.changelogs @@ -0,0 +1 @@ +changes.txt --- devede-3.14.0.orig/debian/copyright +++ devede-3.14.0/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: DeVeDe +Maintainer: Sergio Costas + Peter Gill +Source: http://www.rastersoft.com/programas/devede.html + +Files: * +Copyright: + 2006-2009, Raster Software Vigo (Sergio Costas) + 2006-2009, Peter Gill +License: GPL-3 + +Files: debian/* +Copyright: + 2006-2009, Christian Marillat + 2009, Alessio Treglia +License: GPL-3 + +License: GPL-3 + 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 systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-3'. + --- devede-3.14.0.orig/debian/compat +++ devede-3.14.0/debian/compat @@ -0,0 +1 @@ +7 --- devede-3.14.0.orig/debian/devede.manpages +++ devede-3.14.0/debian/devede.manpages @@ -0,0 +1 @@ +debian/devede.1