--- octave-zenity-0.5.7.orig/debian/copyright +++ octave-zenity-0.5.7/debian/copyright @@ -0,0 +1,23 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=48 +Upstream-Name: Zenity package for Octave +Upstream-Maintainer: Søren Hauberg +Upstream-Source: http://octave.sourceforge.net/zenity/index.html + +Files: inst/*.m +Copyright: © 2006 Søren Hauberg + © 2006 Muthiah Annamalai +License: GPL-2+ + +Files: debian/* +Copyright: © 2008 Ólafur Jens Sigurðsson +License: GPL-3+ + +License: GPL-2+ + On Debian systems, the complete text of the GNU General Public + License, version 2, can be found in the file + `/usr/share/common-licenses/GPL-2'. + +License: GPL-3+ + On Debian systems, the complete text of the GNU General Public + License, version 3, can be found in the file + `/usr/share/common-licenses/GPL-3'. --- octave-zenity-0.5.7.orig/debian/control +++ octave-zenity-0.5.7/debian/control @@ -0,0 +1,25 @@ +Source: octave-zenity +Section: math +Priority: optional +Maintainer: Debian Octave Group +Uploaders: Ólafur Jens Sigurðsson , + Thomas Weber , + Rafael Laboissiere +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.6.4), quilt +Standards-Version: 3.8.1 +Homepage: http://octave.sourceforge.net/zenity +Vcs-Git: git://git.debian.org/git/pkg-octave/octave-zenity.git +Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-zenity.git + +Package: octave-zenity +Architecture: all +Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, zenity +Description: simple graphical user interfaces using zenity in Octave + This package provides a set of functions for creating simple graphical + user interfaces for octave. It is currently possible to create calendar + windows, text entries, file selection dialogs, lists, message + windows, icons in the notification area, and windows for large amount + of text. + . + This Octave add-on package is part of the Octave-Forge project. --- octave-zenity-0.5.7.orig/debian/watch +++ octave-zenity-0.5.7/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://octave.sourceforge.net/packages.html \ + http://downloads\.sourceforge\.net/octave/zenity-([\d.]+)\.tar\.gz\?download --- octave-zenity-0.5.7.orig/debian/rules +++ octave-zenity-0.5.7/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cdbs/1/class/octave-pkg.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk --- octave-zenity-0.5.7.orig/debian/changelog +++ octave-zenity-0.5.7/debian/changelog @@ -0,0 +1,59 @@ +octave-zenity (0.5.7-1) unstable; urgency=low + + * New upstream release + * debian/patches/autoload-yes.diff: New patch for autolading the package + when Octave starts + * debian/rules: Include patchsys-quilt.mk + * debian/control: + + (Build-Depends): Add quilt + + (Standards-Version): Bump to 3.8.1 (no changes needed) + + (Depends): Add ${misc:Depends} + + (Vcs-Git, Vcs-Browser): Adjust to new Git repository + * debian/source.lintian-overrides: Add file for overriding Lintian + warnings build-depends-without-arch-dep + * debian/copyright: + + Use DEP5 URL in Format-Specification + + Use separate License stanzas for instructing about the location of + the different licenses used in the package + * debian/README.source: Add file explaining the quilt patch system, as + required by the Policy + + -- Rafael Laboissiere Sun, 24 May 2009 23:30:23 +0200 + +octave-zenity (0.5.6-2) unstable; urgency=low + + [ Rafael Laboissiere ] + * debian/copyright: Add header + * debian/control: Bump build-dependency on octave-pkg-dev to >= 0.6.4, + such that the package is built with the versioned packages directory + + [ Thomas Weber ] + * Upload to unstable + + -- Thomas Weber Mon, 06 Apr 2009 22:53:14 +0200 + +octave-zenity (0.5.6-1) experimental; urgency=low + + [ Ólafur Jens Sigurðsson ] + * debian/control: Bumped Standards-Version to 3.8.0 (no changes + needed) + + [ Thomas Weber ] + * New upstream release + * Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental + version + + -- Thomas Weber Sun, 14 Dec 2008 17:25:54 +0100 + +octave-zenity (0.5.5-1) unstable; urgency=low + + [ Ólafur Jens Sigurðsson ] + * New upstream version + + -- Thomas Weber Wed, 14 May 2008 13:59:20 +0200 + +octave-zenity (0.5.4-1) unstable; urgency=low + + * Initial release (closes: #468532) + + -- Ólafur Jens Sigurðsson Sat, 23 Feb 2008 20:32:14 +0100 --- octave-zenity-0.5.7.orig/debian/README.source +++ octave-zenity-0.5.7/debian/README.source @@ -0,0 +1,8 @@ +README.source for octave-zenity +=============================== + +This package uses quilt to manage all modifications to the upstream sources. +See `/usr/share/doc/quilt/README.source' to get more information on how to +use it. + + -- Rafael Laboissiere Sat, 23 May 2009 01:45:01 +0200 --- octave-zenity-0.5.7.orig/debian/source.lintian-overrides +++ octave-zenity-0.5.7/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +octave-zenity source: build-depends-without-arch-dep debhelper +octave-zenity source: build-depends-without-arch-dep octave-pkg-dev --- octave-zenity-0.5.7.orig/debian/compat +++ octave-zenity-0.5.7/debian/compat @@ -0,0 +1 @@ +6 --- octave-zenity-0.5.7.orig/debian/patches/autoload-yes.diff +++ octave-zenity-0.5.7/debian/patches/autoload-yes.diff @@ -0,0 +1,11 @@ +Autoload the package when starting Octave. + + -- Rafael Laboissiere Fri, 22 May 2009 21:08:51 +0200 + +--- a/DESCRIPTION ++++ b/DESCRIPTION +@@ -12,3 +12,4 @@ + License: GPL version 2 or later + SystemRequirements: zenity (>= 2.16) + Url: http://octave.sf.net ++Autoload: yes --- octave-zenity-0.5.7.orig/debian/patches/series +++ octave-zenity-0.5.7/debian/patches/series @@ -0,0 +1 @@ +autoload-yes.diff