[Pkg-octave-commit] [SCM] octave-zenity branch, master, updated. 34b4a32d655ec6e45b03d245fa24e9098db49b7a

Rafael Laboissiere rafael at debian.org
Sat May 23 19:07:14 UTC 2009


The following commit has been merged in the master branch:
commit 34b4a32d655ec6e45b03d245fa24e9098db49b7a
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat May 23 21:06:16 2009 +0200

    Add patch for autoloading the package when Octave starts
    
    Also, add the Policy-required README.source file, build-depends on quilt,
    include patchsys-quilt.mk in debian/rules, and adjust the list of
    exclusions in .gitignore accordingly.

diff --git a/.gitignore b/.gitignore
index dab2bc7..48b1a26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.pc/
 COPYING
 ChangeLog
 DESCRIPTION
@@ -6,6 +7,7 @@ Makefile
 configure
 debian/files
 debian/octave-zenity*
+debian/stamp-patched
 global-list
 inst/
 local-list
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..7a83c37
--- /dev/null
+++ b/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 <rafael at debian.org>  Sat, 23 May 2009 01:45:01 +0200
diff --git a/debian/changelog b/debian/changelog
index af1a08a..392718c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 octave-zenity (0.5.7-1) UNRELEASED; 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
@@ -11,6 +15,8 @@ octave-zenity (0.5.7-1) UNRELEASED; urgency=low
     + 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 <rafael at debian.org>  Sun, 12 Apr 2009 17:51:32 +0200
 
diff --git a/debian/control b/debian/control
index 5b80be7..2664c20 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  Thomas Weber <thomas.weber.mail at gmail.com>,
  Rafael Laboissiere <rafael at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.6.4)
+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
diff --git a/debian/patches/autoload-yes.diff b/debian/patches/autoload-yes.diff
new file mode 100644
index 0000000..78dda28
--- /dev/null
+++ b/debian/patches/autoload-yes.diff
@@ -0,0 +1,11 @@
+Autoload the package when starting Octave.
+
+ -- Rafael Laboissiere <rafael at debian.org>  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
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6f889c5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+autoload-yes.diff
diff --git a/debian/rules b/debian/rules
index 71fb86c..038c30c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,4 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk

-- 
octave-zenity



More information about the Pkg-octave-commit mailing list