--- xvidenc-8.3.1+dfsg.orig/debian/README.Debian +++ xvidenc-8.3.1+dfsg/debian/README.Debian @@ -0,0 +1,4 @@ +I repacked the original tarball because I couldn't find any copyright/license +notice about matrices/* files. + + -- Alessio Treglia Thu, 02 Jul 2009 09:33:58 +0000 --- xvidenc-8.3.1+dfsg.orig/debian/changelog +++ xvidenc-8.3.1+dfsg/debian/changelog @@ -0,0 +1,73 @@ +xvidenc (8.3.1+dfsg-0ubuntu1) lucid; urgency=low + + * New upstream release. + + -- Alessio Treglia Thu, 04 Feb 2010 06:33:41 +0100 + +xvidenc (8.3.0+dfsg-0ubuntu1) lucid; urgency=low + + * New upstream release. + + -- Alessio Treglia Tue, 26 Jan 2010 19:13:52 +0100 + +xvidenc (8.2.9+dfsg-0ubuntu1) lucid; urgency=low + + * New upstream release. + * Adjust versioned build-dependency on debhelper. + + -- Alessio Treglia Wed, 20 Jan 2010 11:14:52 +0100 + +xvidenc (8.2.8+dfsg-0ubuntu1) lucid; urgency=low + + * New upstream release. + * Update debian/copyright. + + -- Alessio Treglia Mon, 28 Dec 2009 14:46:11 +0100 + +xvidenc (8.2.7+dfsg-0ubuntu1) lucid; urgency=low + + * New upstream release. + + -- Alessio Treglia Wed, 18 Nov 2009 06:17:28 +0100 + +xvidenc (8.2.6+dfsg-0ubuntu1) lucid; urgency=low + + * New upstream release. + * Bump Standards. + + -- Alessio Treglia Tue, 03 Nov 2009 17:58:10 +0100 + +xvidenc (8.2.1+dfsg-0ubuntu1) karmic; urgency=low + + * New upstream release: + - Add support for the audio panning filter; it will update the + configuration file to version 9. + + -- Alessio Treglia Thu, 13 Aug 2009 10:12:02 +0200 + +xvidenc (8.2.0+dfsg-0ubuntu1) karmic; urgency=low + + * New upstream release. + + -- Alessio Treglia Wed, 05 Aug 2009 05:58:42 +0200 + +xvidenc (8.1.9+dfsg-0ubuntu1) karmic; urgency=low + + * New upstream release. + + -- Alessio Treglia Fri, 24 Jul 2009 18:27:02 +0200 + +xvidenc (8.1.8+dfsg-0ubuntu1) karmic; urgency=low + + * New upstream release. + * debian/patches/01-fix_manpage.diff: + - Dropped, applied by upstream. + * Drop quilt support, no patch to apply. + + -- Alessio Treglia Wed, 08 Jul 2009 14:12:58 +0200 + +xvidenc (8.1.6+dfsg-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #394246). + + -- Alessio Treglia Thu, 02 Jul 2009 09:42:37 +0000 --- xvidenc-8.3.1+dfsg.orig/debian/xvidenc.docs +++ xvidenc-8.3.1+dfsg/debian/xvidenc.docs @@ -0,0 +1,2 @@ +doc/AUTHORS +doc/README.* --- xvidenc-8.3.1+dfsg.orig/debian/watch +++ xvidenc-8.3.1+dfsg/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/\+dfsg// \ +http://sf.net/xvidenc/xvidenc-(.*)\.tar\.gz --- xvidenc-8.3.1+dfsg.orig/debian/control +++ xvidenc-8.3.1+dfsg/debian/control @@ -0,0 +1,22 @@ +Source: xvidenc +Section: video +Priority: optional +Maintainer: Alessio Treglia +Standards-Version: 3.8.3 +Homepage: http://xvidenc.sourceforge.net/ +Build-Depends: debhelper (>= 7.0.50~) + +Package: xvidenc +Architecture: all +Depends: ${misc:Depends}, mencoder, lsdvd, gpac, mkvtoolnix, faac, + vorbis-tools, ogmtools, pv, bc +Description: shell script to encode DVDs to Xvid + A shell script which makes it easy to encode DVDs, (S)VCDs or video files + to the Xvid video format using MEncoder from the MPlayer project. + . + xvidenc is written in a way to be useful for power users yet it is also + very user friendly for people who are novices when it comes to video + encoding. xvidenc operates by asking questions to the user, collecting + input and passing it over to the encoding software. One of its unique + features is the ability to use built-in video quality presets. This is + especially useful to people who are just starting to encode video. --- xvidenc-8.3.1+dfsg.orig/debian/xvidenc.manpages +++ xvidenc-8.3.1+dfsg/debian/xvidenc.manpages @@ -0,0 +1 @@ +man/xvidenc.1 --- xvidenc-8.3.1+dfsg.orig/debian/rules +++ xvidenc-8.3.1+dfsg/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +# Path to the debian directory +DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) +UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') + +%: + dh $@ + +override_dh_installchangelogs: + dh_installchangelogs -pxvidenc doc/ChangeLog + +get-orig-source: + cd $(DEBIAN_DIR)/.. && uscan --force-download + tar xf ../xvidenc-$(UPSTREAM_VERSION).tar.gz + rm ../xvidenc-$(UPSTREAM_VERSION).tar.gz \ + ../xvidenc_$(UPSTREAM_VERSION).orig.tar.gz + mv xvidenc-$(UPSTREAM_VERSION) xvidenc-$(UPSTREAM_VERSION)+dfsg + tar cf ../xvidenc_$(UPSTREAM_VERSION)+dfsg.orig.tar \ + --exclude=matrices xvidenc-$(UPSTREAM_VERSION)+dfsg + gzip -9fn ../xvidenc_$(UPSTREAM_VERSION)+dfsg.orig.tar + rm -r xvidenc-$(UPSTREAM_VERSION)+dfsg --- xvidenc-8.3.1+dfsg.orig/debian/copyright +++ xvidenc-8.3.1+dfsg/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: xvidenc +Maintainer: Grozdan Nikolov aka microchip +Source: http://xvidenc.sourceforge.net/download.html + +Files: * +Copyright: 2006-2010, Grozdan Nikolov +License: GPL-2 + +Files: debian/* +Copyright: 2009-2010, Alessio Treglia +License: GPL-2 + +License: GPL-2 + 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + +X-Comment: On Debian systems the full text of the GNU General Public + License can be found in the `/usr/share/common-licenses/GPL-2' file. --- xvidenc-8.3.1+dfsg.orig/debian/xvidenc.install +++ xvidenc-8.3.1+dfsg/debian/xvidenc.install @@ -0,0 +1 @@ +xvidenc usr/bin --- xvidenc-8.3.1+dfsg.orig/debian/xvidenc.menu +++ xvidenc-8.3.1+dfsg/debian/xvidenc.menu @@ -0,0 +1,4 @@ +?package(xvidenc): needs="text"\ + section="Applications/Video"\ + title="xvidenc"\ + command="/usr/bin/xvidenc" --- xvidenc-8.3.1+dfsg.orig/debian/compat +++ xvidenc-8.3.1+dfsg/debian/compat @@ -0,0 +1 @@ +7