r23710 - in /desktop/unstable/gnome-orca/debian: changelog control control.in patches/05_remove_pythonpath.patch patches/series rules source/ source/format watch

mlang at users.alioth.debian.org mlang at users.alioth.debian.org
Sun Apr 11 15:45:53 UTC 2010


Author: mlang
Date: Sun Apr 11 15:45:44 2010
New Revision: 23710

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23710
Log:
* New upstream release.
* Switch to source format 3.0 (quilt).
  - Add debian/source/format.
  - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include.
* Upgrade Standards-Version from 3.8.3 to 3.8.4 (no changes).

Added:
    desktop/unstable/gnome-orca/debian/patches/series
    desktop/unstable/gnome-orca/debian/source/
    desktop/unstable/gnome-orca/debian/source/format
Modified:
    desktop/unstable/gnome-orca/debian/changelog
    desktop/unstable/gnome-orca/debian/control
    desktop/unstable/gnome-orca/debian/control.in
    desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch
    desktop/unstable/gnome-orca/debian/rules
    desktop/unstable/gnome-orca/debian/watch

Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=23710&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog [utf-8] Sun Apr 11 15:45:44 2010
@@ -1,3 +1,13 @@
+gnome-orca (2.30.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Switch to source format 3.0 (quilt).
+    - Add debian/source/format.
+    - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include.
+  * Upgrade Standards-Version from 3.8.3 to 3.8.4 (no changes).
+
+ -- Mario Lang <mlang at debian.org>  Sun, 11 Apr 2010 17:30:34 +0200
+
 gnome-orca (2.28.3-2) unstable; urgency=low
 
   * Add liblouis-dev to Build-Depends to fix table directory detection

Modified: desktop/unstable/gnome-orca/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/control?rev=23710&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/control [utf-8] Sun Apr 11 15:45:44 2010
@@ -27,7 +27,7 @@
                python-pyorbit-dev (>= 2.14.0),
                python-support (>= 0.5.6),
                python-louis (>= 1.6.2), liblouis-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: gnome-orca
 Architecture: all

Modified: desktop/unstable/gnome-orca/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/control.in?rev=23710&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/control.in [utf-8] Sun Apr 11 15:45:44 2010
@@ -22,7 +22,7 @@
                python-pyorbit-dev (>= 2.14.0),
                python-support (>= 0.5.6),
                python-louis (>= 1.6.2), liblouis-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: gnome-orca
 Architecture: all

Modified: desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch?rev=23710&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch [utf-8] Sun Apr 11 15:45:44 2010
@@ -1,5 +1,5 @@
---- src/orca/orca.in.orig	2008-10-21 12:22:23.000000000 +0200
-+++ src/orca/orca.in	2008-10-21 12:23:26.000000000 +0200
+--- orca-2.30.0/src/orca/orca.in.orig	2008-10-21 12:22:23.000000000 +0200
++++ orca-2.30.0/src/orca/orca.in	2008-10-21 12:23:26.000000000 +0200
 @@ -101,9 +101,6 @@
  #
  runOrca()

Added: desktop/unstable/gnome-orca/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/series?rev=23710&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/series (added)
+++ desktop/unstable/gnome-orca/debian/patches/series [utf-8] Sun Apr 11 15:45:44 2010
@@ -1,0 +1,2 @@
+04_solaris_specific_fixes.patch
+05_remove_pythonpath.patch

Modified: desktop/unstable/gnome-orca/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/rules?rev=23710&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/rules [utf-8] Sun Apr 11 15:45:44 2010
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 GNOME_MODULE := orca

Added: desktop/unstable/gnome-orca/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/source/format?rev=23710&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/source/format (added)
+++ desktop/unstable/gnome-orca/debian/source/format [utf-8] Sun Apr 11 15:45:44 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: desktop/unstable/gnome-orca/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/watch?rev=23710&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/watch [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/watch [utf-8] Sun Apr 11 15:45:44 2010
@@ -1,4 +1,4 @@
 version=3
-http://ftp.gnome.org/pub/GNOME/sources/orca/2.28/ \
+http://ftp.gnome.org/pub/GNOME/sources/orca/2.30/ \
         orca-(.*)\.tar\.gz \
         debian uupdate




More information about the pkg-gnome-commits mailing list