From: Ben Hutchings Date: Sat, 12 Nov 2005 15:43:54 +0000 (+0000) Subject: Added Debian package files. X-Git-Tag: 0.2~2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=ce304317985152be5ce0acf2138f8d2587315c53 Added Debian package files. --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8e3af44 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,13 @@ +webdvd (0.2) unstable; urgency=low + + * Debianised + * Corrected length of background filename buffer + * Worked around bogus error generated by imglib2 + + -- Ben Hutchings Sat, 12 Nov 2005 15:24:07 +0000 + +webdvd (0.1) unstable; urgency=low + + * Initial version + + -- Ben Hutchings Thu, 03 Nov 2005 02:04:02 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..284ffce --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: webdvd +Maintainer: Ben Hutchings +Section: graphics +Priority: extra +Build-Depends: debhelper (>=4), libgtkmm2.0-dev, mozilla-dev +Standards-Version: 3.6.2 + +Package: webdvd +Architecture: any +Depends: xvfb, xfonts-base, ${shlibs:Depends}, ${mozilla:Depends} +Recommends: dvdauthor, mjpegtools, mkisofs, netpbm +Description: Converts HTML pages into DVD menus. + WebDVD is intended to provide a simple way of producing DVDs with + attractive and usable menus. It converts HTML pages into DVD menus by + rendering them in Mozilla and reproducing their link structure. This + allows you to design DVDs using familiar HTML editing tools or your + favourite text editor. This very early version produces a set of + files suitable for passing to the "dvdauthor" and "spumux" programs, + but in future it is intended to run the necessary external programs + automatically. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..17288b5 --- /dev/null +++ b/debian/rules @@ -0,0 +1,33 @@ +#!/usr/bin/make -f + +build : + make prefix=/usr + +binary : binary-arch binary-indep + +binary-arch : build + dh_testroot + make prefix=debian/webdvd/usr install + dh_strip + dh_shlibdeps + @echo "Despite the warnings from dh_shlibdeps, this should complete dependencies:" + echo "mozilla:Depends=mozilla-browser (= $$(dpkg-query -W --showformat='$${version}' mozilla-browser))" >> debian/webdvd.substvars + mkdir -p -m755 debian/webdvd/usr/share/doc/webdvd + cp COPYING debian/webdvd/usr/share/doc/webdvd/copyright + dh_installchangelogs + dh_installdocs + dh_compress + dh_installdeb + dh_gencontrol + dh_builddeb + +binary-indep : + +clean : + make clean + +svn-build : + svn-buildpackage \ + --svn-builder='pdebuild-dist $(if $(DIST),$(DIST),sid)' + +.PHONY : build binary binary-arch binary-dep clean svn-build diff --git a/debian/webdvd.docs b/debian/webdvd.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/webdvd.docs @@ -0,0 +1 @@ +README