--- devede-2.1.orig/debian/menu +++ devede-2.1/debian/menu @@ -0,0 +1,2 @@ +?package(devede):needs="X11" section="Apps/Tools"\ + title="DeVeDe" command="/usr/bin/devede" --- devede-2.1.orig/debian/control +++ devede-2.1/debian/control @@ -0,0 +1,18 @@ +Source: devede +Section: utils +Priority: optional +Maintainer: DUNNEWIND Maxence +Build-Depends: debhelper (>= 5.0.37.2), python +Standards-Version: 3.7.2 +XS-Python-Version: all + +Package: devede +Architecture: all +Depends: ${python:Depends}, mencoder, dvdauthor, mplayer, mkisofs +XB-Python-Version: ${python:Versions} +Description: Video DVD creator + This program allows you to create a video DVD from an MPEG, AVI, MOV + video file, suitable for home DVD players. DeVeDe uses Mplayer, + Mencoder and DVDAuthor, so you can use any video playable with Mplayer. + . + Homepage: http://www.rastersoft.com --- devede-2.1.orig/debian/rules +++ devede-2.1/debian/rules @@ -0,0 +1,87 @@ +#!/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 + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. +# dh_python + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + #docbook-to-man debian/devede.sgml > devede.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + # Add here commands to clean up after the build process. + #-$(MAKE) clean + + + + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install + +# 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 + dh_installexamples + dh_installdocs + dh_installman debian/devede.1 + dh_installmenu + dh_link + dh_strip + dh_compress + dh_fixperms + dh_python + mv debian/devede/usr/bin/devede.py debian/devede/usr/bin/devede + mv debian/devede/usr/share/locale/gl/LC_MESSAGES/gl.mo debian/devede/usr/share/locale/gl/LC_MESSAGES/devede.mo + mv debian/devede/usr/share/locale/es/LC_MESSAGES/es.mo debian/devede/usr/share/locale/es/LC_MESSAGES/devede.mo + 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 --- devede-2.1.orig/debian/changelog +++ devede-2.1/debian/changelog @@ -0,0 +1,5 @@ +devede (2.1-0ubuntu1) edgy; urgency=low + + * Initial release + + -- DUNNEWIND Maxence Wed, 2 Aug 2006 19:40:47 +0200 --- devede-2.1.orig/debian/compat +++ devede-2.1/debian/compat @@ -0,0 +1 @@ +5 --- devede-2.1.orig/debian/devede.install +++ devede-2.1/debian/devede.install @@ -0,0 +1,9 @@ +devede.py usr/bin +po/es.mo /usr/share/locale/es/LC_MESSAGES/ +po/gl.mo /usr/share/locale/gl/LC_MESSAGES/ +devede.glade /usr/share/devede/ +devede.png /usr/share/pixmaps/ +devede.desktop /usr/share/applications/ +pixmaps/* /usr/share/devede/ +docs/devede.html /usr/share/doc/devede/html/ +docs/*.jpg /usr/share/doc/devede/html/ --- devede-2.1.orig/debian/pycompat +++ devede-2.1/debian/pycompat @@ -0,0 +1 @@ +2 --- devede-2.1.orig/debian/devede.doc-base +++ devede-2.1/debian/devede.doc-base @@ -0,0 +1,12 @@ +Document: devede +Title: DeVeDe Manual +Author: Sergio Costas +Abstract: This manual describes what DeVeDe is + and how it can be used to. +Section: Apps/Tools + +Format: HTML +Index: /usr/share/doc/devede/html/devede.html +Files: /usr/share/doc/devede/html/devede.html + + --- devede-2.1.orig/debian/devede.1 +++ devede-2.1/debian/devede.1 @@ -0,0 +1,44 @@ +.\" 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 DEVEDE 1 "mai 11, 2006" +.\" 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 +devede.py \- convert video to DVD video format suitable for home DVD players. +.SH SYNOPSIS +.B devede +.SH DESCRIPTION +This manual page documents briefly the +.B devede +utilisation. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBdevede\fP is a program that convert your MPEG, AVI, MOV... video files to DVD video. +.SH OPTIONS +These program doesn't need any options, so you should just run it with +.B devede.py +command. +.SH SEE ALSO +.BR mplayer (1), +.BR mencoder (1), +.BR dvdauthor (1). +.br +.SH AUTHOR +devede was written by Sergio Costas (Raster Software Vigo). +.PP +This manual page was written by DUNNEWIND Maxence , +for the Ubuntu project (but may be used by others). --- devede-2.1.orig/debian/copyright +++ devede-2.1/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by DUNNEWIND Maxence on +Wed, 10 May 2006 00:33:48 +0200. + +It was downloaded from http://www.rastersoft.com + +Copyright 2006 (C) Raster Software Vigo (Sergio Costas) + + +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 + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. +