From: Ben Hutchings Date: Wed, 28 Dec 2005 19:39:27 +0000 (+0000) Subject: Removed hacky svn-build rule and enabled use of a generic script to call svn-buildpac... X-Git-Tag: 0.6~2 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=7fc4c475413207df163795d33fe3dae85b72a0fe Removed hacky svn-build rule and enabled use of a generic script to call svn-buildpackage and pbuilder. --- diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index f56dc0e..0000000 --- a/debian/changelog +++ /dev/null @@ -1,47 +0,0 @@ -webdvd (0.6) unstable; urgency=low - - * Cleaned up internal naming and some data structures - * Improved menu navigation code - * Added support for linking to chapters - * Added code to tell Mozilla the target screen resolution - - -- Ben Hutchings Sat, 24 Dec 2005 23:53:09 +0000 - -webdvd (0.5) unstable; urgency=low - - * Disabled scrollbars - * Added early check for missing video files - * Added support for linking to custom VOB lists - * Changed X server spawning to avoid displays allocated by ssh - - -- Ben Hutchings Thu, 15 Dec 2005 01:07:33 +0000 - -webdvd (0.4) unstable; urgency=low - - * Implemented preview mode - * Added support for use of page filenames on the command line - - -- Ben Hutchings Mon, 05 Dec 2005 00:33:45 +0000 - -webdvd (0.3) unstable; urgency=low - - * Cleaned up command-line arguments - * Added spawning of dvdauthor and other necessary external programs - * Eliminated creation of files in the current directory - * Changed conditions for starting to process pages, fixing a failed assertion - - -- Ben Hutchings Mon, 28 Nov 2005 00:00:50 +0000 - -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/changelog.base b/debian/changelog.base new file mode 100644 index 0000000..f56dc0e --- /dev/null +++ b/debian/changelog.base @@ -0,0 +1,47 @@ +webdvd (0.6) unstable; urgency=low + + * Cleaned up internal naming and some data structures + * Improved menu navigation code + * Added support for linking to chapters + * Added code to tell Mozilla the target screen resolution + + -- Ben Hutchings Sat, 24 Dec 2005 23:53:09 +0000 + +webdvd (0.5) unstable; urgency=low + + * Disabled scrollbars + * Added early check for missing video files + * Added support for linking to custom VOB lists + * Changed X server spawning to avoid displays allocated by ssh + + -- Ben Hutchings Thu, 15 Dec 2005 01:07:33 +0000 + +webdvd (0.4) unstable; urgency=low + + * Implemented preview mode + * Added support for use of page filenames on the command line + + -- Ben Hutchings Mon, 05 Dec 2005 00:33:45 +0000 + +webdvd (0.3) unstable; urgency=low + + * Cleaned up command-line arguments + * Added spawning of dvdauthor and other necessary external programs + * Eliminated creation of files in the current directory + * Changed conditions for starting to process pages, fixing a failed assertion + + -- Ben Hutchings Mon, 28 Nov 2005 00:00:50 +0000 + +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/rules b/debian/rules index 17288b5..2806168 100755 --- a/debian/rules +++ b/debian/rules @@ -26,8 +26,4 @@ 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