--- videolan-doc-20070626.orig/debian/copyright +++ videolan-doc-20070626/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Sam Hocevar on +Wed, 14 Jul 2004 17:56:44 +0200. + +It was downloaded from svn://svn.videolan.org/www.videolan.org/ + +Upstream Authors: Marc Ariberti + Anil Daoud + Cyril Deguet + Alexis de Lattre + Bill Eldridge + Renaud Poulet + Clément Stenac + Javier Varela + Felix Kühne + Mariano García + +VideoLAN is Copyright 1996-2006 The VideoLAN Team + + This documentation 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, or (at + your option) any later version. + + This documentation 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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- videolan-doc-20070626.orig/debian/rules +++ videolan-doc-20070626/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# 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 +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) -f debian/Makefile + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(MAKE) clean -f debian/Makefile + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs usr/share/doc/videolan-doc + cp `find doc -name '*.pdf' -o -name '*.txt'` debian/videolan-doc/usr/share/doc/videolan-doc/ + find doc -name '*.zip' -o -name '*.rtf' -o -name '.htaccess' -o -name '.cvsignore' | xargs rm -f + cp -r doc debian/videolan-doc/usr/share/doc/videolan-doc/html + -rm -f debian/videolan-doc/usr/share/doc/videolan-doc/html/*/* + find debian/videolan-doc/usr/share/doc/videolan-doc/html -name '*.pdf' -o -name '*.txt' -o -name '*.inc' | xargs rm -f + find debian/videolan-doc/usr/share/doc/videolan-doc/html -name 'src' -o -name 'Makefile' | xargs rm -Rf + cd debian/videolan-doc/usr/share/doc/videolan-doc/html && rm -Rf AUTHORS common index.html videolan-quickstart + mkdir -p debian/videolan-doc/usr/share/doc/videolan-doc/images + cp -r images/documentation debian/videolan-doc/usr/share/doc/videolan-doc/images/documentation + cd debian/videolan-doc/usr/share/doc/videolan-doc/images/documentation && rm -f *.dia *.eps + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- videolan-doc-20070626.orig/debian/compat +++ videolan-doc-20070626/debian/compat @@ -0,0 +1 @@ +4 --- videolan-doc-20070626.orig/debian/Makefile +++ videolan-doc-20070626/debian/Makefile @@ -0,0 +1,8 @@ +DOCS = faq play-howto streaming-howto vls-user-guide vlc-user-guide videolan-howto + +all: + for doc in $(DOCS); do (cd doc/$$doc && $(MAKE) all-lang); done + +clean: + for doc in $(DOCS); do (cd doc/$$doc && $(MAKE) clean); done + --- videolan-doc-20070626.orig/debian/changelog +++ videolan-doc-20070626/debian/changelog @@ -0,0 +1,55 @@ +videolan-doc (20070626-1) unstable; urgency=low + + * New SVN snapshot. + + A fix was submitted upstream to fix generated .txt's (Closes: #430178). + + -- Sam Hocevar (Debian packages) Tue, 26 Jun 2007 17:53:22 +0200 + +videolan-doc (20070315-1) unstable; urgency=high + + * New SVN snapshot. + * debian/control: + + Set pkg-multimedia-maintainers as main maintainer. + + Added Vcs fields. + + -- Sam Hocevar (Debian packages) Thu, 15 Mar 2007 00:48:06 +0100 + +videolan-doc (20060711-1) unstable; urgency=low + + * New SVN snapshot. + * debian/control: + + Set policy to 3.7.2. + + Moved debhelper to Build-Depends because we use it in the clean rule. + * debian/copyright: + + Fixed the FSF address. + + -- Sam Hocevar (Debian packages) Tue, 11 Jul 2006 18:08:24 +0200 + +videolan-doc (20050628-1) unstable; urgency=low + + * New SVN snapshot (Closes: #298594). + * Three new documents: Play HOWTO, Streaming HOWTO, VideoLAN Quickstart. + * debian/control: set policy to 3.6.2.1. + + -- Sam Hocevar (Debian packages) Tue, 28 Jun 2005 02:18:07 +0200 + +videolan-doc (20040819-1) unstable; urgency=medium + + * New SVN snapshot. + * Spanish translation of the VLS user guide. + + -- Sam Hocevar (Debian packages) Thu, 19 Aug 2004 15:34:44 +0200 + +videolan-doc (20040715-2) unstable; urgency=low + + * debian/control: + + Build-depend on docbook-xml, jadetex, and lynx (Closes: #261058). + + -- Sam Hocevar (Debian packages) Tue, 27 Jul 2004 16:45:11 +0200 + +videolan-doc (20040715-1) unstable; urgency=low + + * Initial Release (Closes: #246041). + + -- Sam Hocevar (Debian packages) Thu, 15 Jul 2004 18:52:10 +0200 + --- videolan-doc-20070626.orig/debian/docs +++ videolan-doc-20070626/debian/docs @@ -0,0 +1 @@ +doc/AUTHORS --- videolan-doc-20070626.orig/debian/control +++ videolan-doc-20070626/debian/control @@ -0,0 +1,20 @@ +Source: videolan-doc +Section: doc +Priority: optional +Maintainer: Debian multimedia packages maintainers +Uploaders: Sam Hocevar (Debian packages) +Build-Depends: debhelper (>= 4.0) +Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl, docbook-dsssl, jade, jadetex, zip, lynx +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/pkg-multimedia/unstable/videolan-doc +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-multimedia/unstable/videolan-doc/ + +Package: videolan-doc +Architecture: all +Depends: ${misc:Depends} +Description: documentation for the VideoLAN streaming solution + This package contains useful documentation for the VideoLAN streaming + solution: the VLC Play HOWTO (a complete guide to using VLC as a media + player), the VLC Streaming HOWTO (a guide to using VLC as a streaming + solution), the VLS user guide and the VideoLAN FAQ. +